artikel-vorlage/pandoc-template.html

86 lines
2.1 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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$">
<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$
<header>
<p>DOI: <a href="https://doi.org/$identifier$">https://doi.org/$identifier$</a></p>
<p class="author"><b>$author$</b></p>
<h1 class="title">$title$</h1>
<h3 class="abstract">Zusammenfassung</h3>
<p>$abstract$</p>
<h3 class="keywords">Schlüsselwörter</h3>
<p>$for(keywords)$$keywords$$sep$, $endfor$</p>
<h1 class="title">$title-en$</h2>
<h3 class="abstract">Abstract</h3>
<p>$abstract-en$</p>
<h3 class="keywords">Keywords</h3>
<p>$for(keywords-en)$$keywords-en$$sep$, $endfor$</p>
$if(jita)$
<h3>Classification</h3>
<p>$for(jita)$$jita$$sep$, $endfor$</p>
$endif$
<hr>
<p><b>Veröffentlichung:</b> $date$ in $publisher$</p>
<hr>
</header>
$if(toc)$
<h1>Inhaltsverzeichnis</h1>
<nav id="$idprefix$TOC">
$toc$
</nav>
$endif$
$body$
<hr>
<h2>AutorInnen</h2>
<ul>
$for(author-detail)$
<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$
</li>
$endfor$
</ul>
$for(include-after)$
$include-after$
$endfor$
</body>
</html>