WispOfTheWinds / pandocia

A package to run pandoc from Atom
MIT License
1 stars 0 forks source link

Pandocia

Currently in alpha stage development

Convert files between different document formats. See pandoc.org for more information.

NOTE: This package uses simple-pandoc and requires pandoc to be install on your system.

Installing pandoc on your system

Below is information taken from the Pandoc Installation guide.

See the full guide for further instructions.

Windows

macOS

Linux

Ubuntu

$ sudo apt install pandoc

For PDF output, you'll need LaTeX. TeX Live is recommended.

$ sudo apt install texlive

Fedora

$ sudo dnf install pandoc

For PDF output, you'll need LaTeX. TeX Live is recommended.

$ sudo dnf install texlive-scheme-medium

Arch

$ sudo pacman -S pandoc

For PDF output, you'll need LaTeX. TeX Live is recommended.

$ sudo pacman -S texlive-most

See TeX Live on the Arch wiki for more information on the different TeX Live groups available.