diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-14 22:38:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-14 22:38:57 +0000 |
commit | a60c899015aeb03e242f1df83e8670f6c00a8bce (patch) | |
tree | 621f5fa11ffd5e5b42ec11670f6b97cc5312bd90 /Master/texmf-dist/tex/latex/dccpaper | |
parent | bc4819b082d8683ef5cc246c21ac834e41430855 (diff) |
dccpaper (14may18)
git-svn-id: svn://tug.org/texlive/trunk@47717 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dccpaper')
-rw-r--r-- | Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty | 85 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/dccpaper/idcc.cls | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls | 2 |
3 files changed, 69 insertions, 20 deletions
diff --git a/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty b/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty index be0915c1067..11a76d8cb31 100644 --- a/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty +++ b/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty @@ -14,31 +14,82 @@ %% See: http://www.latex-project.org/lppl.txt %% ---------------------------------------------------------------- %% -\def\Version{2018/05/01 v1.7} +\def\Version{2018/05/14 v1.7.1} \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{dccpaper-base} [\Version\space Common class code for IJDC and IDCC papers.] \RequirePackage[british]{babel} \RequirePackage{etoolbox} +\let\origforlistloop\forlistloop +\PassOptionsToPackage{noerroretextools=true}{biblatex} \RequirePackage{iftex} \ifPDFTeX \RequirePackage[T1]{fontenc} - \IfFileExists{newtxtext.sty}% - {\RequirePackage{newtxtext,newtxmath}}% - {\RequirePackage{times}} - \IfFileExists{tgheros.sty}% - {\ifx\undefined\qhv@scale\RequirePackage[scale=0.92]{tgheros}\fi} - {\RequirePackage[scaled=0.92]{helvet}} + \IfFileExists{newtxtext.sty}{% + \RequirePackage{newtxtext,newtxmath} + }{% + \RequirePackage{mathptmx}} + \IfFileExists{tgheros.sty}{% + \ifx\undefined\qhv@scale + \RequirePackage[scale=0.92]{tgheros}\else + \def\qhv@scale{0.92}\fi + }{% + \RequirePackage[scaled=0.92]{helvet}} \renewcommand{\ttdefault}{cmtt} \else - \RequirePackage[no-math]{fontspec} + \RequirePackage{fontspec} \IfFileExists{newtxtext.sty}{% \setmainfont{TeXGyreTermesX} \RequirePackage{newtxmath} + \DeclareSymbolFont{oldoperators}{OT1}{ntxtlf}{m}{n} + \SetSymbolFont{oldoperators}{bold}{OT1}{ntxtlf}{b}{n} + \AtBeginDocument{% +\DeclareMathSymbol{0}{\mathalpha}{operators}{`0}% +\DeclareMathSymbol{1}{\mathalpha}{operators}{`1}% +\DeclareMathSymbol{2}{\mathalpha}{operators}{`2}% +\DeclareMathSymbol{3}{\mathalpha}{operators}{`3}% +\DeclareMathSymbol{4}{\mathalpha}{operators}{`4}% +\DeclareMathSymbol{5}{\mathalpha}{operators}{`5}% +\DeclareMathSymbol{6}{\mathalpha}{operators}{`6}% +\DeclareMathSymbol{7}{\mathalpha}{operators}{`7}% +\DeclareMathSymbol{8}{\mathalpha}{operators}{`8}% +\DeclareMathSymbol{9}{\mathalpha}{operators}{`9}% +\DeclareMathSymbol{\Gamma}{\mathalpha}{oldoperators}{"00}% +\DeclareMathSymbol{\Delta}{\mathalpha}{oldoperators}{"01}% +\DeclareMathSymbol{\Theta}{\mathalpha}{oldoperators}{"02}% +\DeclareMathSymbol{\Lambda}{\mathalpha}{oldoperators}{"03}% +\DeclareMathSymbol{\Xi}{\mathalpha}{oldoperators}{"04}% +\DeclareMathSymbol{\Pi}{\mathalpha}{oldoperators}{"05}% +\DeclareMathSymbol{\Sigma}{\mathalpha}{oldoperators}{"06}% +\DeclareMathSymbol{\Upsilon}{\mathalpha}{oldoperators}{"07}% +\DeclareMathSymbol{\Phi}{\mathalpha}{oldoperators}{"08}% +\DeclareMathSymbol{\Psi}{\mathalpha}{oldoperators}{"09}% +\DeclareMathSymbol{\Omega}{\mathalpha}{oldoperators}{"0A}% +\DeclareMathSymbol{!}{\mathclose}{operators}{"21}% +\DeclareMathSymbol{+}{\mathbin}{operators}{"2B}% +\DeclareMathSymbol{:}{\mathrel}{operators}{"3A}% +\DeclareMathSymbol{;}{\mathpunct}{operators}{"3B}% +\DeclareMathSymbol{=}{\mathrel}{operators}{"3D}% +\DeclareMathSymbol{?}{\mathclose}{operators}{"3F}% +\DeclareMathDelimiter{(}{\mathopen} {operators}{"28}{largesymbols}{"00}% +\DeclareMathDelimiter{)}{\mathclose}{operators}{"29}{largesymbols}{"01}% +\DeclareMathDelimiter{[}{\mathopen} {operators}{"5B}{largesymbols}{"02}% +\DeclareMathDelimiter{]}{\mathclose}{operators}{"5D}{largesymbols}{"03}% +\DeclareMathAccent{\acute}{\mathalpha}{operators}{"B4}% +\ifLuaTeX\DeclareMathAccent{\grave}{\mathalpha}{operators}{"60}\fi +\DeclareMathAccent{\ddot}{\mathalpha}{operators}{"A8}% +\DeclareMathAccent{\tilde}{\mathalpha}{oldoperators}{"7E}% +\DeclareMathAccent{\bar}{\mathalpha}{oldoperators}{"16}% +\DeclareMathAccent{\breve}{\mathalpha}{oldoperators}{"15}% +\DeclareMathAccent{\check}{\mathalpha}{oldoperators}{"14}% +\DeclareMathAccent{\hat}{\mathalpha}{oldoperators}{"5E}% +\DeclareMathAccent{\dot}{\mathalpha}{oldoperators}{"5F}% +\DeclareMathAccent{\mathring}{\mathalpha}{oldoperators}{"17}% +\DeclareMathSymbol{\mathdollar}{\mathord}{operators}{"24}% + } }{% \RequirePackage[T1]{fontenc} - \RequirePackage{times} - \renewcommand{\ttdefault}{cmtt} + \RequirePackage{mathptmx} } \IfFontExistsTF{texgyreheros-regular.otf}{% \setsansfont{texgyreheros}% @@ -50,21 +101,19 @@ , Scale = 0.92 ] }{% - \RequirePackage[T1]{fontenc} + \IfFileExists{newtxtext.sty}{% + \appto\sffamily{\fontencoding{T1}\selectfont}% + }{} \RequirePackage[scaled=0.92]{helvet} } \fi +\let\forlistloop\origforlistloop \RequirePackage{graphicx} \IfFileExists{xcolor.sty}% {\RequirePackage{xcolor}}% {\RequirePackage{color}} -\ifdcp@proposal - \definecolor[named]{struct}{rgb}{0.862,0.420,0.184} - \definecolor[named]{links}{rgb}{0.862,0.420,0.184} -\else - \definecolor[named]{struct}{rgb}{0,0.5,0.5} - \definecolor[named]{links}{rgb}{0,0.4,0.4} -\fi +\definecolor[named]{struct}{rgb}{0,0.5,0.5} +\definecolor[named]{links}{rgb}{0,0.4,0.4} \RequirePackage{calc} \let\OrigLineBreak\\ diff --git a/Master/texmf-dist/tex/latex/dccpaper/idcc.cls b/Master/texmf-dist/tex/latex/dccpaper/idcc.cls index 7e4b7d82d3e..92a1cd5928f 100644 --- a/Master/texmf-dist/tex/latex/dccpaper/idcc.cls +++ b/Master/texmf-dist/tex/latex/dccpaper/idcc.cls @@ -14,7 +14,7 @@ %% See: http://www.latex-project.org/lppl.txt %% ---------------------------------------------------------------- %% -\def\Version{2018/05/01 v1.7} +\def\Version{2018/05/14 v1.7.1} \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{idcc} [\Version\space Class for submissions to the International Digital Curation Conference.] diff --git a/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls b/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls index ca087ecc1c2..59f291d80e3 100644 --- a/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls +++ b/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls @@ -14,7 +14,7 @@ %% See: http://www.latex-project.org/lppl.txt %% ---------------------------------------------------------------- %% -\def\Version{2018/05/01 v1.7} +\def\Version{2018/05/14 v1.7.1} \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{ijdc-v9} [\Version\space Class for submissions to the International Journal of Digital Curation, volume 9 onwards.] |