Open mhdirkse opened 5 years ago
by dirkse
Markdown is a nice format to write documentation as part of a GIT project. This format does not produce nice output on paper however. For reviews on paper, we need PDF files with page numbers.
The transformation is done using pandoc. You can install it on Ubuntu with:
sudo apt-get install pandoc
You also need pdflatex. Do NOT install that with apt-get, but follow the instructions of this page: https://tug.org/texlive/quickinstall.html. This page references another page for downloading LaTeX: https://tug.org/texlive/acquire-netinstall.html.
After these installations, the following command will do the job:
pandoc -t latex -o REQUIREMENTS.pdf REQUIREMENTS.md
[AX-23] created by mdi