From 5ec59d92d414cc91f4563a3fb15ae210f2981a03 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 26 Nov 2016 22:45:01 +0000 Subject: toptesi (26nov16) git-svn-id: svn://tug.org/texlive/trunk@42586 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/toptesi/topcoman.sty | 7 ++++--- Master/texmf-dist/tex/latex/toptesi/topfront.sty | 4 ++-- Master/texmf-dist/tex/latex/toptesi/toptesi.cfg | 2 +- Master/texmf-dist/tex/latex/toptesi/toptesi.cls | 4 ++-- Master/texmf-dist/tex/latex/toptesi/toptesi.sty | 4 ++-- 5 files changed, 11 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist/tex/latex') diff --git a/Master/texmf-dist/tex/latex/toptesi/topcoman.sty b/Master/texmf-dist/tex/latex/toptesi/topcoman.sty index 467a62a4676..c8f4ce98d0e 100644 --- a/Master/texmf-dist/tex/latex/toptesi/topcoman.sty +++ b/Master/texmf-dist/tex/latex/toptesi/topcoman.sty @@ -14,7 +14,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2015/01/01] \ProvidesPackage{topcoman}[% -2016/10/10 v.5.9.05 +2016/11/25 v.5.9.06 Additional commands for the TOPtesi bundle] \RequirePackage{iftex} \ifPDFTeX @@ -43,7 +43,8 @@ Additional commands for the TOPtesi bundle] \providecommand{\ohm}{\textormath{\textohm}{\mathrm{\Omega}}} \providecommand{\ped}[1]{\textormath{\textsubscript{#1}}{_{\mathrm{#1}}}} \providecommand{\ap}[1]{\textormath{\textsuperscript{#1}}{^{\mathrm{#1}}}} -\providecommand{\unit}[1]{\ensuremath{{\mathrm{\,#1}}}} +\@ifpackageloaded{siunitx}{\def\unit#1{\si{\,#1}}}{% +\providecommand\unit[1]{\ensuremath{{\mathrm{\,#1}}}}} \providecommand{\gei}{\ensuremath{{\mathop{\mathrm{j}}\nolimits}}} \providecommand{\eu}{\ensuremath{{\mathop{\mathrm{e}}\nolimits}}} \providecommand{\micro}{\textormath{\textmu}{% @@ -99,7 +100,7 @@ Additional commands for the TOPtesi bundle] %% This work consists of this file toptesi.dtx, a README file %% and the derived files: %% -%% toptesi.cls, toptesi.sty, topfront.sty, topcommand.sty, +%% toptesi.cls, toptesi.sty, topfront.sty, topcoman.sty, %% toptesi.cfg, and the English documentation toptesi.pdf. %% %% Furthermore the bundle contains the documentation source diff --git a/Master/texmf-dist/tex/latex/toptesi/topfront.sty b/Master/texmf-dist/tex/latex/toptesi/topfront.sty index e7a2b62830a..d6ca4f3ce7d 100644 --- a/Master/texmf-dist/tex/latex/toptesi/topfront.sty +++ b/Master/texmf-dist/tex/latex/toptesi/topfront.sty @@ -14,7 +14,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2015/01/01] \ProvidesPackage{topfront}[% -2016/10/10 v.5.9.05 +2016/11/25 v.5.9.06 Title page for TOPtesi and other classes] \@ifpackageloaded{etoolbox}{}{\RequirePackage{etoolbox}} \ifcsundef{ifclassica}{% @@ -518,7 +518,7 @@ Title page for TOPtesi and other classes] %% This work consists of this file toptesi.dtx, a README file %% and the derived files: %% -%% toptesi.cls, toptesi.sty, topfront.sty, topcommand.sty, +%% toptesi.cls, toptesi.sty, topfront.sty, topcoman.sty, %% toptesi.cfg, and the English documentation toptesi.pdf. %% %% Furthermore the bundle contains the documentation source diff --git a/Master/texmf-dist/tex/latex/toptesi/toptesi.cfg b/Master/texmf-dist/tex/latex/toptesi/toptesi.cfg index 20bad83a242..2b0da07a89d 100644 --- a/Master/texmf-dist/tex/latex/toptesi/toptesi.cfg +++ b/Master/texmf-dist/tex/latex/toptesi/toptesi.cfg @@ -50,7 +50,7 @@ %% This work consists of this file toptesi.dtx, a README file %% and the derived files: %% -%% toptesi.cls, toptesi.sty, topfront.sty, topcommand.sty, +%% toptesi.cls, toptesi.sty, topfront.sty, topcoman.sty, %% toptesi.cfg, and the English documentation toptesi.pdf. %% %% Furthermore the bundle contains the documentation source diff --git a/Master/texmf-dist/tex/latex/toptesi/toptesi.cls b/Master/texmf-dist/tex/latex/toptesi/toptesi.cls index 6b2132d86d9..092f478817c 100644 --- a/Master/texmf-dist/tex/latex/toptesi/toptesi.cls +++ b/Master/texmf-dist/tex/latex/toptesi/toptesi.cls @@ -14,7 +14,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2015/01/01] \ProvidesClass{toptesi}[% -2016/10/10 v.5.9.05 +2016/11/25 v.5.9.06 Class for typesetting university theses] \DeclareOption{a4paper}{\PassOptionsToClass{\CurrentOption}{report}} \DeclareOption{titlepage}{\PassOptionsToClass{\CurrentOption}{report}} @@ -46,7 +46,7 @@ Class for typesetting university theses] %% This work consists of this file toptesi.dtx, a README file %% and the derived files: %% -%% toptesi.cls, toptesi.sty, topfront.sty, topcommand.sty, +%% toptesi.cls, toptesi.sty, topfront.sty, topcoman.sty, %% toptesi.cfg, and the English documentation toptesi.pdf. %% %% Furthermore the bundle contains the documentation source diff --git a/Master/texmf-dist/tex/latex/toptesi/toptesi.sty b/Master/texmf-dist/tex/latex/toptesi/toptesi.sty index 9f072d384f4..cab63d05b42 100644 --- a/Master/texmf-dist/tex/latex/toptesi/toptesi.sty +++ b/Master/texmf-dist/tex/latex/toptesi/toptesi.sty @@ -14,7 +14,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2015/01/01] \ProvidesPackage{toptesi}[% -2016/10/10 v.5.9.05 +2016/11/25 v.5.9.06 Extension for toptesi.cls] \def\TRON{\tracingcommands \tw@ \tracingmacros \tw@} \def\TROFF{\tracingcommands\z@ \tracingmacros \z@} @@ -497,7 +497,7 @@ Skipping any redefinition\MessageBreak}% %% This work consists of this file toptesi.dtx, a README file %% and the derived files: %% -%% toptesi.cls, toptesi.sty, topfront.sty, topcommand.sty, +%% toptesi.cls, toptesi.sty, topfront.sty, topcoman.sty, %% toptesi.cfg, and the English documentation toptesi.pdf. %% %% Furthermore the bundle contains the documentation source -- cgit v1.2.3