diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-24 22:55:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-24 22:55:48 +0000 |
commit | 639142532220b568f14f469b903c899b573c8a76 (patch) | |
tree | a2855f85dc8dc0a22034e5ea1fef08157210a258 /Master/texmf-dist/tex | |
parent | e79b69ab69a86d2b1d87fa756683477bee296216 (diff) |
emisa (24feb18)
git-svn-id: svn://tug.org/texlive/trunk@46734 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/emisa/emisa.cls | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/emisa/emisa.cls b/Master/texmf-dist/tex/latex/emisa/emisa.cls index 4aa63640019..dc3804f165c 100644 --- a/Master/texmf-dist/tex/latex/emisa/emisa.cls +++ b/Master/texmf-dist/tex/latex/emisa/emisa.cls @@ -11,8 +11,9 @@ %% %% Copyright (C) 2009,2010,2011,2012 by Martin Wilhelm Leidig %% <mwl@moss.in-berlin.de> -%% Copyright (C) 2015,2016 by Enterprise Modelling and Information -%% Systems Architectures -- An International Journal (EMISA) +%% Copyright (C) 2015,2016,2017,2018 by Enterprise Modelling and Information +%% Systems Architectures -- International Journal of Conceptual Modeling +%% (EMISAJ) %% ------------------------------------------------------------------------ %% %% This work may be distributed and/or modified under the @@ -31,7 +32,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{emisa}% -[2016/07/18 2.1.1 LaTeX class EMISA] +[2018/02/24 2.2.0 LaTeX class EMISA] \def\@clearglobaloption#1{% \def\@tempa{#1}% \def\@tempb{\@gobble}% @@ -85,7 +86,7 @@ \DeclareOption{nomicrotype}{\@microtypefalse} \PassOptionsToClass{a4paper,twoside,11pt}{article}% \DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}% -\ExecuteOptions{british,final,noreferee,nocover,oneside,openany}% +\ExecuteOptions{american,final,noreferee,nocover,oneside,openany}% \ProcessOptions*\relax% \IfFileExists{latexrelease.sty}% {\RequirePackage[latest]{latexrelease}}% @@ -277,6 +278,8 @@ } \def\journalname#1{\@bsphack\def\@journalname{#1}\@esphack}% \journalname{Enterprise Modelling and Information Systems Architectures}% +\def\journalsubtitle#1{\@bsphack\def\@journalsubtitle{#1}\@esphack}% +\journalsubtitle{International Journal of Conceptual Modeling}% \long\def\issn#1{\@bsphack\long\def\@issn{#1}\@esphack}% \issn{%ISSN 1860-6059 (Print)\par ISSN 1866-3621 (Online)}% @@ -593,7 +596,7 @@ {\ifx\@specialissuetitle\relax\else\textcolor{headtextcolor}{\@specialissuetitle}\fi}{}% }% \def\@evenhead{% - \headbox{}{\@journalname}% + \headbox{}{\@journalsubtitle}% {}{\theheadvolume}% {\theevenheadpage}{{\@headmarkstyle\@evenmark}}% {}{\ifx\@specialissuetitle\relax\else\textcolor{headtextcolor}{\@specialissuetitle}\fi}% |