diff --git a/_posts/2025-02-20-groff-apa.md b/_posts/2025-02-20-groff-apa.md index fefd20a..0f04311 100644 --- a/_posts/2025-02-20-groff-apa.md +++ b/_posts/2025-02-20-groff-apa.md @@ -133,19 +133,19 @@ Changing to another one of the default fonts in groff is simple. This is how to change it to device's default [sans-serif](https://www.gnu.org/software/groff/manual/groff.html.node/Font-Families.html), ``` -.fam H \" Helvetica +.ds FAM H \" Helvetica ``` monospace, ``` -.fam C \" Courier +.ds FAM C \" Courier ``` and (back to) serif font family: ``` -.fam T \" Times New Roman +.ds FAM T \" Times New Roman ``` There are many other default fonts in groff listed in [this post](https://technicallywewrite.com/2024/04/12/changefonts). diff --git a/_site/README.md b/_site/README.md index 1c735b1..6178cae 100644 --- a/_site/README.md +++ b/_site/README.md @@ -1,6 +1,6 @@ # de-soot.github.io -A place on the internet where I write about my write about things that interest me. +A place on the Internet where I write about stuff. ## Usage diff --git a/_site/feed.xml b/_site/feed.xml index 5fbcb19..419ea89 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2025-10-23T13:02:13+08:00http://localhost:4000/feed.xmlde_sootHosted on Github PagesGuide to APA with groff ms and refer2025-02-07T00:00:00+08:002025-02-07T00:00:00+08:00http://localhost:4000/groff-apaThis guide explains why and how I used groff with the ms and refer macros to write my college essay in Neovim.

+Jekyll2025-12-04T17:22:50+08:00http://localhost:4000/feed.xmlde_sootHosted on Github PagesGuide to APA with groff ms and refer2025-02-07T00:00:00+08:002025-02-07T00:00:00+08:00http://localhost:4000/groff-apaThis guide explains why and how I used groff with the ms and refer macros to write my college essay in Neovim.

Table of Contents

@@ -141,17 +141,17 @@

This is how to change it to device’s default sans-serif,

-
.fam H \" Helvetica
+
.ds FAM H \" Helvetica
 

monospace,

-
.fam C \" Courier
+
.ds FAM C \" Courier
 

and (back to) serif font family:

-
.fam T \" Times New Roman
+
.ds FAM T \" Times New Roman
 

There are many other default fonts in groff listed in this post.