summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-11-18 01:54:00 +0000
committerKarl Berry <karl@freefriends.org>2009-11-18 01:54:00 +0000
commit5355c862d986486a8c789909f03ba5de4069c0db (patch)
tree97d7e4beb62b96bd1611b794dc91f39819a2599f /Master
parentfe3e02fade4c4ac4fef0d45036163606e8380aef (diff)
rm listofsymbols, nosource
git-svn-id: svn://tug.org/texlive/trunk@16055 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/listofsymbols/README19
-rw-r--r--Master/texmf-dist/doc/latex/listofsymbols/listofsymbols.dvibin25252 -> 0 bytes
-rw-r--r--Master/texmf-dist/tex/latex/listofsymbols/listofsymbols.sty176
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds1
-rw-r--r--Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/listofsymbols.tlpsrc0
6 files changed, 1 insertions, 196 deletions
diff --git a/Master/texmf-dist/doc/latex/listofsymbols/README b/Master/texmf-dist/doc/latex/listofsymbols/README
deleted file mode 100644
index 350430cfa36..00000000000
--- a/Master/texmf-dist/doc/latex/listofsymbols/README
+++ /dev/null
@@ -1,19 +0,0 @@
-LaTeX package listofsymbols.sty v0.1
-by Stefan Spreng
-e-mail: listofsymbols@gmx.de
-March 2003
-
-Licence:
---------
-This material is subject to the LaTeX Project Public License.
-See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html
-for the details of that license.
-
-Description:
-------------
-listofsymbols provides commands to (a) automatically create a list of symbols (also called notation or nomenclature) and (b) handle symbols logically, i.e. define a macro that is expanded to the desired output and use the macro in the text rather than `hardcoding' the output into the text.
-
-This helps to ensure consistency throughout the text, especially if there is a chance that symbols will be changed at some stage.
-
-This package is more or less a combination of what the packages nomencl.sty and formula.sty do. The concept of creating the list of symbols, though, is different from the way nomencl.sty does it.
-
diff --git a/Master/texmf-dist/doc/latex/listofsymbols/listofsymbols.dvi b/Master/texmf-dist/doc/latex/listofsymbols/listofsymbols.dvi
deleted file mode 100644
index 0724292a8b9..00000000000
--- a/Master/texmf-dist/doc/latex/listofsymbols/listofsymbols.dvi
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/listofsymbols/listofsymbols.sty b/Master/texmf-dist/tex/latex/listofsymbols/listofsymbols.sty
deleted file mode 100644
index e26d79c3044..00000000000
--- a/Master/texmf-dist/tex/latex/listofsymbols/listofsymbols.sty
+++ /dev/null
@@ -1,176 +0,0 @@
-%%
-%% This is file `listofsymbols.sty',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% listofsymbols.dtx
-%%
-%% IMPORTANT NOTICE:
-%%
-%% For the copyright see the source file.
-%%
-%% Any modified versions of this file must be renamed
-%% with new filenames distinct from listofsymbols.sty.
-%%
-%% For distribution of the original source see the terms
-%% for copying and modification in the file listofsymbols.dtx.
-%%
-%% This generated file may be distributed as long as the
-%% original source files, as listed above, are part of the
-%% same distribution. (The sources need not necessarily be
-%% in the same archive or directory.)
-
-\NeedsTeXFormat{LaTeX2e} \ProvidesPackage{listofsymbols}
-\RequirePackage{ifthen} \RequirePackage{calc} \newboolean{b@nomencl}
-\newboolean{b@final} \newboolean{b@Final} \newboolean{b@pageno}
-\newboolean{b@xspace}
-\DeclareOption{nomencl}{\setboolean{b@nomencl}{true}}
-\DeclareOption{draft}{\setboolean{b@nomencl}{false}
- \setboolean{b@final}{false}\setboolean{b@Final}{false}}
-\DeclareOption{final}{\setboolean{b@nomencl}{false}
- \setboolean{b@final}{true}\setboolean{b@Final}{false}}
-\DeclareOption{Final}{\setboolean{b@nomencl}{false}
- \setboolean{b@final}{true}\setboolean{b@Final}{true}}
-\DeclareOption{pageno}{\setboolean{b@pageno}{true}}
-\DeclareOption{nopageno}{\setboolean{b@pageno}{false}}
-\DeclareOption{usexspace}{\setboolean{b@xspace}{true}}
-\DeclareOption{noxspace}{\setboolean{b@xspace}{false}}
-
-\ExecuteOptions{draft,nopageno,usexspace}
-\ProcessOptions
-
-\newlength{\symwidth}
-\setlength{\symwidth}{2.5cm}
-\newlength{\sympagenowidth}
-
-\ifthenelse{\boolean{b@nomencl}}
- {\RequirePackage{nomencl}}{}
-\ifthenelse{\boolean{b@xspace}}
- {\RequirePackage{xspace}
- \newcommand{\spaceaftersym}{\xspace}}
- {\newcommand{\spaceaftersym}{}}
-\ifthenelse{\boolean{b@pageno}}
- {\settowidth{\sympagenowidth}{9999}}
- {\setlength{\sympagenowidth}{0cm}}
-
-\newcommand{\printsymline}[5]
-{\makebox[2.5cm][l]{#2}
-\parbox[t]{\textwidth-\symwidth-\sympagenowidth}
-{\begin{raggedright}\strut%
-\ifthenelse{\boolean{b@final}}{#4}{$\backslash$#3 --- #4}%
-\strut\end{raggedright}}%
-\ifthenelse{\boolean{b@pageno}}{\hfill #5}{}%
-\newline}
-
-\ifthenelse{\boolean{b@Final}}
-{\newcommand{\addsymline}[5]{}
-\newcommand{\opensymdef}{}
-\newcommand{\closesymdef}{}}
-{\newcommand{\opensymdef}
-{\newwrite\@sym \immediate\openout\@sym=\jobname.sym
-\newwrite\@sub \immediate\openout\@sub=\jobname.sub}
-\newcommand{\closesymdef}
-{\immediate\closeout\@sym
-\immediate\closeout\@sub}
-\ifthenelse{\boolean{b@final}}
-{\newcommand{\addsymline}[5]
-{\ifthenelse{\equal{#4}{}}{}
-{\immediate\write#5{\string\printsymline {#1}%
-{\string\ensuremath{#2}}%
-{\string\texttt{#3}}{#4}%
-{\thepage}}}}}
-{\newcommand{\addsymline}[5]
-{\immediate\write#5{\string\printsymline {#1}%
-{\string\ensuremath{#2}}%
-{\string\texttt{#3}}{#4}%
-{\thepage}}}}}
-
-\newcommand{\@createsym}[3]
-{\expandafter\newcommand\expandafter{\csname#2\endcsname}
- {\relax\ensuremath{#3}\spaceaftersym} %similar to formula.sty
-\expandafter\newcommand\expandafter{\csname#2doc\endcsname}{#1}
-\expandafter\newcommand\expandafter{\csname#2tabdoc\endcsname}
- {\ensuremath{#3} & #1}}
-
-\ifthenelse{\boolean{b@nomencl}}
-{\newcommand{\newsym}[3][]
-{\@createsym{#1}{#2}{#3}
-\ifthenelse{\equal{#1}{}}{}{\nomenclature{\ensuremath{#3}}{#1}}}}
-{\newcommand{\newsym}[3][]
-{\@createsym{#1}{#2}{#3}
-\addsymline{#3}{#3}{#2}{#1}{\@sym}}}
-
-\newcommand{\@createsub}[3]
-{\expandafter\newcommand\expandafter{\csname#2\endcsname}
- {\relax\ensuremath{_{#3}}\spaceaftersym}
-\expandafter\newcommand\expandafter{\csname#2doc\endcsname}{#1}
-\expandafter\newcommand\expandafter{\csname#2tabdoc\endcsname}
- {\ensuremath{#3} & #1}}
-
-\ifthenelse{\boolean{b@nomencl}}
-{\newcommand{\newsub}[3][]
-{\@createsub{#1}{#2}{#3}
-\ifthenelse{\equal{#1}{}}{}{\nomenclature{\ensuremath{#3}}{#1}}}}
-{\newcommand{\newsub}[3][]
-{\@createsub{#1}{#2}{#3}
-\addsymline{}{#3}{#2}{#1}{\@sub}}}
-
-\newcommand{\subsep}[1][]{{}_{#1}{}}
-
-\newcommand{\symheadingname}{List of Symbols}
-\newcommand{\subheadingname}{List of Subscripts}
-\newcommand{\bothheadingname}{Notation}
-
-\ifthenelse{\boolean{b@final}}
-{\newcommand{\symheading}
-{\section*{\symheadingname}}
-\newcommand{\subheading}
-{\section*{\subheadingname}}}
-{\newcommand{\symheading}
-{\section*{\symheadingname\ (draft)}
-\makebox[\symwidth][l]{\bf Symbol}{\bf Description}
-\ifthenelse{\boolean{b@pageno}}{\hfill{\bf Defined on page}}{}}
-\newcommand{\subheading}
-{\section*{\subheadingname\ (draft)}
-\makebox[\symwidth][l]{\bf Subscript}{\bf Description}
-\ifthenelse{\boolean{b@pageno}}{\hfill{\bf Defined on page}}{}}}
-
-\ifthenelse{\boolean{b@nomencl}}
-{\makeglossary
-\renewcommand{\nomname}{\symheadingname}
-\setlength{\nomitemsep}{-1\parsep}
-\newcommand{\listofsymbols}{\printglossary}
-\newcommand{\listofsubscripts}{}}
-{\newlength{\old@parskip}
-\newlength{\old@parindent}
-\newcommand{\listofsymbols}{
- \setlength{\old@parskip}{\parskip}
- \setlength{\parskip}{0pt}
- \setlength{\old@parindent}{\parindent}
- \setlength{\parindent}{0pt}
-\symheading\par
-\IfFileExists{\jobname.sym}{\@input@{\jobname.sym}}{}
- \setlength{\parskip}{\old@parskip}
- \setlength{\parindent}{\old@parindent}}
-\newcommand{\listofsubscripts}{
- \setlength{\old@parskip}{\parskip}
- \setlength{\parskip}{0pt}
- \setlength{\old@parindent}{\parindent}
- \setlength{\parindent}{0pt}
-\subheading\par
-\IfFileExists{\jobname.sub}{\@input@{\jobname.sub}}{}
- \setlength{\parskip}{\old@parskip}
- \setlength{\parindent}{\old@parindent}}}
-
-\ifthenelse{\boolean{b@nomencl}}
-{\newcommand{\listofboth}{\listofsymbols}}
-{\newcommand{\listofboth}
-{\renewcommand{\symheading}{\subsection*{\symheadingname}}
-\renewcommand{\subheading}{\subsection*{\subheadingname}}
-\section*{\bothheadingname\ifthenelse{\boolean{b@final}}{}{ (draft)}}
-\listofsymbols\listofsubscripts}}
-
-\endinput
-%%
-%% End of file `listofsymbols.sty'.
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 8706364130b..ae572e84183 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -318,6 +318,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'lifia-th', "die 'skipping, ?'",
'linearA', "&MAKEflatten",
'lineno', "&MAKEnosymlinks",
+ 'listofsymbols', "die 'skipping, nosource'",
'literat', "&MAKEliterat",
'lithuanian', "&MAKEflatten",
'lkort', "die 'skipping, obsolete'",
diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
index f34c6d86375..f5c7bbc1d5f 100644
--- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
@@ -292,7 +292,6 @@ depend lhelp
depend limap
depend lipsum
depend listliketab
-depend listofsymbols
depend lkproof
depend localloc
depend logical-markup-utils
diff --git a/Master/tlpkg/tlpsrc/listofsymbols.tlpsrc b/Master/tlpkg/tlpsrc/listofsymbols.tlpsrc
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/Master/tlpkg/tlpsrc/listofsymbols.tlpsrc
+++ /dev/null