Replies: 1 comment 1 reply
-
You can try |
Beta Was this translation helpful? Give feedback.
1 reply
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'm trying to use custom LaTeX commands defined via
\newcommand
in bullet lists (e.g., custom math symbols or colors). However, when using such commands in Quarto, extra spacing is added when rendering the PDF. See below aMWE.qmd
, where the included LaTeX header only contains\newcommand\donothing[1]{#1}
:What am I doing wrong? Is there an easy solution that I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions