You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _site/feed.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<?xml version="1.0" encoding="utf-8"?><feedxmlns="http://www.w3.org/2005/Atom" ><generatoruri="https://jekyllrb.com/"version="3.10.0">Jekyll</generator><linkhref="http://localhost:4000/feed.xml"rel="self"type="application/atom+xml" /><linkhref="http://localhost:4000/"rel="alternate"type="text/html" /><updated>2025-10-23T13:02:13+08:00</updated><id>http://localhost:4000/feed.xml</id><titletype="html">de_soot</title><subtitle>Hosted on Github Pages</subtitle><entry><titletype="html">Guide to APA with groff ms and refer</title><linkhref="http://localhost:4000/groff-apa"rel="alternate"type="text/html"title="Guide to APA with groff ms and refer" /><published>2025-02-07T00:00:00+08:00</published><updated>2025-02-07T00:00:00+08:00</updated><id>http://localhost:4000/groff-apa</id><contenttype="html"xml:base="http://localhost:4000/groff-apa"><![CDATA[<p>This guide explains why and how I used groff with the ms and refer macros to write my college essay in Neovim.</p>
1
+
<?xml version="1.0" encoding="utf-8"?><feedxmlns="http://www.w3.org/2005/Atom" ><generatoruri="https://jekyllrb.com/"version="3.10.0">Jekyll</generator><linkhref="http://localhost:4000/feed.xml"rel="self"type="application/atom+xml" /><linkhref="http://localhost:4000/"rel="alternate"type="text/html" /><updated>2025-12-04T17:22:50+08:00</updated><id>http://localhost:4000/feed.xml</id><titletype="html">de_soot</title><subtitle>Hosted on Github Pages</subtitle><entry><titletype="html">Guide to APA with groff ms and refer</title><linkhref="http://localhost:4000/groff-apa"rel="alternate"type="text/html"title="Guide to APA with groff ms and refer" /><published>2025-02-07T00:00:00+08:00</published><updated>2025-02-07T00:00:00+08:00</updated><id>http://localhost:4000/groff-apa</id><contenttype="html"xml:base="http://localhost:4000/groff-apa"><![CDATA[<p>This guide explains why and how I used groff with the ms and refer macros to write my college essay in Neovim.</p>
2
2
3
3
<h1 id="table-of-contents-">Table of Contents <a name="tableofcontents"></a></h1>
4
4
@@ -141,17 +141,17 @@
141
141
142
142
<p>This is how to change it to device’s default <a href="https://www.gnu.org/software/groff/manual/groff.html.node/Font-Families.html">sans-serif</a>,</p>
143
143
144
-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>.fam H \" Helvetica
144
+
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>.ds FAM H \" Helvetica
145
145
</code></pre></div></div>
146
146
147
147
<p>monospace,</p>
148
148
149
-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>.fam C \" Courier
149
+
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>.ds FAM C \" Courier
150
150
</code></pre></div></div>
151
151
152
152
<p>and (back to) serif font family:</p>
153
153
154
-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>.fam T \" Times New Roman
154
+
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>.ds FAM T \" Times New Roman
155
155
</code></pre></div></div>
156
156
157
157
<p>There are many other default fonts in groff listed in <a href="https://technicallywewrite.com/2024/04/12/changefonts">this post</a>.</p>
0 commit comments