Renew DataTypeTok in order to use typewriter font

This commit is contained in:
Christophe Demko 2024-10-30 21:25:15 +01:00
parent 24a8c00936
commit 13c5621665

View File

@ -359,6 +359,7 @@ $highlighting-macros$
% pandoc includes fvextra in the default template.
\usepackage{fvextra}
\DefineVerbatimEnvironment{Highlighting}{Verbatim}{breaklines,fontsize=$if(code-block-font-size)$$code-block-font-size$$else$\small$endif$,commandchars=\\\{\}}
\renewcommand{\DataTypeTok}[1]{\underline{\texttt{#1}}}
$endif$
$if(tables)$