diff options
author | Norbert Preining <preining@logic.at> | 2012-12-02 23:59:34 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-12-02 23:59:34 +0000 |
commit | 50d02ff405a42c546de67a95c3031231aa1fcf39 (patch) | |
tree | 716e87b94648af8c59bd071baeb5c97ef8e6726d /Master/texmf-dist | |
parent | df141e41c79cc6a9b97f9ac0de97b19054849e9b (diff) |
cweb-latex half-update fixing cweb.cls (needs patching) and location of
cwebbase.tex (wrongly installed as doc file)
git-svn-id: svn://tug.org/texlive/trunk@28426 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/cweb-latex/Makefile (renamed from Master/texmf-dist/source/latex/cweb-latex/Makefile) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/cweb-latex/cweb.cls | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/cweb-latex/cweb.cls.patch | 36 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/cweb-latex/cwebbase.tex (renamed from Master/texmf-dist/doc/latex/cweb-latex/cwebbase.tex) | 0 |
4 files changed, 4 insertions, 40 deletions
diff --git a/Master/texmf-dist/source/latex/cweb-latex/Makefile b/Master/texmf-dist/doc/latex/cweb-latex/Makefile index a280ae7cd99..a280ae7cd99 100644 --- a/Master/texmf-dist/source/latex/cweb-latex/Makefile +++ b/Master/texmf-dist/doc/latex/cweb-latex/Makefile diff --git a/Master/texmf-dist/tex/latex/cweb-latex/cweb.cls b/Master/texmf-dist/tex/latex/cweb-latex/cweb.cls index ae512c54b15..284ee428f3a 100644 --- a/Master/texmf-dist/tex/latex/cweb-latex/cweb.cls +++ b/Master/texmf-dist/tex/latex/cweb-latex/cweb.cls @@ -836,16 +836,16 @@ by LaTeX.% %%% \sect Let's make sure that the expansion of |\end| is the one that we %%% expect. Then we can define |\cweb@skip_end| appropriately, we have to -%%% skip 5~tokens. +%%% skip 4~tokens. %%% \beginprog \CheckCommand*\end[1]{% \csname end#1\endcsname\@checkend{#1}% \expandafter\endgroup\if@endpe\@doendpe\fi -% 1 2 3 4 5 - \if@ignore\global\@ignorefalse\ignorespaces\fi} +% 1 2 3 4 + \if@ignore\@ignorefalse\ignorespaces\fi} -\def\cweb@skip_end#1#2#3#4#5{\cweb@check_fi} +\def\cweb@skip_end#1#2#3#4{\cweb@check_fi} %%% \endprog diff --git a/Master/texmf-dist/tex/latex/cweb-latex/cweb.cls.patch b/Master/texmf-dist/tex/latex/cweb-latex/cweb.cls.patch deleted file mode 100644 index 07f20ff7fa3..00000000000 --- a/Master/texmf-dist/tex/latex/cweb-latex/cweb.cls.patch +++ /dev/null @@ -1,36 +0,0 @@ -This patch fixes cweb.cls so that it works with new versions of the -LaTeX format. (Any format later than 1997/06/30 or thereabouts is -affected.) - -This patch may be freely redistributed. - -To use it, run the command "patch -p0 < cweb.cls.patch" in the -directory containing cweb.cls if you have a UNIX-type system with the -patch command. If not, just make the necessary changes by hand to -lines 846 and 848 as shown in the patch below. - - Julian Gilbey <jdg@debian.org>, November 1999 - ---- cweb.cls.orig -+++ cweb.cls -@@ -836,16 +836,16 @@ - - %%% \sect Let's make sure that the expansion of |\end| is the one that we - %%% expect. Then we can define |\cweb@skip_end| appropriately, we have to --%%% skip 5~tokens. -+%%% skip 4~tokens. - - %%% \beginprog - \CheckCommand*\end[1]{% - \csname end#1\endcsname\@checkend{#1}% - \expandafter\endgroup\if@endpe\@doendpe\fi --% 1 2 3 4 5 -- \if@ignore\global\@ignorefalse\ignorespaces\fi} -+% 1 2 3 4 -+ \if@ignore\@ignorefalse\ignorespaces\fi} - --\def\cweb@skip_end#1#2#3#4#5{\cweb@check_fi} -+\def\cweb@skip_end#1#2#3#4{\cweb@check_fi} - %%% \endprog - - diff --git a/Master/texmf-dist/doc/latex/cweb-latex/cwebbase.tex b/Master/texmf-dist/tex/latex/cweb-latex/cwebbase.tex index dff1d3494b9..dff1d3494b9 100644 --- a/Master/texmf-dist/doc/latex/cweb-latex/cwebbase.tex +++ b/Master/texmf-dist/tex/latex/cweb-latex/cwebbase.tex |