This repository stores the source code for these templates:
report
: Report Template on Overleafbook
: (updating)
Main files (applied to all templates): main.tex
(i.e. compile this file in Overleaf or TexStudio to render the full document).
- Install TeXStudio
sudo apt-get install texstudio
- Install TeXLive:
sudo apt-get install texlive-full
Important: textlive
package does not include all LaTeX packages. In order to render some components (e.g. algorithm
), you must install the texlive-full
package (which is around 5GB!). Therefore we would recommend you using Overleaf for the best experience.
To use Vietnamese code listing:
\vietnameselst
\lstinputlisting[language=Language]{filepath}
The \vietnameselst
command can be found in .sty
files.
Huge appreciate to
- thiminhnhut/latex for Vietnamese listings
This work is licensed under The GNU GPL v3.0