diff options
author | Karl Berry <karl@freefriends.org> | 2013-12-04 00:01:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-12-04 00:01:29 +0000 |
commit | 20f40b1b909d575836f8af15228fbbbc9566a0b5 (patch) | |
tree | 77d1939ac5bc5c2525cc563b552ccf267a0264ad /Master/texmf-dist/doc/latex | |
parent | dc3645665fd98e15f4a251d1e78c283e37658119 (diff) |
etoc (3dec13)
git-svn-id: svn://tug.org/texlive/trunk@32310 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/etoc/README | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/etoc/etoc.pdf | bin | 291657 -> 313517 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/etoc/etoc.tex | 10 |
3 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/etoc/README b/Master/texmf-dist/doc/latex/etoc/README index fd256a38729..70b0fcc2eb0 100644 --- a/Master/texmf-dist/doc/latex/etoc/README +++ b/Master/texmf-dist/doc/latex/etoc/README @@ -1,9 +1,11 @@ % % Package: etoc -% Version: 1.07i [2013/10/21] - +% Version: 2013/12/03 v1.07j +% Description: Completely customisable TOCs (jfB) +% % Copyright (C) 2012-2013 by % Jean-Francois Burnol <jfbu at free dot fr> + % License: LPPL 1.3c or later % this README: *Abstract*, *Installation*, *License*. diff --git a/Master/texmf-dist/doc/latex/etoc/etoc.pdf b/Master/texmf-dist/doc/latex/etoc/etoc.pdf Binary files differindex ebc6b39d00a..12a8f758473 100644 --- a/Master/texmf-dist/doc/latex/etoc/etoc.pdf +++ b/Master/texmf-dist/doc/latex/etoc/etoc.pdf diff --git a/Master/texmf-dist/doc/latex/etoc/etoc.tex b/Master/texmf-dist/doc/latex/etoc/etoc.tex index a2520f5e138..16c0d387ae7 100644 --- a/Master/texmf-dist/doc/latex/etoc/etoc.tex +++ b/Master/texmf-dist/doc/latex/etoc/etoc.tex @@ -1,9 +1,8 @@ -\def\pkgname {etoc} \def\pkgdate {2013/10/21} \def\pkgversion {v1.07i} -\def\pkgdescription {Completely customisable TOCs (jfB)} -\def\doctimestamp {Time-stamp <21-10-2013 18:35:52 CEST *>} +\def\jfbpkgname {etoc} \def\jfbpkgdate {2013/12/03} \def\jfbpkgversion {v1.07j} +\def\jfbpkgdescription {Completely customisable TOCs (jfB)} %% %% Package: etoc -%% Version: 2013/10/16 v1.07h +%% Version: 2013/12/03 v1.07j %% Copyright (C) 2012-2013 by Jean-Francois Burnol <jfbu at free dot fr> %% %% run latex thrice on this file etoc.tex then dvipdfmx on etoc.dvi @@ -12,7 +11,8 @@ %% customize as desired the class options and the two toggles below. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesFile{etoc.tex}[\pkgdate\space\pkgversion\space\pkgdescription]% +\ProvidesFile{\jfbpkgname.tex}% + [\jfbpkgdate\space\jfbpkgversion\space\jfbpkgdescription]% \PassOptionsToClass{a4paper,11pt}{scrdoc} \chardef\Withdvipdfmx 1 % replace 1 by 0 for using latex/pdflatex, rather. \chardef\NoSourceCode 0 % replace 0 by 1 for the doc *without* the source code |