Results 16 issues of Thomas Hodgson

I'm using the owncloud client with Davros to sync files between computers running OSX and Ubuntu 14.04. Files created on one have only read permissions set on the other, rather...

A recent version of pandoc-citeproc has changed some behaviour: it puts in a DIV for each reference now. I’ve tried to fix the output.

Metropolis sets the main font to Fira Sans when it can. Should it also set the math font to Fira Sans? I think that that would be nicer if it's...

This is a very subjective issue, so I make the following suggestion tentatively. To me it seems that the institute belongs conceptually with the author. Currently it appears a long...

enhancement

When I add this to my metadata: ``` author: - Jane Doe: institute: Nice Place ``` The resulting LaTeX file includes the following in `\hypersetup`: `pdfauthor={Jane Doe1}`, and this ends...

Currently, diagram-generator.lua uses makes svg images when latex is the target output. If I understand correctly, it would be better to just use the pdf directly when making tikz diagrams...

filter:diagram-generator

I am getting a strange result when I generate svg/png from tikz in markdown document. I have this in my markdown: ```{.tikz additionalPackages="\usepackage{tikz-qtree} \usepackage{mathtools}"} \Tree [ .A {A and B}...

filter:diagram-generator

### Discussed in https://github.com/jgm/pandoc/discussions/9426 Originally posted by **twsh** February 7, 2024 I am trying to use footnotes in a title block for things like acknowledgements and author affiliation. The following...

If 'l' is part of the flag for `pandoc#biblio#sources`, vim-pandoc will look for bibliographies in `$HOME/.pandoc/` and `%APPDATA%/pandoc/`. The documentation describes these as Pandoc's data dir (for *nix and Windows,...

In the documentation [here](https://lierdakil.github.io/pandoc-crossref/#latex-customization) there is a broken link to ModifyMeta.hs: `https://github.com/lierdakil/pandoc-crossref/blob/master/lib/Text/Pandoc/CrossRef/Util/ModifyMeta.hs`. The correct link is this, I think: https://github.com/lierdakil/pandoc-crossref/blob/master/lib-internal/Text/Pandoc/CrossRef/Util/ModifyMeta.hs