diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-06 00:15:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-06 00:15:24 +0000 |
commit | aa98723dd0c867a19dc0d57b6732b497065beaea (patch) | |
tree | 4b34642416edd23bb42a9a874abd99779f109152 | |
parent | 492bd51873ed40453535b5f6cfad77b3c82b792a (diff) |
codedoc update (5jul09)
git-svn-id: svn://tug.org/texlive/trunk@14132 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/codedoc/CodeDoc-manual.pdf | bin | 599169 -> 599253 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/codedoc/CodeDoc-manual.tex | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/codedoc/codedoc.cls | 10 |
3 files changed, 5 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/codedoc/CodeDoc-manual.pdf b/Master/texmf-dist/doc/latex/codedoc/CodeDoc-manual.pdf Binary files differindex 9c30f78b9c0..79a971a1ea4 100644 --- a/Master/texmf-dist/doc/latex/codedoc/CodeDoc-manual.pdf +++ b/Master/texmf-dist/doc/latex/codedoc/CodeDoc-manual.pdf diff --git a/Master/texmf-dist/doc/latex/codedoc/CodeDoc-manual.tex b/Master/texmf-dist/doc/latex/codedoc/CodeDoc-manual.tex index b228ab15714..f9f4830cd0f 100644 --- a/Master/texmf-dist/doc/latex/codedoc/CodeDoc-manual.tex +++ b/Master/texmf-dist/doc/latex/codedoc/CodeDoc-manual.tex @@ -4,7 +4,7 @@ \documentclass[article(a4paper), index,% Comment this out if you don't want an index %obeystop,% Uncomment this if you don't want to print the implementation -produce,% Uncomment this to produce 'codedoc.cls' +%produce,% Uncomment this to produce 'codedoc.cls' ]{codedoc} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -170,11 +170,7 @@ The documentation can be found in `\jobname.pdf' (you can produce it with `\jobname.tex' without the `produce' option). -This file is published under the LaTeX Project Public License: - -Do whatever you want to that software, -but if you modify it, change its name to avoid confusion, -and if you copy part of the code please mention where it comes from. +This file is published under the LaTeX Project Public License. Comments, suggestions, bugs and, of course, NOTES: zappathustra@free.fr diff --git a/Master/texmf-dist/tex/latex/codedoc/codedoc.cls b/Master/texmf-dist/tex/latex/codedoc/codedoc.cls index 3bdbda4d194..808a41b1358 100644 --- a/Master/texmf-dist/tex/latex/codedoc/codedoc.cls +++ b/Master/texmf-dist/tex/latex/codedoc/codedoc.cls @@ -3,7 +3,7 @@ % This is the CodeDoc class, produced by itself % with the `produce' option on, from `CodeDoc-manual.tex'. % -% Date: 2009/06/27 +% Date: 2009/07/05 % Version: v.0.2 % Author: Paul Isambert % @@ -11,11 +11,7 @@ % (you can produce it with `CodeDoc-manual.tex' without the % `produce' option). % -% This file is published under the LaTeX Project Public License: -% -% Do whatever you want to that software, -% but if you modify it, change its name to avoid confusion, -% and if you copy part of the code please mention where it comes from. +% This file is published under the LaTeX Project Public License. % % Comments, suggestions, bugs and, of course, NOTES: % zappathustra@free.fr @@ -25,7 +21,7 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{codedoc}[2009/06/27 v.0.2 Code and documentation in one file.] +\ProvidesClass{codedoc}[2009/07/05 v.0.2 Code and documentation in one file.] \makeatletter \catcode`\^^?=13 |