pandoc
with XeLaTeX- Python packages in
requirements.txt
single-file-document/generate_single_file_documentation.sh
If you do not have Pandoc installed, you can build with Docker using:
single-file-document/generate_single_file_documentation.sh --docker
To generate the intermediate LaTeX code produced by Pandoc, run:
single-file-document/generate_latex.sh
- Word wrapping:
- Using code blocks without the language specified results in the LaTeX
verbatim
context, which does not support word wrapping. - If the language is specified, the LaTeX environment
Shaded
/Highlighting
are used, which support word wrapping.
- Using code blocks without the language specified results in the LaTeX