Anmerkungen und AutorInnen ins Template

This commit is contained in:
Jakob Voss 2014-09-14 08:54:07 +02:00
parent 209bcc94ff
commit e3bbe361c7
4 changed files with 52 additions and 44 deletions

View File

@ -13,6 +13,7 @@ LATEX_OPTIONS+=-V papersize=a4paper
LATEX_OPTIONS+=-V documentclass=article
LATEX_OPTIONS+=-V headheight=0.8cm
LATEX_OPTIONS+=-V top=2cm -V bottom=2cm -V left=2cm -V right=2cm
LATEX_OPTIONS+=-V endnotes=1
.md.html:
cat $(patsubst %.md,%.yml,$<) $< | pandoc -s -S -t html5 $(HTML_OPTIONS) -o $@ -

View File

@ -59,7 +59,7 @@ $endif$
\pagestyle{fancy}
% Kopfzeile
\renewcommand{\headrulewidth}{0pt}
\lhead{$for(author)$$author$$sep$ \and $endfor$: $title$}
\lhead{$for(author)$$author.name$$sep$ \and $endfor$: $title$}
\rhead{\textbf{$year$} / $issue$}
% Fußzeile
\lfoot{
@ -76,8 +76,8 @@ $endif$
}
\makeatletter
\renewcommand\@maketitle{
% TODO: affiliation
{\bfseries $for(author)$$author$$sep$, $endfor$ \par}
% TODO: affiliation, email, ...
{\bfseries $for(author)$$author.name$$sep$, $endfor$ \par}
{\Large {\bfseries {\@title}} \par}
Zusammenfassung
@ -100,10 +100,26 @@ $endif$
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{%
%}
%%%
\makeatother
$if(natbib)$
\usepackage{natbib}
@ -193,9 +209,7 @@ $endif$
$if(subtitle)$
\subtitle{$subtitle$}
$endif$
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
$endif$
$if(date)$
\date{$date$}
$endif$
@ -243,6 +257,23 @@ $if(biblatex)$
\printbibliography$if(biblio-title)$[title=$biblio-title$]$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)$
$include-after$

View File

@ -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.
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.
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}
Text hier. Text hier. Hervorhebungen sparsamund immer nur kursiv
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.
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
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
hier. Text hier.
[](#)[](#)
+--------------------+--------------------+--------------------+--------------------+
| 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. 1626. [Zugriff am 10.
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

View File

@ -1,11 +1,16 @@
---
title: "Titel (deutsch)"
title: Deutscher Titel
title-en: English title
year: 2014
issue: 1
issue: 1?
author:
- Vorname Nachname
- Vorname Nachname
- name: Vorname Nachname
email: vorname@email.tld
url: http://example.org/
- name: Vorname Nachname
email: vorname@email.tld
abstract: ...
keywords: ...
keywords-de: ...
jita: ...
...