.vscode added
This commit is contained in:
parent
915768efdf
commit
a6648933ae
3 changed files with 39 additions and 22 deletions
15
.vscode/settings.json
vendored
Normal file
15
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"latex-workshop.latex.tools": [
|
||||
{
|
||||
"name": "xelatex",
|
||||
"command": "xelatex",
|
||||
"args": ["-interaction=nonstopmode", "-synctex=1", "%DOC%"]
|
||||
}
|
||||
],
|
||||
"latex-workshop.latex.recipes": [
|
||||
{
|
||||
"name": "xelatex",
|
||||
"tools": ["xelatex"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
\usepackage{geometry}
|
||||
\geometry{a4paper, margin=2cm} % Kompakte und saubere Margen
|
||||
\usepackage{fontspec}
|
||||
\setmainfont{Liberation Sans} % Arial-kompatibler freier Font
|
||||
\usepackage[ngerman]{babel}
|
||||
\usepackage{enumitem}
|
||||
\usepackage{hyperref}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue