This package generates LaTeX class and style files to create documents in the format needed at Dragonfly Data Science.
sudo dpkg -i dragonfly-latex-templates_XXX_all.deb
, where XXX
is the version number of the packageAt this point the following latex classes will be available for you to use:
You will also have access to the beamer theme dragonfly
.
General documentation is generated in the file dragonfly.pdf
. For each class format
there is an example tex file (in the examples directory) showing how it can be used.
The dragonfly templates package will not work correctly with the following packages:
Key files for the template are found in the dragonfly
folder. Make sure to update
the changelog to a new version number following any edits (see package/debian/changelog
).
The new version number will be used when the .deb
is generated.
make
. If you don't have access to docker.dragonfly.co.nz,
run export RUN= && export TEXINPUTS=.///:..//latex//:..//graphics//: && make
,
to build without using docker. You will neeed to have the texlive-full
and biber
packages installed.