18
0

poster_template: comment out biblatex-dependent stanza

\DeclareLanguageMapping and \defbibheading come from biblatex, which the
template does not load. The template has failed to compile without local
edits for some time as a result.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-12 21:11:14 -07:00
parent 34b6fe4401
commit f43488ef70

View File

@@ -88,13 +88,13 @@
\usepackage{url} \usepackage{url}
% \usepackage{dcolumn} % \usepackage{dcolumn}
% \usepackage{booktabs} % \usepackage{booktabs}
% bibliography stuff % bibliography stuff — uncomment these if you load biblatex
\DeclareLanguageMapping{american}{american-apa} % \DeclareLanguageMapping{american}{american-apa}
\defbibheading{secbib}[\bibname]{% % \defbibheading{secbib}[\bibname]{%
\section{#1}% % \section{#1}%
\markboth{#1}{#1}% % \markboth{#1}{#1}%
\baselineskip 14.2pt% % \baselineskip 14.2pt%
\prebibhook} % \prebibhook}
\def\citepos#1{\citeauthor{#1}'s (\citeyear{#1})} \def\citepos#1{\citeauthor{#1}'s (\citeyear{#1})}
\def\citespos#1{\citeauthor{#1}' (\citeyear{#1})} \def\citespos#1{\citeauthor{#1}' (\citeyear{#1})}