Closed CLRafaelR closed 2 years ago
Hi, thanks for this! Would you like to add yourself as a contributor in DESCRIPTION
before I merge?
@crsh Hi, the pleasure is mine: thank you for having me as a contributor of this package! I added myself here, so please check here.
Great, that was quick. :)
Thank you for accepting my request!
I ported font options from pandoc's latex template default.latex to
prereg_form.tex
, and the following font options are now settable:mainfontoptions
sansfontoptions
monofontoptions
mathfontoptions
CJKfontoptions
This modification also imports
unicode-math
to set math fonts. Sinceunicode-math
's\Question
crashed with prereg's\Question
, I made\NewCommandCopy
save\Question
of unicode-math and redefined the command for prereg's\Question
using\renewcommand
.