Skip to content
Merged
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
9 changes: 9 additions & 0 deletions metacapture/iacrj.cls
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
% providing numbers such as string length, position of, or number
% of recurrences of, a substring.
\RequirePackage{xstring} % Required for IfSubStr and IfStrEq
% TODO: convert IfSubStr to \str_if_in and \IfStrEq to \str_if_eq

% See https://www.latex-project.org/news/latex2e-news/ltnews34.pdf
\tracinglostchars=3
Expand Down Expand Up @@ -145,6 +146,14 @@

% article class
\LoadClass[10pt,twoside]{article}[2007/10/19]
\IfSubStr{tosc,tches}{\@IACRjournal}{%
% ToSC and TCHES use a different font in the section headings.
\RequirePackage{sectsty}
\allsectionsfont{\sffamily\boldmath}
% Also for descriptions
\renewcommand*\descriptionlabel[1]{\hspace\labelsep
\normalfont\bfseries\sffamily\boldmath #1}
}{}

% iftex: am I running under pdfTEX, XETEX or LuaTEX?
\RequirePackage{iftex}
Expand Down