This repository has been archived on 2024-10-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Bachelor-Arbeit-Latex/.vscode/settings.json
T
2024-08-18 17:02:45 +02:00

163 lines
3.8 KiB
JSON

{
"editor.wordWrap": "on",
"editor.formatOnSave": true,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.fontSize": 16,
"editor.trimAutoWhitespace": true,
"editor.minimap.enabled": false,
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true,
"ltex.language": "de-DE",
"latex-workshop.latex.outDir": "%WORKSPACE_FOLDER%/build",
"latex-workshop.latex.autoBuild.run": "onFileChange",
"latex-workshop.latexindent.path": "latexindent",
"latex-workshop.latexindent.args": [
"-c=%WORKSPACE_FOLDER%/latexindent/",
"-l=%WORKSPACE_FOLDER%/latexindent/localSettings.yaml",
// "%DOCFILE%",
"%TMPFILE%",
// "-y=defaultIndent: '%INDENT%'"
],
"latex-workshop.latex.recipes": [
{
"name": "Kleiax Bachlorarbeit",
"tools": [
"latexmk",
"copyPdf",
"renamePdf"
]
},
{
"name": "Copy and Move",
"tools": [
"copyPdf",
"renamePdf"
]
},
],
"latex-workshop.latex.tools": [
{
"name": "latexmk",
"command": "latexmk",
"args": [
"-shell-escape",
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-pdf",
"-outdir=%OUTDIR%",
"%DOC%"
],
"env": {}
},
{
"name": "copyPdf",
"command": "cp",
"args": [
"%DIR%/build/%DOCFILE%.pdf",
"%DIR%/"
]
},
{
"name": "renamePdf",
"command": "mv",
"args": [
// "-y",
"%DIR%/%DOCFILE%.pdf",
"Bachlorarbeit.pdf"
]
}
],
"cSpell.language": "en,de-DE,de",
"cSpell.words": [
"Akozon",
"Arduinoframework",
"ased",
"atellite",
"Austauschencoder",
"Bachelorthesis",
"Basissation",
"Beidou",
"Benachrichtigungslösung",
"blox",
"Blox",
"bürstenbehafteten",
"Christof",
"CPHA",
"CSRS",
"Desktopumgebung",
"DGNSS",
"documentclass",
"Doxygen",
"Dutycycle",
"eceiver",
"EGNOS",
"Encodern",
"Encoderscheibe",
"Espressif",
"flashen",
"gesockelt",
"GLONASS",
"GPIO",
"Gurtner",
"Hopfield",
"hypersetup",
"inematic",
"Ionosphärische",
"ionosphärischen",
"Kalibrierungsdaten",
"Klobuchar",
"Konnektoren",
"lobal",
"magnetoresistiv",
"Mehrdeutigkeitslösung",
"Meterbereich",
"mintinline",
"Nachstellzeit",
"NAVSTAR",
"Ntrip",
"NTRIP",
"PICO",
"Pinleiste",
"POCI",
"Pulsecounter",
"Pulsweitenmodulation",
"radiziert",
"Reely",
"Remotedesktop",
"RINEX",
"Röhrig",
"Routenverwaltung",
"RTCM",
"Rucken",
"Rückwärtstransformation",
"Saastamoinen",
"Sapos",
"SBAS",
"Sparkfun",
"SRAM",
"Strato",
"STRSVR",
"struct",
"subsubsection",
"Taskverwaltung",
"Terminalblock",
"Ubuntuusers",
"ugmentation",
"Uhrendaten",
"Vorwärtstransformation",
"WROOM",
"XOUT",
"Xtensa",
"YOUT",
"ystem",
"ZEDF",
"Zielinski",
"ZOUT",
"Zumkehr"
],
"cSpell.enableFiletypes": [
"tex"
]
}