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
.\" Automatically generated by Pandoc 2.14.2
.\"
.TH "" "1" "October 16, 2022" "updater 0.1" "User Manual"
.hy
.SH NAME
.PP
\f[C]pandisso\f[R] \[em] Compile a dissertation project from Markdown to
PDF using pandoc
.SH SYNOPSIS
.PP
\f[B]\f[CB]pandisso\f[B]\f[R] [\f[I]OPTION\f[R]]\&...
[\f[I]FILE\f[R]]\&...
.SH OPTIONS
.IP \[bu] 2
-b, \[en]bibliography=\f[I]FILE\f[R]
.RS 2
.IP \[bu] 2
Change bibliography file to read (default: `include/bibliography')
.PD 0
.P
.PD
.RE
.IP \[bu] 2
\[en]engine=
.RS 2
.IP \[bu] 2
Change the PDF engine used by pandoc (default: pdflatex)
.PD 0
.P
.PD
.RE
.IP \[bu] 2
\[en]include-path=\f[I]PATH\f[R]
.RS 2
.IP \[bu] 2
Change the include directory path (default: `include').
.PD 0
.P
.PD
.RE
.IP \[bu] 2
\[en]no-submodule
.RS 2
.IP \[bu] 2
Do not use submodules when compiling.
\f[I]\[en]submodule-path\f[R] and \f[I]\[en]include-path\f[R] are
ignored.
(Assumes all files are located in runtime directory.)
.PD 0
.P
.PD
.RE
.IP \[bu] 2
-o, \[en]output=\f[I]FILE\f[R]
.RS 2
.IP \[bu] 2
Change the output file.
.PD 0
.P
.PD
.RE
.IP \[bu] 2
\[en]pandoc=STRING * Send native options to pandoc (string of options).
.PD 0
.P
.PD
.IP \[bu] 2
\[en]submodule-path=\f[I]PATH\f[R]
.RS 2
.IP \[bu] 2
Change the submodule directory path (default: `templates').
.RE
.IP \[bu] 2
-h, \[en]help Print this help message and exit.
.SH EXAMPLES:
.PP
\f[C]pandisso\f[R] -o dissertation.pdf my_disso.md \f[C]pandisso\f[R] -b
mybib.bib \[en]no-submodule dissertation.md introduction.md chapter_1.md
conclusion.md
.SH AUTHORS
.IP \[bu] 2
Daniel Goldsmith
.IP \[bu] 2
Ethan Smith-Coss