-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
❯ pandoc.exe -t latex -s -o test.tex
Could not find data file templates\font-settings.latex
This is with latest nightly version
❯ pandoc.exe --version
pandoc.exe 3.5-nightly-2024-11-12
Features: +server +lua
Scripting engine: Lua 5.4
User data directory: C:\Users\chris\AppData\Roaming\pandoc
Copyright (C) 2006-2024 John MacFarlane. Web: https://pandoc.org
This is free software; see the source for copying conditions. There is no
warranty, not even for merchantability or fitness for a particular purpose.
This partials has been added into the default template
pandoc/data/templates/default.latex
Line 30 in a4b8591
$font-settings.latex()$ |
and it is in the repo
https://github.com/jgm/pandoc/blob/a4b859115036688a2e23d41ce2c6a2d047862662/data/templates/font-settings.latex
But it seems to be missing in the bundle, maybe because not listed in
Lines 109 to 110 in a4b8591
data/templates/fonts.latex | |
data/templates/after-header-includes.latex |
yihui