acep-uaf / aetr-web-book-2024

Alaska Electricity Trends Report as a web book
https://acep-uaf.github.io/aetr-web-book-2024/
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

Convert from website to book #44

Closed eldobbins closed 2 months ago

eldobbins commented 2 months ago

HTML books are actually just a special type of Quarto Website and consequently support all of the same features as websites including full-text search. The most important difference is that HTML books use chapter numbers and therefore support Cross References between different chapters.

Issue arose because figure numbers repeat across the different pages.

Recommend forking project to personal repo where can verify the render works before merging changes because this is a big'n. https://quarto.org/docs/books/ says how.

eldobbins commented 2 months ago

Cloned to git@github.com:eldobbins/aetr-web-book-2024.git and locally. Follow instructions at https://github.com/eldobbins/cookiecutter-quarto-website to enable Actions, etc.

eldobbins commented 2 months ago

Table references didn't seem to work with the historic reports table that was in a separate file that was included in historic_reports.qmd. Copied the code into the page instead.