This package generates LaTeX class and style files to create documents in the format needed at Dragonfly Data Science.
- Download the latest debian file from https://gorbachev.io/#/report/Dragonfly-Latex-Templates
- Run
sudo dpkg -i dragonfly-latex-templates_XXX_all.deb
, whereXXX
is the version number of the package
At this point the following latex classes will be available for you to use:
- dragonfly-report
- dragonfly-proposal
- dragonfly-letter
- dragonfly-article
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:
- subfig (use subcaption instead)
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.
- Checkout the branch corresponding to the version of Ubuntu that you are using (this makes sure that the right version of biber and biblatex are used).
- Edit package/debian/changelog to update version
- Run
make
. If you don't have access to docker.dragonfly.co.nz, runexport RUN= && export TEXINPUTS=.///:..//latex//:..//graphics//: && make
, to build without using docker. You will neeed to have thetexlive-full
andbiber
packages installed.
- Copy new dragonfly-latex-templates_[version]_all.deb to docker.dragonfly.co.nz/dragonfly-reports/
- Edit the version of dragonfly-latex-templates_[version]_all.deb in docker.dragonfly.co.nz/dragonfly-reports/Dockerfile
- Run make at the root of docker.dragonfly.co.nz