This method does not require you to setup dependencies, so you don't have to worry about anything. VScode should ask you to open folder in container. Refer to docs if you need more help. Note: first build is quite lengthy - it installs entire texlive distribution.
Here's the supported setup. Use devcontainer if you don't want to bother with all the setup:
- Use VSCode
- Install LaTeX Workshop extension
- Setup LaTeX (there are many ways to install, refer to our template recommendations)
- Ensure that Inkscape is in your PATH
-
You don't work with LaTeX, you just write text and ask Google or Uncle GPT for some specific formatting help
-
Use LaTeX extension pdf preview feature to check the pdf. Pdf will be regenerated after save. It takes about 10 seconds, so I suggest only checking it when necessary.
-
Final project can be built using
make
command. -
Put references into
bibliografija.bib
file and use\cite{}
when needed -
Use captions for every figure
Some helpful commands:
\subsection{}
\subsubsection{}
\subsubsubsection{}
\footnote{}
-
We write valid UML with proper understanding of what arrows do what.
-
We store diagrams in
lab2diags/
directory using.drawio.svg
extension -
Use
\includesvg{}
to include svg in latex. Note: if diagram is huge use\includesvg[width=\textwidth]{}
.