diff options
author | Karl Berry <karl@freefriends.org> | 2009-11-24 02:14:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-11-24 02:14:26 +0000 |
commit | dbe2fa6bc6311627665d3b3cc63175e54c9d38af (patch) | |
tree | dd2b65e5743c696676a6f5d57a82be16f4e1cb48 | |
parent | d7d4ecda8eebb16c7d1e0bf81bf450eb81f02adb (diff) |
autoupdate
git-svn-id: svn://tug.org/texlive/trunk@16146 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/ls-R | 44 | ||||
-rw-r--r-- | Master/tlpkg/texlive.tlpdb | 96 |
2 files changed, 114 insertions, 26 deletions
diff --git a/Master/texmf-dist/ls-R b/Master/texmf-dist/ls-R index d08144c6ee3..6e5df407fea 100644 --- a/Master/texmf-dist/ls-R +++ b/Master/texmf-dist/ls-R @@ -1224,6 +1224,7 @@ construction-plan context-notes-zh-cn context-top-ten degrade +fixme french games letter @@ -1308,6 +1309,9 @@ title-slide.pdf degrade-demo.pdf degrade-doc.pdf +./doc/context/third/fixme: +fixme.pdf + ./doc/context/third/french: french-demo.pdf french-doc.pdf @@ -1342,8 +1346,6 @@ README simplefonts.pdf ./doc/context/third/simpleslides: -simpleslides.pdf -simpleslides.tex solutions styles @@ -6493,6 +6495,7 @@ colorinfo colortbl colorwav combine +combinedgraphics commath comment complexity @@ -9191,6 +9194,24 @@ colorwav.pdf README combine.pdf +./doc/latex/combinedgraphics: +COPYING +README +combinedgraphics.pdf +test + +./doc/latex/combinedgraphics/test: +Makefile +combinedgraphics_test.pdf +combinedgraphics_test.tex +gnuplot42.eps +gnuplot42.pdf +gnuplot42.plt +gnuplot42.tex +xfig325.fig +xfig325.pdf +xfig325.tex + ./doc/latex/commath: README commath.pdf @@ -66028,10 +66049,17 @@ gost.ins third ./source/context/third: +fixme letter pgfplots simplefonts +./source/context/third/fixme: +doc + +./source/context/third/fixme/doc: +fixme.tex + ./source/context/third/letter: doc @@ -67375,6 +67403,7 @@ collref colortbl colorwav combine +combinedgraphics comment computational-complexity concmath @@ -68795,6 +68824,11 @@ colorwav.ins combine.dtx combine.ins +./source/latex/combinedgraphics: +Makefile +combinedgraphics.dtx +combinedgraphics.ins + ./source/latex/comment: comment.cut @@ -73988,12 +74022,14 @@ simpleslides-f-default.tex simpleslides-s-BigNumber.tex simpleslides-s-BottomSquares.tex simpleslides-s-Boxed.tex +simpleslides-s-BoxedTitle.tex simpleslides-s-Ellipse.tex simpleslides-s-Embossed.tex simpleslides-s-Framed.tex simpleslides-s-FramedTitle.tex simpleslides-s-HorizontalStripes.tex simpleslides-s-NarrowStripes.tex +simpleslides-s-PlainCounter.tex simpleslides-s-RainbowStripe.tex simpleslides-s-Rounded.tex simpleslides-s-Shaded.tex @@ -76462,6 +76498,7 @@ colorinfo colortbl colorwav combine +combinedgraphics commath comment compactbib @@ -79583,6 +79620,9 @@ combine.cls combinet.sty combnat.sty +./tex/latex/combinedgraphics: +combinedgraphics.sty + ./tex/latex/commath: commath.sty diff --git a/Master/tlpkg/texlive.tlpdb b/Master/tlpkg/texlive.tlpdb index ada49edd34a..0bbfecda567 100644 --- a/Master/tlpkg/texlive.tlpdb +++ b/Master/tlpkg/texlive.tlpdb @@ -18,11 +18,11 @@ depend container_format/xz depend container_split_doc_files/1 depend container_split_src_files/1 depend release/2009 -depend revision/16136 +depend revision/16145 name 00texlive.image category TLCore -revision 16134 +revision 16144 shortdesc TeX Live files only in the source repository and DVD image longdesc This package collects some files which are not caught by any of longdesc the other TL packages. Its purpose is to make the file coverage @@ -25058,12 +25058,13 @@ depend collection-latex name collection-pictures category Collection -revision 16136 +revision 16144 shortdesc Graphics packages and programs depend asyfig depend autoarea depend bardiag depend cachepic +depend combinedgraphics depend circuitikz depend curve depend curve2e @@ -25507,6 +25508,47 @@ catalogue-date 2009-09-02 11:33:10 +0200 catalogue-license lppl1.3 catalogue-version 0.64b +name combinedgraphics +category Package +revision 16144 +shortdesc Include graphic (EPS or PDF)/LaTeX combinations. +longdesc This package provides a macro (\includecombinedgraphics) for +longdesc the inclusion of combined EPS/LaTeX and PDF/LaTeX graphics (an +longdesc export format of Gnuplot, Xfig, and maybe other programs). +longdesc Instead of including the graphics with a simple \input, the +longdesc \includecombinedgraphics macro has some comforts: - changing +longdesc the font and color of the text of the LaTeX part; - rescaling +longdesc the graphics without affecting the font of the LaTeX part; - +longdesc automatic inclusion of the vector graphics part, as far as +longdesc LaTeX part does not do it (e.g., for files exported from +longdesc Gnuplot before version 4.2); and - rescaling and rotating of +longdesc complete graphics (similar to \includegraphics from the +longdesc graphicx package). +docfiles size=80 + texmf-dist/doc/latex/combinedgraphics/COPYING + texmf-dist/doc/latex/combinedgraphics/README details="Readme" + texmf-dist/doc/latex/combinedgraphics/combinedgraphics.pdf details="Package documentation" + texmf-dist/doc/latex/combinedgraphics/test/Makefile + texmf-dist/doc/latex/combinedgraphics/test/combinedgraphics_test.pdf + texmf-dist/doc/latex/combinedgraphics/test/combinedgraphics_test.tex + texmf-dist/doc/latex/combinedgraphics/test/gnuplot42.eps + texmf-dist/doc/latex/combinedgraphics/test/gnuplot42.pdf + texmf-dist/doc/latex/combinedgraphics/test/gnuplot42.plt + texmf-dist/doc/latex/combinedgraphics/test/gnuplot42.tex + texmf-dist/doc/latex/combinedgraphics/test/xfig325.fig + texmf-dist/doc/latex/combinedgraphics/test/xfig325.pdf + texmf-dist/doc/latex/combinedgraphics/test/xfig325.tex +srcfiles size=9 + texmf-dist/source/latex/combinedgraphics/Makefile + texmf-dist/source/latex/combinedgraphics/combinedgraphics.dtx + texmf-dist/source/latex/combinedgraphics/combinedgraphics.ins +runfiles size=3 + texmf-dist/tex/latex/combinedgraphics/combinedgraphics.sty +catalogue-ctan /macros/latex/contrib/combinedgraphics +catalogue-date 2009-11-04 13:05:28 +0100 +catalogue-license gpl +catalogue-version 0.0.2-alpha + name commath category Package revision 15878 @@ -27781,10 +27823,14 @@ catalogue-license gpl name context-fixme category ConTeXt -revision 15878 +revision 16141 shortdesc Make editorial marks on a document. longdesc The module will create a variety of marks, and produce longdesc summaries by mark type. +docfiles size=7 + texmf-dist/doc/context/third/fixme/fixme.pdf details="Examples of use" +srcfiles size=1 + texmf-dist/source/context/third/fixme/doc/fixme.tex runfiles size=2 texmf-dist/tex/context/third/fixme/t-fixme.tex catalogue-ctan /macros/context/contrib/context-fixme @@ -28007,7 +28053,7 @@ catalogue-license pd name context-simpleslides category ConTeXt -revision 15878 +revision 16142 shortdesc A module for preparing presentations. longdesc This Context module provides an easy-to-use interface for longdesc creating presentations for use with a digital projector. The @@ -28016,9 +28062,7 @@ longdesc navigational tools such as tables of contents). Graphics may be longdesc mixed with the text of slides. The module provides several longdesc predefined styles, designed for academic presentation. Most longdesc styles are configurable, and it is easy to design new styles. -docfiles size=1931 - texmf-dist/doc/context/third/simpleslides/simpleslides.pdf - texmf-dist/doc/context/third/simpleslides/simpleslides.tex +docfiles size=1122 texmf-dist/doc/context/third/simpleslides/solutions/generic-talk-15min-45min.tex texmf-dist/doc/context/third/simpleslides/solutions/speaker_introduction-2min.tex texmf-dist/doc/context/third/simpleslides/solutions/style-template.tex @@ -28046,18 +28090,20 @@ docfiles size=1931 texmf-dist/doc/context/third/simpleslides/styles/Sunrise.pdf texmf-dist/doc/context/third/simpleslides/styles/Swoosh.pdf texmf-dist/doc/context/third/simpleslides/styles/ThickStripes.pdf -runfiles size=45 +runfiles size=49 texmf-dist/tex/context/interface/third/t-simpleslides.xml texmf-dist/tex/context/third/simpleslides/simpleslides-f-default.tex texmf-dist/tex/context/third/simpleslides/simpleslides-s-BigNumber.tex texmf-dist/tex/context/third/simpleslides/simpleslides-s-BottomSquares.tex texmf-dist/tex/context/third/simpleslides/simpleslides-s-Boxed.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-BoxedTitle.tex texmf-dist/tex/context/third/simpleslides/simpleslides-s-Ellipse.tex texmf-dist/tex/context/third/simpleslides/simpleslides-s-Embossed.tex texmf-dist/tex/context/third/simpleslides/simpleslides-s-Framed.tex texmf-dist/tex/context/third/simpleslides/simpleslides-s-FramedTitle.tex texmf-dist/tex/context/third/simpleslides/simpleslides-s-HorizontalStripes.tex texmf-dist/tex/context/third/simpleslides/simpleslides-s-NarrowStripes.tex + texmf-dist/tex/context/third/simpleslides/simpleslides-s-PlainCounter.tex texmf-dist/tex/context/third/simpleslides/simpleslides-s-RainbowStripe.tex texmf-dist/tex/context/third/simpleslides/simpleslides-s-Rounded.tex texmf-dist/tex/context/third/simpleslides/simpleslides-s-Shaded.tex @@ -39344,7 +39390,7 @@ catalogue-version 2.0 name etextools category Package -revision 15878 +revision 16145 shortdesc e-TeX tools for LaTeX users and package writers. longdesc The package offers four categories of macros: - the \expandnext longdesc macro and other expansion control macros; - the \FE@testopt and @@ -42174,7 +42220,7 @@ catalogue-version 0.3a name fixme category Package -revision 15878 +revision 16141 shortdesc Insert "fixme" notes into draft documents. longdesc This package provides a way to insert fixme notes in documents longdesc being developed (in draft mode). Such notes can appear in the @@ -42183,14 +42229,16 @@ longdesc as warnings on stdout. It is also possible to summarize them in longdesc a list. If your document is in a final version, any remaining longdesc fixme notes will produce an error. FiXme also comes with longdesc support for AUC-TeX. -docfiles size=96 +docfiles size=103 + texmf-dist/doc/context/third/fixme/fixme.pdf details="Package documentation" texmf-dist/doc/latex/fixme/NEWS texmf-dist/doc/latex/fixme/README details="Package Readme" texmf-dist/doc/latex/fixme/THANKS texmf-dist/doc/latex/fixme/fixme.el texmf-dist/doc/latex/fixme/fixme.pdf details="Package documentation" texmf-dist/doc/latex/fixme/header.inc -srcfiles size=42 +srcfiles size=43 + texmf-dist/source/context/third/fixme/doc/fixme.tex texmf-dist/source/latex/fixme/fixme.dtx texmf-dist/source/latex/fixme/fixme.ins runfiles size=24 @@ -44761,7 +44809,7 @@ srcfiles size=3 runfiles size=2 texmf-dist/tex/latex/ftnxtra/ftnxtra.sty catalogue-ctan /macros/latex/contrib/ftnxtra -catalogue-date 2009-10-19 08:23:41 +0200 +catalogue-date 2009-11-23 13:00:14 +0100 catalogue-license lppl catalogue-version 0.1 @@ -47111,7 +47159,7 @@ runfiles size=11 texmf-dist/tex/plain/graphics-pln/picture.tex texmf-dist/tex/plain/graphics-pln/psfrag.tex catalogue-ctan /macros/plain/graphics -catalogue-date 2006-01-13 14:22:57 +0100 +catalogue-date 2009-11-23 13:01:23 +0100 catalogue-license lppl name graphicx-psmin @@ -48454,7 +48502,7 @@ docfiles size=1 runfiles size=1 texmf-dist/tex/latex/here/here.sty catalogue-ctan /macros/latex/contrib/here -catalogue-date 2009-11-22 01:40:04 +0100 +catalogue-date 2009-11-23 13:00:14 +0100 catalogue-license pd name hexgame @@ -49397,7 +49445,7 @@ docfiles size=24 runfiles size=1 texmf-dist/tex/latex/hvindex/hvindex.sty catalogue-ctan /macros/latex/contrib/hvindex -catalogue-date 2009-10-18 11:41:08 +0200 +catalogue-date 2009-11-23 13:00:14 +0100 catalogue-license lppl catalogue-version 0.02 @@ -61883,7 +61931,7 @@ srcfiles size=7 runfiles size=2 texmf-dist/tex/latex/listofsymbols/listofsymbols.sty catalogue-ctan /macros/latex/contrib/listofsymbols -catalogue-date 2009-11-22 18:09:52 +0100 +catalogue-date 2009-11-23 13:00:14 +0100 catalogue-license lppl catalogue-version 0.2 @@ -88286,7 +88334,7 @@ catalogue-license lppl name stringstrings category Package -revision 15878 +revision 16143 shortdesc String manipulation for cosmetic and programming application. longdesc The package provides a large and sundry set of macros for the longdesc manipulation of strings. The macros are developed not merely @@ -88298,10 +88346,10 @@ longdesc designed all to be expandable (note that things such as longdesc \uppercase and \lowercase are not expandable), so that the longdesc macros may be strung together sequentially and nested (after a longdesc fashion) to achieve rather complex manipulations. -docfiles size=76 +docfiles size=78 texmf-dist/doc/latex/stringstrings/README details="Readme" texmf-dist/doc/latex/stringstrings/stringstrings.pdf details="Package documentation" -srcfiles size=38 +srcfiles size=39 texmf-dist/source/latex/stringstrings/stringstrings.dtx texmf-dist/source/latex/stringstrings/stringstrings.ins runfiles size=15 @@ -97494,7 +97542,7 @@ docfiles size=243 name texlive.infra category TLCore -revision 16121 +revision 16138 shortdesc basic TeX Live infrastructure longdesc This package contains the files needed to get the TeX Live longdesc tools (notably tlmgr) running: perl modules, xz binaries, plus @@ -114240,9 +114288,9 @@ srcfiles size=11 runfiles size=7 texmf-dist/tex/xelatex/xgreek/xgreek.sty catalogue-ctan /macros/xetex/latex/xgreek -catalogue-date 2008-08-24 00:31:24 +0200 +catalogue-date 2009-11-23 14:48:03 +0100 catalogue-license lppl -catalogue-version v2.0 +catalogue-version v2.1 name xifthen category Package |