This is a preliminary template for my PhD thesis (already contains some notes).
My texteditor of choice is Visual Studio Code. In combination with LaTeX-Workshop
"latex-workshop.latex.tools": [
{
"name": "pdflatex",
"command": "pdflatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-aux-directory=auxiliary",
"%DOC%"
],
"env": {}
}
],
"latex-workshop.latex.recipes": [
{
"name": "pdflatex (aux)",
"tools": [
"pdflatex"
]
}
],