My bachelor's LaTeX files, aslo hosted on Papeeria and Overleaf
The app related to the project can be viewed here
#in unde e main.tex
cd bachelor-thesis
#runs lualatex
make
configu pe care-l am pt latex Workshop pe vscode in settings.json
:
"command": "latexmk",
"args": [
"-f",
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-pdf",
"-outdir=%OUTDIR%",
"%DOC%"
],
unde ar trb sa-ti pui
"latex-workshop.latex.outDir": "build",
si unde %DOC%
se pune singur sa fie main.tex
Cand vrei sa formatezi, recomand sa iei tex-fmt si sa te folosesti de tex-fmt.toml
care e acl in root
si poti adica doar sa dai sa-ti dea singur format cu asta in setari la vscode daca folosesti latex Workshop pe vscode
"latex-workshop.formatting.tex-fmt.args": [
"--config",
"tex-fmt.toml"
],
sau poti direct cu latexindent care il are cam toata lumea
make indent
poti sa verifici daca o referinta din bibliografie chiar a fost referita sau nuu cu
make check-refferences