Internship Report - Building an automation and deployment solution for NodeJS
To get a local copy up and running follow these simple steps.
To successfully compile the TeX source to a readable PDF, you need pdflatex.
Most of the time, this extension will be included in a LaTeX package suck as texlive-latex-base or texlive-latex-extra.
- Clone the repo
git clone https://github.com/AlexHff/adaltas.git- Build LaTeX document from source — this will also generate the files needed by makeglossaries
pdflatex rapport.tex- Invoke makeglossaries — a script which selects the correct character encodings and language settings
makeglossaries rapport- Build LaTeX document again — to produce a document with glossary entries
pdflatex rapport.texIf you have mupdf installed, you can run ./compile.sh in your command line.