Archived
- more pictures
- more fixes - more literatur
This commit is contained in:
Vendored
+20
-21
@@ -30,25 +30,25 @@
|
||||
"prefix": "image",
|
||||
"body": [
|
||||
"\\begin{figure}[ht]",
|
||||
"\t\\vspace{1cm}",
|
||||
"\t\\centering",
|
||||
"\t\\includegraphics[width=\\linewidth]{Bilder/$1.jpg}",
|
||||
"\t\\caption{$0}",
|
||||
"\t\\label{fig:$0}",
|
||||
"\t\\vspace{1cm}",
|
||||
"\t\\centering",
|
||||
"\t\\includegraphics[width=\\linewidth]{img/$1.png}",
|
||||
"\t\\caption{$0}",
|
||||
"\t\\label{fig:$1}",
|
||||
"\\end{figure}",
|
||||
],
|
||||
"description": "Rahmen zum Einfügen eines Bildes"
|
||||
},
|
||||
"Anforderung Rover": {
|
||||
"prefix": "reqR",
|
||||
"body": "\\textbf{$2F\\_REQ\\_Rover\\_$1:} $0",
|
||||
"description": "Kürzel für eine Anforderung"
|
||||
},
|
||||
"Anforderung Fernbedienung": {
|
||||
"prefix": "reqF",
|
||||
"body": "\\textbf{$2F\\_REQ\\_Fernbedienung\\_$1:} $0",
|
||||
"description": "Kürzel für eine Anforderung"
|
||||
},
|
||||
"Anforderung Rover": {
|
||||
"prefix": "reqR",
|
||||
"body": "\\textbf{$2F\\_REQ\\_Rover\\_$1:} $0",
|
||||
"description": "Kürzel für eine Anforderung"
|
||||
},
|
||||
"Anforderung Fernbedienung": {
|
||||
"prefix": "reqF",
|
||||
"body": "\\textbf{$2F\\_REQ\\_Fernbedienung\\_$1:} $0",
|
||||
"description": "Kürzel für eine Anforderung"
|
||||
},
|
||||
"Test Layout": {
|
||||
"prefix": "test",
|
||||
"body": [
|
||||
@@ -73,14 +73,14 @@
|
||||
"\t\\centering",
|
||||
"\t\\caption{$1}",
|
||||
"\t\\begin{tabular}{|c|c|c|}",
|
||||
"\t\t\\hline",
|
||||
"\t\t\\hline",
|
||||
"\t\t\\textbf{$3} & \\textbf{$4} & \\textbf{$5} \\\\\\",
|
||||
"\t\t\\hline",
|
||||
"\t\t\\hline",
|
||||
"\t\\end{tabular}",
|
||||
"\t\\label{tab:$2}",
|
||||
"\\end{table}"
|
||||
"\\end{table}"
|
||||
],
|
||||
"description": "Fügt das Grundgerüst für eine Tabelle ein"
|
||||
"description": "Fügt das Grundgerüst für eine Tabelle ein"
|
||||
},
|
||||
"Tabelle Zeile": {
|
||||
"prefix": "z2",
|
||||
@@ -91,5 +91,4 @@
|
||||
],
|
||||
"description": "Fügt eine Zeile mit 2 Spalten hinzu"
|
||||
},
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user