Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 842 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 842 Bytes

PDF documentation for the krotov package

This folder contains a PDF documentation of the krotov Python package for different releases.

For non-released development versions, a PDF of the documentation can be generated from a git checkout of the krotov. Run

tox -e bootstrap
tox -e docs -- _build/tex -b latex
cp docs/*.pdf docs/_build/tex/
tox -e run-cmd -- python docs/build_pdf.py

or simply make docs-pdf to create a file docs/_build/tex/krotov.pdf.

This assumes that you have lualatex (e.g. through texlive on Linux/macOS or MikTeX on Windows). You must also have the DejaVu fonts installed on your system.