artikel-vorlage/pandoc-template.html

86 lines
2.1 KiB
HTML
Raw Normal View History

2014-09-12 14:36:30 +02:00
<!DOCTYPE html>
<html$if(lang)$ lang="$lang$"$endif$>
<head>
<meta charset="utf-8">
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta name="author" content="$author$">
2014-09-12 14:36:30 +02:00
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
<style type="text/css">code{white-space: pre;}</style>
$if(quotes)$
<style type="text/css">q { quotes: "“" "”" "" ""; }</style>
$endif$
$if(highlighting-css)$
<style type="text/css">
$highlighting-css$
</style>
$endif$
$for(css)$
<link rel="stylesheet" href="$css$">
$endfor$
$if(math)$
$math$
$endif$
$for(header-includes)$
$header-includes$
$endfor$
</head>
<body>
$for(include-before)$
$include-before$
$endfor$
2014-09-21 20:42:10 +02:00
2014-09-12 14:36:30 +02:00
<header>
<p>DOI: <a href="https://doi.org/$identifier$">https://doi.org/$identifier$</a></p>
<p class="author"><b>$author$</b></p>
2014-09-12 14:36:30 +02:00
<h1 class="title">$title$</h1>
<h3 class="abstract">Zusammenfassung</h3>
2014-09-21 20:42:10 +02:00
<p>$abstract$</p>
<h3 class="keywords">Schlüsselwörter</h3>
<p>$for(keywords)$$keywords$$sep$, $endfor$</p>
<h1 class="title">$title-en$</h2>
2014-09-21 20:42:10 +02:00
<h3 class="abstract">Abstract</h3>
<p>$abstract-en$</p>
<h3 class="keywords">Keywords</h3>
2014-09-21 20:42:10 +02:00
<p>$for(keywords-en)$$keywords-en$$sep$, $endfor$</p>
$if(jita)$
2014-09-21 20:42:10 +02:00
<h3>Classification</h3>
<p>$for(jita)$$jita$$sep$, $endfor$</p>
$endif$
2014-09-21 20:42:10 +02:00
<hr>
<p><b>Veröffentlichung:</b> $date$ in $publisher$</p>
<hr>
2014-09-21 20:42:10 +02:00
2014-09-12 14:36:30 +02:00
</header>
2014-09-21 20:42:10 +02:00
2014-09-12 14:36:30 +02:00
$if(toc)$
<h1>Inhaltsverzeichnis</h1>
2014-09-12 14:36:30 +02:00
<nav id="$idprefix$TOC">
$toc$
</nav>
$endif$
$body$
2014-09-21 20:42:10 +02:00
<hr>
2014-09-21 20:42:10 +02:00
<h2>AutorInnen</h2>
<ul>
$for(author-detail)$
2014-09-21 20:42:10 +02:00
<li>
<div>$author-detail.name$$if(author-detail.email)$, $author-detail.email$$endif$</div>
$if(author-detail.affiliation)$<div>$author-detail.affiliation$$if(author-detail.address)$, $endif$$endif$$if(author-detail.address)$$author-detail.address$</div>$endif$
$if(author-detail.url)$<div><a href="$author-detail.url$">$author-detail.url$</a></div>$endif$
$if(author-detail.orcid)$<div><a href="https://orcid.org/$author-detail.orcid$">https://orcid.org/$author-detail.orcid$</a></div>$endif$
2014-09-21 20:42:10 +02:00
</li>
$endfor$
</ul>
2014-09-12 14:36:30 +02:00
$for(include-after)$
$include-after$
$endfor$
</body>
</html>