docs: add intro readme for docs building

This commit is contained in:
Alex Kelly 2021-10-07 09:48:19 -04:00
parent cc23ddc7c7
commit 5f35baebb9

4
docs/README.md Normal file
View file

@ -0,0 +1,4 @@
# build pdf docs
If you want to build the pdf documentation via ``make latexpdf`` be warned that it requires a lot of packages. For fedora, the following should get all the dependencies to make it work:
``dnf -y install texlive-gsftop texlive-makeindexk texlive-parskip texlive-tabulary texlive-needspace texlive-upquote texlive-fancyvrb texlive-framed texlive-capt-of texlive-wrapfig texlive-float texlive-fncychap texlive-tex-gyre texlive-babel texlive-amsfonts texlive-amsmath texlive-ec texlive-cmap latexmk``