Bilder
This commit is contained in:
parent
c373d058f0
commit
d6830bf9de
2
Makefile
2
Makefile
|
@ -39,5 +39,5 @@ LATEX_OPTIONS+=-V graphics=1
|
|||
cat $(patsubst %.md,%.yml,$<) $< | pandoc -s -S -o $@ -
|
||||
|
||||
clean:
|
||||
rm -f *.{log,aux,toc}
|
||||
rm -f *.log *.aux *.toc *.out
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
|
@ -160,9 +160,7 @@ $endif$
|
|||
\fancypagestyle{plain}{
|
||||
\lhead{\includegraphics[width=11.3mm,height=10.5mm]{ip-logo.png}}
|
||||
\rhead{\footnotesize
|
||||
\textbf{$issue$ ($year$)}
|
||||
$if(category)$\\ $category$$endif$
|
||||
}
|
||||
\textbf{$issue$ ($year$)}$if(category)$\\$category$$endif$}
|
||||
\cfoot{}\rfoot{}
|
||||
}
|
||||
|
||||
|
@ -192,7 +190,7 @@ $endif$
|
|||
|
||||
\vfill
|
||||
{\small
|
||||
{\bfseries Datum der Einreichung / Annahme / Veröffentlichung}\\
|
||||
{\bfseries Einreichung / Annahme / Veröffentlichung}\\
|
||||
$received$ / $accepted$ / $published$}
|
||||
\pagebreak
|
||||
}
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
|
@ -7,7 +7,7 @@ Text hier. Und hier ist ein in eigenen Worten wiedergegebenes Zitat.
|
|||
(vgl. AutorIn & AutorIn, 2009). Text hier. Text hier. Text hier. Pro
|
||||
Kapitel mind. eine halbe Seite. Text hier. Text hier.
|
||||
|
||||
<!--![](images/image01.png)-->
|
||||
![](images/image01.png)
|
||||
|
||||
Abb. 1: Titel Abbildung 1 (normale Option)
|
||||
|
||||
|
@ -20,7 +20,6 @@ Text hier. Text hier. Text hier. “Ein wörtliches Zitat soll sehr sparsam
|
|||
eingesetzt werden.” (NAME, Name & NAME, 2014) Text hier. Text hier. Text
|
||||
hier. Text hier.1
|
||||
|
||||
<!--![](images/image00.png)-->
|
||||
|
||||
Abb. 2: Titel Abbildung 2 (Option für breite Abbildungen)
|
||||
|
||||
|
@ -66,7 +65,7 @@ hier. Text hier.
|
|||
+--------------------+--------------------+--------------------+--------------------+
|
||||
| Zeile 2 | 123,45 | 17,2 | 1232,23 |
|
||||
+--------------------+--------------------+--------------------+--------------------+
|
||||
| Zeile 3 | 56,78 | - | 189,9 |
|
||||
| Zeile 3 | 56,78 | -- | 189,9 |
|
||||
+--------------------+--------------------+--------------------+--------------------+
|
||||
| Zeile 4 | 198 | 67,325 | 789567,03 |
|
||||
+--------------------+--------------------+--------------------+--------------------+
|
||||
|
|
Loading…
Reference in New Issue