diff options
author | Karl Berry <karl@freefriends.org> | 2017-02-07 01:02:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-02-07 01:02:34 +0000 |
commit | b0d99b35a7c8f6b43cbda837c64b88a4a8a8ecb6 (patch) | |
tree | d03efd88078c8fad3ed96ed5658795983ecbc1d3 | |
parent | eb1b06cb07745cb30557b035fa78e1bd90c5df9a (diff) |
autoupdate
git-svn-id: svn://tug.org/texlive/trunk@43160 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/ls-R | 10 | ||||
-rw-r--r-- | Master/tlpkg/texlive.tlpdb | 57 |
2 files changed, 55 insertions, 12 deletions
diff --git a/Master/texmf-dist/ls-R b/Master/texmf-dist/ls-R index e01ee5895d5..cae20eb2841 100644 --- a/Master/texmf-dist/ls-R +++ b/Master/texmf-dist/ls-R @@ -11040,6 +11040,7 @@ logicproof logicpuzzle logpap logreq +longdivision longfbox longfigure longnamefilelist @@ -27427,6 +27428,11 @@ examples 05-biblatex+biber.run.xml 05-biblatex+biber.tex +./doc/latex/longdivision: +README +longdivision_example.pdf +longdivision_example.tex + ./doc/latex/longfbox: README longfbox.html @@ -152628,6 +152634,7 @@ logicproof logicpuzzle logpap logreq +longdivision longfbox longfigure longnamefilelist @@ -162854,6 +162861,9 @@ logpap.sty logreq.def logreq.sty +./tex/latex/longdivision: +longdivision.sty + ./tex/latex/longfbox: longbox.sty longfbox.sty diff --git a/Master/tlpkg/texlive.tlpdb b/Master/tlpkg/texlive.tlpdb index 0aa72613520..58d92804648 100644 --- a/Master/tlpkg/texlive.tlpdb +++ b/Master/tlpkg/texlive.tlpdb @@ -24,11 +24,11 @@ depend container_split_doc_files/1 depend container_split_src_files/1 depend minrelease/2016 depend release/2016 -depend revision/43154 +depend revision/43159 name 00texlive.image category TLCore -revision 43129 +revision 43159 shortdesc TeX Live files only in the source repository longdesc The files here are not copied by the installer and containers longdesc are not built for them; they exist only in the source @@ -1947,6 +1947,7 @@ runfiles size=2769 tlpkg/tlpsrc/logpap.tlpsrc tlpkg/tlpsrc/logreq.tlpsrc tlpkg/tlpsrc/lollipop.tlpsrc + tlpkg/tlpsrc/longdivision.tlpsrc tlpkg/tlpsrc/longfbox.tlpsrc tlpkg/tlpsrc/longfigure.tlpsrc tlpkg/tlpsrc/longnamefilelist.tlpsrc @@ -14224,7 +14225,7 @@ catalogue-version 1.0 name apxproof category Package -revision 42708 +revision 43158 shortdesc Proofs in appendix longdesc The package makes it easier to write articles where proofs and longdesc other material are deferred to the appendix. The appendix @@ -14249,10 +14250,10 @@ srcfiles size=11 runfiles size=3 texmf-dist/tex/latex/apxproof/apxproof.sty catalogue-ctan /macros/latex/contrib/apxproof -catalogue-date 2016-12-14 08:57:08 +0100 +catalogue-date 2017-02-06 06:15:18 +0100 catalogue-license lppl1.3 catalogue-topics proof appendix -catalogue-version 1.0.2 +catalogue-version 1.0.3 name arabi category Package @@ -48809,7 +48810,7 @@ depend ucharcat name collection-mathscience category Collection -revision 43004 +revision 43159 shortdesc Mathematics and science packages depend collection-fontsrecommended depend collection-latex @@ -48893,6 +48894,7 @@ depend karnaugh depend karnaugh-map depend karnaughmap depend logicproof +depend longdivision depend lpform depend lplfitch depend lstbayes @@ -80204,7 +80206,7 @@ catalogue-version 2.5 name eulerpx category Package -revision 42196 +revision 43157 shortdesc A modern interface for the Euler math fonts longdesc This package provides the "eulerpx" font, which started as a longdesc hybrid of multiple other font packages, notably eulervm and @@ -80221,10 +80223,10 @@ docfiles size=1 runfiles size=2 texmf-dist/tex/latex/eulerpx/eulerpx.sty catalogue-ctan /fonts/eulerpx -catalogue-date 2016-10-08 06:05:32 +0200 +catalogue-date 2017-02-06 06:08:33 +0100 catalogue-license lppl1.3 catalogue-topics font-supp -catalogue-version 0.1 +catalogue-version 0.2 name eulervm category Package @@ -128418,6 +128420,37 @@ shortdesc x86_64-solaris files of lollipop binfiles arch=x86_64-solaris size=1 bin/x86_64-solaris/lollipop +name longdivision +category Package +revision 43159 +shortdesc Long division arithmetic problems +longdesc This package solves long division problems and typesets the +longdesc solutions. The dividend must be a positive decimal number and +longdesc the divisor must be a positive integer. Repeating decimals is +longdesc handled correctly, putting a bar over the repeated part of the +longdesc decimal. Dividends up to 20 digits long are handled gracefully +longdesc (though the typeset result will take up about a page), and +longdesc dividends between 20 and 60 digits long slightly less +longdesc gracefully. The package defines two macros, \longdivision and +longdesc \intlongdivision. Each takes two arguments, a dividend and a +longdesc divisor. \longdivision keeps dividing until the remainder is +longdesc zero, or it encounters a repeated remainder. \intlongdivision +longdesc stops when the dividend stops (though the dividend doesn't have +longdesc to be an integer). This package depends on the xparse package +longdesc from the l3packages bundle. +docfiles size=9 + texmf-dist/doc/latex/longdivision/README details="Readme" + texmf-dist/doc/latex/longdivision/longdivision_example.pdf + texmf-dist/doc/latex/longdivision/longdivision_example.tex +runfiles size=5 + texmf-dist/tex/latex/longdivision/longdivision.sty +catalogue-also longdiv +catalogue-ctan /macros/latex/contrib/longdivision +catalogue-date 2017-02-06 18:05:40 +0100 +catalogue-license lppl +catalogue-topics maths arithmetic +catalogue-version 1.0 + name longfbox category Package revision 39028 @@ -154031,10 +154064,10 @@ runfiles size=2103 texmf-dist/tex/latex/nwejm/nwejm.cls texmf-dist/tex/latex/nwejm/nwejmart.cls catalogue-ctan /macros/latex/contrib/nwejm -catalogue-date 2017-01-07 16:23:51 +0100 +catalogue-date 2017-02-06 23:02:38 +0100 catalogue-license lppl1.3 catalogue-topics journalpub class -catalogue-version 0.98a +catalogue-version 0.98b name oberdiek category Package @@ -203059,7 +203092,7 @@ docfiles size=426 name texlive-docindex category TLCore -revision 43127 +revision 43156 shortdesc top-level TeX Live doc.html, etc. longdesc These files are regenerated as needed, which is often, so we longdesc make them a separate package. See the tl-update-auto script |