From 5f35baebb9a94aa3a44f7ef2c23e1de78e3343f6 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Thu, 7 Oct 2021 09:48:19 -0400 Subject: [PATCH] docs: add intro readme for docs building --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..2b4b8a5 --- /dev/null +++ b/docs/README.md @@ -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``