summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/letgut/letgut.cbx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/letgut/letgut.cbx')
-rw-r--r--Master/texmf-dist/tex/lualatex/letgut/letgut.cbx16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/lualatex/letgut/letgut.cbx b/Master/texmf-dist/tex/lualatex/letgut/letgut.cbx
new file mode 100644
index 00000000000..229c1f97c95
--- /dev/null
+++ b/Master/texmf-dist/tex/lualatex/letgut/letgut.cbx
@@ -0,0 +1,16 @@
+\ProvidesFile{letgut.cbx}[2022-03-18 v0.9 letgut base citation style]
+\RequireCitationStyle{numeric}
+\DeclareFieldFormat[bookreview]{title}{\textbf{\emph{#1}}}
+\renewbibmacro*{title}{%
+ \ifboolexpr{
+ test {\iffieldundef{title}}
+ and
+ test {\iffieldundef{subtitle}}
+ }
+ {}
+ {\printtext[title]{%
+ \printfield[titlecase]{title}%
+ \setunit{\subtitlepunct}}%
+ \printfield[emph]{subtitle}%
+ \newunit}%
+ \printfield{titleaddon}}