How to enable a stylistic set for pandoc #1430
Unanswered
habere-et-dispertire
asked this question in
Q&A
Replies: 3 comments
-
The RawFeature option works but you need to make sure to apply it to the right font:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
You may also try https://mutsuntsai.github.io/fontfreeze/ to enable |
Beta Was this translation helpful? Give feedback.
0 replies
-
The correct syntax is this: mainfontoptions:
- StylisticSet=02 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use
pandoc --defaults=...
to configurepandoc
. I can't seem to get theYAML
syntax right to enable a stylistic set, egss02
. The Latex instructions are not enough. I tried:and
and gave up after:
Beta Was this translation helpful? Give feedback.
All reactions