diff options
author | Andrey Makarov <ph.makarov@gmail.com> | 2021-02-10 00:46:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 22:46:51 +0100 |
commit | 635c0b6cb9c225a247ab2aeb136458c14fb711e8 (patch) | |
tree | e6f25e63ffc1908a1fe38316e410b4ed5216b0c9 /doc/koch.rst | |
parent | 0d34345f29aa3b862f21c8dcff6b94b5ac5b9572 (diff) | |
download | Nim-635c0b6cb9c225a247ab2aeb136458c14fb711e8.tar.gz |
fix ./koch pdf command (#16989)
Diffstat (limited to 'doc/koch.rst')
-rw-r--r-- | doc/koch.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/koch.rst b/doc/koch.rst index 01c690816..c92e29812 100644 --- a/doc/koch.rst +++ b/doc/koch.rst @@ -81,3 +81,10 @@ be rerun in serial fashion so that meaningful error output can be gathered for inspection. The ``--parallelBuild:n`` switch or configuration option can be used to force a specific number of parallel jobs or run everything serially from the start (``n == 1``). + +pdf command +----------- + +The `pdf`:idx: command builds PDF versions of Nim documentation: Manual, +Tutorial and a few other documents. To run it one needs to +`install Latex/pdflatex <https://www.latex-project.org/get>`_ first. |