From f43488ef704dc34153ff12592b592fdd7e859377 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Sun, 12 Apr 2026 21:11:14 -0700 Subject: [PATCH] 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 --- poster_template/main.tex | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/poster_template/main.tex b/poster_template/main.tex index a71d806..0c09682 100644 --- a/poster_template/main.tex +++ b/poster_template/main.tex @@ -88,13 +88,13 @@ \usepackage{url} % \usepackage{dcolumn} % \usepackage{booktabs} -% bibliography stuff -\DeclareLanguageMapping{american}{american-apa} -\defbibheading{secbib}[\bibname]{% - \section{#1}% - \markboth{#1}{#1}% - \baselineskip 14.2pt% - \prebibhook} +% bibliography stuff — uncomment these if you load biblatex +% \DeclareLanguageMapping{american}{american-apa} +% \defbibheading{secbib}[\bibname]{% +% \section{#1}% +% \markboth{#1}{#1}% +% \baselineskip 14.2pt% +% \prebibhook} \def\citepos#1{\citeauthor{#1}'s (\citeyear{#1})} \def\citespos#1{\citeauthor{#1}' (\citeyear{#1})}