texlive[58036] branches/branch2020.0/Master/texmf-dist: schemata
commits+karl at tug.org
commits+karl at tug.org
Mon Mar 1 23:58:08 CET 2021
Revision: 58036
http://tug.org/svn/texlive?view=revision&revision=58036
Author: karl
Date: 2021-03-01 23:58:08 +0100 (Mon, 01 Mar 2021)
Log Message:
-----------
schemata (1mar21) (branch)
Modified Paths:
--------------
branches/branch2020.0/Master/texmf-dist/doc/generic/schemata/README.md
branches/branch2020.0/Master/texmf-dist/doc/generic/schemata/schemata.pdf
branches/branch2020.0/Master/texmf-dist/doc/generic/schemata/schematest.tex
branches/branch2020.0/Master/texmf-dist/source/generic/schemata/schemata.dtx
branches/branch2020.0/Master/texmf-dist/tex/generic/schemata/schemata.sty
Modified: branches/branch2020.0/Master/texmf-dist/doc/generic/schemata/README.md
===================================================================
--- branches/branch2020.0/Master/texmf-dist/doc/generic/schemata/README.md 2021-03-01 22:57:51 UTC (rev 58035)
+++ branches/branch2020.0/Master/texmf-dist/doc/generic/schemata/README.md 2021-03-01 22:58:08 UTC (rev 58036)
@@ -1,6 +1,5 @@
# Short Description
-Short description:
The schemata package helps the creation of topical outlines that illustrate the breakdown of concepts and categories in academic texts from the late medieval to early modern periods.
# Files
@@ -10,6 +9,7 @@
|`schemata.dtx` |commented style file; source file |
|`Makefile` |For use with GNU make; with source file|
|`schemata.ins` |installation driver (generated file) |
+|`schemata.sty` |style file (generated file) |
|`schemata.pdf` |Documentation (generated file) |
|`README.md` |This file (generated file) |
|`schematest.tex`|Test file (generated file) |
@@ -19,7 +19,7 @@
1. Packaged in your current TeX distrbution: See the appropriate documentation.
-2. Otherwise, download `schemata.zip` from [CTAN](www.ctan.org/tex-archive/macros/generic/schemata).
+2. Otherwise, download `schemata.zip` from [CTAN](http://mirrors.ctan.org/macros/generic/schemata.zip).
3. Unpack `schemata.zip` in an appropriate directory.
@@ -37,7 +37,7 @@
* We now use an Encapsulated PostScript graphics file instead of a Portable Network Graphics file to permit all LaTeX variants to build the package.
-We use the LaTeX installation on the host machine to build the package. When using `make`, any `dvi` files that are created will also be converted to `pdf` format.
+ * We use the LaTeX installation on the host machine to build the package. When using `make`, any `dvi` files that are created will also be converted to `pdf` format.
1. Type `make` to generate the release files using `pdflatex`.
@@ -52,6 +52,8 @@
4. Type `sudo make install` to install the files in the system-wide, local TDS-compliant directory tree.
+5. One can include multiple make targets on the command line, but that goes beyond the scope of this document and is intended for experienced users.
+
## Manual Compilation
Otherwise, the following steps are used for manual installation. See the general information at the [TeX FAQ](https://www.texfaq.org/FAQ-installthings).
@@ -63,6 +65,7 @@
2. This will generate the following files:
schemata.ins (complete)
+ schemata.sty (complete)
schemata.pdf (incomplete; do steps 3 through 5)
README.md (complete)
schematest.tex (complete)
@@ -176,7 +179,7 @@
# Copyright
-Copyright (C) 2020 by Charles P. Schaum <charles[dot]schaum at comcast.net>
+Copyright (C) 2021 by Charles P. Schaum <charles[dot]schaum at comcast.net>
-------------------------------------------------------
This file may be distributed and/or modified under the
@@ -184,7 +187,7 @@
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](http://www.latex-project.org/lppl.txt)
+ [https://www.latex-project.org/lppl.txt](https://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.
Modified: branches/branch2020.0/Master/texmf-dist/doc/generic/schemata/schemata.pdf
===================================================================
(Binary files differ)
Modified: branches/branch2020.0/Master/texmf-dist/doc/generic/schemata/schematest.tex
===================================================================
--- branches/branch2020.0/Master/texmf-dist/doc/generic/schemata/schematest.tex 2021-03-01 22:57:51 UTC (rev 58035)
+++ branches/branch2020.0/Master/texmf-dist/doc/generic/schemata/schematest.tex 2021-03-01 22:58:08 UTC (rev 58036)
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2020 by Charles P. Schaum <charles[dot]schaum at comcast.net>
+%% Copyright (C) 2021 by Charles P. Schaum <charles[dot]schaum at comcast.net>
%%
%% This file may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.3 of this license
@@ -15,7 +15,7 @@
%% or (at your option) any later version. The latest version of this
%% license is in:
%%
-%% http://www.latex-project.org/lppl.txt
+%% https://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.
@@ -43,7 +43,7 @@
%
% Using the default option is a secondary test for mode detection.
%
- \usepackage[braces]{schemata}[2020/12/02]
+ \usepackage[braces]{schemata}[2021/02/27]
\begin{document}
\else
\ifx\fmtname\nameoflollipop
Modified: branches/branch2020.0/Master/texmf-dist/source/generic/schemata/schemata.dtx
===================================================================
--- branches/branch2020.0/Master/texmf-dist/source/generic/schemata/schemata.dtx 2021-03-01 22:57:51 UTC (rev 58035)
+++ branches/branch2020.0/Master/texmf-dist/source/generic/schemata/schemata.dtx 2021-03-01 22:58:08 UTC (rev 58036)
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (C) 2020 by Charles P. Schaum <charles[dot]schaum at comcast.net>
+% Copyright (C) 2021 by Charles P. Schaum <charles[dot]schaum at comcast.net>
% -------------------------------------------------------
%
% This file may be distributed and/or modified under the
@@ -8,7 +8,7 @@
% 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
+% https://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.
@@ -20,7 +20,6 @@
%<<readmevb
# Short Description
-Short description:
The schemata package helps the creation of topical outlines that illustrate the breakdown of concepts and categories in academic texts from the late medieval to early modern periods.
# Files
@@ -30,6 +29,7 @@
|`schemata.dtx` |commented style file; source file |
|`Makefile` |For use with GNU make; with source file|
|`schemata.ins` |installation driver (generated file) |
+|`schemata.sty` |style file (generated file) |
|`schemata.pdf` |Documentation (generated file) |
|`README.md` |This file (generated file) |
|`schematest.tex`|Test file (generated file) |
@@ -39,7 +39,7 @@
1. Packaged in your current TeX distrbution: See the appropriate documentation.
-2. Otherwise, download `schemata.zip` from [CTAN](www.ctan.org/tex-archive/macros/generic/schemata).
+2. Otherwise, download `schemata.zip` from [CTAN](http://mirrors.ctan.org/macros/generic/schemata.zip).
3. Unpack `schemata.zip` in an appropriate directory.
@@ -57,7 +57,7 @@
* We now use an Encapsulated PostScript graphics file instead of a Portable Network Graphics file to permit all LaTeX variants to build the package.
-We use the LaTeX installation on the host machine to build the package. When using `make`, any `dvi` files that are created will also be converted to `pdf` format.
+ * We use the LaTeX installation on the host machine to build the package. When using `make`, any `dvi` files that are created will also be converted to `pdf` format.
1. Type `make` to generate the release files using `pdflatex`.
@@ -72,6 +72,8 @@
4. Type `sudo make install` to install the files in the system-wide, local TDS-compliant directory tree.
+5. One can include multiple make targets on the command line, but that goes beyond the scope of this document and is intended for experienced users.
+
## Manual Compilation
Otherwise, the following steps are used for manual installation. See the general information at the [TeX FAQ](https://www.texfaq.org/FAQ-installthings).
@@ -83,6 +85,7 @@
2. This will generate the following files:
schemata.ins (complete)
+ schemata.sty (complete)
schemata.pdf (incomplete; do steps 3 through 5)
README.md (complete)
schematest.tex (complete)
@@ -196,7 +199,7 @@
# Copyright
-Copyright (C) 2020 by Charles P. Schaum <charles[dot]schaum at comcast.net>
+Copyright (C) 2021 by Charles P. Schaum <charles[dot]schaum at comcast.net>
-------------------------------------------------------
This file may be distributed and/or modified under the
@@ -204,7 +207,7 @@
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](http://www.latex-project.org/lppl.txt)
+ [https://www.latex-project.org/lppl.txt](https://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.
@@ -226,7 +229,7 @@
This is a generated file.
-Copyright (C) 2020 by Charles P. Schaum <charles[dot]schaum at comcast.net>
+Copyright (C) 2021 by Charles P. Schaum <charles[dot]schaum at comcast.net>
This file may be distributed and/or modified under the conditions of
the LaTeX Project Public License, either version 1.3 of this license
@@ -233,7 +236,7 @@
or (at your option) any later version. The latest version of this
license is in:
- http://www.latex-project.org/lppl.txt
+ https://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.
@@ -279,7 +282,7 @@
%<package>\expandafter\NeedsTeXFormat\expandafter{\schemataLaTeX}[2005/12/01]
%<package>\ProvidesPackage{schemata}
%<*package>
- [2020/12/02 1.3 generic package to aid construction of topical categories]
+ [2021/02/27 1.4 generic package to aid construction of topical categories]
%</package>
%<package>\else
%<package>\catcode`@=11\relax
@@ -354,7 +357,7 @@
\usepackage{mflogo}
\usepackage[toc]{multitoc}
\usepackage{paracol}
-\usepackage{\jobname}[2020/12/02]
+\usepackage{\jobname}[2021/02/27]
\usepackage{verbatim}
\usepackage[numbered]{hypdoc}
@@ -423,6 +426,7 @@
% \changes{1.0}{2020/03/13}{Ensure better multi-format operation}
% \changes{1.1}{2020/03/14}{Fix issue with \texttt{dtx} guards}
% \changes{1.2}{2020/11/23}{Updates to \texttt{Readme.md}, \texttt{Makefile}, \texttt{schematest.tex}, combine \texttt{Readme.md} and \texttt{schematest.tex} files in \texttt{dtx}}
+% \changes{1.4}{2021/02/27}{Updates to \texttt{Readme.md}}
%
% \GetFileInfo{\jobname.dtx}
% \DoNotIndex{\bgroup, \csname, \DeclareOption, \def, \dimen, \egroup, \else, \endcsname, \endinput, \ExecuteOptions, \expandafter, \fi, \futurelet, \gdef, \hbox, \hfil, \if, \ifcsname, \ifdim, \ifmmode, \ifx, \ignorespaces, \index, \let, \newbox, \newcommand, \newdimen, \newif, \next, \PackageWarning, \ProcessOptions, \relax, \RequirePackage, \setbox, \space, \vbox, \vcenter, \vfil, \vskip}
@@ -2215,7 +2219,7 @@
% \leavevmode\llap{\hbox to 1em{\hfill\scriptsize 4}\ \ }\verb+%<package>\expandafter\NeedsTeXFormat\expandafter{\schemataLaTeX}[2005/12/01]+
% \leavevmode\llap{\hbox to 1em{\hfill\scriptsize 5}\ \ }\verb+%<package>\ProvidesPackage{schemata}+
% \leavevmode\llap{\hbox to 1em{\hfill\scriptsize 6}\ \ }\verb+%<*package>+
-% \leavevmode\llap{\hbox to 1em{\hfill\scriptsize 7}\ \ }\verb+ [2020/12/02 1.3 generic package to aid construction of topical categories]+
+% \leavevmode\llap{\hbox to 1em{\hfill\scriptsize 7}\ \ }\verb+ [2021/02/27 1.4 generic package to aid construction of topical categories]+
% \leavevmode\llap{\hbox to 1em{\hfill\scriptsize 8}\ \ }\verb+%</package>+
% \leavevmode\llap{\hbox to 1em{\hfill\scriptsize 9}\ \ }\verb+%<package>\else+
% \leavevmode\llap{\hbox to 1em{\hfill\scriptsize 10}\ \ }\verb+%<package>\catcode`@=11\relax+
@@ -2731,7 +2735,7 @@
%
% Using the default option is a secondary test for mode detection.
%
- \usepackage[braces]{schemata}[2020/12/02]
+ \usepackage[braces]{schemata}[2021/02/27]
\begin{document}
\else
\ifx\fmtname\nameoflollipop
Modified: branches/branch2020.0/Master/texmf-dist/tex/generic/schemata/schemata.sty
===================================================================
--- branches/branch2020.0/Master/texmf-dist/tex/generic/schemata/schemata.sty 2021-03-01 22:57:51 UTC (rev 58035)
+++ branches/branch2020.0/Master/texmf-dist/tex/generic/schemata/schemata.sty 2021-03-01 22:58:08 UTC (rev 58036)
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2020 by Charles P. Schaum <charles[dot]schaum at comcast.net>
+%% Copyright (C) 2021 by Charles P. Schaum <charles[dot]schaum at comcast.net>
%%
%% This file may be distributed and/or modified under the conditions of
%% the LaTeX Project Public License, either version 1.3 of this license
@@ -15,7 +15,7 @@
%% or (at your option) any later version. The latest version of this
%% license is in:
%%
-%% http://www.latex-project.org/lppl.txt
+%% https://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.
@@ -25,7 +25,7 @@
\ifx\fmtname\schemataLaTeX
\expandafter\NeedsTeXFormat\expandafter{\schemataLaTeX}[2005/12/01]
\ProvidesPackage{schemata}
- [2020/12/02 1.3 generic package to aid construction of topical categories]
+ [2021/02/27 1.4 generic package to aid construction of topical categories]
\else
\catcode`@=11\relax
\fi
More information about the tex-live-commits
mailing list.