diff --git a/README.md b/README.md index e9b2ffb..45741bb 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ | **Author** | John Haverlack | | **Copyright** | 2026 John Haverlack | | **License** | CC BY-ND 4.0 | -| **Version** | 1.1.- | -| **Date** | 2026-02-04 | +| **Version** | 1.1.0 | +| **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. diff --git a/build/docx/basic-book-builder.docx b/build/docx/basic-book-builder.docx index d50d537..8652f4e 100644 Binary files a/build/docx/basic-book-builder.docx and b/build/docx/basic-book-builder.docx differ diff --git a/build/html/basic-book-builder.html b/build/html/basic-book-builder.html index 37e2e2e..26cd5cc 100644 --- a/build/html/basic-book-builder.html +++ b/build/html/basic-book-builder.html @@ -70,7 +70,7 @@ AuthorJohn Haverlack Version1.1.0 - Date2026-02-04 + Date2026-02-05 AffiliationAlaska Center for Energy and Power InstitutionUniversity of Alaska Fairbanks ISBN:UNSPECIFIED diff --git a/build/latex/basic-book-builder.log b/build/latex/basic-book-builder.log index 4208e2b..7f296f8 100644 --- a/build/latex/basic-book-builder.log +++ b/build/latex/basic-book-builder.log @@ -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 restricted \write18 enabled. file:line:error style messages enabled. diff --git a/build/latex/basic-book-builder.pdf b/build/latex/basic-book-builder.pdf index 1212610..5bec612 100644 Binary files a/build/latex/basic-book-builder.pdf and b/build/latex/basic-book-builder.pdf differ diff --git a/build/latex/basic-book-builder.tex b/build/latex/basic-book-builder.tex index c8009cf..948e363 100644 --- a/build/latex/basic-book-builder.tex +++ b/build/latex/basic-book-builder.tex @@ -346,7 +346,7 @@ \begin{tabular}{@{}p{0.28\textwidth}p{0.65\textwidth}@{}} \textbf{Author:} & John Haverlack \\ \textbf{Version:} & 1.1.0 \\ -\textbf{Date:} & 2026-02-04 \\ +\textbf{Date:} & 2026-02-05 \\ \textbf{Affiliation:} & Alaska Center for Energy and Power \\ \textbf{Institution:} & University of Alaska Fairbanks \\ \textbf{ISBN:} & UNSPECIFIED \\ diff --git a/build/odt/basic-book-builder.odt b/build/odt/basic-book-builder.odt index 188391c..895633c 100644 Binary files a/build/odt/basic-book-builder.odt and b/build/odt/basic-book-builder.odt differ diff --git a/build/pdf/basic-book-builder.pdf b/build/pdf/basic-book-builder.pdf index 1212610..5bec612 100644 Binary files a/build/pdf/basic-book-builder.pdf and b/build/pdf/basic-book-builder.pdf differ diff --git a/metadata.yaml b/metadata.yaml index 249683c..130cf3b 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -6,7 +6,7 @@ logo: "lib/img/UAF-ACEP.png" # Version / Repo version: "1.1.0" -date: "2026-02-04" +date: "2026-02-05" state: "BETA" source: "https://github.com/jehaverlack/basic-book-builder"