diff options
author | Karl Berry <karl@freefriends.org> | 2017-12-15 22:18:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-12-15 22:18:36 +0000 |
commit | 58cac4a406937bb575963be19be21a525d8b6d96 (patch) | |
tree | 4afe566546a2fddab368adeab8e85787b19c6a82 /Master/texmf-dist/tex/latex/toptesi/toptesi-scudo.sty | |
parent | 1701b00c0e998ca69849131bdc8da91164c8674b (diff) |
toptesi (15dec17)
git-svn-id: svn://tug.org/texlive/trunk@46074 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/toptesi/toptesi-scudo.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/toptesi/toptesi-scudo.sty | 55 |
1 files changed, 33 insertions, 22 deletions
diff --git a/Master/texmf-dist/tex/latex/toptesi/toptesi-scudo.sty b/Master/texmf-dist/tex/latex/toptesi/toptesi-scudo.sty index d0e3c8a6033..d7b13673c0a 100644 --- a/Master/texmf-dist/tex/latex/toptesi/toptesi-scudo.sty +++ b/Master/texmf-dist/tex/latex/toptesi/toptesi-scudo.sty @@ -14,15 +14,15 @@ %% \NeedsTeXFormat{LaTeX2e}[2016/01/01] \ProvidesPackage{toptesi-scudo}[% -2017/10/22 v.~6.1.09 +2017/12/15 v.~6.1.10 Extension for ScuDo theses] \ScuDotrue \ifPDFTeX - \usepackage{amsmath,amssymb,amsthm} + \RequirePackage{amsmath,amssymb,amsthm} \else - \usepackage{amsmath,amsthm} - \usepackage{unicode-math} + \RequirePackage{amsmath,amsthm} + \RequirePackage{unicode-math} \fi \AtBeginDocument{% \providecommand\diff{}% @@ -30,19 +30,18 @@ Extension for ScuDo theses] \providecommand{\gei}{\ensuremath{{\mathop{\mathrm{j}}\nolimits}}} \providecommand{\eu}{\ensuremath{{\mathop{\mathrm{e}}\nolimits}}} \let\iu\gei} -\usepackage{xparse} % Command and environment advanced definitions -\usepackage{lscape} % Supports landscape Layout -\usepackage{setspace} % Define line spacing in paragraph. Don't use! -\usepackage{calc} % Calculation macros -\usepackage{ifthen} % Conditional statements -\usepackage{caption} % Configure captions -\usepackage{subcaption}% Defines env. subfigure and its caption -\usepackage{tabularx} % Tables with expandable columns -\usepackage{booktabs} % professional rules in tables -\usepackage{multirow} % It's more professional avoiding tables with +\RequirePackage{lscape} % Supports landscape Layout +\RequirePackage{setspace} % Define line spacing in paragraph. Don't use! +\RequirePackage{calc} % Calculation macros +\RequirePackage{ifthen} % Conditional statements +\RequirePackage{caption} % Configure captions +\RequirePackage{subcaption}% Defines env. subfigure and its caption +\RequirePackage{tabularx} % Tables with expandable columns +\RequirePackage{booktabs} % professional rules in tables +\RequirePackage{multirow} % It's more professional avoiding tables with % cells spanning several rows -\usepackage{siunitx} % advanced management of units of measure -\usepackage{float} % Never ever use its code position H ! +\RequirePackage{siunitx} % advanced management of units of measure +\RequirePackage{float} % Never ever use its code position H ! % Use only to define new floating objects \usepackage[intoc]{nomencl}% Generate nomenclatures or glossaries \makenomenclature @@ -259,9 +258,17 @@ This class is available in every up-to-date and complete %% %% This work consists of this file toptesi.dtx, a README file %% the manifest.txt file, and the derived files: -%% toptesi.cls, toptesi.sty, topfront.sty, topcommand.sty, -%% toptesi-scudo.sty, toptesi-scudo.def, toptesi.cfg, and the -%% English documentation toptesi.pdf. +%% toptesi.cls, +%% toptesi.sty, +%% topfront.sty, +%% topcommand.sty, +%% toptesi-scudo.sty, +%% toptesi.cfg, +%% toptesi-monografia.sty, +%% toptesi-sss.sty, +%% toptesi-magistrale.sty, +%% toptesi-dottorale.sty, +%% and the English documentation toptesi.pdf. %% %% Furthermore the bundle contains the documentation source %% file toptesi-it.tex and the derived file @@ -278,15 +285,19 @@ This class is available in every up-to-date and complete %% %% The toptesi-scudo-example.tex source file is an example %% that shows the particular features available with TOPtesi, -%% when a doctoral thesis is produced for the SCUola di -%% DOttorato (ScuDo) of Politecnico di Torino. +%% when a doctoral thesis is produced for the Scuola di +%% Dottorato (ScuDo) of Politecnico di Torino. %% %% The toptesi.cfg file is a sample of a local configuration %% file that can be copied to another file and its copy freely %% edited and customised. %% +%% The other toptesi-*.sty files are extension modules for +%% typesetting the specific thesis kinds described by the +%% suffix that replaces the asterisk. +%% %% By running pdflatex on toptesi.dtx the user gets the class, -%% sty, def and cfg files and the English documentation file in +%% sty and cfg files and the English documentation file in %% PDF format. %% %% The source file of the Italian documentation file |