diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 9117fc5..a75e237 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "README.md", + "file": "chapters/02_Features.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "README" + "title": "02_Features" } } ] @@ -157,8 +157,8 @@ "state": { "type": "mathpad-view", "state": {}, - "icon": "sigma", - "title": "Mathpad" + "icon": "lucide-ghost", + "title": "mathpad-view" } }, { @@ -242,14 +242,10 @@ } ], "direction": "horizontal", - "width": 200, - "collapsed": true + "width": 200 }, "left-ribbon": { "hiddenItems": { - "obsidian-excalidraw-plugin:New drawing": false, - "mathpad:Open Mathpad": false, - "obsidian-kanban:Create new board": false, "switcher:Open quick switcher": false, "graph:Open graph view": false, "canvas:Create new canvas": false, @@ -260,20 +256,25 @@ }, "active": "b8c0b940e83a0cce", "lastOpenFiles": [ - "chapters/02_Features.md", + "build/basic-book-builder.html", + "templates/epub.yaml", + "conf/frontmatter-md.html", + "build/basic-book-builder.tex", + "templates/markdown.yaml", + "build/basic-book-builder.pdf", + "templates/latex.yaml", + "build/basic-book-builder.epub", + "templates/pdf.yaml", + "templates/html.yaml", + "build/basic-book-builder.md", + "lib/img/UAF-ACEP.png", + "templates/frontmatter-md.html", + "build/lib/img/UAF-ACEP.png", + "LICENSE.md", "chapters/00_Introduction.md", "chapters/01_Getting_Started.md", "README.md", - "lib/mathjax/output/chtml/fonts/woff-v2/MathJax_Zero.woff", - "lib/mathjax/output/chtml/fonts/woff-v2/MathJax_Vector-Regular.woff", - "lib/mathjax/output/chtml/fonts/woff-v2/MathJax_Vector-Bold.woff", - "lib/mathjax/output/chtml/fonts/woff-v2/MathJax_Typewriter-Regular.woff", - "lib/mathjax/output/chtml/fonts/woff-v2/MathJax_Size4-Regular.woff", - "lib/mathjax/output/chtml/fonts/woff-v2/MathJax_Size3-Regular.woff", - "lib/mathjax/output/chtml/fonts/woff-v2/MathJax_Size2-Regular.woff", - "lib/mathjax/output/chtml/fonts/woff-v2/MathJax_Size1-Regular.woff", - "lib/mathjax/output/chtml/fonts/woff-v2/MathJax_Script-Regular.woff", - "lib/mathjax/output/chtml/fonts/woff-v2/MathJax_SansSerif-Regular.woff", + "chapters/02_Features.md", "build/lib/img/ACEP Logo for Canvas.png", "build/lib/img/ACEP Logo.png", "build/lib/img/ACEP-50px.png", @@ -284,8 +285,6 @@ "build/lib/img/UAFLogo_A_blue.png", "chapters/Citations.md", "chapters/Terminology.md", - "build/lib/img/unit-circle-with-tau.png", - "build/lib/img/unit-circle-with-pi.png.png", "pm/Book Action Items.md", "chapters/Unitfication.md", "chapters/03_Cylindrical_Spacetime.md", @@ -302,8 +301,6 @@ "Chapters/02_Unitfication.md", "Chapters/Unitfication.md", "Chapters/07_Consciousness_Continued.md", - "lib/citations/wolframWhatConsciousnessNew2021.md", - "Chapters/06_Acausal_Computation.md", - "Chapters/05_Causality.md" + "lib/citations/wolframWhatConsciousnessNew2021.md" ] } \ No newline at end of file diff --git a/build/basic-book-builder.html b/build/basic-book-builder.html index 1725b46..70b41ba 100644 --- a/build/basic-book-builder.html +++ b/build/basic-book-builder.html @@ -103,7 +103,7 @@

Basic Book Builder

-

A Pandoc Template for building books and articles

+

A Pandoc template for building books and articles

Cover illustration @@ -114,24 +114,35 @@
+ +

Basic Book Builder

+

A Pandoc template for building books and articles

+ - - + + - - - - + + +
TitleBasic Book Builder
SubtitleA Pandoc Template for building books and articles
AffiliationAlaska Center for Energy and Power
InstitutionUniversity of Alaska Fairbanks
AuthorJohn Haverlack
Copyright© 2025 Alaska Center for Energy and Power
LicenseCC BY-ND 4.0
Version1.0.0
Date2025-11-13
Version1.0.1
Date2025-11-21
StateBETA
Sourcehttps://github.com/jehaverlack/basic-book-builder
+ + +

License

+ +

This work is licensed under the Creative Commons Attribution-NoDerivatives 4.0 International License (CC BY-ND 4.0).

+
+ Copyright © 2025 Alaska Center for Energy and Power
diff --git a/build/basic-book-builder.pdf b/build/basic-book-builder.pdf index ca0c865..7557e6a 100644 Binary files a/build/basic-book-builder.pdf and b/build/basic-book-builder.pdf differ diff --git a/conf/frontmatter.html b/conf/frontmatter.html index aa4e965..fd4f214 100644 --- a/conf/frontmatter.html +++ b/conf/frontmatter.html @@ -2,7 +2,7 @@

Basic Book Builder

-

A Pandoc Template for building books and articles

+

A Pandoc template for building books and articles

Cover illustration @@ -13,24 +13,35 @@
+ +

Basic Book Builder

+

A Pandoc template for building books and articles

+ - - + + - - - - + + +
TitleBasic Book Builder
SubtitleA Pandoc Template for building books and articles
AffiliationAlaska Center for Energy and Power
InstitutionUniversity of Alaska Fairbanks
AuthorJohn Haverlack
Copyright© 2025 Alaska Center for Energy and Power
LicenseCC BY-ND 4.0
Version1.0.0
Date2025-11-13
Version1.0.1
Date2025-11-21
StateBETA
Sourcehttps://github.com/jehaverlack/basic-book-builder
+ + +

License

+ +

This work is licensed under the Creative Commons Attribution-NoDerivatives 4.0 International License (CC BY-ND 4.0).

+
+ Copyright © 2025 Alaska Center for Energy and Power
diff --git a/conf/frontmatter.tex b/conf/frontmatter.tex index 843c48a..179d078 100644 --- a/conf/frontmatter.tex +++ b/conf/frontmatter.tex @@ -8,7 +8,7 @@ {\Huge\bfseries Basic Book Builder \par} \vspace{0.4cm} -{\Large A Pandoc Template for building books and articles \par} +{\Large A Pandoc template for building books and articles \par} \vspace{1.2cm} \includegraphics[width=0.5\textwidth]{lib/img/UAF-ACEP.png} @@ -24,24 +24,35 @@ \vspace*{\fill} +\Large{Basic Book Builder} + +\normalsize{\textbf{A Pandoc template for building books and articles}} + + \begin{center} \renewcommand{\arraystretch}{1.3} % row spacing \setlength{\tabcolsep}{8pt} % column padding \begin{tabular}{@{}p{0.28\textwidth}p{0.65\textwidth}@{}} -\textbf{Title:} & Basic Book Builder \\ -\textbf{Subtitle:} & A Pandoc Template for building books and articles \\ \textbf{Affiliation:} & Alaska Center for Energy and Power \\ \textbf{Institution:} & University of Alaska Fairbanks \\ \textbf{Author:} & John Haverlack \\ -\textbf{Copyright:} & © 2025 Alaska Center for Energy and Power \\ -\textbf{License:} & CC BY-ND 4.0 \\ -\textbf{Version:} & 1.0.0 \\ -\textbf{Date:} & 2025-11-13 \\ +\textbf{Version:} & 1.0.1 \\ +\textbf{Date:} & 2025-11-21 \\ \textbf{State:} & BETA \\ \textbf{Source:} & https://github.com/jehaverlack/basic-book-builder \\ \end{tabular} \end{center} + +\textbf{License} + +This work is licensed under the Creative Commons Attribution-NoDerivatives 4.0 International License (CC BY-ND 4.0) + + +\begin{center} +Copyright © 2025 Alaska Center for Energy and Power +\end{center} + \vspace*{\fill} \clearpage diff --git a/conf/metadata.yaml b/conf/metadata.yaml index 3a88bd1..83a24b0 100644 --- a/conf/metadata.yaml +++ b/conf/metadata.yaml @@ -1,5 +1,5 @@ title: "Basic Book Builder" -subtitle: "A Pandoc Template for building books and articles" +subtitle: "A Pandoc template for building books and articles" name: "basic-book-builder" author: "John Haverlack" author-email: "jehaverlack@alaska.edu" @@ -8,7 +8,9 @@ institution: "University of Alaska Fairbanks" logo: "lib/img/UAF-ACEP.png" copyright: "© 2025 Alaska Center for Energy and Power" license: "CC BY-ND 4.0" -version: "1.0.0" -date: "2025-11-13" +license-name: "Creative Commons Attribution-NoDerivatives 4.0 International License" +license-url: "https://creativecommons.org/licenses/by-nd/4.0/deed.en" +version: "1.0.1" +date: "2025-11-21" state: "BETA" source: "https://github.com/jehaverlack/basic-book-builder" diff --git a/conf/pandoc.yaml b/conf/pandoc.yaml index 5de50d3..9f1744e 100644 --- a/conf/pandoc.yaml +++ b/conf/pandoc.yaml @@ -29,10 +29,15 @@ variables: numbersections: true # ✅ correct key (not number-sections) colorlinks: true # nice PDF hyperlinks linkcolor: blue + graphics: true + float: false + figure-latex-placement: H + # suppress-chapter: true resource-path: - . - lib/img + - lib/diag citeproc: true bibliography: lib/zotero.bib diff --git a/templates/frontmatter.html b/templates/frontmatter.html index 82b4331..1752de9 100644 --- a/templates/frontmatter.html +++ b/templates/frontmatter.html @@ -13,24 +13,35 @@
+ +

$title$

+

$subtitle$

+ - - + + - - +
Title$title$
Subtitle$subtitle$
Affiliation$affiliation$
Institution$institution$
Author$author$
Copyright$copyright$
License$license$
Version$version$
Date$date$
State$state$
Source$source$
+ + +

License

+ +

This work is licensed under the $license-name$ ($license$).

+
+ Copyright $copyright$
diff --git a/templates/frontmatter.tex b/templates/frontmatter.tex index 235ba00..c10755d 100644 --- a/templates/frontmatter.tex +++ b/templates/frontmatter.tex @@ -24,17 +24,18 @@ \vspace*{\fill} +\Large{$title$} + +\normalsize{\textbf{$subtitle$}} + + \begin{center} \renewcommand{\arraystretch}{1.3} % row spacing \setlength{\tabcolsep}{8pt} % column padding \begin{tabular}{@{}p{0.28\textwidth}p{0.65\textwidth}@{}} -\textbf{Title:} & $title$ \\ -\textbf{Subtitle:} & $subtitle$ \\ \textbf{Affiliation:} & $affiliation$ \\ \textbf{Institution:} & $institution$ \\ \textbf{Author:} & $author$ \\ -\textbf{Copyright:} & $copyright$ \\ -\textbf{License:} & $license$ \\ \textbf{Version:} & $version$ \\ \textbf{Date:} & $date$ \\ \textbf{State:} & $state$ \\ @@ -42,6 +43,16 @@ \end{tabular} \end{center} + +\textbf{License} + +This work is licensed under the $license-name$ ($license$) + + +\begin{center} +Copyright $copyright$ +\end{center} + \vspace*{\fill} \clearpage