Change footnote style

This commit is contained in:
Jip J. Dekker 2021-04-09 14:14:34 +10:00
parent cf889791cb
commit 6909231242
No known key found for this signature in database
GPG Key ID: 517DF4A00618C9C3

View File

@ -45,6 +45,8 @@ BoldItalicFont=*-BoldItalic,
\usepackage{unicode-math}
% \setmathfont{GFSNeohellenicMath.otf}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
% References
\usepackage[
style=apa,
@ -58,7 +60,7 @@ style=apa,
\usepackage[acronym,toc]{glossaries}
\usepackage[stylemods=bookindex]{glossaries-extra}
\usepackage{titlecaps}
\glsdisablehyper{}
% \glsdisablehyper{}
\defglsentryfmt[main]{\ifglsused{\glslabel}{\glsgenentryfmt}{\textit{\glsgenentryfmt}}}
\makeglossaries{}
@ -129,7 +131,6 @@ style=apa,
\usepackage[
cachedir=listings,
outputdir=build,
draft=true,
]{minted}
\usemintedstyle{borland}