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