From b4018dc564b751d9bf61f3efe82c82f5bae5f31d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 25 Feb 2016 22:57:05 +0000 Subject: emisa (25feb16) git-svn-id: svn://tug.org/texlive/trunk@39868 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/emisa/emisa.cls | 36 ++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist/tex/latex/emisa') diff --git a/Master/texmf-dist/tex/latex/emisa/emisa.cls b/Master/texmf-dist/tex/latex/emisa/emisa.cls index 5e352efec14..0b1d80b0d1a 100644 --- a/Master/texmf-dist/tex/latex/emisa/emisa.cls +++ b/Master/texmf-dist/tex/latex/emisa/emisa.cls @@ -31,7 +31,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{emisa}% -[2016/02/06 2.0 LaTeX class EMISA] +[2016/02/23 2.0.1 LaTeX class EMISA] \def\@clearglobaloption#1{% \def\@tempa{#1}% \def\@tempb{\@gobble}% @@ -95,7 +95,8 @@ \RequirePackage[T1]{fontenc}% \RequirePackage[full]{textcomp}% \if@microtype - \RequirePackage{microtype}% + \RequirePackage[final,tracking=smallcaps,expansion=alltext,protrusion=true]{microtype}% + \SetTracking{encoding=*,shape=sc}{50}% \else \ClassWarning{emisa}{Package `microtype' not loaded!% \MessageBreak Output will differ from final result in the journal!% @@ -114,7 +115,7 @@ backend=biber,% ]{biblatex} \ExecuteBibliographyOptions{% - maxcitenames=3,% + maxcitenames=2,% maxbibnames=999,% terseinits=false,% isbn=false,% @@ -125,7 +126,8 @@ bibencoding=inputenc,% sorting=anyt,% hyperref=true,% - uniquename=minfull%% + uniquename=minfull,% + uniquelist=false% }% \RequirePackage[autostyle=once]{csquotes} \RequirePackage{twoopt}% @@ -144,6 +146,7 @@ \RequirePackage{afterpage,xspace,calc}% \RequirePackage{geometry}% \RequirePackage{eso-pic}% +\RequirePackage{placeins}% \RequirePackage{newtxtext} \RequirePackage{newtxmath} \RequirePackage[zerostyle=b,straightquotes]{newtxtt} @@ -528,7 +531,7 @@ \setlength{\headwidth}{\paperwidth+2\bleed}% \setlength{\headmargin}{0.5\headwidth-0.5\textwidth}% \setlength{\footrulewidth}{0.5\headwidth+0.5\textwidth}}% -\newcommand{\headbox}[6]{\bgroup% +\newcommand{\headbox}[8]{\bgroup% \setstretch{1}% \reset@font\pageheadfont \tabcolsep\z@ @@ -545,12 +548,18 @@ \hline #5 & #6\\ \hline + #7 & #8\\ \end{tabular*}% \hskip-\headmargin \egroup }% \newcommand{\theheadvolume}{% - \begingroup\hypersetup{urlcolor=headtextcolor}\textcolor{headtextcolor}{Vol.\,\@volume, No.\,\@issue\ (\@issuedate).\ifx\@doi\@empty\else\ \outdoi{\@doi}\fi\ifx\@specialissuetitle\relax\else\ \@specialissuetitle.\fi}\endgroup}% + \begingroup% + \hypersetup{urlcolor=headtextcolor}% + \textcolor{headtextcolor}{% + Vol.\,\@volume, No.\,\@issue\ (\@issuedate).% + \ifx\@doi\@empty\else\ \outdoi{\@doi}\fi}% + \endgroup}% \newlength{\headpageoffset}% \setlength{\headpageoffset}{10mm}% \def\theoddheadpage{% @@ -581,11 +590,13 @@ \headbox{\@journalname}{}% {\theheadvolume}{}% {{\@headmarkstyle\@oddmark}}{\theoddheadpage}% + {\ifx\@specialissuetitle\relax\else\textcolor{headtextcolor}{\@specialissuetitle}\fi}{}% }% \def\@evenhead{% \headbox{}{\@journalname}% {}{\theheadvolume}% {\theevenheadpage}{{\@headmarkstyle\@evenmark}}% + {}{\ifx\@specialissuetitle\relax\else\textcolor{headtextcolor}{\@specialissuetitle}\fi}% }% \let\@oddmark\relax \let\@evenmark\relax @@ -771,12 +782,21 @@ \ignorespaces }{% \end{refsection}% - \outputarticleappendix\par% + \outputarticleappendix\FloatBarrier\par% \vspace{\baselineskip}% \noindent\ignorespaces \if@licenseset + \edef\doclicenseURL{% + \doclicense@baseUrlCC/% + licenses/% + \doclicense@modifier/% + \doclicense@versionUsed\doclicense@UrlLangPart% + } \begin{minipage}{\columnwidth} - \parbox[t]{\dimexpr 0.975\columnwidth-\doclicense@imagewidth\relax}{\vskip 0pt\raggedright\fontsize{9pt}{10.8pt}\selectfont\doclicenseLongText}% + \parbox[t]{\dimexpr 0.975\columnwidth-\doclicense@imagewidth\relax}{\vskip 0pt\raggedright\fontsize{9pt}{10.8pt}\selectfont% + \doclicense@lang@thisDoc\space + \href{\doclicenseURL}{\doclicenseLongType\space\enquote{\doclicense@longName}}% + \doclicense@lang@word@license.}% \hfill% \parbox[t]{\doclicense@imagewidth}{\vskip 0pt\doclicenseImage}% \end{minipage}% -- cgit v1.2.3