basic-book-builder/conf/frontmatter.html

43 lines
1.5 KiB
HTML

<div class="frontmatter">
<!-- Title Page -->
<h1 style="margin-top:3em; font-size:2.4em; text-align:center;">Basic Book Builder</h1>
<h2 style="text-align:center; font-weight:normal;">A Pandoc Template for building books and articles</h2>
<div style="text-align:center; margin:2em 0;">
<img src="lib/img/ACEPLogo.png" alt="Cover illustration" style="max-width:240px;">
</div>
<h3 style="text-align:center;">John Haverlack</h3>
<hr style="margin:3em 0;">
<!-- Metadata Page (PDF analog) -->
<div style="text-align:center; margin-top:5em;">
<p><strong>Title</strong>: Basic Book Builder</p>
<p><strong>Subtitle</strong>: A Pandoc Template for building books and articles</p>
<p><strong>Affiliation</strong>: Alaska Center for Energy and Power</p>
<p><strong>Institution</strong>: University of Alaska Fairbanks</p>
<p><strong>Author</strong>: John Haverlack</p>
<p><strong>Copyright</strong>: © 2025 Alaska Center for Energy and Power</p>
<p><strong>License</strong>: CC BY-ND 4.0</p>
<p><strong>Version</strong>: 0.0.2</p>
<p><strong>Date</strong>: 2025-11-11</p>
<p><strong>State</strong>: PRE-RELEASE</p>
<p><strong>Source</strong>: https://github.com/jehaverlack/basic-book-builder</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>