Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Adds fonts to container, updates chapter contents

AuthorDaveJarvis <email>
Date2025-08-29 12:50:36 GMT-0700
Commit89177b9f564085fa923ab31d1b14f784f3c2b39c
Parent9e46554
Delta24 lines added, 8 lines removed, 16-line increase
docs/02-variables.md
# Variable definitions
-Variable definitions provide a way to insert key names having associated values into a document. The variable names and values are declared inside an external file using the [YAML](http://www.yaml.org/) file format. Simply put, variables are written in the file as follows:
+Variable definitions provide a way to insert key names having associated values into a document. The variable names and values are declared inside an external file using the YAML file format. Simply put, variables are written in the file as follows:
```
## Document editing
-The application's purpose is to completely separate the document's content from its presentation. To achieve this, documents are composed using a [plain text](http://spec.commonmark.org/0.28/) format.
+The application helps separate the document's content from its presentation. To achieve this, documents are first written in a [plain text](http://spec.commonmark.org/0.28/) format, converted to XHTML, then typeset as required. The act of typesetting adds presentation styling (colours, fonts, layout, etc.) to the final output document.
### Create document
Let's assume that the variable definitions loaded into the application include:
-```
+``` yaml
novel:
title: Diary of {{novel.author}}
docs/15-screenshots.md
-# Variables
+# Screenshots
+
+This chapter provides application screenshots from an older version.
+
+## Variables
Diagrams that include variables:
![GraphViz diagram screenshot](images/screenshots/01.png)
+
+:: GraphViz diagram
![Family tree diagram screenshot](images/screenshots/05.png)
-# PDF themes
+:: Family tree diagram
+
+## PDF themes
In the background of the following screenshot, the editor shows a novel
being edited:
![PDF themes](images/screenshots/08.png)
+
+:: PDF Themes
Highlighted items of note:
* Preferences dialog in the middle
-# Internationalization
+## Internationalization
Poem with locale settings:
![Korean poem screenshot](images/screenshots/02.png)
-# Equations
+:: Locale settings
+
+## Equations
TeX equations with detached preview:
![TeX equations screenshot](images/screenshots/03.png)
-# Dockable tabs
+:: TeX equations
+
+## Dockable tabs
Document outline opened and docked in bottom-left corner:
![Document outline](images/screenshots/04.png)
+
+:: Document outline
docs/user-manual.pdf
Binary files differ