diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-02 01:00:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-02 01:00:55 +0000 |
commit | b410ec78062ac5e20948144ed6d978f00f58fc0f (patch) | |
tree | e29556cb5340f89ad7a9aa91ca297fc5e0b8f604 | |
parent | 3da646fbb17f7f3175ca0ab49d108c8601a92f6f (diff) |
fltlabels update (1mar10)
git-svn-id: svn://tug.org/texlive/trunk@17272 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/flabels/flabels.pdf | bin | 0 -> 362410 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/flabels/makedoc (renamed from Master/texmf-dist/source/latex/flabels/makedoc) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/flabels/makedoc-patched | 69 | ||||
-rwxr-xr-x[-rw-r--r--] | Master/texmf-dist/doc/latex/flabels/makedoc.bat (renamed from Master/texmf-dist/source/latex/flabels/makedoc.bat) | 0 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 5 |
5 files changed, 72 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/flabels/flabels.pdf b/Master/texmf-dist/doc/latex/flabels/flabels.pdf Binary files differnew file mode 100644 index 00000000000..35a3152e29a --- /dev/null +++ b/Master/texmf-dist/doc/latex/flabels/flabels.pdf diff --git a/Master/texmf-dist/source/latex/flabels/makedoc b/Master/texmf-dist/doc/latex/flabels/makedoc index 377f6492aed..377f6492aed 100644 --- a/Master/texmf-dist/source/latex/flabels/makedoc +++ b/Master/texmf-dist/doc/latex/flabels/makedoc diff --git a/Master/texmf-dist/doc/latex/flabels/makedoc-patched b/Master/texmf-dist/doc/latex/flabels/makedoc-patched new file mode 100644 index 00000000000..ad04d579ad9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/flabels/makedoc-patched @@ -0,0 +1,69 @@ +#!/bin/bash + +# Unfortunately I had to fix several errors in the build script to make the manual compilable!! + +# +# Everything after a `#' is ignored +# +# remove the string `> /dev/null' if you want more log-output +# remove the line containing `batchmode' if you want even more +# log-information while running LaTeX +# +#----------------- create a `ltxdoc.cfg': -------------------------- + +# Make sure that we start with an clean 'ltxdoc.cfg': +echo -n > ltxdoc.cfg + +# Put here a (comma-separated) list of options to pass to +# class 'article': +C_OPT=a4paper + +# Put here a (comma-separated) list of options to pass to +# package 'flabels' (color?): +P_OPT=color + +if [ -n "$C_OPT" ]; then + echo "\PassOptionsToClass{$C_OPT}{article}" >> ltxdoc.cfg +fi +if [ -n "$P_OPT" ]; then + echo "\PassOptionsToPackage{$P_OPT}{flabels}" >> ltxdoc.cfg + if echo $P_OPT | grep color > /dev/null && [ ! -s color.cfg ]; then + echo "Package 'color' needs a file 'color.cfg'!" + fi +fi +#echo "\batchmode" >> ltxdoc.cfg + +# The next lines produce full indexes and change logs +# you may not want those (comment the lines out with +# TeX-comment-character '%'!) +cat >> ltxdoc.cfg <<EOF +\AtBeginDocument{\RecordChanges} +\AtEndDocument{\PrintChanges} +\AtBeginDocument{\CodelineIndex\EnableCrossrefs} +\AtEndDocument{\PrintIndex} +\AtEndDocument{\addcontentsline{toc}{section}{Index}} +EOF + +# If you do not want any code listings, just documentation, then instead +# of the lines above, uncomment the following: +#echo "\AtBeginDocument{\OnlyDescription}" >> ltxdoc.cfg + +#---------- latex the documentation using `ltxdoc.cfg': -------------- + +ThisDoc=flabels.dtx +Base=flabels + +echo "1st latex $ThisDoc" +if pdflatex $ThisDoc ; then + echo "2nd latex $ThisDoc" + pdflatex $ThisDoc + + echo "makeindex -s gind.ist $Base.idx" + #ugly + sed -i '.bak' -e 's/\\verb!\*\+\\->/\\verb!*+\\-!>/' "$Base.idx" + makeindex -s gind.ist $Base.idx + echo "3rd latex $ThisDoc" + pdflatex $ThisDoc +else + echo "!!! LaTeX ERROR: $ThisDoc. (See $Base.log.)" +fi diff --git a/Master/texmf-dist/source/latex/flabels/makedoc.bat b/Master/texmf-dist/doc/latex/flabels/makedoc.bat index 3e2daba6809..3e2daba6809 100644..100755 --- a/Master/texmf-dist/source/latex/flabels/makedoc.bat +++ b/Master/texmf-dist/doc/latex/flabels/makedoc.bat diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index d34b6c6e0d7..a27778aa937 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -119,8 +119,9 @@ my @TLP_working = qw( FAQ-en fbs featpost feyn feynmf fge fig4latex figbas figflow filecontents findhyph fink first-latex-doc - fix2col fixfoot fixme fixpdfmag flacards - flagderiv flashmovie flippdf float floatrow flowfram fltpage fltpoint + fix2col fixfoot fixme fixpdfmag + flabels flacards flagderiv flashmovie flippdf float floatrow + flowfram fltpage fltpoint fmtcount fn2end fnbreak fncychap foekfont font-change fontch fontinst fontools fontspec fonttable fontwrap |