diff options
| -rw-r--r-- | templates/ef/grid.ms | 2 | ||||
| -rw-r--r-- | templates/ef/ordo.ms | 2 | ||||
| -rw-r--r-- | test/golden/grid-2027.ms | 2 | ||||
| -rw-r--r-- | test/golden/ordo-2027.ms | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/ef/grid.ms b/templates/ef/grid.ms index 7ed483a..b9bd868 100644 --- a/templates/ef/grid.ms +++ b/templates/ef/grid.ms @@ -1,5 +1,5 @@ .\" colitur wall calendar -- groff ms with tbl. flavour: groff -.\" Build: colitur table --year 2027 --template grid.ms | groff -ms -t -Tpdf -P-pa4l > grid.pdf +.\" Build: colitur table --year 2027 --template grid.ms | groff -ms -t -Tpdf -Kutf8 -P-pa4l > grid.pdf .\" .\" LANDSCAPE, not the ms default portrait: with allbox cells and Latin-less .\" days falling back to the raw slug (some fallback slugs run past 40 diff --git a/templates/ef/ordo.ms b/templates/ef/ordo.ms index 3090bc1..1bf73ef 100644 --- a/templates/ef/ordo.ms +++ b/templates/ef/ordo.ms @@ -1,5 +1,5 @@ .\" colitur ordo booklet -- groff ms. flavour: groff -.\" Build: colitur table --year 2027 --template ordo.ms | groff -ms -Tpdf > ordo.pdf +.\" Build: colitur table --year 2027 --template ordo.ms | groff -ms -t -Tpdf -Kutf8 -P-pa5 > ordo.pdf .\" .\" The observed day's own display name is a PLAIN resolved string .\" (View.of_days, Task 5), not a lang-keyed object -- there is no diff --git a/test/golden/grid-2027.ms b/test/golden/grid-2027.ms index b7539ed..94625ef 100644 --- a/test/golden/grid-2027.ms +++ b/test/golden/grid-2027.ms @@ -1,5 +1,5 @@ .\" colitur wall calendar -- groff ms with tbl. flavour: groff -.\" Build: colitur table --year 2027 --template grid.ms | groff -ms -t -Tpdf -P-pa4l > grid.pdf +.\" Build: colitur table --year 2027 --template grid.ms | groff -ms -t -Tpdf -Kutf8 -P-pa4l > grid.pdf .\" .\" LANDSCAPE, not the ms default portrait: with allbox cells and Latin-less .\" days falling back to the raw slug (some fallback slugs run past 40 diff --git a/test/golden/ordo-2027.ms b/test/golden/ordo-2027.ms index fc7c3c5..2952396 100644 --- a/test/golden/ordo-2027.ms +++ b/test/golden/ordo-2027.ms @@ -1,5 +1,5 @@ .\" colitur ordo booklet -- groff ms. flavour: groff -.\" Build: colitur table --year 2027 --template ordo.ms | groff -ms -Tpdf > ordo.pdf +.\" Build: colitur table --year 2027 --template ordo.ms | groff -ms -t -Tpdf -Kutf8 -P-pa5 > ordo.pdf .\" .\" The observed day's own display name is a PLAIN resolved string .\" (View.of_days, Task 5), not a lang-keyed object -- there is no |
