v1.1.0
This commit is contained in:
parent
27a654aabd
commit
513e6d012d
|
|
@ -5,8 +5,8 @@
|
||||||
| **Author** | John Haverlack |
|
| **Author** | John Haverlack |
|
||||||
| **Copyright** | 2026 John Haverlack |
|
| **Copyright** | 2026 John Haverlack |
|
||||||
| **License** | CC BY-ND 4.0 |
|
| **License** | CC BY-ND 4.0 |
|
||||||
| **Version** | 1.1.- |
|
| **Version** | 1.1.0 |
|
||||||
| **Date** | 2026-02-04 |
|
| **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.
|
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.
|
|
@ -70,7 +70,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td style="font-weight:bold;">Author</td><td>John Haverlack</td></tr>
|
<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.1.0</td></tr>
|
||||||
<tr><td style="font-weight:bold;">Date</td><td>2026-02-04</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;">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>
|
<tr><td style="font-weight:bold;">Institution</td><td>University of Alaska Fairbanks</td></tr>
|
||||||
<tr><td style="font-weight:bold;">ISBN:</td><td>UNSPECIFIED</td></tr>
|
<tr><td style="font-weight:bold;">ISBN:</td><td>UNSPECIFIED</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:14
|
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
|
||||||
entering extended mode
|
entering extended mode
|
||||||
restricted \write18 enabled.
|
restricted \write18 enabled.
|
||||||
file:line:error style messages enabled.
|
file:line:error style messages enabled.
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -346,7 +346,7 @@
|
||||||
\begin{tabular}{@{}p{0.28\textwidth}p{0.65\textwidth}@{}}
|
\begin{tabular}{@{}p{0.28\textwidth}p{0.65\textwidth}@{}}
|
||||||
\textbf{Author:} & John Haverlack \\
|
\textbf{Author:} & John Haverlack \\
|
||||||
\textbf{Version:} & 1.1.0 \\
|
\textbf{Version:} & 1.1.0 \\
|
||||||
\textbf{Date:} & 2026-02-04 \\
|
\textbf{Date:} & 2026-02-05 \\
|
||||||
\textbf{Affiliation:} & Alaska Center for Energy and Power \\
|
\textbf{Affiliation:} & Alaska Center for Energy and Power \\
|
||||||
\textbf{Institution:} & University of Alaska Fairbanks \\
|
\textbf{Institution:} & University of Alaska Fairbanks \\
|
||||||
\textbf{ISBN:} & UNSPECIFIED \\
|
\textbf{ISBN:} & UNSPECIFIED \\
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -6,7 +6,7 @@ logo: "lib/img/UAF-ACEP.png"
|
||||||
|
|
||||||
# Version / Repo
|
# Version / Repo
|
||||||
version: "1.1.0"
|
version: "1.1.0"
|
||||||
date: "2026-02-04"
|
date: "2026-02-05"
|
||||||
state: "BETA"
|
state: "BETA"
|
||||||
source: "https://github.com/jehaverlack/basic-book-builder"
|
source: "https://github.com/jehaverlack/basic-book-builder"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue