<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>#languages posts — Ben Crowder</title>
    <link>https://bencrowder.net/blog/tag/languages/</link>
    <atom:link href="https://bencrowder.net/blog/tag/languages/feed/" rel="self" />
    <description>Feed for blog posts tagged with #languages.</description>
    <lastBuildDate>Mon, 13 Apr 2026 03:29:26 GMT</lastBuildDate>
    <language>en-US</language>
    <generator>https://bencrowder.net/</generator>

    <item>
      <title>Latin declensions worksheet</title>
      <link>https://bencrowder.net/blog/2026/latin-declensions-worksheet/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2026/latin-declensions-worksheet/</guid>
      <pubDate>Sun, 01 Feb 2026 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>I’ve added a fill-in-the-blank worksheet for the <a href="https://bencrowder.net/latin-declensions/">Latin declensions chart</a>:</p>
<p><figure class="border">
        <a href="https://bencrowder.net/latin-declensions/"><img src="https://cdn.bencrowder.net/images/projects/latin-declensions-worksheet.png" alt="https://cdn.bencrowder.net/images/projects/latin-declensions-worksheet.png" title="https://cdn.bencrowder.net/images/projects/latin-declensions-worksheet.png" /></a>
        
      </figure></p>
<p>(And I have to add that the source being HTML and CSS made it incredibly easy to pick this project again after three years of not touching it.)</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Latin declensions worksheet">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>Book of Mormon parallel edition</title>
      <link>https://bencrowder.net/blog/2023/book-of-mormon-parallel-edition/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2023/book-of-mormon-parallel-edition/</guid>
      <pubDate>Thu, 16 Mar 2023 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>Pleased to announce a new project: <a href="https://bencrowder.net/book-of-mormon-parallel-edition/">parallel language editions</a> of the Book of Mormon, available as free PDF downloads. Here’s what they look like:</p>
<p><figure class="border">
        <a href="https://bencrowder.net/book-of-mormon-parallel-edition/"><img src="https://cdn.bencrowder.net/images/projects/parallel-edition/parallel-bofm-tha-eng-sample.png?v1" alt="Thai–English side-by-side edition" title="Thai–English side-by-side edition" /></a>
        
      </figure></p>
<p><figure class="border">
        <a href="https://bencrowder.net/book-of-mormon-parallel-edition/"><img src="https://cdn.bencrowder.net/images/projects/parallel-edition/parallel-bofm-por-spa-sample.png?v1" alt="Portuguese–Spanish side-by-side edition" title="Portuguese–Spanish side-by-side edition" /></a>
        
      </figure></p>
<p>We’re starting out with the following editions, but I have more in the works. (Requests welcome!)</p>
<ul>
<li>Dutch–English</li>
<li>French–English</li>
<li>German–Dutch</li>
<li>German–English</li>
<li>Italian–English</li>
<li>Lao–English</li>
<li>Lao–Thai</li>
<li>Portuguese–English</li>
<li>Portuguese–Spanish</li>
<li>Spanish–English</li>
<li>Spanish–Italian</li>
<li>Thai–English</li>
</ul>
<h3 id="implementationdesignnotes">Implementation/design notes</h3>
<ul>
<li>Chrome has a <a href="https://support.google.com/chrome/thread/29061484/save-as-pdf-produces-documents-with-backwards-text?hl=en">weird</a> <a href="https://github.com/rsms/inter/issues/398">Skia</a> <a href="https://www.reddit.com/r/homebrewery/comments/8j3h44/text_is_mirrored_when_copied_after_exporting_to/">bug</a> where text in exported PDFs isn’t searchable/copyable, which was a dealbreaker since these editions are meant to be digital-only.</li>
<li>Firefox does handle searching and copying just fine, but (sadly) it isn’t able to break the two-columned text correctly across page breaks. This means every part of a verse has to be on the same page (as opposed to half at the bottom of one and half at the top of the next), with the result that some pages have more whitespace at the bottom than is economical.</li>
<li>Firefox also <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1779887">doesn’t respect</a> <code>break-after: avoid</code>, so I had to add page breaks before each chapter heading (which adds even more extra whitespace) (which can be a valid design decision, to be clear, but my original intent was to stream the chapters with no breaks so that the page count wouldn’t balloon). There’s a potential workaround that I’m looking into in the meantime.</li>
<li>There are no page numbers, because Firefox and Chrome don’t yet support the CSS paged media rules for that, and Paged.js choked and died on these files.</li>
<li>Browsers still aren’t great at paragraph layout, so there are going to be occasional widows and orphans.</li>
<li>I originally started on these several years ago using LaTeX, but I ran into issues getting the page layout to work the way I wanted it to. Layout-wise, things were so, so much easier with HTML and CSS.</li>
<li>If/when some of these browser issues get fixed (or I find workarounds), I’ll post updated files.</li>
</ul><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Book of Mormon parallel edition">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>Latin declensions chart update</title>
      <link>https://bencrowder.net/blog/2023/latin-declensions-chart-update-2/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2023/latin-declensions-chart-update-2/</guid>
      <pubDate>Sun, 12 Feb 2023 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>I ported my <a href="https://bencrowder.net/latin-declensions/">Latin declensions chart</a> from PlotDevice (which was Mac-only and thus not accessible to people without Macs) to <a href="https://cdn.bencrowder.net/downloads/lang/latin-declensions.html">HTML/CSS</a>.</p>
<p>Some notes:</p>
<ul>
<li>My goal with this was to make a chart that’s modifiable as easily as possible without building a full chart-generation app.</li>
<li>Because this HTML and CSS is intended for print and not at all for the responsive web, there are a few ways I did things that I probably wouldn’t have used on a web project.</li>
<li>I considered using on-page JavaScript to generate the table HTML, since right now there’s a lot of duplication, but I opted to stick with straight HTML to make it easier for non-technical people to modify.</li>
<li>The column widths are manually set so that things line up across tables. I could have done one big table instead, but the editing ergonomics would have been substantially worse.</li>
<li>Chrome still can’t print lines less than 1pt in width, so I used Firefox to export the PDF.</li>
<li>I wish custom properties worked in <code>@page</code>. I also plan to eventually refactor this so that more of the CSS is configurable via custom properties. (At this point it’s just column widths/gaps and colors.)</li>
<li>This 3.0 version of the chart changes the font from Museo Sans / Minion Pro to EB Garamond, so that the font is freely available. (EB Garamond also feels more appropriate to Latin than Museo Sans.)</li>
</ul><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Latin declensions chart update">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>The World’s Writing Systems. It would be nice if each entry had more information rather than just li...</title>
      <link>https://bencrowder.net/blog/2019/679/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2019/679/</guid>
      <pubDate>Tue, 29 Jan 2019 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p><a href="http://www.worldswritingsystems.org/">The World’s Writing Systems</a>. It would be nice if each entry had more information rather than just links, but still, this is great — especially with the filters at the top (region, living/historical, etc.).</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20The World’s Writing Systems. It would be nice if each entry had more information rather than just li...">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>An interesting grammar note from a book I’ve been reading on Proto-Indo-European: Indo-European verb...</title>
      <link>https://bencrowder.net/blog/2018/575/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2018/575/</guid>
      <pubDate>Thu, 21 Jun 2018 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>An interesting grammar note from a book I’ve been reading on Proto-Indo-European: Indo-European verbs require grammatical markers showing tense (past, present, future, etc.) and number (singular, plural, occasionally dual), but Hopi verbs require markers indicating whether you saw it yourself, heard about it from someone else, or consider it to be a truth. This is surely somewhat of an oversimplification, but even so, still pretty cool.</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20An interesting grammar note from a book I’ve been reading on Proto-Indo-European: Indo-European verb...">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>Ugaritic alphabet chart</title>
      <link>https://bencrowder.net/blog/2017/ugaritic-alphabet-chart/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2017/ugaritic-alphabet-chart/</guid>
      <pubDate>Fri, 14 Jul 2017 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>After a year-long hiatus, I’m starting to get back into making language charts. Today’s offering is an (admittedly obscure) <a href="https://bencrowder.net/languages/ugaritic-alphabet/">Ugaritic alphabet chart</a>:</p>
<p><figure class="border">
        <a href="https://bencrowder.net/languages/ugaritic-alphabet/"><img src="https://cdn.bencrowder.net/blog/2017/07/ugaritic-alphabet.png" alt="ugaritic-alphabet.png" title="ugaritic-alphabet.png" /></a>
        
      </figure></p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Ugaritic alphabet chart">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>Russian alphabet chart</title>
      <link>https://bencrowder.net/blog/2016/russian-alphabet-chart/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2016/russian-alphabet-chart/</guid>
      <pubDate>Tue, 12 Jul 2016 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>Just finished the aforementioned <a href="https://bencrowder.net/languages/russian-alphabet/">Russian alphabet chart</a>:</p>
<p><figure class="border">
        <a href="https://bencrowder.net/languages/russian-alphabet/"><img src="https://cdn.bencrowder.net/blog/2016/07/RussianAlphabet.png" alt="RussianAlphabet.png" title="RussianAlphabet.png" /></a>
        
      </figure></p>
<p>It’s available in PDF as usual.</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Russian alphabet chart">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>I’m working on a Russian alphabet chart at the moment. Things are mostly in place, with some spacing...</title>
      <link>https://bencrowder.net/blog/2016/501/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2016/501/</guid>
      <pubDate>Fri, 08 Jul 2016 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>I’m working on a Russian alphabet chart at the moment. Things are mostly in place, with some spacing to do on some of the IPA bits, possibly adding cursive, and then sending the chart to some Russian speakers for proofing. It’s close.</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20I’m working on a Russian alphabet chart at the moment. Things are mostly in place, with some spacing...">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>Updated the Latin 1st conjugation chart — the passive subjunctive pluperfect plural was incorrectly...</title>
      <link>https://bencrowder.net/blog/2016/484/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2016/484/</guid>
      <pubDate>Wed, 25 May 2016 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>Updated the <a href="https://bencrowder.net/design/latin/conjugation-charts/">Latin 1st conjugation chart</a> — the passive subjunctive pluperfect plural was incorrectly using the singular forms. Thanks to John Batali for the heads up!</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Updated the Latin 1st conjugation chart — the passive subjunctive pluperfect plural was incorrectly...">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>Updated the Latin declensions chart with a fix for fructus, which was incorrectly feminine (it’s mas...</title>
      <link>https://bencrowder.net/blog/2016/480/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2016/480/</guid>
      <pubDate>Tue, 17 May 2016 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>Updated the <a href="https://bencrowder.net/design/latin/declensions-chart/">Latin declensions chart</a> with a fix for <em>fructus</em>, which was incorrectly feminine (it’s masculine). Thanks to Chih-cheng Yuan for the heads up!</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Updated the Latin declensions chart with a fix for fructus, which was incorrectly feminine (it’s mas...">Reply via email</a></p>]]></description>
    </item>
    
  </channel>
</rss>
