v1.2.2
This commit is contained in:
parent
7115de389f
commit
5e0ffff98d
|
|
@ -5,7 +5,7 @@
|
|||
| **Author** | John Haverlack |
|
||||
| **Copyright** | 2026 John Haverlack |
|
||||
| **License** | CC BY-ND 4.0 |
|
||||
| **Version** | 1.1.0 |
|
||||
| **Version** | 1.2.2 |
|
||||
| **Date** | 2026-02-05 |
|
||||
|
||||
This is a basic book (article) builder template based on a Pandoc build process in conjunction with a number of other tools to generate PDF, DOCX, ODT, HTML, LaTeX, Markdown, and Epub book formats all from a single set of Markdown source content in an Obsidian vault.
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -69,7 +69,7 @@
|
|||
<table style="margin-top:2em; width:50%; border-collapse:collapse;">
|
||||
<tbody>
|
||||
<tr><td style="font-weight:bold;">Author</td><td>John Haverlack</td></tr>
|
||||
<tr><td style="font-weight:bold;">Version</td><td>1.1.0</td></tr>
|
||||
<tr><td style="font-weight:bold;">Version</td><td>1.2.2</td></tr>
|
||||
<tr><td style="font-weight:bold;">Date</td><td>2026-02-05</td></tr>
|
||||
<tr><td style="font-weight:bold;">Affiliation</td><td>Alaska Center for Energy and Power</td></tr>
|
||||
<tr><td style="font-weight:bold;">Institution</td><td>University of Alaska Fairbanks</td></tr>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
This is XeTeX, Version 3.141592653-2.6-0.999994 (TeX Live 2022/Debian) (preloaded format=xelatex 2025.11.6) 5 FEB 2026 15:24
|
||||
This is XeTeX, Version 3.141592653-2.6-0.999994 (TeX Live 2022/Debian) (preloaded format=xelatex 2025.11.6) 5 FEB 2026 15:41
|
||||
entering extended mode
|
||||
restricted \write18 enabled.
|
||||
file:line:error style messages enabled.
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -345,7 +345,7 @@
|
|||
\setlength{\tabcolsep}{8pt} % column padding
|
||||
\begin{tabular}{@{}p{0.28\textwidth}p{0.65\textwidth}@{}}
|
||||
\textbf{Author:} & John Haverlack \\
|
||||
\textbf{Version:} & 1.1.0 \\
|
||||
\textbf{Version:} & 1.2.2 \\
|
||||
\textbf{Date:} & 2026-02-05 \\
|
||||
\textbf{Affiliation:} & Alaska Center for Energy and Power \\
|
||||
\textbf{Institution:} & University of Alaska Fairbanks \\
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -5,7 +5,7 @@ name: "basic-book-builder"
|
|||
logo: "lib/img/UAF-ACEP.png"
|
||||
|
||||
# Version / Repo
|
||||
version: "1.1.0"
|
||||
version: "1.2.2"
|
||||
date: "2026-02-05"
|
||||
state: "BETA"
|
||||
source: "https://github.com/jehaverlack/basic-book-builder"
|
||||
|
|
|
|||
Loading…
Reference in New Issue