%\iffalse % iaria-lite.dtx generated using makedtx version 1.2 (c) Nicola Talbot % Command line args: % -dir "src" % -preamble "Copyright 2023-2024 Christoph P. Neumann This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c of this license or any later version. The latest version of this license is in https://www.latex-project.org/lppl.txt and version 1.3c or later is part of all distributions of LaTeX version 2008 or later. This work has the LPPL maintenance status maintained. The Current Maintainer of this work is Christoph P. Neumann. " % -macrocode ".*" % -setambles ".*=>\nopreamble" % -doc "doc/iaria-lite.tex" % -src "(_cpn_copyIntoExamplesFolder_cls.cmd|iaria-lite.cls)=>\1" % -author "Christoph P. Neumann " % -date "2024-2024" % iaria-lite % Created on 2024/4/10 18:20 %\fi %\iffalse %<*package> %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z %% Digits \0\1\2\3\4\5\6\7\8\9 %% Exclamation \! Double quote \" Hash (number) \# %% Dollar \$ Percent \% Ampersand \& %% Acute accent \' Left paren \( Right paren \) %% Asterisk \* Plus \+ Comma \, %% Minus \- Point \. Solidus \/ %% Colon \: Semicolon \; Less than \< %% Equals \= Greater than \> Question mark \? %% Commercial at \@ Left bracket \[ Backslash \\ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} % %\fi % \iffalse % Doc-Source file to use with LaTeX2e % Copyright (C) 2024-2024 Christoph P. Neumann , all rights reserved. % \fi % \iffalse %<*driver> \documentclass{ltxdoc} \CodelineNumbered \EnableCrossrefs \CodelineIndex \RecordChanges \GetFileInfo{iaria-lite.cls} \parskip1.0ex \parindent0.0ex \begin{document} \DocInput{iaria-lite.dtx} \end{document} % %\fi %\title{\textsf{iaria-lite}\\ % An Unofficial IARIA LaTeX Class (Lite Version)} %\author{Christoph P.\ Neumann \texttt{$<$cyberpetaneuron@gmail.com$>$}} %\date{Version 0.2} %\maketitle %\PrintChanges % %\begin{abstract} %The \texttt{iaria-lite}--class provides a convenient environment for writing IARIA scholary publications. %(The lite version of the class file does not implement IARIA specifications for citation style, %because this would require to make presumption about technological stacks like biblatex/biber). %The \texttt{iaria-lite}--class should be compatible with with all latex distributions. %\end{abstract} % %\section{Installation} % %The \texttt{zip} or \texttt{tar.gz} file comes with a \texttt{iaria-lite.ins} %and a \texttt{iaria-lite.dtx} file included which contains the \LaTeX\ stuff. % %To extract the class files call: % %\begin{verbatim} % $ latex iaria-lite.ins %\end{verbatim} % %This call will extract all \LaTeX\ specific files to the current %directory. You can either use the files for a single %cv project or you can integrate the files into your \TeX\ installation. % %If you just want to use \textsf{iaria-lite} for a single curriculum vitae %project, the simplest way is just to copy the generated files to the %folder of the project. % %If you want to integrate \textsf{iaria-lite} into your \TeX\ installation, %create a directory \texttt{tex/latex/iaria-lite} beneath your \TeX\ installation %(e.g.~beneath \texttt{/usr/share/texmf}) and copy all files from the %current directory there. Now call: % %\begin{verbatim} % $ mktexlsr %\end{verbatim} % %to update the file--cache of \LaTeX. % %Hint: The \textsf{iaria-lite} distribution contains a sample docstrip configuration %in \texttt{docstrip.cfg} via which files can be distributed %automatically to their correct positions inside a \LaTeX\ installation. %Feel free to adapt this file to your environment and afterwards call %\texttt{latex iaria-lite.ins} to install the package to its right place. % %\section{Templates} % %For a quick start the \textsf{iaria-lite} distribution contains document %templates. %The templates can be found in the \texttt{iaria-lite-example-neumann.zip} file. % %\begin{verbatim} % $ make %\end{verbatim} % %to build the pdf. The file \texttt{porttrait.eps} contains a dummy %porttrait for the first page of the curriculum vitae. % %\section{Documentclass} % %\DescribeMacro{documentclass iaria-lite} %This package provides the documentclass \texttt{iaria-lite}. The documentclass %supports the following options: % % %\begin{itemize} %\item |conference| Passed to IEEEtran %\item |a4paper| Passed to IEEEtran %\item |flushend| Activate flushend package %\item |pbalance| Activate pbalance package %\end{itemize} % % %\section{Requirements} % %We instrument several other \LaTeX\ packages for different purposes, %which must be available under your installation. % %\begin{itemize} %\item IEEEtran %\item extdash %\item flushend %\item graphicx %\item hyperref %\item orcidlink %\item pbalance %\item times %\item url %\item xcolor %\item xpatch %\end{itemize} % % %\StopEventually{} %\section{The Code} %\iffalse % \begin{macrocode} %<*_cpn_copyIntoExamplesFolder_cls.cmd> % \end{macrocode} %\fi % \begin{macrocode} @echo off rem *************************************************************************** rem * author: Christoph P. Neumann rem *************************************************************************** cd /d "%~dp0" echo == ..\examples\* == for /D %%D in (..\examples\*) do ( echo == %%D == xcopy /Y ".\*.cls" "%%~D" ) pause% \end{macrocode} %\iffalse % \begin{macrocode} % % \end{macrocode} %\fi %\iffalse % \begin{macrocode} %<*iaria-lite.cls> % \end{macrocode} %\fi % \begin{macrocode} %# Copyright (c) 2023 Christoph P. Neumann, %# DISCLAIMER: %# I had to decide whether to hardcode required usage of IEEEtran "conference" option into my class. %# I decided against it. %# Thus, it is required to use IARIA class like this: \documentclass[conference]{iaria}. %# The iaria class passes all class options (like "conference") to IEEEtran. %# The reasoning: There might be a future use case (speculatively) to pass IEEEtran options like "a4paper", for IARIA purposes (?) %# For now, IARIA requires IEEE "conference" option, only. % Declare that this document class file requires at least LaTeX version 2e. \NeedsTeXFormat{LaTeX2e} % Provide the name of your document class, the date it was last updated, and a comment about what it's used for \ProvidesClass{iaria-lite}[2024/04/10 unofficial IARIA-lite conference template v0.2] % Define marker counter for options (counter are global in latex): \newcounter{iaria@pbalancetracker} \newcounter{iaria@flushendtracker} % Declare options: \DeclareOption{onecolumn}{\OptionNotUsed} % IEEE option onecolumn will be ignored \DeclareOption{pbalance}{ \setcounter{iaria@pbalancetracker}{1} \typeout{iaria class: pbalance option is set.} } \DeclareOption{flushend}{ \setcounter{iaria@flushendtracker}{1} \typeout{iaria class: flushend option is set.} } % We'll pass any document class options along to the underlying class \DeclareOption*{% \PassOptionsToClass{\CurrentOption}{IEEEtran}% required IEEE options: conference (for IARIA purposes) } % Now we'll execute any options passed in \ProcessOptions\relax % Instead of defining each and every little detail required to create a new document class, % you can base your class on an existing document class. \LoadClass{IEEEtran} \RequirePackage{times} % Times New Roman \RequirePackage{graphicx} \RequirePackage{xcolor} \RequirePackage{url} \RequirePackage{orcidlink} \RequirePackage{hyperref} \hypersetup{hidelinks,unicode} \makeatletter % Diferring from IEEE, IARIA requires non-abbreviated references: \renewcommand{\fnum@figure}{Figure~\thefigure} % Diferring from IEEE, IARIA requires 14 point bold Times New Roman for the title \renewcommand{\title}[1]{\renewcommand{\@title}{\bfseries\Large #1}} % Diferring from IEEE, IARIA requires "Keywords" instead of "Index Terms": \renewcommand\IEEEkeywordsname{Keywords} \makeatother \RequirePackage{xpatch} % Diferring from IEEE, IARIA requires a hyphen after "Keywords" instead of an emdash: \xpatchcmd\IEEEkeywords{---}{-}{}{} % Diferring from IEEE, IARIA requires also the keywords in Italic (and Bold)(and lower case!): \let\oldIEEEkeywords\IEEEkeywords \def\IEEEkeywords{\oldIEEEkeywords\itshape\ignorespaces} \makeatletter \renewcommand{\IEEEauthorblockN}[1]{% % copied from IEEEtran.cls: \relax\@IEEEauthorblockNstyle% set the default text style \gdef\@IEEEauthorblockXinterlinespace{0pt}% disable strut for spacer row % the \expandafter hides the \cr in conditional tex, see the array.sty docs % for details, probably not needed here as the \cr is in a macro % do a spacer row if needed \if@IEEEprevauthorblockincol\expandafter\@IEEEauthorblockNtopspaceline\fi \global\@IEEEprevauthorblockincoltrue% we now have a block in this column %restore the correct strut value \gdef\@IEEEauthorblockXinterlinespace{\@IEEEauthorblockNinterlinespace}% % input the author names \large #1% % end the row if the user did not already \crcr} \makeatother % IARIA subfigure captions require this: \RequirePackage[caption=false,font=footnotesize]{subfig} % IARIA requires to bring the table caption in the same line of "Table I" \usepackage{etoolbox} \makeatletter \patchcmd{\@makecaption} {\\} {.\ } {} {} \makeatother % Balance/level columns at the last page / in bibliography % DISCLAIMER: No solution is a 100%/perfect one! % Mainstream option: pbalance (see https://ctan.org/pkg/pbalance) % BUT: incompatible with arxiv automated process (!) \ifnum\value{iaria@pbalancetracker}=1 \typeout{iaria class: load pbalance package.} \RequirePackage{pbalance} \fi % Flushend => works with arxiv, but major incampatibility with lineno (and, thus, also with mindflow et al.) \ifnum\value{iaria@flushendtracker}=1 \typeout{iaria class: load flushend package.} \RequirePackage{flushend} \fi % Finally, we'll use \endinput to indicate that LaTeX can stop reading this file. LaTeX will ignore anything after this line. \endinput % \end{macrocode} %\iffalse % \begin{macrocode} % % \end{macrocode} %\fi %\Finale \endinput