Skip to content

My bachelor's LaTeX files, aslo hosted on Papeeria and Overleaf (but less up-to-date since no free Overleaf git integration)

Notifications You must be signed in to change notification settings

viktorashi/bachelor-thesis

Repository files navigation

My bachelor thesis

My bachelor's LaTeX files, aslo hosted on Papeeria and Overleaf

The app related to the project can be viewed here

Building, will default to lualatex:

    #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

BONUSSS

poti sa verifici daca o referinta din bibliografie chiar a fost referita sau nuu cu

make check-refferences

About

My bachelor's LaTeX files, aslo hosted on Papeeria and Overleaf (but less up-to-date since no free Overleaf git integration)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published