summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf-dist/doc/latex/matc3/Makefile42
-rw-r--r--Master/texmf-dist/doc/latex/matc3/README20
-rw-r--r--Master/texmf-dist/doc/latex/matc3/matc3.pdf (renamed from Master/texmf-dist/doc/latex/matc3/matC3.pdf)bin439507 -> 438164 bytes
-rw-r--r--Master/texmf-dist/source/latex/matc3/matc3.dtx (renamed from Master/texmf-dist/source/latex/matc3/matC3.dtx)58
-rw-r--r--Master/texmf-dist/source/latex/matc3/matc3.ins (renamed from Master/texmf-dist/source/latex/matc3/matC3.ins)15
-rw-r--r--Master/texmf-dist/tex/latex/matc3/matc3.sty (renamed from Master/texmf-dist/tex/latex/matc3/matC3.sty)10
6 files changed, 67 insertions, 78 deletions
diff --git a/Master/texmf-dist/doc/latex/matc3/Makefile b/Master/texmf-dist/doc/latex/matc3/Makefile
index 28af502bde1..930f4c05bcd 100755
--- a/Master/texmf-dist/doc/latex/matc3/Makefile
+++ b/Master/texmf-dist/doc/latex/matc3/Makefile
@@ -1,8 +1,8 @@
-# Makefile per il pacchetto matC3
+# Makefile per il pacchetto matc3
# (c) 2013 Dimitrios Vrettos - d.vrettos@gmail.com
-# v1.0 -- 2013/04/05
+# v1.1 -- 2013/04/06
-NAME = matC3
+NAME = matc3
INS = $(NAME).ins
DTX = $(NAME).dtx
IND = $(NAME).ind
@@ -17,27 +17,28 @@ MAKEINDEX = makeindex -s gind.ist -o $(IND) $(IDX) && \
FILE_CLEAN = *.aux *.idx *.ilg *.ind *.log *.glo *.gls *.toc *.log *~* *backup
-VERSION = 1_0
+VERSION = 1_0_1
TAR = $(NAME)-$(VERSION).tar.gz
ZIP = $(NAME)-$(VERSION).zip
-TEXMFHOME = `kpsewhich --expand-path='$$TEXMFHOME'`
-INSDIR = $(TEXMFHOME)/tex/latex/$(NAME)
-DOCDIR = $(TEXMFHOME)/doc/latex/$(NAME)
-SRCDIR = $(TEXMFHOME)/source/latex/$(NAME)
+# Cambiare la variabile TEXDIR se non si vuole installare nell'albero personale
+TEXDIR = `kpsewhich --expand-path='$$TEXMFHOME'`
+INSDIR = $(TEXDIR)/tex/latex/$(NAME)
+DOCDIR = $(TEXDIR)/doc/latex/$(NAME)
+SRCDIR = $(TEXDIR)/source/latex/$(NAME)
-.SILENT: clean dist-tar dist-zip directories help quick-install install uninstall
+.SILENT: clean x-clean dist-tar dist-zip directories help install uninstall
help:
echo ''
echo 'Makefile targets:'
echo ''
echo " help - Questo messaggio"
- echo ' quick-install - Installa pacchetto, documentazione e sorgenti senza compilarli'
- echo ' install - Prima compila pacchetto, documentazione e sorgenti e poi li installa'
+ echo ' install - Compila il pacchetto e la documentazione e poi li installa'
echo ' uninstall - Disinstallazione completa'
echo ' pdf - Crea solo la documentazione senza installarla'
echo ' clean - Rimuove i file intermediari'
+ echo ' x-clean - Rimuove i file intermediari e il pacchetto derivato'
echo ' dist-tar - Crea una distibuzione (.tar.gz) del pacchetto'
echo ' dist-zip - Crea una distibuzione (.zip) del pacchetto'
echo ''
@@ -55,16 +56,19 @@ pdf: $(DTX)
clean:
rm -f $(FILE_CLEAN)
-dist-tar: clean
+x-clean:
+ rm -f $(FILE_CLEAN)
+ rm -f $(NAME).sty
+
+
+dist-tar: x-clean
rm -f $(TAR)
tar --exclude '*.zip' -zcvf $(TAR) *
-dist-zip: clean
+dist-zip: x-clean
rm -f $(ZIP)
zip -r $(ZIP) . -x '*.tar.gz'
-all: ins pdf clean
-
directories:
if [ ! -d $(INSDIR) ]; then \
mkdir -p $(INSDIR); \
@@ -76,14 +80,8 @@ directories:
mkdir -p $(SRCDIR) ; \
fi
-quick-install: directories
- install -m644 $(NAME).sty $(INSDIR)
- install -m644 $(DOC) README $(DOCDIR)
- install -m644 $(INS) $(DTX) Makefile $(SRCDIR)
- texhash
-
-install: all directories
+install: ins pdf directories
install -m644 $(NAME).sty $(INSDIR)
install -m644 $(DOC) README $(DOCDIR)
install -m644 $(INS) $(DTX) Makefile $(SRCDIR)
diff --git a/Master/texmf-dist/doc/latex/matc3/README b/Master/texmf-dist/doc/latex/matc3/README
index fb88aa89cae..5b791e8e0f5 100644
--- a/Master/texmf-dist/doc/latex/matc3/README
+++ b/Master/texmf-dist/doc/latex/matc3/README
@@ -1,5 +1,5 @@
---------------------------------------------------------------
-matC3 --- Package for the textbooks of MatematicaC3
+matc3 --- Package for the of MatematicaC3 textbooks
Author: Dimitrios Vrettos
E-mail: d.vrettos@gmail.com
@@ -8,21 +8,21 @@ See http://www.latex-project.org/lppl.txt
This work consists of the files:
README (this file)
- matC3.dtx
- matC3.ins
+ matc3.dtx
+ matc3.ins
Makefile
and the derived files:
- matC3.sty
- matC3.pdf
+ matc3.sty
+ matc3.pdf
The distribution consists of the following files:
README (this file)
- matC3.dtx
- matC3.ins
- matC3.sty
- matC3.pdf (user manual, in italian)
+ matc3.dtx
+ matc3.ins
+ matc3.sty
+ matc3.pdf (user manual, in italian)
Makefile
-Please read the documentation (matC3.pdf, in italian) for
+Please read the documentation (matc3.pdf, in italian) for
installation and usage tips.
---------------------------------------------------------------
diff --git a/Master/texmf-dist/doc/latex/matc3/matC3.pdf b/Master/texmf-dist/doc/latex/matc3/matc3.pdf
index 5b342c6e843..85eb876c375 100644
--- a/Master/texmf-dist/doc/latex/matc3/matC3.pdf
+++ b/Master/texmf-dist/doc/latex/matc3/matc3.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/matc3/matC3.dtx b/Master/texmf-dist/source/latex/matc3/matc3.dtx
index 7e870fdb303..bf86f187a02 100644
--- a/Master/texmf-dist/source/latex/matc3/matC3.dtx
+++ b/Master/texmf-dist/source/latex/matc3/matc3.dtx
@@ -17,12 +17,12 @@
%
%\iffalse
%<*driver>
-\ProvidesFile{matC3.dtx}
+\ProvidesFile{matc3.dtx}
%</driver>
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-%<package>\ProvidesPackage{matC3}
+%<package>\ProvidesPackage{matc3}
%<*package>
- [2013/04/05 v1.0 Pacchetto di comandi per i libri MatematicaC3]
+ [2013/04/06 v1.0.1 Pacchetto di comandi per i libri MatematicaC3]
%</package>
%
%<*driver>
@@ -33,7 +33,7 @@
\usepackage[utf8x]{inputenc}
\usepackage[italian]{babel}
\usepackage{doc}
-\usepackage{matC3}
+\usepackage{matc3}
\usepackage{calc}
\usepackage{amsmath}
\usepackage{indentfirst}
@@ -59,12 +59,12 @@ tondo si riferiscono alle linee del codice in cui viene utilizzata la voce.}
\DoNotIndex{\Writinghand, \,, \itemsep, \parskip, \setlength, \emph, \alph, \begin, \end, \hspace}
\DoNotIndex{\labelsep, \labelwidth, \textcolor, \vskip, \hrule, \renewcommand, \arraystretch}
\begin{document}
- \DocInput{matC3.dtx}
+ \DocInput{matc3.dtx}
\end{document}
%</driver>
%\fi
%
-%\CheckSum{0}
+%\CheckSum{64}
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
@@ -81,12 +81,12 @@ tondo si riferiscono alle linee del codice in cui viene utilizzata la voce.}
% Grave accent \` Left brace \{ Vertical bar \|
% Right brace \} Tilde \~}
%
-% \changes{v1.0}{2013/04/04}{Prima versione pubblica}
-%
-% \GetFileInfo{matC3.sty}
+% \changes{v1.0}{2013/04/05}{Primo rilascio pubblico}
+% \changes{v1.0.1}{2013/04/06}{Bug corretto}
+% \GetFileInfo{matc3.sty}
%
-% \title{Il pacchetto \textsf{matC3}\thanks{Questo documento
-% corrisponde a \textsf{matC3}~\fileversion,
+% \title{Il pacchetto \textsf{matc3}\thanks{Questo documento
+% corrisponde a \textsf{matc3}~\fileversion,
% data~\filedate.}}
% \author{Dimitrios Vrettos \\ \texttt{d.vrettos@gmail.com}}
%
@@ -102,47 +102,38 @@ tondo si riferiscono alle linee del codice in cui viene utilizzata la voce.}
% Ovviamente il pacchetto viene rilasciato anche per altri usi e scopi, non obbligatoriamente
% correlati al progetto di MatematicaC3.
%
-% La documentazione presenta la sezione dell'installazione del pacchetto \textsf{matC3},
+% La documentazione presenta la sezione dell'installazione del pacchetto \textsf{matc3},
% nonch\'e le sue dipendenze da altri pacchetti. Successivamente, vengono presi in esame
% le varie macro che offre il pacchetto. In fine, c'\`e l'implentazione commentata del codice
% sorgente.
%
-% Il pacchetto \textsf{matC3} viene rilasciato con la
+% Il pacchetto \textsf{matc3} viene rilasciato con la
% licenza \LaTeX\ \textit{Project Public Licence, version 1.3c or later}\footnote{L'ultima versione
% della licenza
% \`e disponibile su \texttt{http://www.latex-project.org/lppl.txt}.}.
%
% \section{Installazione}
-%
-% \subsection{Manualmente}
-%
-% Copiare il file \texttt{matC3.sty} in una directory che possa essere trovata da \LaTeX\ e aggiornare
-% il database. Se si vuole installare anche la documentazione e i sorgenti si procede
-% nella stessa maniera con i file \texttt{matC3.pdf} e \texttt{README}.
-% I file dei sorgenti da copiare nella directory adatta sono~\texttt{matC3.ins}
-% e~\texttt{matC3.dtx} (eventualmente anche il~\texttt{Makefile} che viene descritto in seguito).
-%
% \subsection{Usando Make}
%
-% La distribuzione del pacchetto contiene anche un~\texttt{Makefile}. Dando il comando
+% La distribuzione del pacchetto contiene un~\texttt{Makefile}. Dando il comando
% \begin{verbatim}
-% $ make help
+% $ make help
% \end{verbatim}
% vengono mostrate le varie opzioni disponibili. A titolo informativo ne vengono presentate due:
% \begin{verbatim}
-% $ make quick-install
+% $ make install
% \end{verbatim}
-% che installa il pacchetto, la documentazione e i sorgenti, senza compilarli, e successivamente aggiorna
-% il database. E
+% che compila i sorgenti e successivamente installa il pacchetto e la documentazione e aggiorna
+% il database.
+%
+% Se qualcosa, invece, non \`e andato a buon fine, si proceda con la disinstallazione completa:
% \begin{verbatim}
-% $ make install
+% $ make uninstall
% \end{verbatim}
-% il quale prima compila pacchetto e documentazione e dopo li installa, aggiornando sempre il database
-% a fine processo.
%
% \section{Dipendenze}
-% I pacchetti richiesti per far funzionare il pacchetto \textsf{matC3} sono:
+% I pacchetti richiesti per far funzionare il pacchetto \textsf{matc3} sono:
% \begin{itemize}
% \item \textsf{amsmath} per la matematica;
% \item \textsf{amsfonts} per i simboli degli insiemi numerici;
@@ -765,10 +756,11 @@ tondo si riferiscono alle linee del codice in cui viene utilizzata la voce.}
\newcommand{\boxV}{\usebox{\boxv}}
% \end{macrocode}
% \end{macro}
+% \clearpage
% \Finale
%
-% \PrintIndex
% \addcontentsline{toc}{section}{Indice analitico}
-% \PrintChanges
+% \PrintIndex
% \addcontentsline{toc}{section}{Cronologia delle modifiche}
+% \PrintChanges
\endinput
diff --git a/Master/texmf-dist/source/latex/matc3/matC3.ins b/Master/texmf-dist/source/latex/matc3/matc3.ins
index a43ed32c03f..045446c0421 100644
--- a/Master/texmf-dist/source/latex/matc3/matC3.ins
+++ b/Master/texmf-dist/source/latex/matc3/matc3.ins
@@ -1,4 +1,4 @@
-%% matC3.ins
+%% matc3.ins
%% Copyright (C) 2013 by Dimitrios Vrettos - d.vrettos@gmail.com
%%
%% This file may be distriubuted and/or modified under the
@@ -15,12 +15,11 @@
%%
%% The Current Maintainer of this work is Dimitrios Vrettos - d.vrettos@gmail.com.
%%
-%% This work consists of the files matC3.dtx and matC3.ins
-%% and the derived files matC3.sty.
+%% This work consists of the files matc3.dtx and matc3.ins
+%% and the derived files matc3.sty.
\input docstrip.tex
\keepsilent
-\usedir{/usr/share/texmf/tex/latex/matematicaC3/}
\preamble
This is a generated file
@@ -36,19 +35,19 @@ version. The latest version of this licence is in:
and version 1.3c or later is part of all distriubutions of
LaTeX version 2008/05/04 or later.
\endpreamble
-\generate{\file{matC3.sty}{\from{matC3.dtx}{package}}}
+\generate{\file{matc3.sty}{\from{matc3.dtx}{package}}}
\obeyspaces
\Msg{****************************************************}
\Msg{* *}
\Msg{* To finish the installation you have to move the *}
\Msg{* following file into a directory searched by TeX: *}
\Msg{* *}
-\Msg{* matC3.sty *}
+\Msg{* matc3.sty *}
\Msg{* *}
\Msg{* To produce the documentation run the file *}
-\Msg{* matC3.dtx through the LaTeX *}
+\Msg{* matc3.dtx through the LaTeX *}
\Msg{* *}
\Msg{* Happy TeXing! *}
\Msg{* *}
\Msg{****************************************************}
-\endbatchfile \ No newline at end of file
+\endbatchfile
diff --git a/Master/texmf-dist/tex/latex/matc3/matC3.sty b/Master/texmf-dist/tex/latex/matc3/matc3.sty
index c5a143a64a5..900c70b233d 100644
--- a/Master/texmf-dist/tex/latex/matc3/matC3.sty
+++ b/Master/texmf-dist/tex/latex/matc3/matc3.sty
@@ -1,10 +1,10 @@
%%
-%% This is file `matC3.sty',
+%% This is file `matc3.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
-%% matC3.dtx (with options: `package')
+%% matc3.dtx (with options: `package')
%% This is a generated file
%%
%% Copyright (C) 2013 by Dimitrios Vrettos - d.vrettos@gmail.com
@@ -19,8 +19,8 @@
%% and version 1.3c or later is part of all distriubutions of
%% LaTeX version 2008/05/04 or later.
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-\ProvidesPackage{matC3}
- [2013/04/05 v1.0 Pacchetto di comandi per i libri MatematicaC3]
+\ProvidesPackage{matc3}
+ [2013/04/06 v1.0.1 Pacchetto di comandi per i libri MatematicaC3]
\newcommand{\insN}{\ensuremath{\mathbb{N}}}
@@ -137,4 +137,4 @@
\newcommand{\boxV}{\usebox{\boxv}}
\endinput
%%
-%% End of file `matC3.sty'.
+%% End of file `matc3.sty'.