diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/labelcas/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/labelcas/README | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/Master/texmf-dist/doc/latex/labelcas/README b/Master/texmf-dist/doc/latex/labelcas/README deleted file mode 100644 index ed4ac87e24f..00000000000 --- a/Master/texmf-dist/doc/latex/labelcas/README +++ /dev/null @@ -1,68 +0,0 @@ -labelcas -======== - -This LaTeX2e-package provides macros "\eachlabelcase" and "\lotlabelcase" -as a means of forking depending on whether specific labels are defined in -the current document. - --------------------------------------------------------------------------- - -Copyright (C) 2006 by Ulrich Diez <ulrich.diez@alumni.uni-tuebingen.de> - -This Work may be distributed and/or modified under the conditions of the -LaTeX Project Public License, either version 1.3 of this license or (at -your option) any later version. The latest version of this license is in: - - http://www.latex-project.org/lppl.txt - -and version 1.3 or later is part of all distributions of LaTeX version -2003/12/01 or later. - -This Work has the LPPL maintenance status `author-maintained'. - -The author and Current Maintainer of this Work is Ulrich Diez. - -This Work consists of the files labelcas.dtx, labelcas.ins, README and the -derived files labelcas.sty and labelcas.pdf. - --------------------------------------------------------------------------- - -Distributed files include: - - README -- This file - labelcas.pdf -- Preformatted documentation - labelcas.sty -- Package-file for inclusion in document-preambles - labelcas.ins -- Extracts .sty-file from .dtx-file - labelcas.dtx -- Combined source both of .sty-file and documentation - --------------------------------------------------------------------------- - -Installation: - -Place labelcas.ins and labelcas.dtx into directories searched by TeX. -In order to obtain the .sty-file, run TeX or LaTeX2e or pdfTeX or -pdfLaTeX2e on labelcas.ins. -In order to obtain the documentation, place labelcas.sty into a -directory searched by TeX and run (pdf)LaTeX2e on labelcas.dtx. -Index: makeindex -s gind.ist -o labelcas.ind labelcas.idx -Change-history: makeindex -s gglo.ist -o labelcas.gls labelcas.glo - -If you wish to obtain information about usage of the macros while -omitting sections related to package-implementation and change- -history, enable "\OnlyDescription" by activating line 42/removing -the leading percent-char from line 42 in the file labelcas.dtx -before compiling. - -Paper-format of the documentation is a4. If you wish to have the -documentation in letter-paper, it should be sufficient to remove -the a4paper-option in line 29 of the file labelcas.dtx before -compiling. - -Within the source-code for the documentation, the hyperref-package is -used. If you wish to obtain the documentation without (colorized) -hyperlinks (e.g., for printing), make sure that the hyperref-package -is loaded with the "draft"-option by activating line 34/removing the -leading percent-char from line 34 in the file labelcas.dtx before -compiling. - -EOF README |