Dave Jarvis' Repositories

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

Adds Libre Franklin font, makes preview tab consistent in docs

AuthorDaveJarvis <email>
Date2025-09-01 23:24:19 GMT-0700
Commitfab76cf70ee3e3a46a43dd32098623939ccfca72
Parentfa29339
Delta8 lines added, 18 lines removed, 10-line decrease
docs/06-r.md
The preview tab shows the result of `1` plus `1`:
-```
-2.0
-```
+> 2.0
## Bootstrap script
The preview tab shows the result of calling the `sum` function:
-```
-10.0
-```
+> 10.0
This shows how the bootstrap script can load `library.R`, which defines a `sum` function that is called by name in the Markdown document.
The preview tab shows:
-```
-25.0
-```
+> 25.0
Calling `setwd` using `v$application$r$working$directory` changes the working directory where the R engine searches for source files.
The preview tab shows:
-```
-Project Title
-```
+> Project Title
This is because the application inserts variable reference names based on the type of file being edited. By default, the R engine does not have a function named `x` defined.
The preview tab shows:
-
-```
-25.0
-Project Title
-```
+> 25.0
+>
+> Project Title
The `x` function attempts to evaluate the expression defined by the YAML variable. This means that the YAML variables can also include expressions that R is capable of evaluating.
docs/07-typesetting.md
### ConTeXt
-Programming computers to typeset internationalized text automatically at the level we've become accustomed takes decades of development effort. Many free and open source software solutions can typeset text, including: ConTeXt, LaTeX, Sile, and others. ConTeXt, which builds upon TeX, is ideal for typesetting plain text into beautiful documents because it is developed with a notion of *setups*. These setups can wholly describe how text is to be typeset and---by being external to the text itself---configuring setups provides ample control over the document's final appearance without changing the prose.
+Programming computers to typeset internationalized text automatically at the level we've become accustomed takes decades of development effort. Many free and open source software solutions can typeset text, including: ConTeXt, LaTeX, SILE, and others. ConTeXt, which builds upon TeX, is ideal for typesetting plain text into beautiful documents because it is developed with a notion of *setups*. These setups can wholly describe how text is to be typeset and---by being external to the text itself---configuring setups provides ample control over the document's final appearance without changing the prose.
## Further reading
docs/user-manual.pdf
Binary files differ