43 lines
1.2 KiB
HTML
43 lines
1.2 KiB
HTML
<div class="frontmatter">
|
|
|
|
<!-- Title Page -->
|
|
<h1 style="margin-top:3em; font-size:2.4em; text-align:center;">$title$</h1>
|
|
<h2 style="text-align:center; font-weight:normal;">$subtitle$</h2>
|
|
|
|
<div style="text-align:center; margin:2em 0;">
|
|
<img src="$logo$" alt="Cover illustration" style="max-width:240px;">
|
|
</div>
|
|
|
|
<h3 style="text-align:center;">$author$</h3>
|
|
|
|
<hr style="margin:3em 0;">
|
|
|
|
|
|
<!-- Metadata Page (PDF analog) -->
|
|
<div style="text-align:center; margin-top:5em;">
|
|
<p><strong>Title</strong>: $title$</p>
|
|
<p><strong>Subtitle</strong>: $subtitle$</p>
|
|
<p><strong>Affiliation</strong>: $affiliation$</p>
|
|
<p><strong>Institution</strong>: $institution$</p>
|
|
<p><strong>Author</strong>: $author$</p>
|
|
<p><strong>Copyright</strong>: $copyright$</p>
|
|
<p><strong>License</strong>: $license$</p>
|
|
<p><strong>Version</strong>: $version$</p>
|
|
<p><strong>Date</strong>: $date$</p>
|
|
<p><strong>State</strong>: $state$</p>
|
|
<p><strong>Source</strong>: $source$</p>
|
|
</div>
|
|
|
|
<hr style="margin:4em 0;">
|
|
|
|
</div>
|
|
|
|
|
|
<script>
|
|
window.MathJax = {
|
|
tex: { inlineMath: [['$', '$'], ['\\(', '\\)']] },
|
|
svg: { fontCache: 'global' }
|
|
};
|
|
</script>
|
|
<script src="lib/mathjax/tex-mml-chtml.js"></script>
|