Anmerkungen und AutorInnen ins Template
This commit is contained in:
parent
209bcc94ff
commit
e3bbe361c7
1
Makefile
1
Makefile
|
@ -13,6 +13,7 @@ LATEX_OPTIONS+=-V papersize=a4paper
|
||||||
LATEX_OPTIONS+=-V documentclass=article
|
LATEX_OPTIONS+=-V documentclass=article
|
||||||
LATEX_OPTIONS+=-V headheight=0.8cm
|
LATEX_OPTIONS+=-V headheight=0.8cm
|
||||||
LATEX_OPTIONS+=-V top=2cm -V bottom=2cm -V left=2cm -V right=2cm
|
LATEX_OPTIONS+=-V top=2cm -V bottom=2cm -V left=2cm -V right=2cm
|
||||||
|
LATEX_OPTIONS+=-V endnotes=1
|
||||||
|
|
||||||
.md.html:
|
.md.html:
|
||||||
cat $(patsubst %.md,%.yml,$<) $< | pandoc -s -S -t html5 $(HTML_OPTIONS) -o $@ -
|
cat $(patsubst %.md,%.yml,$<) $< | pandoc -s -S -t html5 $(HTML_OPTIONS) -o $@ -
|
||||||
|
|
|
@ -59,7 +59,7 @@ $endif$
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
% Kopfzeile
|
% Kopfzeile
|
||||||
\renewcommand{\headrulewidth}{0pt}
|
\renewcommand{\headrulewidth}{0pt}
|
||||||
\lhead{$for(author)$$author$$sep$ \and $endfor$: $title$}
|
\lhead{$for(author)$$author.name$$sep$ \and $endfor$: $title$}
|
||||||
\rhead{\textbf{$year$} / $issue$}
|
\rhead{\textbf{$year$} / $issue$}
|
||||||
% Fußzeile
|
% Fußzeile
|
||||||
\lfoot{
|
\lfoot{
|
||||||
|
@ -76,8 +76,8 @@ $endif$
|
||||||
}
|
}
|
||||||
\makeatletter
|
\makeatletter
|
||||||
\renewcommand\@maketitle{
|
\renewcommand\@maketitle{
|
||||||
% TODO: affiliation
|
% TODO: affiliation, email, ...
|
||||||
{\bfseries $for(author)$$author$$sep$, $endfor$ \par}
|
{\bfseries $for(author)$$author.name$$sep$, $endfor$ \par}
|
||||||
{\Large {\bfseries {\@title}} \par}
|
{\Large {\bfseries {\@title}} \par}
|
||||||
|
|
||||||
Zusammenfassung
|
Zusammenfassung
|
||||||
|
@ -100,10 +100,26 @@ $endif$
|
||||||
|
|
||||||
Classification: ...
|
Classification: ...
|
||||||
}
|
}
|
||||||
\makeatother
|
|
||||||
|
$if(endnotes)$
|
||||||
|
\usepackage{endnotes}
|
||||||
|
\let\footnote\endnote
|
||||||
|
|
||||||
|
%Linie statt "Anmerkungen"
|
||||||
|
%\def\enoteheading{\par\kern2\baselineskip%
|
||||||
|
%\footnoterule%
|
||||||
|
%\kern1\baselineskip}
|
||||||
|
% subsection statt section
|
||||||
|
\def\enoteheading{\subsection*{\notesname
|
||||||
|
\@mkboth{\MakeUppercase{\notesname}}{\MakeUppercase{\notesname}}}%
|
||||||
|
\mbox{}\par\vskip-\baselineskip}
|
||||||
|
\def\notesname{Anmerkungen}
|
||||||
|
\def\enotesize{\normalsize}
|
||||||
|
$endif$
|
||||||
%\renewcommand\maketitle{%
|
%\renewcommand\maketitle{%
|
||||||
%}
|
%}
|
||||||
%%%
|
%%%
|
||||||
|
\makeatother
|
||||||
|
|
||||||
$if(natbib)$
|
$if(natbib)$
|
||||||
\usepackage{natbib}
|
\usepackage{natbib}
|
||||||
|
@ -193,9 +209,7 @@ $endif$
|
||||||
$if(subtitle)$
|
$if(subtitle)$
|
||||||
\subtitle{$subtitle$}
|
\subtitle{$subtitle$}
|
||||||
$endif$
|
$endif$
|
||||||
$if(author)$
|
|
||||||
\author{$for(author)$$author$$sep$ \and $endfor$}
|
\author{$for(author)$$author$$sep$ \and $endfor$}
|
||||||
$endif$
|
|
||||||
$if(date)$
|
$if(date)$
|
||||||
\date{$date$}
|
\date{$date$}
|
||||||
$endif$
|
$endif$
|
||||||
|
@ -243,6 +257,23 @@ $if(biblatex)$
|
||||||
\printbibliography$if(biblio-title)$[title=$biblio-title$]$endif$
|
\printbibliography$if(biblio-title)$[title=$biblio-title$]$endif$
|
||||||
|
|
||||||
$endif$
|
$endif$
|
||||||
|
|
||||||
|
$if(endnotes)$
|
||||||
|
\theendnotes
|
||||||
|
$endif$
|
||||||
|
|
||||||
|
% \hrulefill
|
||||||
|
\subsection*{AutorInnen}
|
||||||
|
|
||||||
|
$for(author)$
|
||||||
|
$author.name$$if(author.email)$,$author.email$$endif$
|
||||||
|
|
||||||
|
$if(author.affiliation)$$author.affiliation$$if(author.address)$,$endif$$endif$$if(author.address)$$author.address$$endif$
|
||||||
|
|
||||||
|
$if(author.url)$ \url{$author.url$}$endif$
|
||||||
|
|
||||||
|
$endfor$
|
||||||
|
|
||||||
$for(include-after)$
|
$for(include-after)$
|
||||||
$include-after$
|
$include-after$
|
||||||
|
|
||||||
|
|
39
vorlage.md
39
vorlage.md
|
@ -36,14 +36,17 @@ Text hier. Text hier. Text hier. Text hier. Text hier. Text hier. Text
|
||||||
hier. Text hier. Text hier. Text hier. Text hier. Text hier. Text hier.
|
hier. Text hier. Text hier. Text hier. Text hier. Text hier. Text hier.
|
||||||
Text hier. Text hier.Text hier. Text hier. Text hier. Text hier. Text
|
Text hier. Text hier.Text hier. Text hier. Text hier. Text hier. Text
|
||||||
hier. Text hier. Text hier. Text hier. Text hier. Text hier. Text hier.
|
hier. Text hier. Text hier. Text hier. Text hier. Text hier. Text hier.
|
||||||
Text hier. Text hier. Text hier. Text hier.^[[1]](#ftnt1)^
|
Text hier. Text hier. Text hier. Text hier.^[Eine Fußnote. So wenige wie
|
||||||
|
möglich verwenden]
|
||||||
|
|
||||||
### 2.2 Überschrift 2. Ebene {.c0 .c22}
|
### 2.2 Überschrift 2. Ebene {.c0 .c22}
|
||||||
|
|
||||||
Text hier. Text hier. Hervorhebungen sparsamund immer nur kursiv
|
Text hier. Text hier. Hervorhebungen sparsamund immer nur kursiv
|
||||||
einsetzen. Text hier. Text hier. Text hier. Text hier. Text hier. Text
|
einsetzen. Text hier. Text hier. Text hier. Text hier. Text hier. Text
|
||||||
hier. Text hier. Text hier.Text hier. Text hier. Text hier. Text hier.
|
hier. Text hier. Text hier.Text hier. Text hier. Text hier. Text hier.
|
||||||
Text hier. Text hier.^[[2]](#ftnt2)^Verwenden Sie nicht die
|
Text hier. Text hier.^[Leider funktionieren bei Google keine Endnoten, aber
|
||||||
|
das wäre unsere Empfehlung für die eingereichten Artikel]
|
||||||
|
Verwenden Sie nicht die
|
||||||
automatisierten Aufzählungen Ihres Textprogrammes. Aufzählungszeichen
|
automatisierten Aufzählungen Ihres Textprogrammes. Aufzählungszeichen
|
||||||
Minus Leerzeichen Text der Aufzählung.\
|
Minus Leerzeichen Text der Aufzählung.\
|
||||||
|
|
||||||
|
@ -58,8 +61,6 @@ hier. Text hier. Text hier. Text hier. Text hier. Text hier. Text hier.
|
||||||
Text hier. Text hier.Text hier. Text hier. Text hier. Text hier. Text
|
Text hier. Text hier.Text hier. Text hier. Text hier. Text hier. Text
|
||||||
hier. Text hier.
|
hier. Text hier.
|
||||||
|
|
||||||
[](#)[](#)
|
|
||||||
|
|
||||||
+--------------------+--------------------+--------------------+--------------------+
|
+--------------------+--------------------+--------------------+--------------------+
|
||||||
| Spalte 1 | Spalte 2 | Spalte 3 | Spalte 4 |
|
| Spalte 1 | Spalte 2 | Spalte 3 | Spalte 4 |
|
||||||
+--------------------+--------------------+--------------------+--------------------+
|
+--------------------+--------------------+--------------------+--------------------+
|
||||||
|
@ -117,33 +118,3 @@ Nachname, Vorname, Nachname, Vorname & Nachname, Vorname (2010). Titel
|
||||||
des Artikels. In: Titel des Journals109, 2, S. 16–26. [Zugriff am 10.
|
des Artikels. In: Titel des Journals109, 2, S. 16–26. [Zugriff am 10.
|
||||||
Aug. 2014]. DOI: http://dx.doi.org/10.2403/jo.nam.2010.07.008.
|
Aug. 2014]. DOI: http://dx.doi.org/10.2403/jo.nam.2010.07.008.
|
||||||
|
|
||||||
AutorInnen {.c0 .c19}
|
|
||||||
----------
|
|
||||||
|
|
||||||
Vorname Nachname, E-Mail-Adresse
|
|
||||||
|
|
||||||
Ihre Institution, Straße ggf. Postfach, PLZ Stadt, Land
|
|
||||||
|
|
||||||
URL
|
|
||||||
|
|
||||||
Vorname Nachname, E-Mail-Adresse
|
|
||||||
|
|
||||||
Ihre Institution, Straße ggf. Postfach, PLZ Stadt, Land
|
|
||||||
|
|
||||||
URL
|
|
||||||
|
|
||||||
Vorname Nachname, E-Mail-Adresse
|
|
||||||
|
|
||||||
Ihre Institution, Straße ggf. Postfach, PLZ Stadt, Land
|
|
||||||
|
|
||||||
URL
|
|
||||||
|
|
||||||
* * * * *
|
|
||||||
|
|
||||||
[[1]](#ftnt_ref1)Eine Fußnote. So wenige wie möglich verwenden
|
|
||||||
|
|
||||||
[[2]](#ftnt_ref2)Leider funktionieren bei Google keine Endnoten, aber
|
|
||||||
das wäre unsere Empfehlung für die eingereichten Artikel
|
|
||||||
|
|
||||||
[[a]](#cmnt_ref1)Überschrift vierter Ebene ist zu viel der
|
|
||||||
Verschachtelung
|
|
||||||
|
|
13
vorlage.yml
13
vorlage.yml
|
@ -1,11 +1,16 @@
|
||||||
---
|
---
|
||||||
title: "Titel (deutsch)"
|
title: Deutscher Titel
|
||||||
title-en: English title
|
title-en: English title
|
||||||
year: 2014
|
year: 2014
|
||||||
issue: 1
|
issue: 1?
|
||||||
author:
|
author:
|
||||||
- Vorname Nachname
|
- name: Vorname Nachname
|
||||||
- Vorname Nachname
|
email: vorname@email.tld
|
||||||
|
url: http://example.org/
|
||||||
|
- name: Vorname Nachname
|
||||||
|
email: vorname@email.tld
|
||||||
abstract: ...
|
abstract: ...
|
||||||
keywords: ...
|
keywords: ...
|
||||||
|
keywords-de: ...
|
||||||
|
jita: ...
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue