diff options
author | Karl Berry <karl@freefriends.org> | 2024-04-11 19:55:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-04-11 19:55:51 +0000 |
commit | 114814c364298aed5b18d9c3905daa1560b05776 (patch) | |
tree | abf07a9f51ac5ece58405dcceb4daa2a0099d2df /Master/texmf-dist/tex | |
parent | 9f00674f1606023504425789b25b7d9d0f362f31 (diff) |
iaria (11apr24)
git-svn-id: svn://tug.org/texlive/trunk@70919 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/iaria/iaria.cls | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/iaria/iaria.cls b/Master/texmf-dist/tex/latex/iaria/iaria.cls index 862d60d147c..a8e4a472a67 100644 --- a/Master/texmf-dist/tex/latex/iaria/iaria.cls +++ b/Master/texmf-dist/tex/latex/iaria/iaria.cls @@ -3,7 +3,7 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{iaria}[2023/01/01 unofficial IARIA conference template] +\ProvidesClass{iaria}[2024/04/10 unofficial IARIA conference template v0.2] \newcounter{iaria@pbalancetracker} \newcounter{iaria@flushendtracker} @@ -86,6 +86,9 @@ \RequirePackage{xpatch} \xpatchcmd\IEEEkeywords{---}{-}{}{} +\let\oldIEEEkeywords\IEEEkeywords +\def\IEEEkeywords{\oldIEEEkeywords\itshape\ignorespaces} + \makeatletter \renewcommand{\IEEEauthorblockN}[1]{% \relax\@IEEEauthorblockNstyle% set the default text style @@ -104,6 +107,17 @@ \crcr} \makeatother +\RequirePackage[caption=false,font=footnotesize]{subfig} + +\usepackage{etoolbox} +\makeatletter +\patchcmd{\@makecaption} + {\\} + {.\ } + {} + {} +\makeatother + \RequirePackage[shortcuts]{extdash} % Use \-/ for a breakable dash that does not prevent the remainer of the word to be hyphenated \ifnum\value{iaria@pbalancetracker}=1 |