Skip to content

Files

Latest commit

f41cffe · Apr 17, 2025

History

History

single-file-document

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 11, 2023
Aug 10, 2023
Aug 21, 2023
Feb 18, 2025
Aug 21, 2023
Aug 21, 2023
Jun 16, 2024
Jan 5, 2024
Mar 23, 2025
Apr 17, 2025
Dec 1, 2024
Feb 18, 2025
Feb 18, 2025
Sep 2, 2023
Aug 10, 2023
Aug 10, 2023
Jan 31, 2024
Aug 10, 2023
Aug 15, 2023
Aug 12, 2024
Aug 10, 2023

Single-file DuckDB documentation

Prerequisites

  • pandoc with XeLaTeX
  • Python packages in requirements.txt

Generate document

single-file-document/generate_single_file_documentation.sh

Generate PDF with Docker

If you do not have Pandoc installed, you can build with Docker using:

single-file-document/generate_single_file_documentation.sh --docker

Generate LaTeX code

To generate the intermediate LaTeX code produced by Pandoc, run:

single-file-document/generate_latex.sh

Notes

  • 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.