diff options
Set citetitle style
-rw-r--r-- | commands.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/commands.tex b/commands.tex index 75776cb..158618c 100644 --- a/commands.tex +++ b/commands.tex @@ -46,3 +46,5 @@ \tikzset{xyp/.style={canvas is xy plane at z=#1}}
\tikzset{xzp/.style={canvas is xz plane at y=#1}}
\tikzset{yzp/.style={canvas is yz plane at x=#1}}
+
+\DeclareFieldFormat*{citetitle}{\textit{#1}}
|