Archived
- enable auto format
- new output directory for pdf
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@
|
||||
# *.pdf
|
||||
|
||||
## Generated if empty string is given at "Please type another file name for output:"
|
||||
.pdf
|
||||
*.pdf
|
||||
|
||||
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
||||
*.bbl
|
||||
|
||||
Vendored
+12
-11
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"editor.wordWrap": "on",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
||||
"latex-workshop.latex.outDir": "%WORKSPACE_FOLDER%/build",
|
||||
"latex-workshop.latex.autoBuild.run": "onFileChange",
|
||||
@@ -7,8 +8,8 @@
|
||||
"latex-workshop.latexindent.args": [
|
||||
"-c=%WORKSPACE_FOLDER%/latexindent/",
|
||||
"-l=%WORKSPACE_FOLDER%/latexindent/localSettings.yaml",
|
||||
"%DOCFILE%",
|
||||
// "%TMPFILE%"
|
||||
// "%DOCFILE%",
|
||||
"%TMPFILE%",
|
||||
// "-y=defaultIndent: '%INDENT%'"
|
||||
],
|
||||
"latex-workshop.latex.recipes": [
|
||||
@@ -16,15 +17,15 @@
|
||||
"name": "Kleiax Bachlorearbeit",
|
||||
"tools": [
|
||||
"latexmk",
|
||||
// "copyPdf",
|
||||
// "renamePdf"
|
||||
"copyPdf",
|
||||
"renamePdf"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Copy and Move",
|
||||
"tools": [
|
||||
"copyPdf",
|
||||
// "renamePdf"
|
||||
"renamePdf"
|
||||
]
|
||||
},
|
||||
],
|
||||
@@ -45,18 +46,18 @@
|
||||
},
|
||||
{
|
||||
"name": "copyPdf",
|
||||
"command": "copy",
|
||||
"command": "cp",
|
||||
"args": [
|
||||
"%DIR_W32%\\build\\%DOCFILE%.pdf",
|
||||
"%DIR_W32%\\output\\"
|
||||
"%DIR%/build/%DOCFILE%.pdf",
|
||||
"%DIR%/"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "renamePdf",
|
||||
"command": "move",
|
||||
"command": "mv",
|
||||
"args": [
|
||||
"-y",
|
||||
"%DIR_W32%\\output\\%DOCFILE%.pdf",
|
||||
// "-y",
|
||||
"%DIR%/%DOCFILE%.pdf",
|
||||
"Projektarbeit.pdf"
|
||||
]
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
\begin{abstract}
|
||||
Abstract -
|
||||
Eins Arbeit about the Rovi Drovi Car
|
||||
Eins Arbeit about the Rovi Drovi Car6
|
||||
\end{abstract}
|
||||
+1
-1
@@ -48,7 +48,7 @@ Auch in der Industrie ist WLAN eine essentielle Technik, zum Beispiel für autom
|
||||
\subsection{USBIP}
|
||||
|
||||
\section{Hardware}
|
||||
|
||||
Das ist ein Test Text zum Thema Hardware dieser wird später wieder gelöschtr aber jetzt gerade möchte ich gucken ob das automatische formatieren nach dem Speichern erfolgreich ist, wenn ja werde ich danach noch versuchen die doof generierte pdf in einen anderen Ordner zu verschieben
|
||||
\subsection{GNSS-Module}
|
||||
\subsection{GNSS-Antennen}
|
||||
\subsection{Computer}
|
||||
|
||||
Reference in New Issue
Block a user