This package generates LaTeX class and style files to create documents in the format needed for MPI science reports.
sudo dpkg -i ../mpi-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:
General documentation is generated in the file mpi.pdf
. There is an example
far.tex file in the examples directory showing how the package can be used.
The MPI package will not work correctly with the following packages:
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.Cooke, J.G. (1994). Nutrient transformations in a natural wetland receiving sewage effluent and the implications for waste treatment. Water Science and Technology 29 (4): 209–217.
Constable, J.D.; Scott, P.H.; Connor, M.A. (1989). Fixed bed nitrification as a potential means of enhancing nitrogen removal rates in a sewage lagoon. In: Australian Water and Wastewater Association, Proceedings of the 13th Federal Convention. pp 192–196. 6–10 March 1989, Canberra.
Ayling, T.; Cox, G. (1982). Collins guide to the sea fishes of New Zealand. Collins, Auckland. 343 p.
The package can be used on Windows 10 (and optionally with TeXstudio) as follows:
Follow the instructions at https://marcus.handte.org/2017/11/18/using-texstudio-with-texlive-from-ubuntu-on-wsl/ but applying these additions/corrections:
sudo apt-get update
(and, ideally, sudo apt-get upgrade
) before installing texlivesudo apt-get install texlive-full
. This takes a while. The full texlive distribution may be overkill for many purposes, but it is currently a dependency of mpi-latex-templates.Install mpi-latex-templates within the WSL Ubuntu shell as described above (Installing the package).