From 39c08dab84a8de6742f3432f0cc2cdf8aecbc223 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 26 Apr 2022 20:49:14 +0000 Subject: rename procIAGssymp to prociagssymp git-svn-id: svn://tug.org/texlive/trunk@63149 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/procIAGssymp/TestPaper.tex | 149 ------------------ .../doc/latex/prociagssymp/TestPaper.tex | 149 ++++++++++++++++++ .../tex/latex/procIAGssymp/procIAGssymp.sty | 167 --------------------- .../tex/latex/prociagssymp/procIAGssymp.sty | 167 +++++++++++++++++++++ Master/tlpkg/bin/c2lx | 2 +- Master/tlpkg/bin/tlpkg-ctan-check | 2 +- Master/tlpkg/libexec/ctan2tds | 1 + Master/tlpkg/tlpsrc/collection-publishers.tlpsrc | 2 +- 8 files changed, 320 insertions(+), 319 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/procIAGssymp/TestPaper.tex create mode 100644 Master/texmf-dist/doc/latex/prociagssymp/TestPaper.tex delete mode 100644 Master/texmf-dist/tex/latex/procIAGssymp/procIAGssymp.sty create mode 100644 Master/texmf-dist/tex/latex/prociagssymp/procIAGssymp.sty (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/procIAGssymp/TestPaper.tex b/Master/texmf-dist/doc/latex/procIAGssymp/TestPaper.tex deleted file mode 100644 index ca22412f353..00000000000 --- a/Master/texmf-dist/doc/latex/procIAGssymp/TestPaper.tex +++ /dev/null @@ -1,149 +0,0 @@ -% THIS IS BOTH A MINIMAL USER-MANUAL -% OF THE PACKAGE procIAGssymp.sty -% AND AN EXAMPLE OF ITS USE -% -% File : TestPaper.tex -% Author: Battista Benciolini -% E-mail: -% Date : January 11, 2002 -% See file procIAGssymp.sty for more information -% -\documentclass[a4paper,twocolumn,10pt]{article} % -\usepackage{procIAGssymp} - \pagestyle{empty} % optional -% \setcounter{page}{11} % optional -\title{The package procIAGssymp.sty for the formatting - of a paper with the style of the proceeding of - symposia sponsored by IAG} -\author{B.Benciolini\thanks{e-mail: battista.benciolini@ing.uitn.it} -\and No Second Author \and No Third Author\thanks{No-Where Institute}} -\date{ } -\hbadness=10000 \vbadness=10000 -\begin{document} -\maketitle - \thispagestyle{empty} % optional -\paragraph{Abstract.} The package \texttt{procIAGssymp.sty} has -been designed to help the formatting of a paper with the style -of the proceeding of symposia sponsored by the -"International Association of Geodesy (IAG)" published -by "Springer-Verlag Berlin Heidelberg NewYork". -This paper itself is an example of the use of the package. It -contains instructions and suggestions for the use of the package, -while most of the comment included in \texttt{procIAGssymp.sty} -are of a more technical nature. -\linea -\section{Introduction} -The package \texttt{procIAGssymp.sty} provides some (re-)definitions -of \LaTeX commands. The use of the package is explained in this paper. -\par\noindent I have tried to provide a package that helps in -the preparation of a paper that corresponds to the instructions -distributed by the publisher of the proceedings of -IAG-sponsored-symposia (i.e. by Springer-Verlag), but . . . -please read the IMPORTANT NOTES inside the file \texttt{procIAGssymp.sty}. -\par\noindent The most curious readers are -invited to look directly at the source of this file and, more -important, to the code in the file \texttt{procIAGssymp.sty}. -\section{Suggestions for the user} -\subsection{General page lay-out and page numbering} -The general lay-out of the pages is controlled by some assignment -made by \texttt{procIAGssymp.sty} AND by the use of the class -\texttt{article} that must be loaded with the proper options, i.e. -\verb+[a4paper,twocolumn,10pt]+ . -\par\noindent -The package itself does not modify the page numbering -with respect to the \LaTeX standard. -If it is necessary to avoid page numbering this can be obtained -putting \verb+\pagestyle{empty}+ somewhere in the preamble of the -file and \verb+\thispagestyle{empty}+ immediately after -\verb+\maketitle+. -If it is necessary to start page numbering from $n$, this can be -obtained with \verb+\setcounter{page}{+$n$\verb+}+. -\subsection{Top-matter} -The title and the author(s) must be prepared with -\verb+\title{ . . .}+ and \verb+\author{ . . .}+ and they will be -printed by \verb+\maketitle+. The use of \verb+\thanks{. . .}+ inside -the argument of \verb+\title{ . . .}+ is not appropriate because this -command has been redefined. -If there are several authors, their -names must be separated by \verb+\and+. The authors that share the -same address must be listed consecutively and must be followed by -\verb+\thanks{. . .}+ (with the address as argument). To see an example -you can see the code of this file. -\subsection{Sectioning} -The use of \verb+\section{. . . }+ and \verb+\subsection{. . . }+, -can be done as in any \LaTeX paper. -These commands have been redefined so that they -produce the first level and second level headers in the proper format. -All the other sectioning commands have been redefined with a coherent -style. -The command \verb+\section*{References}+ can be used to start -the reference list. One of the following sections is just a test of -the various sectioning commands. -\section{The choice of the font} -The standard Computer Modern fonts are used. -I have not tried any other font. -\section{Test of sectioning (1st level)} -\subsection{Test of sectioning (2nd level)} -\subsubsection{Test of sectioning (3rd level)} -This is just an example of the use and abuse -of \verb+\section+, \verb+\subsection+ and -\verb+\subsubsection+. We can also test \verb+\paragraph+ and -\verb+\subparagraph+. -\paragraph{Paragraph} This is a paragraph, headed by \verb+\paragraph+. -\subparagraph{Subparagraph} This is a sub paragraph. And the section -end HERE. -\section{Technicalities} -\subsection{About the format of the top-matter} -The main structure of the topmatter is governed by \verb+\@maketitle+ -which is properly redefined. \par\noindent -The command \verb+\thanks+ has been -redefined to print the authors' address immediately after the -authors' names. The new form of this command makes it unsuitable -to put a note to the title. -\subsection{Compatibility} -The package has been used together with the \texttt{article} class -and with several packages including: -\texttt{makeidx}, \texttt{amsmath}, -\texttt{amssymb}, \texttt{apalike}, \texttt{array}, -\texttt{epsfig}, \texttt{graphicx} and \texttt{verbatim}. -I have not found any compatibility problem. -\section{Recommendation} -I recommend all the user of the package \texttt{procIAGssymp.sty} -to send me any comment about it. -\vfill\eject -\section*{APPENDIX \\ Other \TeX{} and \LaTeX{} material} -This is an appendix not directly related to the main topic of this pages. -Some of the \TeX{} and \LaTeX{} tools that I have prepared -for personal use can be useful for others \TeX-friends. -\paragraph{}\textbf{ -A plain-TeX output routine for multi-column page} can be found in my -personal web site \texttt{http://ing.unitn.it/\~{}bencioli}. -The file is quite simple and it is internally documented. -\paragraph{}\textbf{ -A \LaTeX2e package that allows the re-use of the content of} -\verb+\title+ \textbf{ -and} \verb+\author+\textbf{ anywhere in the document} is -available on CTAN at : -\texttt{. . . /macro/latex/contrib/suppoted/rectopma} -\paragraph{}\textbf{A \LaTeX2e class for multi-author volumes.} -The class \verb+collective.cls+ is a tool designed for the -preparation of a document composed by several contributions written -independently by different authors and binded together in the -proper format by an editor. The typical applications are -the preparation of the proceedings of a meeting or of an issue -of a journal. -The editor can do the job preparing a file, the {\em main file} -that uses the document class \verb+collective+ and that -loads the various papers, the {\em contributions}, that are prepared -by the authors as standard (La)TeX files. A \textbf{preliminary} -release of \verb+collective.cls+ is available on request. -I will send it by e-mail upon request. It -works with some limitations, but I think it is already a useful tool. -The "standard "distribution requires doc-strip for installation; the -unpacked set, including the class file, documentation and an example, is -also available. (I have recently seen an other package with a similar -pourpose posted in the CTAN. ) -\end{document} -\endinput -%% -%% End of file TestPaper.tex \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/prociagssymp/TestPaper.tex b/Master/texmf-dist/doc/latex/prociagssymp/TestPaper.tex new file mode 100644 index 00000000000..ca22412f353 --- /dev/null +++ b/Master/texmf-dist/doc/latex/prociagssymp/TestPaper.tex @@ -0,0 +1,149 @@ +% THIS IS BOTH A MINIMAL USER-MANUAL +% OF THE PACKAGE procIAGssymp.sty +% AND AN EXAMPLE OF ITS USE +% +% File : TestPaper.tex +% Author: Battista Benciolini +% E-mail: +% Date : January 11, 2002 +% See file procIAGssymp.sty for more information +% +\documentclass[a4paper,twocolumn,10pt]{article} % +\usepackage{procIAGssymp} + \pagestyle{empty} % optional +% \setcounter{page}{11} % optional +\title{The package procIAGssymp.sty for the formatting + of a paper with the style of the proceeding of + symposia sponsored by IAG} +\author{B.Benciolini\thanks{e-mail: battista.benciolini@ing.uitn.it} +\and No Second Author \and No Third Author\thanks{No-Where Institute}} +\date{ } +\hbadness=10000 \vbadness=10000 +\begin{document} +\maketitle + \thispagestyle{empty} % optional +\paragraph{Abstract.} The package \texttt{procIAGssymp.sty} has +been designed to help the formatting of a paper with the style +of the proceeding of symposia sponsored by the +"International Association of Geodesy (IAG)" published +by "Springer-Verlag Berlin Heidelberg NewYork". +This paper itself is an example of the use of the package. It +contains instructions and suggestions for the use of the package, +while most of the comment included in \texttt{procIAGssymp.sty} +are of a more technical nature. +\linea +\section{Introduction} +The package \texttt{procIAGssymp.sty} provides some (re-)definitions +of \LaTeX commands. The use of the package is explained in this paper. +\par\noindent I have tried to provide a package that helps in +the preparation of a paper that corresponds to the instructions +distributed by the publisher of the proceedings of +IAG-sponsored-symposia (i.e. by Springer-Verlag), but . . . +please read the IMPORTANT NOTES inside the file \texttt{procIAGssymp.sty}. +\par\noindent The most curious readers are +invited to look directly at the source of this file and, more +important, to the code in the file \texttt{procIAGssymp.sty}. +\section{Suggestions for the user} +\subsection{General page lay-out and page numbering} +The general lay-out of the pages is controlled by some assignment +made by \texttt{procIAGssymp.sty} AND by the use of the class +\texttt{article} that must be loaded with the proper options, i.e. +\verb+[a4paper,twocolumn,10pt]+ . +\par\noindent +The package itself does not modify the page numbering +with respect to the \LaTeX standard. +If it is necessary to avoid page numbering this can be obtained +putting \verb+\pagestyle{empty}+ somewhere in the preamble of the +file and \verb+\thispagestyle{empty}+ immediately after +\verb+\maketitle+. +If it is necessary to start page numbering from $n$, this can be +obtained with \verb+\setcounter{page}{+$n$\verb+}+. +\subsection{Top-matter} +The title and the author(s) must be prepared with +\verb+\title{ . . .}+ and \verb+\author{ . . .}+ and they will be +printed by \verb+\maketitle+. The use of \verb+\thanks{. . .}+ inside +the argument of \verb+\title{ . . .}+ is not appropriate because this +command has been redefined. +If there are several authors, their +names must be separated by \verb+\and+. The authors that share the +same address must be listed consecutively and must be followed by +\verb+\thanks{. . .}+ (with the address as argument). To see an example +you can see the code of this file. +\subsection{Sectioning} +The use of \verb+\section{. . . }+ and \verb+\subsection{. . . }+, +can be done as in any \LaTeX paper. +These commands have been redefined so that they +produce the first level and second level headers in the proper format. +All the other sectioning commands have been redefined with a coherent +style. +The command \verb+\section*{References}+ can be used to start +the reference list. One of the following sections is just a test of +the various sectioning commands. +\section{The choice of the font} +The standard Computer Modern fonts are used. +I have not tried any other font. +\section{Test of sectioning (1st level)} +\subsection{Test of sectioning (2nd level)} +\subsubsection{Test of sectioning (3rd level)} +This is just an example of the use and abuse +of \verb+\section+, \verb+\subsection+ and +\verb+\subsubsection+. We can also test \verb+\paragraph+ and +\verb+\subparagraph+. +\paragraph{Paragraph} This is a paragraph, headed by \verb+\paragraph+. +\subparagraph{Subparagraph} This is a sub paragraph. And the section +end HERE. +\section{Technicalities} +\subsection{About the format of the top-matter} +The main structure of the topmatter is governed by \verb+\@maketitle+ +which is properly redefined. \par\noindent +The command \verb+\thanks+ has been +redefined to print the authors' address immediately after the +authors' names. The new form of this command makes it unsuitable +to put a note to the title. +\subsection{Compatibility} +The package has been used together with the \texttt{article} class +and with several packages including: +\texttt{makeidx}, \texttt{amsmath}, +\texttt{amssymb}, \texttt{apalike}, \texttt{array}, +\texttt{epsfig}, \texttt{graphicx} and \texttt{verbatim}. +I have not found any compatibility problem. +\section{Recommendation} +I recommend all the user of the package \texttt{procIAGssymp.sty} +to send me any comment about it. +\vfill\eject +\section*{APPENDIX \\ Other \TeX{} and \LaTeX{} material} +This is an appendix not directly related to the main topic of this pages. +Some of the \TeX{} and \LaTeX{} tools that I have prepared +for personal use can be useful for others \TeX-friends. +\paragraph{}\textbf{ +A plain-TeX output routine for multi-column page} can be found in my +personal web site \texttt{http://ing.unitn.it/\~{}bencioli}. +The file is quite simple and it is internally documented. +\paragraph{}\textbf{ +A \LaTeX2e package that allows the re-use of the content of} +\verb+\title+ \textbf{ +and} \verb+\author+\textbf{ anywhere in the document} is +available on CTAN at : +\texttt{. . . /macro/latex/contrib/suppoted/rectopma} +\paragraph{}\textbf{A \LaTeX2e class for multi-author volumes.} +The class \verb+collective.cls+ is a tool designed for the +preparation of a document composed by several contributions written +independently by different authors and binded together in the +proper format by an editor. The typical applications are +the preparation of the proceedings of a meeting or of an issue +of a journal. +The editor can do the job preparing a file, the {\em main file} +that uses the document class \verb+collective+ and that +loads the various papers, the {\em contributions}, that are prepared +by the authors as standard (La)TeX files. A \textbf{preliminary} +release of \verb+collective.cls+ is available on request. +I will send it by e-mail upon request. It +works with some limitations, but I think it is already a useful tool. +The "standard "distribution requires doc-strip for installation; the +unpacked set, including the class file, documentation and an example, is +also available. (I have recently seen an other package with a similar +pourpose posted in the CTAN. ) +\end{document} +\endinput +%% +%% End of file TestPaper.tex \ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/procIAGssymp/procIAGssymp.sty b/Master/texmf-dist/tex/latex/procIAGssymp/procIAGssymp.sty deleted file mode 100644 index 19c272b9f8d..00000000000 --- a/Master/texmf-dist/tex/latex/procIAGssymp/procIAGssymp.sty +++ /dev/null @@ -1,167 +0,0 @@ -\ProvidesPackage{procIAGssymp}[2002/01/11] -%************************************************* -%* * -%* This file is * -%* * -%* procIAGssymp.sty * -%* ---------------- * -%* * -%* it contains (re-)definitions for the * -%* proceedings of IAG sponsored symposia * -%* * -%* Author: Battista Benciolini * -%* * -%* Address: Dip. Ing. Civile e Ambientale * -%* Via Mesiano, 77 * -%* I-38050 Trento * -%* ITALY * -%* * -%* e-mail: Battista.Benciolini@ing.unitn.it * -%* * -%************************************************* -% -% -% PURPOSE -% ======= -% -% This package provides (re-)definitions of some LaTeX commands -% that can be useful for the preparation of a paper with -% the style of the proceeding of symposia sponsored by the -% "International Association of Geodesy (IAG)" published -% by "Springer-Verlag Berlin Heidelberg NewYork". -% -% -% IMPORTANT NOTES -% =============== -% -% 1 - This file is part of a program (in the meaning specified -% by the LPPL- see next point)) that includes two files -% posted in the same folder: -% - procIAGssymp.sty (= this file) -% - TestPaper.tex (= sample and suggestions) -% The copiright holder of this package is its author. -% (sorry for the obvius statment, the LPPL suggests to -% explicitelly mention the copiright holder) -% 2 - This program may be used, distributed and/or modified under -% the conditions of the LaTeX Project Public License. -% The latest version of this license is in: -% http://www.latex-project.org/lppl.txt -% 3 - When this package is used the correspondence between the -% obtained result and any requirement and prescription -% must be judged by the user. -% 4 - The release of this package on CTAN is a personal initiative of -% its author. The mention of IAG and Springer-Verlag does not -% imply any involvement of these entities in this initiative. -% -% -% HISTORY -% ======= -% -% May, 2000 : first version -% June 2001 : version used for proceedings of HM98 symposium -% January 7, 2002 : small improvements, better documentation, -% part of the code (not related with the declared -% purpose) moved to different packages, first -% release in CTAN -% January 11, 2002 : improvements suggested by N.S. -% -% -% AKNOWLADGMENT -% ============= -% -% Peaple listed here after contributed with suggestions and -% with fragments of code: Claretta Carrara, Nico Snew. -% -% -------------------------------------------------------------------- -% -% -% The following redefinition of \@maketitle is quite simplified with -% respect to the standard one. The data is not printed; the title is -% not centred and it is in sans-serif font; the author is no -% longer in tabular environment; the author and its address -% are \raggedright. -\def\@maketitle{% - %% \newpage - %% \null - {\LARGE\sffamily\bfseries\@title} - \vskip 6mm% - {%\large - \lineskip .5em% - {\raggedright\@author}} - \vskip 6mm% - \par - \vskip 1.5em}% end of\@maketitle -% -% -% a new if, used to govern the behaviour -% of \and in relation with \thanks -\newif\ifafterthanks \afterthanksfalse -% -% redefinition of \thanks, to print the address immediately after -% the author(s) it refers to -\renewcommand{\thanks}[1]{\\ #1 \vskip6mm \global\afterthankstrue} -% -% redefinition of \and -\renewcommand{\and}{\ifafterthanks\relax \else{\unskip,}\ \fi -\global\afterthanksfalse} -% -% -% redefinition of \section and \subsection for -% 1st and 2nd order headings -%%% WARNING : is character size correct ?? -% -\renewcommand\section{\@startsection% -{section}% -{1}% %level -{0mm}% %indent -{-3mm}% %beforeskip -{2mm}% %afterskip -{\fontsize{10.95}{13.6}\selectfont\sffamily\bfseries}} %style -% -\renewcommand\subsection{\@startsection% -{subsection}% -{2}% %level -{0mm}% %indent -{-3mm}% %beforeskip -{2mm}% %afterskip -{\normalfont\sffamily\bfseries}} %style -% -% redefinition of \subsubsection, \paragraph and \subparagraph -% -\renewcommand\subsubsection{\@startsection% -{subsubsection}% -{3}% %level -{0mm}% %indent -{-2mm}% %beforeskip -{2mm}% %afterskip -{\normalfont\normalsize\sffamily\bfseries}} %style -% -\renewcommand\paragraph{\@startsection% -{paragraph}% -{4}% %level -{0mm}% %indent -{-2mm}% %beforeskip -{-1em}% %afterskip -{\normalfont\normalsize\sffamily\bfseries}} %style -% -\renewcommand\subparagraph{\@startsection% -{subparagraph}% -{5}% %level -{\parindent}% %indent -{-2mm}% %beforeskip -{-1em}% %afterskip -{\normalfont\normalsize\sffamily\bfseries}} %style -% -% margins and unitlength -\textheight224mm -\textwidth156mm -\columnsep8mm -\topmargin0mm -\setlength{\unitlength}{1mm} -% -% -% the new command \linea, with Italian name -:) , -% can be used to put some space and a rule after the abstract -\newcommand{\linea}{\vskip1mm\noindent\rule{74mm}{.5pt}} -% -% end end end \ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/prociagssymp/procIAGssymp.sty b/Master/texmf-dist/tex/latex/prociagssymp/procIAGssymp.sty new file mode 100644 index 00000000000..19c272b9f8d --- /dev/null +++ b/Master/texmf-dist/tex/latex/prociagssymp/procIAGssymp.sty @@ -0,0 +1,167 @@ +\ProvidesPackage{procIAGssymp}[2002/01/11] +%************************************************* +%* * +%* This file is * +%* * +%* procIAGssymp.sty * +%* ---------------- * +%* * +%* it contains (re-)definitions for the * +%* proceedings of IAG sponsored symposia * +%* * +%* Author: Battista Benciolini * +%* * +%* Address: Dip. Ing. Civile e Ambientale * +%* Via Mesiano, 77 * +%* I-38050 Trento * +%* ITALY * +%* * +%* e-mail: Battista.Benciolini@ing.unitn.it * +%* * +%************************************************* +% +% +% PURPOSE +% ======= +% +% This package provides (re-)definitions of some LaTeX commands +% that can be useful for the preparation of a paper with +% the style of the proceeding of symposia sponsored by the +% "International Association of Geodesy (IAG)" published +% by "Springer-Verlag Berlin Heidelberg NewYork". +% +% +% IMPORTANT NOTES +% =============== +% +% 1 - This file is part of a program (in the meaning specified +% by the LPPL- see next point)) that includes two files +% posted in the same folder: +% - procIAGssymp.sty (= this file) +% - TestPaper.tex (= sample and suggestions) +% The copiright holder of this package is its author. +% (sorry for the obvius statment, the LPPL suggests to +% explicitelly mention the copiright holder) +% 2 - This program may be used, distributed and/or modified under +% the conditions of the LaTeX Project Public License. +% The latest version of this license is in: +% http://www.latex-project.org/lppl.txt +% 3 - When this package is used the correspondence between the +% obtained result and any requirement and prescription +% must be judged by the user. +% 4 - The release of this package on CTAN is a personal initiative of +% its author. The mention of IAG and Springer-Verlag does not +% imply any involvement of these entities in this initiative. +% +% +% HISTORY +% ======= +% +% May, 2000 : first version +% June 2001 : version used for proceedings of HM98 symposium +% January 7, 2002 : small improvements, better documentation, +% part of the code (not related with the declared +% purpose) moved to different packages, first +% release in CTAN +% January 11, 2002 : improvements suggested by N.S. +% +% +% AKNOWLADGMENT +% ============= +% +% Peaple listed here after contributed with suggestions and +% with fragments of code: Claretta Carrara, Nico Snew. +% +% -------------------------------------------------------------------- +% +% +% The following redefinition of \@maketitle is quite simplified with +% respect to the standard one. The data is not printed; the title is +% not centred and it is in sans-serif font; the author is no +% longer in tabular environment; the author and its address +% are \raggedright. +\def\@maketitle{% + %% \newpage + %% \null + {\LARGE\sffamily\bfseries\@title} + \vskip 6mm% + {%\large + \lineskip .5em% + {\raggedright\@author}} + \vskip 6mm% + \par + \vskip 1.5em}% end of\@maketitle +% +% +% a new if, used to govern the behaviour +% of \and in relation with \thanks +\newif\ifafterthanks \afterthanksfalse +% +% redefinition of \thanks, to print the address immediately after +% the author(s) it refers to +\renewcommand{\thanks}[1]{\\ #1 \vskip6mm \global\afterthankstrue} +% +% redefinition of \and +\renewcommand{\and}{\ifafterthanks\relax \else{\unskip,}\ \fi +\global\afterthanksfalse} +% +% +% redefinition of \section and \subsection for +% 1st and 2nd order headings +%%% WARNING : is character size correct ?? +% +\renewcommand\section{\@startsection% +{section}% +{1}% %level +{0mm}% %indent +{-3mm}% %beforeskip +{2mm}% %afterskip +{\fontsize{10.95}{13.6}\selectfont\sffamily\bfseries}} %style +% +\renewcommand\subsection{\@startsection% +{subsection}% +{2}% %level +{0mm}% %indent +{-3mm}% %beforeskip +{2mm}% %afterskip +{\normalfont\sffamily\bfseries}} %style +% +% redefinition of \subsubsection, \paragraph and \subparagraph +% +\renewcommand\subsubsection{\@startsection% +{subsubsection}% +{3}% %level +{0mm}% %indent +{-2mm}% %beforeskip +{2mm}% %afterskip +{\normalfont\normalsize\sffamily\bfseries}} %style +% +\renewcommand\paragraph{\@startsection% +{paragraph}% +{4}% %level +{0mm}% %indent +{-2mm}% %beforeskip +{-1em}% %afterskip +{\normalfont\normalsize\sffamily\bfseries}} %style +% +\renewcommand\subparagraph{\@startsection% +{subparagraph}% +{5}% %level +{\parindent}% %indent +{-2mm}% %beforeskip +{-1em}% %afterskip +{\normalfont\normalsize\sffamily\bfseries}} %style +% +% margins and unitlength +\textheight224mm +\textwidth156mm +\columnsep8mm +\topmargin0mm +\setlength{\unitlength}{1mm} +% +% +% the new command \linea, with Italian name -:) , +% can be used to put some space and a rule after the abstract +\newcommand{\linea}{\vskip1mm\noindent\rule{74mm}{.5pt}} +% +% end end end \ No newline at end of file diff --git a/Master/tlpkg/bin/c2lx b/Master/tlpkg/bin/c2lx index 7f4cfb0194c..7c6fb30a9e0 100755 --- a/Master/tlpkg/bin/c2lx +++ b/Master/tlpkg/bin/c2lx @@ -33,7 +33,7 @@ elif test "x$1" = xdeng; then elif test "x$1" = xjxu; then shift; label=jxu pkgs="beaulivre colorist einfart lebhart mindflow minimalist simplivre" - pkgs="$pkgs create-theorem projlib" + pkgs="$pkgs create-theorem crefthe projlib" elif test "x$1" = xqyi; then shift; label=qyi pkgs="easybook spbmark" diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 3cca29aaa1b..23b1d0db57e 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -637,7 +637,7 @@ my @TLP_working = qw( ppr-prv pracjourn practicalreports prelim2e preprint prerex present pressrelease prettyref preview prftree - principia printlen proba probsoln procIAGssymp + principia printlen proba probsoln prociagssymp prodint productbox profcollege proflabo proflycee program progress progressbar projlib proof-at-the-end proofread prooftrees proposal properties diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 18f357bdeac..eecb14edf83 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1075,6 +1075,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'presentations', "die 'skipping, author request'", 'presentations-en', "die 'skipping, author request'", 'preview-latex', "die 'skipping, use preview'", + 'procIAGssymp',"die 'skipping, use prociagssymp'", 'profcollege', "&MAKEflatten", 'proflabo', "&MAKEflatten", 'proflycee', "&MAKEflatten", diff --git a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc index 146d9d96e11..9bba51298b6 100644 --- a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc @@ -160,7 +160,7 @@ depend pkuthss depend powerdot-fuberlin depend powerdot-tuliplab depend pracjourn -depend procIAGssymp +depend prociagssymp depend proposal depend prtec depend ptptex -- cgit v1.2.3