Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
section header footer date
1
User Manual
updater 0.1
October 16, 2022

NAME

pandisso — Compile a dissertation project from Markdown to PDF using pandoc

SYNOPSIS

pandisso [OPTION]... [FILE]...

OPTIONS

  • -b, --bibliography=FILE

    • Change bibliography file to read (default: 'include/bibliography')
  • --engine=

    • Change the PDF engine used by pandoc (default: pdflatex)
  • --include-path=PATH

    • Change the include directory path (default: 'include').
  • --no-submodule

    • Do not use submodules when compiling. --submodule-path and --include-path are ignored. (Assumes all files are located in runtime directory.)
  • -o, --output=FILE

    • Change the output file.
  • --pandoc=STRING * Send native options to pandoc (string of options).

  • --submodule-path=PATH

    • Change the submodule directory path (default: 'templates').
  • -h, --help Print this help message and exit.

EXAMPLES:

pandisso -o dissertation.pdf my_disso.md pandisso -b mybib.bib --no-submodule dissertation.md introduction.md chapter_1.md conclusion.md

AUTHORS

  • Daniel Goldsmith
  • Ethan Smith-Coss