From 77312c5ce1f7c7c47b461a685daf05c00eb4bd9b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 20 May 2020 21:38:45 +0000 Subject: classpack (20may20) git-svn-id: svn://tug.org/texlive/trunk@55218 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/support/classpack/MANIFEST | 17 +- Master/texmf-dist/doc/support/classpack/README | 129 - Master/texmf-dist/doc/support/classpack/README.md | 206 + Master/texmf-dist/doc/support/classpack/VERSION | 1 + .../texmf-dist/doc/support/classpack/classpack.pdf | Bin 310003 -> 148774 bytes .../texmf-dist/doc/support/classpack/db2bibtex.xsl | 592 --- Master/texmf-dist/doc/support/classpack/db2dtx.xsl | 5378 -------------------- .../doc/support/classpack/db2plaintext.xsl | 513 -- .../doc/support/classpack/decommentbbl.awk | 37 - .../doc/support/classpack/doctexbook.dtd | 63 - Master/texmf-dist/doc/support/classpack/getgis.sh | 24 - Master/texmf-dist/doc/support/classpack/lppl.xml | 541 -- .../texmf-dist/doc/support/classpack/prepost.xml | 648 --- Master/texmf-dist/doc/support/classpack/readme.xml | 166 - Master/texmf-dist/doc/support/classpack/test.sh | 4 - 15 files changed, 210 insertions(+), 8109 deletions(-) delete mode 100644 Master/texmf-dist/doc/support/classpack/README create mode 100644 Master/texmf-dist/doc/support/classpack/README.md create mode 100644 Master/texmf-dist/doc/support/classpack/VERSION delete mode 100644 Master/texmf-dist/doc/support/classpack/db2bibtex.xsl delete mode 100644 Master/texmf-dist/doc/support/classpack/db2dtx.xsl delete mode 100644 Master/texmf-dist/doc/support/classpack/db2plaintext.xsl delete mode 100644 Master/texmf-dist/doc/support/classpack/decommentbbl.awk delete mode 100644 Master/texmf-dist/doc/support/classpack/doctexbook.dtd delete mode 100644 Master/texmf-dist/doc/support/classpack/getgis.sh delete mode 100644 Master/texmf-dist/doc/support/classpack/lppl.xml delete mode 100644 Master/texmf-dist/doc/support/classpack/prepost.xml delete mode 100644 Master/texmf-dist/doc/support/classpack/readme.xml delete mode 100644 Master/texmf-dist/doc/support/classpack/test.sh (limited to 'Master/texmf-dist/doc/support') diff --git a/Master/texmf-dist/doc/support/classpack/MANIFEST b/Master/texmf-dist/doc/support/classpack/MANIFEST index 20b8b2d1530..964598d8866 100644 --- a/Master/texmf-dist/doc/support/classpack/MANIFEST +++ b/Master/texmf-dist/doc/support/classpack/MANIFEST @@ -1,17 +1,6 @@ -README -MANIFEST classpack.dtx classpack.ins classpack.pdf -classpack.sty -doctexbook.dtd -getgis.sh -test.sh -../db2dtx.xsl -../db2bibtex.xsl -../db2plaintext.xsl -../decommentbbl.awk -doctexbook.dtd -lppl.xml -../prepost.xml -../readme.xml +MANIFEST +README.md +VERSION diff --git a/Master/texmf-dist/doc/support/classpack/README b/Master/texmf-dist/doc/support/classpack/README deleted file mode 100644 index 99d3d81e456..00000000000 --- a/Master/texmf-dist/doc/support/classpack/README +++ /dev/null @@ -1,129 +0,0 @@ -README -This is the README file for the classpack package. -1 Summary -LaTeX document classes and packages are normally created, maintained, -and distributed in .dtx format using the ltxdoc class, which provides -facilities for modular or fragmentary coding combined with interleaved -documentation. However, the accurate construction of these files is -technically challenging. -ClassPack allows a developer to create an XML document containing user -documentation and annotated code, based on the DocBook vocabulary (with -some minor abuses). An XSLT2 script then generates the .dtx and .ins -files, ensuring that all the relevant pieces are emitted in the correct -order and in the correct syntax. -This is experimental software, and is incomplete. It has been -successfully used in-house by the author since 2008 for several -institutional and commercial packages and classes. There are some known -deficiencies which remain to be corrected, and some legacy code -(originally included for one specific package) which needs to be removed -to an external file. -A paper describing the system has been accepted for the Balisage markup -conference 2013 in Montréal. - -2 Normal installation -This package is distributed as a .tds.zip file (TDS is the TeX Directory -Structure, the standard layout for a modern TeX installation). Install -it on any personal TDS-compliant TeX system by unzipping it into your -personal TeX directory (folder). This will put all the files into the -right places, so you can start using them immediately. -If you haven't yet created a personal TeX directory, see below for -details of what one is, and how to create it. -On a shared (multiuser) system like a server, unzip it into the -$TEXMFLOCAL directory instead (see below), and run your TeX -directory-indexing program (eg texhash, mktexlsr, Update FNDB, etc) so -that everyone can use it. -If you are using an old non-TDS-compliant system, see below under Manual -Installation. -2.1 Your personal TeX directory -This is a directory (folder) on single-user systems like desktops and -laptops where you put all your local manual modifications, updates, and -additions such as classes, packages, and fonts. The name and location -are fixed: - Apple Mac OS X - ~/Library/texmf - Unix and GNU/Linux - ~/texmf - MS-Windows 95/XP - C:\texmf - MS-Windows 2007 and above - Computer\System\YOURNAME\texmf -Create that folder if it does not already exist. - WARNING: If you are a Windows user running MiKTeX - ! - ! When you create the folder, you must add it to MiKTeX's list of - ! supported folders. Run the MiKTeX Maintenance/Settings program, - ! select the Roots tab, and add the folder. You only have to do this - ! once. - ! - ! Each time you add or remove software in your personal TeX folder, - ! you MUST also click on the Update FNDB button in the General tab. - -Unix (Mac and GNU/Linux) users do not need to (indeed, should not) run -their filename database indexer (mktexlsr or texhash) for files put in -your personal TeX directory. -2.2 Installation on shared systems -On multi-user systems (Unix-based), identify the shared local directory -tree with the command - kpsewhich -expand-var '$TEXMFLOCAL' - -This will give you the location of the shared texmf directory into which -you must install these files. -Do not forget to run the texhash or mktexlsr (filename indexer) program -after installation, otherwise the files will not be found by LaTeX and -nothing will work! - -3 Manual installation (non-TDS systems) -To install this software manually, unzip the zip file into a temporary -directory and move the classpack.sty file from the tex/latex/classpack -directory to a location (directory/folder) where LaTeX will find it on -your system. This referred to in some documentation as "the TEXINPUTS -directory", although it may be called something else on your system. -IT IS YOUR RESPONSIBILITY TO KNOW WHERE THIS LOCATION IS. See the -question in the TeX FAQ at -http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-wlcf for more -information. If you do not know, or cannot find it, or do not have -access to it, your TeX system may be out of date need replacing. -3.1 Last resort -In an emergency, and as a last resort on unmanageable systems, it is -possible simply to put the classpack.sty file in your current working -directory (the same folder as your .tex file[s]). -While this may work, it is not supported, and may lead to other -resources (packages, fonts, etc) not being found. - -4 Usage -Make this the first line of your LaTeX document: - \usepackage[options]{classpack} - -Read the documentation for the options available. The documentation is -distributed as a PDF document in the zip file. You can also regenerate -it by typesetting the classpack.dtx file with LaTeX (and BiBTeX and -makeindex) in the normal way. - -5 Bugs and TODO -No outstanding reported bugs at the time of this version, but there are -many facilities and features unimplemented, and the documentation is -incomplete. - -6 Copyright -The following statement is included in the source code: -% Extracted from classpack.xml -% classpack.sty is copyright © 2012-2013 by Peter Flynn -% -% 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 2005/12/01 or later. -% -% This work has the LPPL maintenance status `maintained'. -% -% The current maintainer of this work is Peter Flynn -% -% This work consists of the files classpack.dtx and classpack.ins, -% the derived file classpack.sty, and any ancillary files listed -% in the MANIFEST. - diff --git a/Master/texmf-dist/doc/support/classpack/README.md b/Master/texmf-dist/doc/support/classpack/README.md new file mode 100644 index 00000000000..98aca922ca5 --- /dev/null +++ b/Master/texmf-dist/doc/support/classpack/README.md @@ -0,0 +1,206 @@ + +[//]: # (classpack LaTeX package) + +# classpack + +This is the README.md file for the classpack LaTeX package v1.19 (2020-05-19) +generated by ClassPack v.1.19 (2020-05-19) on 20 May 2020 at 14:32:36 + +## Summary + +LaTeX document classes and packages are conventionally created, +maintained, and distributed in DocTeX (`.dtx`) format using the _ltxdoc_ +class, which provides for interleaved code and documentation (“literate +programming”). However, the accurate construction of these files is +technically challenging, and editing them is tedious and error-prone. + +_ClassPack_ allows a developer to create a _DocBook5_ XML document for a +class or package, containing the documentation and annotated code, and +it provides XSLT3 scripts to generate the `.dtx`, `.ins`, and other +files, which can be combined into a zip file suitable for submission to +CTAN. + +_This package __classpack__ contains the small typographic adjustments +and utilities needed to re-typeset the documentation of classes and +packages developed using __classpack-dev__. It is not used for any other +purpose and is not required for using any other class or package, only +for the documentation of __ClassPack__–developed classes and packages._ + +**You do not need to install the upcoming development package +**_classpack-dev_** unless you want to develop classes or packages by +using **_ClassPack_** yourself.** + +_ClassPack_ is a work-in-progress. A paper describing an earlier version +was presented at the Balisage markup conference in Montréal (Flynn, +2013). + + +## Automated installation + +If this package is distributed from CTAN, it should be in a zip file +which allows it to be installed automatically by the TeX Live Manager +(tlmgr) and similar automated installers. + +If you are using automated LaTeX package installation, no further action +is required: the package will be installed the first time you use it in +a LaTeX document. + +If you are using the TeX Live Manager (_tlmgr_) program manually, you +can install this package with the command: + + $ tlmgr install classpack + + +## TDS installation + +This package is also available as a TeX Directory System (TDS) zip file +(`.tds.zip`). This is the standard directory layout for a modern TeX +installation which enables the package to be unzipped directly into your +Personal TeX Directory without the need to use _tlmgr_. If you haven’t +yet created a Personal TeX Directory, see below for details of what one +is, and how to create it. + * You can install this package on any TDS-compliant personal system +(laptop, desktop, workstation, table, smartphone, PDA, etc) by unzipping +it straight into your Personal TeX Directory. This will put all the +files into the right places, so you can start using them immediately. + * On a shared (multiuser) system like a server, the administrator can +unzip it into the `$TEXMFLOCAL` directory instead (see below), and run +your TeX directory-indexing program (eg _texhash_, _mktexlsr_, etc) so +that everyone can use it. + * If you are using an old non-TDS-compliant system, see below under Manual +Installation. + +### Your Personal TeX Directory + +This is a directory (folder) where you should put all local manual +modifications (updates, additions such as new or updated classes, +packages, and fonts) that are _not_ handled automatically by _tlmgr_. +The name and location are fixed (for all practical purposes): + * Apple Mac OS X + + ~/Library/texmf + * Unix and GNU/Linux + + ~/texmf + * MS-Windows 95/XP/NT + + C:\texmf + * MS-Windows 2007 and above + + Computer\System\YOURNAME\texmf + +Create that folder now if it does not already exist. Put (or unzip) all +additions to your system that are _not_ handled by _tlmgr_ into this +directory, following _exactly_ the subdirectory structure that is used +in your main TeX distribution (unzipping a TDS file does this for you). +This is what enables LaTeX to find stuff automatically. + + +> #### If you are a Windows user running _MiKTeX_ +> When you create the folder for your Personal TeX Directory, you MUST add it to _MiKTeX_ ’s list of supported folders. Run the _MiKTeX Maintenance/Settings_ program, select the `Roots` tab, and add the folder. You only have to do this once. +> > Each time you add or remove software in your Personal TeX Directory, you MUST then click on the `Update FNDB` button in the `General` tab of the _MiKTeX Maintenance/Settings_ program, otherwise _MiKTeX_ will not find them and nothing will work! +> + +Unix (Mac and GNU/Linux) users do not need to (indeed, should not) run +their filename database indexer program (_mktexlsr_ or _texhash_) for +files put into a personal TeX directory. + + +## Installation on shared systems + +On multi-user systems (Unix-based), identify the shared local directory +tree with the command + + kpsewhich -expand-var '$TEXMFLOCAL' + +This will give you the location of the shared `texmf` directory into +which you must unzip these files. + +Do not forget to run your local TeX filename database indexer program +(_texhash_ or _mktexlsr_) after installation, otherwise the files will +not be found by LaTeX and nothing will work! + + +## Manual installation (non-TDS systems) + +To install this software manually, download and unzip the _non-_TDS zip +file into a temporary directory and move the class and/or package +file[s] and other files to the proper locations where LaTeX will find +them on your system. This is referred to in some documentation as “the +`TEXINPUTS` directory”, although it may be called something else on your +system. + +_It is your responsibility to know where this location is._ See the +question in the TeX FAQ at +http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-wlcf for more +information. If you do not know, or cannot find it, or do not have +access to it, your TeX system may be out of date and may need replacing. + + + +## Online systems and “last resort” systems + +Some online LaTeX systems use CTAN, so a package from there should be +available on demand. For other online LaTeX systems where you do not +have access to the file system, unzip the _non-_TDS zip file into a +temporary directory and upload the files to the online system. Follow +their instructions for where to put them. + +In an emergency, or as a last resort on unmanageable systems, it is +possible simply to put the class and/or package file[s] into your +current working directory (the same folder as your `.tex` file[s]). + +While this may work, it is not supported, and may lead to other +resources (packages, fonts, images etc) not being found. + + +## Usage + +Include the line shown below in the Preamble of your LaTeX document; a +`\documentclass` line should be at the top; a `\usepackage` command +normally goes anywhere in the Preamble: + + \usepackage[options]{classpack} + +(similarly for other classes or packages if more than one is supplied +with this package). Read the documentation for the options available, if +any. The documentation is distributed as a PDF document in the zip file. +You can also regenerate it by typesetting the `classpack.dtx` file with +`xelatex` (and `biber` and _makeindex_) in the normal way. + + +## Bugs and TODO + +No outstanding reported bugs at the time of this version. + +For TODO items, see the PDF documentation. + + +## Copyright + +The following statement is included in the source code: + + Transformed from classpack.xml by ClassPack db2dtx.xsl + version 1.19 (2020-05-19) on Wednesday 20 May 2020 at 14:32:36 + + classpack.sty is copyright © 2012-2020 by Peter Flynn + + 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 2005/12/01 or later. + + This work has the LPPL maintenance status ‘maintained’. + + The current maintainer of this work is Peter Flynn + + This work consists of the files classpack.dtx and classpack.ins, + the derived file , + and any other ancillary files listed in the MANIFEST. + + diff --git a/Master/texmf-dist/doc/support/classpack/VERSION b/Master/texmf-dist/doc/support/classpack/VERSION new file mode 100644 index 00000000000..d58f8224aee --- /dev/null +++ b/Master/texmf-dist/doc/support/classpack/VERSION @@ -0,0 +1 @@ +Date of most recent change is 2020-05-19 diff --git a/Master/texmf-dist/doc/support/classpack/classpack.pdf b/Master/texmf-dist/doc/support/classpack/classpack.pdf index 881096d5d53..65f81b5e364 100644 Binary files a/Master/texmf-dist/doc/support/classpack/classpack.pdf and b/Master/texmf-dist/doc/support/classpack/classpack.pdf differ diff --git a/Master/texmf-dist/doc/support/classpack/db2bibtex.xsl b/Master/texmf-dist/doc/support/classpack/db2bibtex.xsl deleted file mode 100644 index 0622766da0f..00000000000 --- a/Master/texmf-dist/doc/support/classpack/db2bibtex.xsl +++ /dev/null @@ -1,592 +0,0 @@ - - - - - - % \renewcommand{\bibname}{ - - } - - - % \nocite{*} - - % \clearpage -% \raggedright -% \bibliography{ - - } -% \bibliographystyle{ - - } -% \begin{VerbatimOut}{ - - - - - - - - - .bib} -%<*ignore> - - %</ignore> -% \end{VerbatimOut} - - - - @ - - - techreport - - - misc - - - - - - { - - - - , publisher = { - - } - - - , publisher = {Unpublished} - - - - - - - } - - - - - , shortauthor = { - - - - \& - - - - \textit{et al.} - - - - } - - - - - , - - = { - - - and - - - - - - - { - - } - - - - - - - - - - - - - - - - - - - - - { - - } - - - - - - - - - - - - } - - - , short - - = { - - } - - - - - - - , author = {{ - - - and - - - - - - - { - - } - - - - - - - }} - - , shortauthor = {{ - - - - - - - - - }} - - - - - - - - - - , - - - - - - - - title - - - - journal - - - - booktitle - - - title - - - = {{ - - - - - - - - - : - - - - - }} - - - - - - - , - - - url - - - - - - isbn - - - issn - - - number - - - = { - - - - - - - LoC - : - - - - } - - - , lastchecked = { - - - - - - - - - - - - } - - - , year = { - - } - - , month = { - - - - } - - - - - - - , shorttitle = {{ - - }} - - - - , - - = { - - } - - - - , number = { - - - - - - } - - - - , note = { - - } - - - - - - , howpublished = { - - : - - } - - - - - - - - - , - - - institution - - - school - - - publisher - - - = { - - } - - - - - - - - , series = {{ - - - ( - - ) - - }} - - - - , organization = { - - } - - - - , address = { - - } - - - - - - , series = { - - } - - - - - - - - , year = { - - } - - , month = { - - - - - - - } - - - , howpublished = {Pers.\ Comm.} - - - - - , number = { - - } - - - - , pages = { - - } - - - - , volume = { - - } - - - - , url = { - - } - - - - , number = { - - } - - - - , - - - url - - - address - - - = { - - } - - - - , edition = { - - - - - - - - - st - - - nd - - - rd - - - th - - - - - } - - - - - - - January - - - February - - - March - - - April - - - May - - - June - - - July - - - August - - - September - - - October - - - November - - - December - - - - Month must be a number from 1 to 12 in - - - NaN - - - - - diff --git a/Master/texmf-dist/doc/support/classpack/db2dtx.xsl b/Master/texmf-dist/doc/support/classpack/db2dtx.xsl deleted file mode 100644 index e74321cb7cd..00000000000 --- a/Master/texmf-dist/doc/support/classpack/db2dtx.xsl +++ /dev/null @@ -1,5378 +0,0 @@ - - - - - - - 15.02 (autopackage with multifile) - - - - - - - - - - - - - - - - - - - - - - - 40 - - - - ~/texmf - - - - - - - - - - - - - This is DB2DTX, Version - - . - - - - - - ! Declared version - - . - - does not match latest revision history - - I'm sorry, I can't go on until you fix this. - - - - - - - - - - - - - % \iffalse meta-comment -% - - - - dtx - - - % -% \fi -% \iffalse - - - %<*driver> -\ProvidesFile{ - - .dtx} -%</driver> - - - - %< - - >\NeedsTeXFormat{ - - }[ - - ] -%< - - >\Provides - - - { - - } - - [ - - - - - - - - v - - . - - %< - - > - - - - - - - - - - - - - - - ] - - - %% -%% Packages that need to be invoked at the start -%% - - - - - - - - - %<*driver> - - - \PassOptionsToPackage{svgnames}{xcolor} - \documentclass - - [ - - ] - - {ltxdoc} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %% -%% Packages added automatically -%% - - - - - - - - - - - - - - - - - - - - % added babel automatically \usepackage[ - - - , - - - ]{babel} - - Adding babel automatically for - - - , - - - - - - - \usepackage{ - - } - - - - - - Adding - - as specified - - \usepackage - - [ - - ] - - { - - }[ - - - - - - - - ]% added by specification - - - %% -%% Packages added by author -%% - - - - - - - - - - \usepackage{classpack} -%% -%% Settings for docstrip and latexdoc -%% -\EnableCrossrefs -\CodelineIndex -\RecordChanges -\newlength{\revmarg} -\setlength{\revmarg}{1in} - - - \newcommand{\vstrut}{\vrule height1.2em depth.6667ex width0pt} -\newcommand{\prestrut}{\vrule height1em width0pt} -\newcommand{\poststrut}{\vrule depth.5ex width0pt} - - \begin{document} - - \DocInput{ - - .dtx} -\end{document} -%</driver> -% \fi -% -% \CheckSum{ - - } -% -% \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 -% Digits \0\1\2\3\4\5\6\7\8\9 -% Exclamation \! Double quote \" Hash (number) \# -% Dollar \$ Percent \% Ampersand \& -% Acute accent \' Left paren \( Right paren \) -% Asterisk \* Plus \+ Comma \, -% Minus \- Point \. Solidus \/ -% Colon \: Semicolon \; Less than \< -% Equals \= Greater than \> Question mark \? -% Commercial at \@ Left bracket \[ Backslash \\ -% Right bracket \] Circumflex \^ Underscore \_ -% Grave accent \` Left brace \{ Vertical bar \| -% Right brace \} Tilde \~} -% - - % \changes{v - - }{ - - }{ - - : - - - - - - - - ) - - - ; - - - - - .} - - % -% \GetFileInfo{ - - .dtx} - % -% \DoNotIndex{\@,\@@par,\@beginparpenalty,\@empty} -% \DoNotIndex{\@flushglue,\@gobble,\@input} -% \DoNotIndex{\@makefnmark,\@makeother,\@maketitle} -% \DoNotIndex{\@namedef,\@ne,\@spaces,\@tempa} -% \DoNotIndex{\@tempb,\@tempswafalse,\@tempswatrue} -% \DoNotIndex{\@thanks,\@thefnmark,\@topnum} -% \DoNotIndex{\@@,\@elt,\@forloop,\@fortmp,\@gtempa,\@totalleftmargin} -% \DoNotIndex{\",\/,\@ifundefined,\@nil,\@verbatim,\@vobeyspaces} -% \DoNotIndex{\|,\~,\ ,\active,\advance,\aftergroup,\begingroup,\bgroup} -% \DoNotIndex{\mathcal,\csname,\def,\documentstyle,\dospecials,\edef} -% \DoNotIndex{\egroup} -% \DoNotIndex{\else,\endcsname,\endgroup,\endinput,\endtrivlist} -% \DoNotIndex{\expandafter,\fi,\fnsymbol,\futurelet,\gdef,\global} -% \DoNotIndex{\hbox,\hss,\if,\if@inlabel,\if@tempswa,\if@twocolumn} -% \DoNotIndex{\ifcase} -% \DoNotIndex{\ifcat,\iffalse,\ifx,\ignorespaces,\index,\input,\item} -% \DoNotIndex{\jobname,\kern,\leavevmode,\leftskip,\let,\llap,\lower} -% \DoNotIndex{\m@ne,\next,\newpage,\nobreak,\noexpand,\nonfrenchspacing} -% \DoNotIndex{\obeylines,\or,\protect,\raggedleft,\rightskip,\rm,\sc} -% \DoNotIndex{\setbox,\setcounter,\small,\space,\string,\strut} -% \DoNotIndex{\strutbox} -% \DoNotIndex{\thefootnote,\thispagestyle,\topmargin,\trivlist,\tt} -% \DoNotIndex{\twocolumn,\typeout,\vss,\vtop,\xdef,\z@} -% \DoNotIndex{\,,\@bsphack,\@esphack,\@noligs,\@vobeyspaces,\@xverbatim} -% \DoNotIndex{\`,\catcode,\end,\escapechar,\frenchspacing,\glossary} -% \DoNotIndex{\hangindent,\hfil,\hfill,\hskip,\hspace,\ht,\it,\langle} -% \DoNotIndex{\leaders,\long,\makelabel,\marginpar,\markboth,\mathcode} -% \DoNotIndex{\mathsurround,\mbox,\newcount,\newdimen,\newskip} -% \DoNotIndex{\nopagebreak} -% \DoNotIndex{\parfillskip,\parindent,\parskip,\penalty,\raise,\rangle} -% \DoNotIndex{\section,\setlength,\TeX,\topsep,\underline,\unskip,\verb} -% \DoNotIndex{\vskip,\vspace,\widetilde,\\,\%,\@date,\@defpar} -% \DoNotIndex{\[,\{,\},\]} -% \DoNotIndex{\count@,\ifnum,\loop,\today,\uppercase,\uccode} -% \DoNotIndex{\baselineskip,\begin,\tw@} -% \DoNotIndex{\a,\b,\c,\d,\e,\f,\g,\h,\i,\j,\k,\l,\m,\n,\o,\p,\q} -% \DoNotIndex{\r,\s,\t,\u,\v,\w,\x,\y,\z,\A,\B,\C,\D,\E,\F,\G,\H} -% \DoNotIndex{\I,\J,\K,\L,\M,\N,\O,\P,\Q,\R,\S,\T,\U,\V,\W,\X,\Y,\Z} -% \DoNotIndex{\1,\2,\3,\4,\5,\6,\7,\8,\9,\0} -% \DoNotIndex{\!,\#,\$,\&,\',\(,\),\+,\.,\:,\;,\<,\=,\>,\?,\_} -% \DoNotIndex{\discretionary,\immediate,\makeatletter,\makeatother} -% \DoNotIndex{\meaning,\newenvironment,\par,\relax,\renewenvironment} -% \DoNotIndex{\repeat,\scriptsize,\selectfont,\the,\undefined} -% \DoNotIndex{\arabic,\do,\makeindex,\null,\number,\show,\write,\@ehc} -% \DoNotIndex{\@author,\@ehc,\@ifstar,\@sanitize,\@title,\everypar} -% \DoNotIndex{\if@minipage,\if@restonecol,\ifeof,\ifmmode} -% \DoNotIndex{\lccode,\newtoks,\onecolumn,\openin,\p@,\SelfDocumenting} -% \DoNotIndex{\settowidth,\@resetonecoltrue,\@resetonecolfalse,\bf} -% \DoNotIndex{\clearpage,\closein,\lowercase,\@inlabelfalse} -% \DoNotIndex{\selectfont,\mathcode,\newmathalphabet,\rmdefault} -% \DoNotIndex{\bfdefault,\DeclareRobustCommand} - - - - % \DoNotIndex{\ - - } - - - - % \makeatletter - - % - - - - % \makeatother - - - % - - - - - - - - - - % \renewcommand{\abstractname}{ - - }\thispagestyle{empty} - - % \begin{abstract} - - - % \parskip=0.5\baselineskip -% \advance\parskip by 0pt plus 2pt -% \parindent=0pt - - % \noindent - - % \end{abstract} -% \clearpage -% \tableofcontents - - - - - README - - - - - - - - - MANIFEST - - - - README -MANIFEST - - - - .dtx - - .ins - - .pdf - - . - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % \begin{package}{ - - } - - - - - ADVISORY: Package - - for - - has no documentation in prepost.xml - - - - - % - - - - - - % \iffalse %% - - % \fi - - % \begin{macrocode} - - - - - - \makeatletter - - - - - - - - \makeatother - - - - - - - \RequirePackage - - - - %< - - >\RequirePackage - - - - \usepackage - - - - - - - - - - - [ - - - - , - - - - - - - - - - - - - - , - - - - - - ] - - - - - { - - } - - - [ - - ] - - - - % - - - - - - - \makeatletter - - - - - \makeatother - - - - - % \end{macrocode} - - % \end{package} - - - - % \usepackage - - [ - - ] - - { - - }% added by specification - - - - - - - - - - - 32 - - - - - - - - - - - - - - - ERROR FINDING COMMA IN SUBSTRING - - - - - - - - - - - ERROR FINDING COMMA IN WHOLE STRING - - - - - - - - - - - - - - - - - - - - 50 - - - - - - - - - - - - - - \makeatletter - - - - - \newwrite\ - - - - - - \newcounter{ - - } - - \setcounter{ - - }{ - - } - - - - - - \newlength{\ - - } - - \setlength{\ - - }{ - - } - - - - - - - \long - - \def\ - - - - - - - - - - - { - - } - - - {% - - } - - - - - - - \renewenvironment{ - - - \newenvironment{ - - - - } - - - [ - - ] - - {% - - } - {% - - } - - - - - - \renewcommand{\ - - - \newcommand{\ - - - - } - - - [ - - ] - - [ - - ] - - - - - - { - - } - - - {% - - } - - - - - - \makeatother - - - - - - - - - Creating - - ' - - ' (v - - . - - ) with checksum - - . - - - - - - - - - - % \def\fileversion{ - - . - - } % \def\filedate{ - - - - - - - } - - % \title{The - \textsf{ - - } \LaTeXe\ - - - document class - - - - - - \thanks{% % This document corresponds to \textsf{ - - } % \textit{v.}\ \fileversion, dated \filedate.} - - \enspace\thanks{% % Development has been supported by - - - , - - and - - - - - .} - - % \\[1em]\Large % - - - % \\[1ex]\large % - - - } - - - - - - - % \author{ - - - - - - - - - - \\\normalsize(\url{ - - }) - - - - % \and % - - - } % \maketitle - - - - - - \textsc{ - - } - - - - \\\normalsize - - - - - - - - - - \\[-.25ex]\normalsize - - - - - - - - - - - - - % - - - - - - - - - - - - % - - - - - \label{ - - } - - - - { - - - - - - - - - - - - - - - - - \par - - - - - - - - - - ; - - - - . - - - - - - - } - - - - - - - - - - - - % \iffalse %% - - % \fi - - - - - - - - - - - - - - - - % \clearpage\section*{ - - }\addcontentsline{toc}{subsection}{ - - } - - - - % \clearpage\null\vfill\begingroup\centering - - - - - \label{ - - } - - - - - - % \par\endgroup\vfill - - - - - - - - - - - - - - - - - % \addtolength{\revmarg}{\widthof{\LabelFont{ - - }}} -% \newgeometry{left=\revmarg} - - - - - - - % \StopEventually{\label{endcode} -% \clearpage -% \newgeometry{left=3cm} -% \addcontentsline{toc}{section}{Change History} -% \label{ - - } -% \PrintChanges -% \clearpage -% \label{codeindex} -% \addcontentsline{toc}{section}{Index} -% \PrintIndex} - - - - - - - % \setlength{\revmarg}{1in} -% \addtolength{\revmarg}{\widthof{\MacroFont{ - - }}} -% \newgeometry{left=\revmarg} - - - - - - % \label{ - - } -% \iffalse -%<* - - > -% \fi - - - - - % \iffalse -%</ - - > -% \fi - - - - % \appendix - - % \newgeometry{left=3cm} - - - - % \iffalse %<* - - > - - - - %</ - - > % \fi - - - - - - - - - - - - - - % \Finale - - - - - - - % \subsection*{Acknowledgments} - - \label{ - - } - - - - - - - - - - - - - - % \iffalse -%<* - - > -% \fi - - - - - % \clearpage - % \section - - [ - - ] - - { - - - ~--- - - - } - - \label{ - - } - - - - % \iffalse %% - - % \fi - - - - - - - - - % \iffalse -%</ - - > -% \fi - - - - - - - - - % \appendix - - - - % \iffalse -%<* - - > -% \fi - - - % \clearpage -% \section{ - - } - - \label{ - - } - - - - % \iffalse %% - - % \fi - - - - - - % \begin{macrocode} \NeedsTeXFormat{ - - }[ - - ] \Provides - - - Package - - - Class - - - { - - }[ - - - - - - - - v - - . - - - - - - : - - - - - - - LaTeX2e - - - - - LaTeX - - - - - TeX - - - - - - - ] % \end{macrocode} - - - - - % \iffalse -%</ - - > -% \fi - - - - - - - - - - - % \clearpage - - % \subsection{ - - } - - \label{ - - } - - - - % \iffalse %% - - % \fi - - - - - - - - - - - - - - % \subsubsection{ - - } - - \label{ - - } - - - - % \iffalse %% - - % \fi - - - - - - - - - - - - - - % \paragraph{ - - - } - - \label{ - - } - - - - - - - - - - - - - - - % \subparagraph{ - - - \thinspace: - - } - - \label{ - - } - - - - - - - - - - - - - - %\iffalse -%% -%% Packages required -%% -% \fi -% \ - - - clearpage % \section - - - subsection - - - subsubsection - - - paragraph - - - subparagraph - - - - WARNING: - - is an unidentifiable place to declare packages - - message{Unidentifiable place to declare packages} - - - { - - - - - - Packages loaded - - - }\label{ - - } - - - - - - - - % - - - WARNING: these packages were listed in a - - element of the master document that was not flagged as belonging to this - - (xml:id=" - - "). - - % WARNING: these packages were listed in -% a \verb` - - ` of the master document that was not flagged -% as belonging to this - - (\verb`xml:id=" - - "`). - - - - - - - - % \subsection*{ - - } - - \label{ - - } - - - - - - - % \begin{quotation} - \small\noindent - - - % \hfill\begingroup - - \parfillskip=0pt\par\endgroup - - % \end{quotation} - - - - % \par\begingroup\fboxsep1em\centering % \ - - - shadowbox - - - fbox - - - {\begin{minipage}{ - - - - - - 0.8 - - - \columnwidth}\sffamily -% \raggedright\parindent0pt\parskip=.5\baselineskip - - % \end{minipage}}\par\endgroup - - - - % \subsubsection*{\sffamily - - } - - - - % \par\raggedleft - - \par - - - - - - - % \begin{ - - }{ - - \ - - - } - - % \end{ - - } - - - - - - - - - - - % \subsubsection{ - - } - - - - - - - % \subsection{ - - } - - - - - % \paragraph{ - - - } % \begin{option}{ - - } % - - - - - - - in - - - - ( - - ) - - - ; - - % using the - - - citation format % from the \verb` - - .bst` \BibTeX\ style - - with the - - - and - - \textsf{ - - } - - package - - s - - - - - (confirmed by \url{ - - }) - - - (unconfirmed) - - - - - . % \begin{macrocode} \DeclareOption{ - - }{% - - - \ - - - [] - - { - - - } - - - \@usebib - - [ - - - , - - - - ] - - { - - }{ - - }{} - - - } - % \end{macrocode} -% \end{option} - - - - - - - - - - - - - - - - - - - / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % \iffalse -%% v - - - - - - - - - - - - - % \fi - % \changes{v - - }{ - - - - - - - - - }{ - - } - - - - - - - - - - % \begin{macrocode} - - - - - % \end{macrocode} - - - - % \iffalse -%<*ignore> -% \fi -% \begin{Verbatim}[frame=single,framesep=1em,fontsize=\small,commandchars=\\\{\} - - ,label= - - ,title={ - - } - - ] - - % \end{Verbatim} -% \iffalse -%</ignore> -% \fi - - - - - % \iffalse -%<*ignore> -% \fi -% \begin{Verbatim}[frame=single,framesep=1em,fontsize=\small] - - -% \end{Verbatim} -% \iffalse -%</ignore> -% \fi - - - - - - - - - - - - - - - - % \lstinputlisting[firstline= - - - - - - 1 - - - - ,lastline= - - - - - - - % \iffalse -%<*ignore> -% \fi - \begin{lstlisting}[ - - - - - , - - - basicstyle= - - - \fontsize{ - - }{ - - }\selectfont - - - - - - \color{Black}\ttfamily, - - - language= - - - {[LaTeX]TeX} - - - {[DocBook]XML} - - - - - - - - ,frame=single,framesep=1em - - - - ,emphstyle= - - - - ,emph={ - - - - - - , - - - - - - } - - - - ,label= - - - ] - - - - - { - - } - - - - - - - - - - - - - - - - - - - \end{lstlisting} - % \iffalse -%</ignore> -% \fi - - - - - - \emph{ - - } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % \begin{table} - - [ - - ] - - \small\sffamily - - - % \par\bigskip\footnotesize - - - % \end{table} - - - - - - % \caption{ - - } - - \label{ - - } - - \medskip - - - - % \par\medskip{\sffamily\small - - \label{ - - } - - - - % } - - - - % \begingroup - - % \centering % \begin{tabular}{ - - - - - - @{} - - - % % - - - - - % % - - - - - - - @{} - - - } - - - % \hline - - - - % \end{tabular} - - - % \scriptsize -% \renewcommand{\labelenumi}{\itshape\alph{enumi}\upshape)} -% \begin{enumerate}[noitemsep] - - % \item The \texttt{ - - } option - - - - % \end{enumerate} -% \setcounter{fnote}{0} - - % \par\endgroup - - - - - - - - >{ - - - \raggedright{} - - - \raggedleft{} - - - \centering{} - - - - - - \prestrut - - \arraybackslash - - } - - - - - - - - - - - - - p - - - { - - - - - \columnwidth - - - - - - } - - - - - - - - d - - - - - - - - - <{ - - \poststrut\arraybackslash} - - - - - [2pt]\hline - - - - % - - \vstrut - - - - - - - - - - - - - - - - - - % - - - \fnote{} - - - - &% - - - % - - - - - - - - - - - - - - - - ; - - - - - - - &% - - - - - - % - - - \\\hline[.1pt]% - - - - % - - - [2pt]\hline % - - - - \\ - - - [2pt]\hline\vstrut - - - [2pt]\hline - - - - - - - - - & - - - \multicolumn{ - - - - - - 1 - - - }{ - - - @{} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @{} - - }{\sffamily\bfseries - - } - - - - - & - - - \multicolumn{ - - }{ - - @{} - - - - - - - - - - - - - - - - - - - - @{} - - }{ - - - - \llap{\normalfont - - } - - - - \vstrut\bfseries - - - - - \llap{ - - - { - - } - }% % - - \multirow{ - - }{ - - }{ - - - - - {} - - - - - \hbox to - - { - - } - - - - - - - } - - - } - - - - - - % \clearpage - - % \begin{figure} - - [ - - ] - - \small\sffamily\centering - - % \end{figure} - - % \clearpage - - - - - % \begin{center} - - % \end{center} - - - - - % \fbox{\vbox{% -% \advance\hsize by-2\fboxsep\advance\hsize by-2\fboxrule - - - - % }} - - - - - - - - - - % \quad\vrule\quad - - - % \\ - - - - - - - - - - - - - - % \centering - - - % \flushright - - - - % \fbox{% - - - - - - % \includepdf - - - % \includegraphics - - - [ - - - - - - width= - - - - \columnwidth - - - - - - - - height= - - - - \textheight - - - - - - - - width=\columnwidth - - - ] - { - - } - - - % - - { - - - - - } - - - - IMAGE - - - - } - - - - - - - - % \begin{itemize} - - [noitemsep] - - - - % \end{itemize} - - - - - - - - - - - - % - - - - - - - \begin{multicols}{2} - - - - \noindent\textbf{ - - } - - - - \label{ - - } - - - \begin{enumerate - - - * - - } - - [ - - - label=\emph{\alph*}) - - - - - , - - resume - - - - - , - - noitemsep - - - - - , - - start= - - - ] - - - - - - % \end{enumerate - - - * - - } - - - - - - % \end{multicols} - - - - - % \begin{description}[style=unboxed - - ,noitemsep - - ] - - % \end{description} - - - - % \begin{multicols}{2} - - [\paragraph*{ - - }] - - \begin{itemize}[noitemsep] - - % \end{itemize} -% \end{multicols} - - - - { - - \fontencoding{ - - } - - - - - - \sffamily - - - \rmfamily - - - \ttfamily - - - \fontfamily{ - - } - - - - - - - - \itshape - - - \scshape - - - \fontshape{ - - } - - - - - - - - \bfseries - - - \fontseries{ - - } - - - - \selectfont - - } - - - - - { - - } - - - - - - - - - - % and - - - % or - - - - % \item - - - - [ - - ] - - - - \leavevmode\llap{ - - \thinspace} - - - - - - - - - \label{ - - } - - - - - - - - - - % \item[ - - - \thinspace: - - ] - - \label{ - - } - - - - - - - {\normalfont\itshape - - } - - - - - \DescribePackage{ - - - - - - - - - } - - - \textsf{ - - - - - - - - - } - - - - \textsf{ - - } - - - - \emph{ - - } - - \thinspace( - - ) - - - - - \emph{ - - - - - - - - - } - - \cite{ - - } - - - - - \emph{ - - \textbf{ - - - - } - - } - - - - - - \Describe - - - Element - - - Attribute - - - AttributeValue - - - Entity - - - Error - - - { - - } - - \texttt{ - - - " - - - \& - - - - - - " - - - ; - - - } - - \thinspace{} - - - - - \DescribeFunction{ - - }\texttt{ - - } - - - - \DescribeError{ - - }\textsf{ - - } - - - - \DescribeColour{ - - }\texttt{ - - } - - - - \DescribeTemplate{ - - }\texttt{ - - } - - - - \texttt{ - - } - - - - - \DescribeOption{ - - } - - - - \oarg{ - - } - - - \marg{ - - } - - - - \textbf{\texttt{ - - - - - - - : - - }} - - - - - - \includegraphics - - [ - - ] - - { - - } - - - - - - \index{ - - ! - - - - - - } - - - - - - - - - - - - - . - - - - - - - - - - - - - - - - - - - - - - ~( - - - - - )\index{ - - |see{ - - }}\index{ - - |textbf} - - - - - - - - - - - - - - - - - - - - - \protect - - \index{ - - } - - - - - - - - - - - - - - - - - - } - - - - \textsuperscript{ - - } - - - - \textsc{ - - } - - - - - - - - \DescribeEnv{ - - } - - \texttt{ - - } - - \oarg{ - - } - - - \marg{ - - } - - - - - - \DescribeClass{ - - } - - \textsf{ - - } - - \oarg{ - - } - - - \marg{ - - } - - - - - - - - - \DescribeMacro{\ - - - - - - - - - } - - - - - - \llap{$\star$\enspace} - - - - \texttt{\textbackslash{} - - } - - - - - - - - - - - - - - - - - - - - - - - - \oarg{ - - } - - - \marg{ - - } - - - - - - - - - - | - - - + - - - ` - - - - - - - - - - \verb - - - \ - - - - . - - - - - - - \verb - - - \ - - - - . - - - - - - - - - - Warning: verbatim in - - / - - / - - for " - - " - - \url{ - - } - - - - - - - - \url{ - - } - - - - {\ttfamily{} - - \textbackslash{} - - - - . - - - } - - - - {\ttfamily{} - - \textbackslash{} - - - - . - - - } - - - - - - - - \footnote{% - - } - - - - - - - \footnote{\url{ - - }} - - - \url{ - - - : - - - } - - - - at \textlangle\verb` - - `\textrangle{} - - - - - - {\color{blue}\uline{ - - }} - - - - - - - - \textbf{\emph{ - - }}\index{ - - |textbf} - - - - - - \cjktext{ - - } - - - - { - - - } - - - \foreignlanguage{ - - }{ - - - \emph{ - - } - - - - - - } - - - \emph{ - - } - - - - - - \begin{Sbox}\begin{minipage}{.9\columnwidth}\sffamily - - - \end{minipage}\end{Sbox}{\fboxsep1em\centering\fbox{\TheSbox}\par} - - - - - {\bfseries - - } - - - - ` - - ' - - - - - - - - \url{ - - } - - - - - - - - - | - - - + - - - ` - - - - - - - - {\ttfamily\itshape - - } - \verb - - - - {\itshape - - } - - - - - - - - - \Describe - - - { - - } - - - - - - - - - - - - - - - - - `\textbf{ - - }', the - - - - first - - - last - - - \ordinal - - string - - num{ - - } - - - item in the list - - in - - - - - the - - - - first - - - last - - - \ordinal - - string - - num{ - - } - - - item in the list - - in - - - - - - - step - - - item - - - ~\ref{ - - } - - - - - above - - - below - - - - - in the list on p.\thinspace\pageref{ - - } - - - - - - the list ` - - ' in - - - - the table - - - - the code example - - - - - - \vpageref - - - - - - - \vref - - - - - - range - - { - - } - - { - - } - - - - ( - - ) - - - - - - - \textsf{\bfseries - - } - - - - - \menusep - - \textsf{ - - } - - - - - \menusep - - \textsf{\itshape - - } - - - - {\fboxsep2pt\fbox{\sffamily - - }} - - - - {\fboxsep2pt\ovalbox{\sffamily - - }} - - - - - - - - - - - - - - - default: - - (" - - ") - - - - - - - - - - - - - - - - - - ` - - ' - - - \emph{ - - } - - - - - - - - - - - - - - - - - - - - - - - - \cite - - [ - - - p - - .\thinspace - - - -- - - - - - , - - - - ] - - { - - } - - - - - - - - - % Extracted from - - .xml - -% - - . - - is copyright © - - - - - - - - - - - - - - - - - - - - - - - by - - - - - - - < - - > - % -% 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 2005/12/01 or later. -% -% This work has the LPPL maintenance status `maintained'. -% - - - - < - - > - % -% This work may not be copied or re-used without the express -% written permission of the copyright holder[s]. Access to this -% work is restricted to the copyright holder[s] and their -% authorised employees, contractors, or agents. -% - - - % The current maintainer of this work is - - - - - - - < - - - - - - - - < - - - - > - % -% This work consists of the files - - .dtx and - - .ins, -% the derived file - - . - - , and any ancillary files listed -% in the MANIFEST. - - - - - - 0 - - - - - - # - - - - - - - - - - - - - - - .ins - - - % - - - ins - - - % -\input docstrip.tex -\keepsilent -\usedir{tex/latex/ - - } -\preamble - - - - - - - - \endpreamble - - \generate{ - - \file{ - - . - - }{\from{ - - .dtx}{ - - }}% - - - - - - \usepreamble\ - - preamble\usepostamble\ - - postamble - - - \usepreamble\empty\usepostamble\empty - - - \file{ - - }{\from{ - - .dtx}{ - - }}% - - - - - - - \usepreamble\ - - preamble\usepostamble\ - - postamble - - - - - - \file{ - - }{\from{ - - .dtx}{ - - }}% - - - - - - - \usepreamble\ - - preamble\usepostamble\ - - postamble - - - \usepreamble\empty\usepostamble\empty - - - \file{ - - }{\from{ - - .dtx}{ - - }}% - - } -\obeyspaces -\Msg{********************************************************} -\Msg{** **} -\Msg{** Read the documentation before using this - - - - - . **} -\Msg{** **} -\Msg{********************************************************} -\endbatchfile - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % - - - - - - - - - - - - - % - - - - - - - - - - \_ - - - - - - - - - - - - - #! /bin/bash -# -# Bourne shell script to build the - - - - file and documentation -# -java -jar - - -o: - - .dtx - - .xml - - /db2dtx.xsl processor= - - cpdir= - - appdir= - - -yes|pdflatex - - .ins -pdflatex - - .dtx - - bibtex - - awk -f - - /decommentbbl.awk - - .bbl > - - .bdc mv - - .bdc - - .bbl pdflatex - - .dtx - - makeindex -s gind.ist -o - - .ind - - .idx -makeindex -s gglo.ist -o - - .gls - - .glo -pdflatex - - .dtx - - - - - - - -f - - - - -o - - - - - - - - - . - - - - - - - - - - - - - - - - - - - - - . - - - - - .dtx - - - - . - - - - - - - > - - - - - - echo Copying files into dev tree... - - mkdir -p doc/latex/ - - - mkdir -p source/latex/ - - - mkdir -p tex/latex/ - - - - cp README MANIFEST - - .pdf - doc/latex/ - - - - cp - - .dtx - - .ins - source/latex/ - - - - cp - - . - - - tex/latex/ - - - - - cp - - - tex/latex/ - - - - - - cp - - - source/latex/ - - - - - echo Zipping up files from dev tree... - zip -r --exclude=*.svn* --exclude=*.DS_Store* - - - - - . - - .tds.zip doc/latex/ - - source/latex/ - - tex/latex/ - - - echo Zipping up plain CTAN version... - zip - - - - - . - - .zip README MANIFEST - - .dtx - - .ins - - .pdf - - . - - - - - - - - - - - . - - .tds.zip - - echo Installing working copy... - unzip -o -d - - - - - - - . - - .tds.zip - - - - - - - - - - - - - % \iffalse - - - % \begin{macrocode} - - - %<* - - > - - %</ - - > - - - % \fi - - - % \end{macrocode} - - - - - - - - - - - - LaTeX2e - - - - - - - - - LaTeX - - - - - - - - - TeX - - - - - - - - - - - - - diff --git a/Master/texmf-dist/doc/support/classpack/db2plaintext.xsl b/Master/texmf-dist/doc/support/classpack/db2plaintext.xsl deleted file mode 100644 index ec518d7b8f3..00000000000 --- a/Master/texmf-dist/doc/support/classpack/db2plaintext.xsl +++ /dev/null @@ -1,513 +0,0 @@ - - - - - - - - - 72 - - - - - - - - - - - - - %% - - - - - - - - - - - - - - - - - - - %% - - - - - - - - - - - - - - - - - - - - - %% - - - - - - - - - - - - - - - - - . - - - - - - %% - - - - - - - - - - - - - - - - - . - - . - - - - - - %% - - - - - - - - - - - - - - - - WARNING: - - - - %% - - - - ! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %% - - - - - - - * - - - - - - - - - - - - - - - - - - - - - - - %% - - ! - - - - - %% - - ! - - - - - - - - - The following need attention: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - " - - " - - - - [ - - ] - - - - - \ - - - - - - - - - - - - - - - - - ( - - - - - - - - , - - - & - - - - - et al - - , - - - ) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Master/texmf-dist/doc/support/classpack/decommentbbl.awk b/Master/texmf-dist/doc/support/classpack/decommentbbl.awk deleted file mode 100644 index 0ceb4d7f369..00000000000 --- a/Master/texmf-dist/doc/support/classpack/decommentbbl.awk +++ /dev/null @@ -1,37 +0,0 @@ -# decommentbbl.awk -# -# This awk(1) script catenates consecutive lines of a BiBTeX-produced -# .bbl file which end in a comment character (removing the comment -# character in the process) because the default % comment character -# gets misinterpreted by the ltxdoc package when building class or -# package files. -# -# Copyright © 2008-2012 Silmaril Consultants -# Available under the terms of the LaTeX Project Public License -# as part of the classpack development package -# Peter Flynn 2010-10-14 -# -###################################################################### -# -# Read every line of the file into an array - -{ - line[NR]=$0; -} - -###################################################################### -# -# At the end, go through the array; if a line ends with a % sign, -# catenate it to the buffer, omitting the percent sign itself; -# otherwise, output the buffer and zero it for further use. - -END { - for(i=1;i<=NR;++i) { - if(substr(line[i],length(line[i]))=="%") { - buffer=buffer substr(line[i],1,length(line[i])-1); - } else { - print buffer line[i];buffer=""; - } - } -} - diff --git a/Master/texmf-dist/doc/support/classpack/doctexbook.dtd b/Master/texmf-dist/doc/support/classpack/doctexbook.dtd deleted file mode 100644 index 8d144373d53..00000000000 --- a/Master/texmf-dist/doc/support/classpack/doctexbook.dtd +++ /dev/null @@ -1,63 +0,0 @@ -%% -%% This is file `doctexbook.dtd', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% classpack.dtx (with options: `savedtd') -%% This file was generated from an XML master source. -%% Amendments and corrections should be notified to the -%% maintainer for inclusion in future versions. -%% -%% The XML vocabulary -%% -%% There are currently no changes to the DocBook element structure. -%% -%% The DTD is a driver implementing a number of entity declarations to -%% ease the transformation to LaTeX. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %db5dtd; - -\endinput -%% -%% End of file `doctexbook.dtd'. diff --git a/Master/texmf-dist/doc/support/classpack/getgis.sh b/Master/texmf-dist/doc/support/classpack/getgis.sh deleted file mode 100644 index 65e1c855fd1..00000000000 --- a/Master/texmf-dist/doc/support/classpack/getgis.sh +++ /dev/null @@ -1,24 +0,0 @@ -%% -%% This is file `getgis.sh', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% classpack.dtx (with options: `lxp') -%% This file was generated from an XML master source. -%% Amendments and corrections should be notified to the -%% maintainer for inclusion in future versions. -%% -%% Reusable XML -%% -%% In , I said that one of the benefits of using XML for software -%% generation and documentation was the re-usability of the data. Here -%% are a couple of simple examples. -$ lxprintf -e productname "%s\n" . classpack.xml |\ - sort | uniq -c | sort -k 1nr -%% -%% Checking that all element types have been described! - -\endinput -%% -%% End of file `getgis.sh'. diff --git a/Master/texmf-dist/doc/support/classpack/lppl.xml b/Master/texmf-dist/doc/support/classpack/lppl.xml deleted file mode 100644 index 1c405b15682..00000000000 --- a/Master/texmf-dist/doc/support/classpack/lppl.xml +++ /dev/null @@ -1,541 +0,0 @@ - - - - - - -]> - - The &LaTeX; Project Public License -
- Everyone is allowed to distribute verbatim copies of this - license document, but modification of it is not allowed. -
- - Preamble - The &LaTeX; Project Public License (LPPL) - is the primary license under which the &LaTeX; kernel and the - base &LaTeX; packages are distributed. - You may use this license for any work of which you hold the - copyright and which you wish to distribute. This license may be - particularly suitable if your work is &TeX;-related (such as a - &LaTeX; package), but it is written in such a way that you can - use it even if your work is unrelated to &TeX;. - The section , below, gives instructions, examples, and - recommendations for authors who are considering distributing - their works under this license. - This license gives conditions under which a work may be - distributed and modified, as well as conditions under which - modified versions of that work may be distributed. - We, the &LaTeX3; Project, believe that the conditions below - give you the freedom to make and distribute modified versions of - your work that conform with whatever technical specifications - you wish while maintaining the availability, integrity, and - reliability of that work. If you do not see how to achieve your - goal while meeting these conditions, then read the document - cfgguide and modguide in the base &LaTeX; - distribution for suggestions. - - - Definitions - In this license document the following terms are used: - - - Work - - Any work being distributed under this License. - - - - Derived Work - - Any work that under any applicable law is derived from - the Work. - - - - Modification - - Any procedure that produces a Derived Work under any - applicable law—for example, the production of a file - containing an original file associated with the Work or a - significant portion of such a file, either verbatim or - with modifications and/or translated into another - language. - - - - Modify - - To apply any procedure that produces a Derived Work - under any applicable law. - - - - Distribution - - Making copies of the Work available from one person to - another, in whole or in part. Distribution includes (but - is not limited to) making any electronic components of the - Work accessible by file transfer protocols such as - FTP or HTTP or by - shared file systems such as Sun's Network File System - (NFS). - - - - Compiled Work - - A version of the Work that has been processed into a - form where it is directly usable on a computer system. - This processing may include using installation facilities - provided by the Work, transformations of the Work, copying - of components of the Work, or other activities. Note that - modification of any installation facilities provided by - the Work constitutes modification of the Work. - - - - Current Maintainer - - A person or persons nominated as such within the Work. - If there is no such explicit nomination then it is the - Copyright Holder under any applicable - law. - - - - Base Interpreter - - A program or process that is normally needed for - running or interpreting a part or the whole of the - Work. - A Base Interpreter may depend on external components - but these are not considered part of the Base Interpreter - provided that each external component clearly identifies - itself whenever it is used interactively. Unless - explicitly specified when applying the license to the - Work, the only applicable Base Interpreter is a - &LaTeX;-Format or in the case of files - belonging to the &LaTeX;-format a program - implementing the `&TeX; language'. - - - - - - Conditions on Distribution and Modification - - - Activities other than distribution and/or modification - of the Work are not covered by this license; they are - outside its scope. In particular, the act of running the - Work is not restricted and no requirements are made - concerning any offers of support for the Work. - - - You may distribute a complete, unmodified copy of the - Work as you received it. Distribution of only part of the - Work is considered modification of the Work, and no right to - distribute such a Derived Work may be assumed under the - terms of this clause. - - - You may distribute a Compiled Work that has been - generated from a complete, unmodified copy of the Work as - distributed under Clause  above, as - long as that Compiled Work is distributed in such a way that - the recipients may install the Compiled Work on their system - exactly as it would have been installed if they generated a - Compiled Work directly from the Work. - - - If you are the Current Maintainer of the Work, you may, - without restriction, modify the Work, thus creating a - Derived Work. You may also distribute the Derived Work - without restriction, including Compiled Works generated from - the Derived Work. Derived Works distributed in this manner - by the Current Maintainer are considered to be updated - versions of the Work. - - - If you are not the Current Maintainer of the Work, you - may modify your copy of the Work, thus creating a Derived - Work based on the Work, and compile this Derived Work, thus - creating a Compiled Work based on the Derived Work. - - - If you are not the Current Maintainer of the Work, you - may distribute a Derived Work provided the following - conditions are met for every component of the Work unless - that component clearly states in the copyright notice that - it is exempt from that condition. Only the Current - Maintainer is allowed to add such statements of exemption to - a component of the Work. - - - If a component of this Derived Work can be a direct - replacement for a component of the Work when that - component is used with the Base Interpreter, then, - wherever this component of the Work identifies itself to - the user when used interactively with that Base - Interpreter, the replacement component of this Derived - Work clearly and unambiguously identifies itself as a - modified version of this component to the user when used - interactively with that Base Interpreter. - - - Every component of the Derived Work contains - prominent notices detailing the nature of the changes to - that component, or a prominent reference to another file - that is distributed as part of the Derived Work and that - contains a complete and accurate log of the - changes. - - - No information in the Derived Work implies that any - persons, including (but not limited to) the authors of - the original version of the Work, provide any support, - including (but not limited to) the reporting and - handling of errors, to recipients of the Derived Work - unless those persons have stated explicitly that they do - provide such support for the Derived Work. - - - You distribute at least one of the following with - the Derived Work: - - - A complete, unmodified copy of the Work; if your - distribution of a modified component is made by - offering access to copy the modified component from - a designated place, then offering equivalent access - to copy the Work from the same or some similar place - meets this condition, even though third parties are - not compelled to copy the Work along with the - modified component; - - - Information that is sufficient to obtain a - complete, unmodified copy of the Work. - - - - - - - If you are not the Current Maintainer of the Work, you - may distribute a Compiled Work generated from a Derived - Work, as long as the Derived Work is distributed to all - recipients of the Compiled Work, and as long as the - conditions of Clause , above, are met - with regard to the Derived Work. - - - The conditions above are not intended to prohibit, and - hence do not apply to, the modification, by any method, of - any component so that it becomes identical to an updated - version of that component of the Work as it is distributed - by the Current Maintainer under Clause , above. - - - Distribution of the Work or any Derived Work in an - alternative format, where the Work or that Derived Work (in - whole or in part) is then produced by applying some process - to that format, does not relax or nullify any sections of - this license as they pertain to the results of applying that - process. - - - - - A Derived Work may be distributed under a different - license provided that license itself honors the - conditions listed in Clause  above, in - regard to the Work, though it does not have to honor the - rest of the conditions in this license. - - - If a Derived Work is distributed under a different - license, that Derived Work must provide sufficient - documentation as part of itself to allow each recipient - of that Derived Work to honor the restrictions in - Clause  above, concerning - changes from the Work. - - - - - This license places no restrictions on works that are - unrelated to the Work, nor does this license place any - restrictions on aggregating such works with the Work by any - means. - - - Nothing in this license is intended to, or may be used - to, prevent complete compliance by all parties with all - applicable laws. - - - - - No Warranty - There is no warranty for the Work. Except when otherwise - stated in writing, the Copyright Holder provides the Work - as is, without warranty of any kind, either - expressed or implied, including, but not limited to, the implied - warranties of merchantability and fitness for a particular - purpose. The entire risk as to the quality and performance of - the Work is with you. Should the Work prove defective, you - assume the cost of all necessary servicing, repair, or - correction. - In no event unless required by applicable law or agreed to - in writing will The Copyright Holder, or any author named in the - components of the Work, or any other party who may distribute - and/or modify the Work as permitted above, be liable to you for - damages, including any general, special, incidental or - consequential damages arising out of any use of the Work or out - of inability to use the Work (including, but not limited to, - loss of data, data being rendered inaccurate, or losses - sustained by anyone as a result of any failure of the Work to - operate with any other programs), even if the Copyright Holder - or said author or said other party has been advised of the - possibility of such damages. - - - Maintenance of The Work - The Work has the status author-maintained - if the Copyright Holder explicitly and prominently states near - the primary copyright notice in the Work that the Work can only - be maintained by the Copyright Holder or simply that it is - author-maintained. - The Work has the status maintained if there - is a Current Maintainer who has indicated in the Work that they - are willing to receive error reports for the Work (for example, - by supplying a valid e-mail address). It is not required for the - Current Maintainer to acknowledge or act upon these error - reports. - The Work changes from status maintained to - unmaintained if there is no Current Maintainer, - or the person stated to be Current Maintainer of the work cannot - be reached through the indicated means of communication for a - period of six months, and there are no other significant signs - of active maintenance. - You can become the Current Maintainer of the Work by - agreement with any existing Current Maintainer to take over this - role. - If the Work is unmaintained, you can become the Current - Maintainer of the Work through the following steps: - - - Make a reasonable attempt to trace the Current - Maintainer (and the Copyright Holder, if the two differ) - through the means of an Internet or similar search. - - - If this search is successful, then enquire whether the - Work is still maintained. - - - If it is being maintained, then ask the Current - Maintainer to update their communication data within one - month. - - - If the search is unsuccessful or no action to resume - active maintenance is taken by the Current Maintainer, - then announce within the pertinent community your - intention to take over maintenance. (If the Work is a - &LaTeX; work, this could be done, for example, by - posting to comp.text.tex.) - - - - - - - If the Current Maintainer is reachable and agrees to - pass maintenance of the Work to you, then this takes - effect immediately upon announcement. - - - If the Current Maintainer is not reachable and the - Copyright Holder agrees that maintenance of the Work be - passed to you, then this takes effect immediately upon - announcement. - - - - - If you make an intention announcement - as described in  above and after three - months your intention is challenged neither by the Current - Maintainer nor by the Copyright Holder nor by other people, - then you may arrange for the Work to be changed so as to - name you as the (new) Current Maintainer. - - - If the previously unreachable Current Maintainer becomes - reachable once more within three months of a change - completed under the terms of  - or , then that - Current - Maintainer must become or remain the Current Maintainer upon - request provided they then update their communication data - within one month. - - - A change in the Current Maintainer does not, of itself, - alter the fact that the Work is distributed under the - LPPL license. - If you become the Current Maintainer of the Work, you should - immediately provide, within the Work, a prominent and - unambiguous statement of your status as Current Maintainer. You - should also announce your new status to the same pertinent - community as in  - above. - - - Whether and How to Distribute Works under This - License - This section contains important instructions, examples, and - recommendations for authors who are considering distributing - their works under this license. These authors are addressed as - you in this section. - - Choosing This License or Another License - If for any part of your work you want or need to use - distribution conditions that differ - significantly from those in this license, then do not refer to - this license anywhere in your work but, instead, distribute - your work under a different license. You may use the text of - this license as a model for your own license, but your license - should not refer to the LPPL or otherwise - give the impression that your work is distributed under the - LPPL. - The document modguide in the base &LaTeX; - distribution explains the motivation behind the conditions of - this license. It explains, for example, why distributing - &LaTeX; under the GNU General Public - License (GPL) was considered inappropriate. - Even if your work is unrelated to &LaTeX;, the discussion in - modguide may still be - relevant, and authors intending to distribute their works - under any license are encouraged to read it. - - - A Recommendation on Modification Without - Distribution - It is wise never to modify a component of the Work, even - for your own personal use, without also meeting the above - conditions for distributing the modified component. While you - might intend that such modifications will never be - distributed, often this will happen by accident—you may - forget that you have modified that component; or it may not - occur to you when allowing others to access the modified - version that you are thus distributing it and violating the - conditions of this license in ways that could have legal - implications and, worse, cause problems for the community. It - is therefore usually in your best interest to keep your copy - of the Work identical with the public one. Many works provide - ways to control the behavior of that work without altering any - of its licensed components. - - - How to Use This License - To use this license, place in each of the components of - your work both an explicit copyright notice including your - name and the year the work was authored and/or last - substantially modified. Include also a statement that the - distribution and/or modification of that component is - constrained by the conditions in this license. - Here is an example of such a notice and statement: - -%%% pig.dtx -%%% Copyright 2005 M. Y. Name -%% -%% 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 2005/12/01 or later. -%% -%% This work has the LPPL maintenance status `maintained'. -%% -%% The Current Maintainer of this work is M. Y. Name. -%% -%% This work consists of the files pig.dtx and pig.ins -%% and the derived file pig.sty. - - Given such a notice and statement in a file, the - conditions given in this license document would apply, with - the Work referring to the three files - pig, pig, and pig (the last being generated - from pig using pig), the Base - Interpreter referring to any - &LaTeX;-Format, and both Copyright - Holder and Current Maintainer - referring to the person - M. Y. Name. - If you do not want the Maintenance section of - LPPL to apply to your Work, change - maintained above into - author-maintained. However, we recommend that - you use maintained as the Maintenance - section was added in order to ensure that your Work remains - useful to the community even when you can no longer maintain - and support it yourself. - - - Derived Works That Are Not Replacements - Several clauses of the LPPL specify - means to provide reliability and stability for the user - community. They therefore concern themselves with the case - that a Derived Work is intended to be used as a (compatible or - incompatible) replacement of the original Work. If this is not - the case (e.g., if a few lines of code are reused for a - completely different task), then clauses 6b and 6d shall not - apply. - - - Important Recommendations - - Defining What Constitutes the Work - The LPPL requires that distributions - of the Work contain all the files of the Work. It is - therefore important that you provide a way for the licensee - to determine which files constitute the Work. This could, - for example, be achieved by explicitly listing all the files - of the Work near the copyright notice of each file or by - using a line such as: - -%% This work consists of all files listed in manifest.txt. - - in that place. In the absence of an unequivocal list it - might be impossible for the licensee to determine what is - considered by you to comprise the Work and, in such a case, - the licensee would be entitled to make reasonable - conjectures as to which files comprise the Work. - - - -
diff --git a/Master/texmf-dist/doc/support/classpack/prepost.xml b/Master/texmf-dist/doc/support/classpack/prepost.xml deleted file mode 100644 index a61f0268df0..00000000000 --- a/Master/texmf-dist/doc/support/classpack/prepost.xml +++ /dev/null @@ -1,648 +0,0 @@ - - - - Commands to use before and after packages - - - - Allow infinitely-variable font scaling. - - - Adobe Avant Garde as the default sans-serif typeface. - - - Use the alternate MathDesign fonts for mathematics. - - - Bitstream Charter as the default typeface - - - Adobe Courier as the default monospace (typewriter) - typeface. - - - Collection of handwriting typefaces. - - - Sets the DejaVu typeface as the default. - - - Sets the DejaVu typeface as the default sans-serif typeface. - - - Sets the DejaVu typeface as the default serif typeface. - - - Add the AMS Euler calligraphic math letters. - - - Sans-serif typeface by Dalton Maag available free from - http://www.fontsquirrel.com/fonts/Aller - - - Provide for the American Mathematical Society's symbols - (see their documentation for details). - - - UTF-8 is the default character set, to allow for use of - any character in any writing system. Some characters are not - specified for all fonts, so may have to be specified - manually. - - - - - - \let\SavedShow\show - - - - - Extended font encoding to handle UTF-8. - - - - Selection of symbols by Martin Vogel, including the Euro - sign. - - - Adobe Helvetica as the default sans-serif typeface. - - - The updated Computer Modern typeface as the default. - - - - Knuth's manual font (as in - The &TeX;book), used for symbols. - - - Adobe Times New Roman as the default serif typeface, with - extended (non-Adobe) Times math. - - - Serif typeface by Robert Slimbach available under licence - from Adobe. - - - Provides Times, Helvetica, and Courier, but chiefly used - for its specially-narrowed Courier. - - - Provides the &METAFONT; and &METAPOST; logos. - - - - - Bibliographic commands and formatting for the American - Psychological Association journals. - - - \AtBeginDocument{\edef\ApaciteRestoreAtCode{\catcode`@=\the\catcode`@\relax}} - - - - - Provision for per-chapter bibliographies. - - - - Additional column formatting for tables. - - - - - condition - - - colwidth - - - char - m - - - char - b - - - - - Column formatting for decimal-aligned values - - - align - char - - - - - Add H&ers;J support and cultural changes for many - languages. - - - Required for the calculation of extra widths for margin - adjustment. - - - - Allows modifications to the layout of table and figure - captions. - - - An e-&TeX; toolbox for class and package authors - - - Allow the creation of a background watermark saying - DRAFT. - - - List variants: inline and compact. THIS REPLACES PARALIST - AND MDWLIST. - - - spacing - compact - - - - - spacing - compact - - - - - - - This provides round-cornered and drop-shadow boxes. - - - - - Do running headers and footers. - - - Add more robust verbatim facilities. - - - - Provides a more sophisticated casing function than the - default. - - - Allows redesigning of floats and creation of new float - types. - - - Allows for the automated formatting of ordinal - representations of numbers and counters as strings (eg first, - second, third, etc). - - - linkend - varlistentry - - - linkend - listitem - - - - - - - - Needed to allow resettable left margin to take account of - whatever the widest macro name is; and to adjust margins on - default base article package so that the document fits - acceptably on both A4 and Letter paper. Assuming a 25mm (1in) - margin, this means a text area of - \[\min\big\{8½″-2″\,\big\|\,210\mbox{mm}-2″\big\}× - \min\big\{9″-2″\,\big\|\,297\mbox{mm}-2″\big\}\]which I - calculate as 6.27″×9″ or 159mm\,×\,229mm. - - - - Package for establishing margins and text area. - - - - Provide for graphics (PNG, JPG, or PDF format (only) for - pdflatex; EPS format (only) for standard &LaTeX;). - - - fileref - - - - - Provides complex settings for making hypertext (clickable) - links in PDF and PS output for URIs, cross-references, and - bibliographic citations. - - - Allow detection of PDF or DVI mode. - - - Geometric symbols from the if - fonts. - - - Package to enable if--then--else conditional - processing. - - - Package to generate Greeked text - (actually cod-Latin) as a placeholder. - - - Provides syntactic fontification or formatting - (pretty-printing) of verbatim text according to - the computer language used. - - - - - Package for creating indexes. - - - - DEPRECATED: USE ENUMITEM. Mark Wooding's package for - compact lists. - - - Provides a mini (per-chapter or - per-section) Table of Contents. - - - Provides multi-column typesetting. - - - role - twocol - - - - - role - twocol - - - - - role - twocol - - - - - Provides multi-column typesetting. - - - morerows - - - - - Slanted fractions, even in math mode. - - - - DEPRECATED: USE ENUMITEM. Provides for in-line lists. - - - Creates paragraphs separated by white-space with no - indentation. - - - - Allow embedding of individual pages from another PDF - document. - - - format - pdf - - - - - Allow hyphenation in ragged setting. - - - Allows the section headings to be re-styled. - - - Provide 1½ or double line spacing. - - - Provides letter-spacing, strikeout, and underlining. - - - Additional commands for common symbols and punctuation. - - - University College Cork crest (restricted). - - - Underlining as an option (not - automatically replacing italics). - - - - - Handling of URI formatting. - - - - - - - - - methodsynopsis - href - - - - - University of Chicago reference and citation style. - - - xreflabel - chicago - - - - - Provides extended formatting of cross-references. - - - - Allow for multiple optional arguments. - - - Provide color. - - - - - - - - \AtBeginDocument{\ApaciteRestoreAtCode} - - - - - Provides extra documentation commands to - distinguish types of macro being defined. - - - - - \doxitem{Attribute}{attribute}{attributes} - \doxitem{AttributeValue}{attributevalue}{attribute values} - \doxitem{Class}{class}{classes} - \doxitem{Colour}{colour}{colours} - \doxitem{Counter}{counter}{counters} - \doxitem{DTD}{dtd}{DTDs/Schemas} - \doxitem{Element}{element}{element types} - \doxitem{Entity}{entity}{entities} - \doxitem{Error}{error}{errors} - \doxitem{Function}{function}{functions} - \doxitem[macrolike]{Length}{length}{lengths} - \doxitem{Mode}{mode}{mode} - \doxitem{Option}{option}{options} - \doxitem{Package}{package}{packages} - \doxitem{Template}{template}{templates} - - \newcommand{\LabelFont}[2][\relax]{\strut - {\fontencoding\encodingdefault - \fontfamily{lmtt}\fontseries{lc}\selectfont#1#2}\space} - - \def\PrintDescribeAttribute#1{\LabelFont{@#1}} - \def\PrintDescribeAttributeValue#1{\LabelFont[\itshape]{#1}} - \def\PrintDescribeClass#1{\LabelFont{#1}} - \def\PrintDescribeColour#1{\LabelFont[\color{#1}]{#1}} - \def\PrintDescribeCounter#1{\LabelFont{#1}} - \def\PrintDescribeDTD#1{\LabelFont{#1}} - \def\PrintDescribeElement#1{\LabelFont{<#1>}} - \def\PrintDescribeEntity#1{\LabelFont{\&#1;}} - \def\PrintDescribeError#1{\LabelFont[\color{Red}!]{#1}} - \def\PrintDescribeFunction#1{\LabelFont{#1}} - \def\PrintDescribeLength#1{\LabelFont{#1}} - \def\PrintDescribeMode#1{\LabelFont[\sffamily]{\textlangle#1\textrangle}} - \def\PrintDescribeOption#1{\LabelFont[\itshape]{#1}} - \def\PrintDescribePackage#1{\LabelFont{#1}} - \def\PrintDescribeTemplate#1{\LabelFont[\fontfamily{lmss}\fontseries{sbc}\selectfont]{#1}} - - - - - - - \setlist[description]{style=unboxed} - - - - - - - \AtBeginDocument{\let\show\SavedShow} - \DeclareUnicodeCharacter{9251}{\textvisiblespace} - - - - - - - \PrerenderUnicode{–} - \PrerenderUnicode{š} - \PrerenderUnicode{ć} - \PrerenderUnicode{Å} - - - - - Provides better formatting of listings, with syntactic - highlighting for &LaTeX; and other languages. - - - \lstdefinelanguage[DocBook]{XML} - {morekeywords={abstract,address,affiliation,annotation,arg,author, - book,chapter,classname,cmdsynopsis,command,constraintdef,contrib, - copyright,cover,date,email,emphasis,envar,filename,firstname, - footnote,guibutton,guilabel,guimenu,guimenuitem,guisubmenu, - holder,info,itemizedlist,listitem,literal,member,option, - orderedlist,orgdiv,orgname,package,para,parameter,part, - personname,phrase,procedure,productname,programlisting,quote, - refsection,remark,constructorsynopsis,methodparan,modifier, - funcparams,olink,bibliography,biblioentry,biblioset,subtitle, - artpagenums,volumenum,issuenum, - releaseinfo,replaceable,revdescription,revhistory,revision, - sect1,sect2,sect3,sect4,seg,seglistitem,segmentedlist,segtitle, - simplelist,step,surname,systemitem,tag,term,title,uri,userinput, - variablelist,varlistentry,wordasword,xref,year,xml:id,xlink:href},} - - \lstdefinelanguage[TEI]{XML} - {morekeywords={TEI.2,teiHeader,div2,head,p,num,val,xml:id}, - }[keywords,comments,strings] - - \lstloadlanguages{[LaTeX]TeX,[DocBook]XML,XSLT,bash,R} - \lstset{basicstyle=\small\color{Black}\ttfamily, - literate= - {Ö}{{\"O}}1 - {Ä}{{\"A}}1 - {Ü}{{\"U}}1 - {ß}{{\ss}}2 - {ü}{{\"u}}1 - {á}{{\'a}}1 - {é}{{\'e}}1 - {í}{{\'i}}1 - {ó}{{\'o}}1 - {ú}{{\'u}}1 - {ä}{{\"a}}1 - {ö}{{\"o}}1, - keywordstyle=\color{DarkGreen}\bfseries, - commentstyle=\color{Gray}\upshape, - stringstyle=\color{DarkRed}\upshape, - emphstyle=\color{MediumBlue}\itshape, - showstringspaces=false, - columns=fullflexible, - keepspaces=true} - - - - - - - \makeindex - - - - - - - \def\textonehalf{\ensuremath{\nicefrac12}} - - - - - - - \allsectionsfont{\sffamily} - \renewcommand*{\descriptionlabel}[1]{\hspace\labelsep - \sffamily\bfseries #1} - - - - - - - \vrefwarning - \labelformat{chapter}{Chapter~#1} - \labelformat{chapter}{\@chapapp~#1} - \labelformat{section}{section~#1} - \labelformat{subsection}{section~#1} - \labelformat{subsubsection}{section~#1} - \labelformat{paragraph}{section~#1} - \labelformat{figure}{Figure~#1} - \labelformat{table}{Table~#1} - \labelformat{item}{item~#1} - \renewcommand{\reftextcurrent}{elsewhere on this - page} - \def\reftextafter{on the - \reftextvario{next}{following} page} - - - - - There seems to be a bug in the T1 encoding of some package - (unidentified, but possibly xcolor) which - uses the command T1, which is an - impossibility (no digits allowed in command names). So we fake - it here to stop &LaTeX; complaining, by dropping the first - argument on the floor. - - - \@ifundefined{T}{\newcommand{\T}[2]{{\fontencoding{T1}\selectfont#2}}}{} - - - - - diff --git a/Master/texmf-dist/doc/support/classpack/readme.xml b/Master/texmf-dist/doc/support/classpack/readme.xml deleted file mode 100644 index f87175b79fe..00000000000 --- a/Master/texmf-dist/doc/support/classpack/readme.xml +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - - -]> - - README - This is the README file for the . - - Summary - - - - Normal installation - This is distributed as - a .tds.zip file (TDS is the &TeX; Directory - Structure, the standard layout for a modern &TeX; installation). - Install it on any personal TDS-compliant - &TeX; system by unzipping it into your personal &TeX; directory - (folder). This will put all the files into the right places, so - you can start using them immediately. - If you haven't yet created a personal &TeX; directory, see - below for details of what one is, and how to create it. - On a shared (multiuser) system like a server, unzip it into - the $TEXMFLOCAL directory instead (see - below), and run your &TeX; directory-indexing program (eg - texhash, - mktexlsr, - Update FNDB, etc) so that - everyone can use it. - If you are using an old non-TDS-compliant - system, see below under Manual Installation. - - Your personal &TeX; directory - This is a directory (folder) on single-user systems like - desktops and laptops where you put all your local manual - modifications, updates, and additions such as classes, - packages, and fonts. The name and location are fixed: - - - Apple Mac OS X - - ~/Library/texmf - - - - Unix and GNU/Linux - - ~/texmf - - - - MS-Windows 95/XP - - C:\texmf - - - - MS-Windows 2007 and above - - Computer\System\YOURNAME\texmf - - - - Create that folder if it does not already exist. - - If you are a Windows user running - <productname>MiK&TeX;</productname> - When you create the folder, you must add it to - MiK&TeX;'s list of supported - folders. Run the MiK&TeX; - Maintenance/Settings program, select the - Roots tab, and add the folder. You only - have to do this once. - Each time you add or remove software in your personal - &TeX; folder, you must also click on - the Update FNDB button in the - General tab. - - Unix (Mac and GNU/Linux) users do not need to (indeed, - should not) run their filename database indexer - (mktexlsr or - texhash) for files put in - your personal &TeX; directory. - - - Installation on shared systems - On multi-user systems (Unix-based), identify the shared - local directory tree with the command - kpsewhich -expand-var '$TEXMFLOCAL' - This will give you the location of the shared - texmf directory into which you must - install these files. - Do not forget to run the - texhash or - mktexlsr (filename indexer) program - after installation, otherwise the files will not be found by - &LaTeX; and nothing will work! - - - - Manual installation (non-TDS systems) - To install this software manually, unzip the zip file into a - temporary directory and move the . file from the - tex/latex/ directory to a location - (directory/folder) where &LaTeX; will find it on your system. - This referred to in some documentation as the - TEXINPUTS directory, although it - may be called something else on your system. - It is your responsibility to know where this - location is. See the question in the &TeX; - FAQ at - http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-wlcf - for more information. If you do not know, or cannot find it, or - do not have access to it, your &TeX; system may be out of date - need replacing. - - Last resort - In an emergency, and as a last resort on unmanageable - systems, it is possible simply to put the . file in your current working - directory (the same folder as your .tex - file[s]). - While this may work, it is not supported, and may lead to - other resources (packages, fonts, etc) not being found. - - - - Usage - Make this the first line of your &LaTeX; document: - \documentclass[options]{} - \usepackage[options]{} - Read the documentation for the options available. The - documentation is distributed as a PDF - document in the zip file. You can also regenerate it by - typesetting the .dtx file with &LaTeX; (and - &BiBTeX; and makeindex) in the normal - way. - - - Bugs and TODO - No outstanding reported bugs at the time of this version. - - - Copyright - The following statement is included in the source code: - - - diff --git a/Master/texmf-dist/doc/support/classpack/test.sh b/Master/texmf-dist/doc/support/classpack/test.sh deleted file mode 100644 index d001b026c70..00000000000 --- a/Master/texmf-dist/doc/support/classpack/test.sh +++ /dev/null @@ -1,4 +0,0 @@ -# This is a test script -echo Hello, World! - - -- cgit v1.2.3