From f0f34a06c43fb2be455aaeac0d7e2808e4617970 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 9 Dec 2014 23:18:37 +0000 Subject: matc3mem (9dec14) git-svn-id: svn://tug.org/texlive/trunk@35773 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/matc3mem/Makefile | 6 +++--- Master/texmf-dist/doc/latex/matc3mem/matc3mem.pdf | Bin 389629 -> 389678 bytes .../texmf-dist/source/latex/matc3mem/matc3mem.dtx | 24 +++++++++++++++++++-- Master/texmf-dist/tex/latex/matc3mem/matc3mem.cls | 4 +++- 4 files changed, 28 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/matc3mem/Makefile b/Master/texmf-dist/doc/latex/matc3mem/Makefile index da81de25574..8c6286eeddc 100644 --- a/Master/texmf-dist/doc/latex/matc3mem/Makefile +++ b/Master/texmf-dist/doc/latex/matc3mem/Makefile @@ -1,6 +1,6 @@ # Makefile per la classe matc3mem -# (c) 2013 Dimitrios Vrettos - d.vrettos@gmail.com -# v1.1 -- 2013/04/06 +# (c) 2013-2014 Dimitrios Vrettos - d.vrettos@gmail.com +# v1.1.1 -- 2014/04/10 NAME = matc3mem INS = $(NAME).ins @@ -17,7 +17,7 @@ MAKEINDEX = makeindex -s gind.ist -o $(IND) $(IDX) && \ FILE_CLEAN = *.aux *.idx *.ilg *.ind *.log *.glo *.gls *.toc *.log *~* *backup -VERSION = 1_0_1 +VERSION = 1_1 TAR = $(NAME)-$(VERSION).tar.gz ZIP = $(NAME)-$(VERSION).zip diff --git a/Master/texmf-dist/doc/latex/matc3mem/matc3mem.pdf b/Master/texmf-dist/doc/latex/matc3mem/matc3mem.pdf index 13b2cfcf8ca..d5d6ca5ff5c 100644 Binary files a/Master/texmf-dist/doc/latex/matc3mem/matc3mem.pdf and b/Master/texmf-dist/doc/latex/matc3mem/matc3mem.pdf differ diff --git a/Master/texmf-dist/source/latex/matc3mem/matc3mem.dtx b/Master/texmf-dist/source/latex/matc3mem/matc3mem.dtx index 9527837f734..e6ef602b2aa 100644 --- a/Master/texmf-dist/source/latex/matc3mem/matc3mem.dtx +++ b/Master/texmf-dist/source/latex/matc3mem/matc3mem.dtx @@ -1,5 +1,5 @@ % \iffalse -% Copyright (C) 2013 by Dimitrios Vrettos - d.vrettos@gmail.com +% Copyright (C) 2013-2014 by Dimitrios Vrettos - d.vrettos@gmail.com % % This file may be distriubuted and/or modified under the % conditions of the LaTeX Project Public Licence, either @@ -22,7 +22,7 @@ %\NeedsTeXFormat{LaTeX2e} %\ProvidesClass{matc3mem} %<*class>% - [2013/04/06 v1.0.1 Classe per il libri di MatematicaC3] + [2014/04/10 v1.1 Classe per il libri di MatematicaC3] % %\LoadClassWithOptions{memoir}[2011/03/06] %\RequirePackage{amsthm} @@ -304,11 +304,17 @@ la voce.} % \DescribeEnv{legge} % Ambiente per le leggi matematiche. Basato su~\textsf{teorema}. % +% \DescribeEnv{postulato} +% Ambiente per i postulati matematici. Basato su~\textsf{teorema}. +% % \DescribeEnv{principio} % Ambiente per i principi matematici. Basato su~\textsf{teorema}. % % \DescribeEnv{procedura} % Ambiente per le procedure matematiche. Basato su~\textsf{teorema}. +% +% \DescribeEnv{proposizione} +% Ambiente per le proposioni matematiche. Basato su~\textsf{teorema}. % % \DescribeEnv{proprieta} % Ambiente per le proprietà matematiche. Basato su~\textsf{teorema}. @@ -493,6 +499,13 @@ la voce.} \newshadetheorem{legge}[teorema]{Legge} % \end{macrocode} % \end{environment} +% \begin{environment}{postulato} +% Clone dell'ambiente~\textsf{teorema}, usato per i postulati. +% \changes{v1.1}{2014/04/10}{Aggiunta di nuovo ambiente} +% \begin{macrocode} +\newshadetheorem{postulato}[teorema]{Postulato} +% \end{macrocode} +% \end{environment} % \begin{environment}{principio} % Clone dell'ambiente~\textsf{teorema}, usato per i principi. % \begin{macrocode} @@ -505,6 +518,13 @@ la voce.} \newshadetheorem{procedura}[teorema]{Procedura} % \end{macrocode} % \end{environment} +% \begin{environment}{proposizione} +% Clone dell'ambiente~\textsf{teorema}, usato per le proposizioni. +% \changes{v1.1}{2014/04/10}{Aggiunta di nuovo ambiente} +% \begin{macrocode} +\newshadetheorem{proposizione}[teorema]{Proposzione} +% \end{macrocode} +% \end{environment} % \begin{environment}{proprieta} % Clone dell'ambiente~\textsf{teorema}, usato per le proprietà. % \changes{v1.0.2}{2013/04/12}{Bug corretto della lettera accentata} diff --git a/Master/texmf-dist/tex/latex/matc3mem/matc3mem.cls b/Master/texmf-dist/tex/latex/matc3mem/matc3mem.cls index 6b053403c7b..484bda17926 100644 --- a/Master/texmf-dist/tex/latex/matc3mem/matc3mem.cls +++ b/Master/texmf-dist/tex/latex/matc3mem/matc3mem.cls @@ -20,7 +20,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesClass{matc3mem} - [2013/04/06 v1.0.1 Classe per il libri di MatematicaC3] + [2014/04/10 v1.1 Classe per il libri di MatematicaC3] \LoadClassWithOptions{memoir}[2011/03/06] \RequirePackage{amsthm} \RequirePackage[dvipsnames]{xcolor} @@ -88,8 +88,10 @@ } \newshadetheorem{teorema}{\thmcolor{Teorema}}[chapter] \newshadetheorem{legge}[teorema]{Legge} +\newshadetheorem{postulato}[teorema]{Postulato} \newshadetheorem{principio}[teorema]{Principio} \newshadetheorem{procedura}[teorema]{Procedura} +\newshadetheorem{proposizione}[teorema]{Proposzione} \newshadetheorem{proprieta}[teorema]{Propriet\`a} \newenvironment{soluzione}[1][Soluzione]% {\begin{trivlist}% -- cgit v1.2.3