fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.8K
active users

#citeproc

0 posts0 participants0 posts today
pandoc<p>Disable the `citation` extension when combining the Typst writer with pandoc&#39;s &quot;citeproc&quot; handler, as native Typst citation settings don&#39;t interact well with citeproc.</p><p> pandoc --to=typst-citation --citeproc …</p><p><a href="https://fosstodon.org/tags/pandoc" class="mention hashtag" rel="tag">#<span>pandoc</span></a> <a href="https://fosstodon.org/tags/typst" class="mention hashtag" rel="tag">#<span>typst</span></a> <a href="https://fosstodon.org/tags/citeproc" class="mention hashtag" rel="tag">#<span>citeproc</span></a></p>
pandoc<p><a href="https://fosstodon.org/tags/Pandoc" class="mention hashtag" rel="tag">#<span>Pandoc</span></a> turns <a href="https://fosstodon.org/tags/citeproc" class="mention hashtag" rel="tag">#<span>citeproc</span></a>-generated <a href="https://fosstodon.org/tags/citations" class="mention hashtag" rel="tag">#<span>citations</span></a> into clickable links if the `link-citations` metadata field is set. E.g.,</p><p> pandoc -M link-citations --citeproc ...</p>
pandoc<p>Render references from a <a href="https://fosstodon.org/tags/BibLaTeX" class="mention hashtag" rel="tag">#<span>BibLaTeX</span></a> file as Word <a href="https://fosstodon.org/tags/docx" class="mention hashtag" rel="tag">#<span>docx</span></a>:</p><p> pandoc refs.bib --citeproc -o refs.docx</p><p><a href="https://fosstodon.org/tags/pandoc" class="mention hashtag" rel="tag">#<span>pandoc</span></a> <a href="https://fosstodon.org/tags/bibtex" class="mention hashtag" rel="tag">#<span>bibtex</span></a> <a href="https://fosstodon.org/tags/citeproc" class="mention hashtag" rel="tag">#<span>citeproc</span></a></p>
Ryan P. Randall :OpenAccess:<p>A thing I’m noticing as I learn tools like <a href="https://scholar.social/tags/pandoc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pandoc</span></a> and <a href="https://scholar.social/tags/citeproc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>citeproc</span></a> is that there’s a very long tail to the learning curve. (Is that a mixed metaphor?) Just when I think I’ve got things working correctly in the bibliography, multi-part last names like van Dijk come along and are processed in ways I don’t expect.</p><p>I’m slowly putting together a somewhat narrative blog post about how I’m dealing with this sort of thing. I think those of us from the humanities appreciate narrative formats &amp; examples!</p>