diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-12-01 15:29:59 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-12-01 15:29:59 +0100 |
commit | 4571a5f133759498317fe8de700e5571caa7c82a (patch) | |
tree | 4db7c3deb81ab4921d6b366c9319af285e64911c | |
parent | 2a3eeb790824722e2d3232a19d08625a729ef9e8 (diff) |
stop set \frenchspacing: handled by babel, and should be in include-before-body (not include-before-content)HEADmain
-rw-r--r-- | _article.yml | 3 | ||||
-rw-r--r-- | _report.yml | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/_article.yml b/_article.yml index 5a10e49..c63b835 100644 --- a/_article.yml +++ b/_article.yml @@ -22,9 +22,6 @@ format: \usepackage[defaultlines=4,all]{nowidow} include-before-content: -# avoid english style of double space after punctuation - - text: | - \frenchspacing # setup graph visualization libraries - text: | \usepackage{tikz} diff --git a/_report.yml b/_report.yml index 8f8c924..88699ec 100644 --- a/_report.yml +++ b/_report.yml @@ -53,9 +53,6 @@ format: \usepackage[defaultlines=4,all]{nowidow} include-before-content: -# avoid english style of double space after punctuation - - text: | - \frenchspacing # setup graph visualization libraries - text: | \usepackage{tikz} |