Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified iacrj/iacrj-doc.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion iacrj/iacrj-doc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
\def\BibLaTeX{Bib\LaTeX}

\title[running = {The iacrj document class}]{How to Use the IACR Journal Document Class}
\subtitle{iacrj LaTeX Class Documentation (v0.9.2)}
\subtitle{iacrj LaTeX Class Documentation (v0.9.3)}

\addauthor[orcid = {0000-0003-1010-8157},
inst = {1},
Expand Down
6 changes: 3 additions & 3 deletions iacrj/iacrj.cls
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
%% This work consists of the files metacapture.sty, metacapture-doc.tex,
%% metacapture-doc.pdf, and metacapture-sample.tex.

\def\fileversion{0.9.2}
\def\fileversion{0.9.3}
\def\filedate{2026/03/18}

\NeedsTeXFormat{LaTeX2e}[1995/12/01]
Expand Down Expand Up @@ -377,7 +377,7 @@
\RequirePackage{csquotes} % to fix a conflict with biblatex and doclicense.
\RequirePackage{xifthen} % to make sure that biblatex does not define \TE@hook.
% biblatex: sophisticated Bibliographies in LaTeX
\RequirePackage[backend=biber,style=trad-alpha,minalphanames=3,maxalphanames=4,maxbibnames=20,useprefix=true]{biblatex}[2019/12/01]
\RequirePackage[backend=biber,style=trad-alpha,minalphanames=3,maxalphanames=4,maxbibnames=40,useprefix=true]{biblatex}[2019/12/01]
\DeclarePrintbibliographyDefaults{heading=bibintoc}%
\DeclareLabelalphaTemplate{
\labelelement{
Expand Down Expand Up @@ -491,7 +491,7 @@
\fi%!anonymous
}
\if@anonymous
\gdef\@author{Anonymous Submission to \publname}%
\gdef\@author{Anonymous~Submission~to~\publname}%
\def\IACR@runningauthors{}%
\renewcommand{\addauthor}[2][]{}%
\renewcommand{\addaffiliation}[2][]{}%
Expand Down
Loading