diff options
Diffstat (limited to 'Master/tlpkg/texlive.tlpdb')
-rw-r--r-- | Master/tlpkg/texlive.tlpdb | 615 |
1 files changed, 285 insertions, 330 deletions
diff --git a/Master/tlpkg/texlive.tlpdb b/Master/tlpkg/texlive.tlpdb index ae3e8a4e758..93eae61b9f5 100644 --- a/Master/tlpkg/texlive.tlpdb +++ b/Master/tlpkg/texlive.tlpdb @@ -26,11 +26,11 @@ depend container_split_src_files/1 depend frozen/0 depend minrelease/2016 depend release/2022 -depend revision/65613 +depend revision/65625 name 00texlive.image category TLCore -revision 65614 +revision 65625 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 @@ -1723,10 +1723,7 @@ runfiles size=12961 tlpkg/tlpsrc/expdlist.tlpsrc tlpkg/tlpsrc/expex-acro.tlpsrc tlpkg/tlpsrc/expex.tlpsrc - tlpkg/tlpsrc/expkv-cs.tlpsrc - tlpkg/tlpsrc/expkv-def.tlpsrc - tlpkg/tlpsrc/expkv-opt.tlpsrc - tlpkg/tlpsrc/expkv.tlpsrc + tlpkg/tlpsrc/expkv-bundle.tlpsrc tlpkg/tlpsrc/export.tlpsrc tlpkg/tlpsrc/expose-expl3-dunkerque-2019.tlpsrc tlpkg/tlpsrc/expressg.tlpsrc @@ -3178,6 +3175,7 @@ runfiles size=12961 tlpkg/tlpsrc/pagecolor.tlpsrc tlpkg/tlpsrc/pagecont.tlpsrc tlpkg/tlpsrc/pagegrid.tlpsrc + tlpkg/tlpsrc/pagelayout.tlpsrc tlpkg/tlpsrc/pagella-otf.tlpsrc tlpkg/tlpsrc/pagenote.tlpsrc tlpkg/tlpsrc/pagerange.tlpsrc @@ -4588,7 +4586,6 @@ runfiles size=12961 tlpkg/tlpsrc/xpinyin.tlpsrc tlpkg/tlpsrc/xprintlen.tlpsrc tlpkg/tlpsrc/xpunctuate.tlpsrc - tlpkg/tlpsrc/xput.tlpsrc tlpkg/tlpsrc/xq.tlpsrc tlpkg/tlpsrc/xsavebox.tlpsrc tlpkg/tlpsrc/xsim.tlpsrc @@ -4696,7 +4693,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd name 00texlive.installer category TLCore -revision 65608 +revision 65616 shortdesc TeX Live standalone installer package longdesc This package defines the files to go into the installer longdesc archives (install-tl-unx.tar.gz, install-tl.zip) built by the @@ -65045,7 +65042,7 @@ depend url name collection-latexextra category Collection -revision 65571 +revision 65625 shortdesc LaTeX additional packages longdesc A very large collection of add-on packages for LaTeX. depend 2up @@ -66025,6 +66022,7 @@ depend padcount depend pagecolor depend pagecont depend pagegrid +depend pagelayout depend pagenote depend pagerange depend pageslts @@ -67052,7 +67050,7 @@ depend xpiano name collection-pictures category Collection -revision 65440 +revision 65624 shortdesc Graphics, pictures, diagrams longdesc Including TikZ, pict, etc., but MetaPost and PStricks are longdesc separate. @@ -67289,12 +67287,11 @@ depend wheelchart depend worldflags depend xistercian depend xpicture -depend xput depend xypic name collection-plaingeneric category Collection -revision 65277 +revision 65622 shortdesc Plain (La)TeX packages longdesc Add-on packages and macros that work with plain TeX, often longdesc LaTeX, and occasionally other formats. @@ -67323,10 +67320,7 @@ depend epigram depend epsf depend epsf-dvipdfmx depend expex-acro -depend expkv -depend expkv-cs -depend expkv-def -depend expkv-opt +depend expkv-bundle depend fenixpar depend figflow depend fixpdfmag @@ -106853,128 +106847,71 @@ catalogue-license lppl1.3 catalogue-topics glossary linguistic catalogue-version 0.0.2 -name expkv -category Package -revision 65614 -shortdesc An expandable key=val implementation -longdesc expkv is a minimalistic but fast and expandable <key>=<val> -longdesc implementation. It provides two parsing macros: -longdesc \ekvset{<set>}{<key=val list>} which is comparable to keyval's -longdesc \setkeys. \ekvparse<cs1><cs2>{<key=val list>} which can be used -longdesc inside \expanded and expands to <cs1>{key} and <cs2>{key}{val} -longdesc for the entries in the <key=val list>. expkv has predictable -longdesc brace-stripping behaviour and handles commas and equal signs -longdesc with category codes 12 and 13 correctly. A key-defining -longdesc interface that is not as rudimentary as the macros provided in -longdesc this package is contained in expkv-def. This package is now -longdesc available as part of the expkv-bundle. -docfiles size=121 - texmf-dist/doc/latex/expkv/README.md details="Readme" - texmf-dist/doc/latex/expkv/expkv.pdf details="Package documentation" -srcfiles size=29 - texmf-dist/source/latex/expkv/expkv.dtx -runfiles size=8 - texmf-dist/tex/context/third/expkv/t-expkv.tex - texmf-dist/tex/generic/expkv/expkv.tex - texmf-dist/tex/latex/expkv/expkv.sty -catalogue-also expkv-def -catalogue-contact-repository https://github.com/Skillmon/tex_expkv -catalogue-ctan /obsolete/macros/generic/expkv -catalogue-license lppl1.3c -catalogue-topics keyval -catalogue-version 1.9a - -name expkv-cs -category Package -revision 65614 -shortdesc Define expandable key=val macros using expkv -longdesc This package is a frontend to define expandable macros with -longdesc key=val arguments. It provides four syntaxes, each of which -longdesc will define <cs> to take a single key=val argument: -longdesc ekvcSplit<cs>{<key>=<initial>, ...}{<definition>} -longdesc ekvcSplitAndForward<cs><cs2>{<key>=<initial>, ...} -longdesc ekvcHash<cs>{<key>=<initial>, ...}{<definition>} -longdesc ekvcHashAndForward<cs><cs2>{<key>=<initial>, ...} Additional -longdesc keys for each <cs> might be defined using -longdesc ekvcSecondaryKeys<cs>{<prefix> <key>=<definition>, ...} -longdesc expkv-cs is generic code and only requires expkv for its -longdesc parsing. A LaTeX package expkv-cs.sty is included to play -longdesc nicely on LaTeX's package loading system, but that package is -longdesc not needed and does not provide more functionality than the -longdesc generic code in expkv-cs.tex. Note: In this context, "cs" -longdesc stands for "control sequence" (i.e.: macro). This package is -longdesc now available as part of the expkv-bundle. -docfiles size=116 - texmf-dist/doc/latex/expkv-cs/README.md details="Readme" - texmf-dist/doc/latex/expkv-cs/expkv-cs.pdf details="Package documentation" -srcfiles size=31 - texmf-dist/source/latex/expkv-cs/expkv-cs.dtx -runfiles size=11 - texmf-dist/tex/context/third/expkv-cs/t-expkv-cs.tex - texmf-dist/tex/generic/expkv-cs/expkv-cs.tex - texmf-dist/tex/latex/expkv-cs/expkv-cs.sty -catalogue-also expkv expkv-def -catalogue-contact-repository https://github.com/Skillmon/tex_expkv-cs -catalogue-ctan /obsolete/macros/generic/expkv-cs +name expkv-bundle +category Package +revision 65623 +shortdesc An expandable key=val implementation and friends +longdesc This is a collection of different packages that provide +longdesc key=value functionality in plainTeX, LaTeX, and ConTeXt. At the +longdesc core, the expkv package implements two expandable key=value +longdesc parsers that are somewhat fast and robust against common bugs +longdesc in many key=value implementations (no accidental brace +longdesc stripping, no fragility for active commas or equals signs). +longdesc expkv-cs enables users to define expandable key=value macros in +longdesc a comfortable and straightforward way. expkv-def provides an +longdesc interface to define common key types for expkv similar to the +longdesc key defining interfaces of widespread key=value +longdesc implementations. expkv-opt allows to parse package or class +longdesc options in LaTeX via expkv. expkv-pop is a utility package to +longdesc define prefix oriented parsers that allow a somewhat natural +longdesc formulation (it provides the core functionality for the +longdesc key-defining front ends of both expkv-cs and expkv-def). +docfiles size=234 + texmf-dist/doc/latex/expkv-bundle/README.md details="Readme" + texmf-dist/doc/latex/expkv-bundle/comparison.tex + texmf-dist/doc/latex/expkv-bundle/expkv-bundle.pdf details="Package documentation" + texmf-dist/doc/latex/expkv-bundle/expkv-bundle.tex + texmf-dist/doc/latex/expkv-bundle/impatient.tex + texmf-dist/doc/latex/expkv-bundle/introduction.tex + texmf-dist/doc/latex/expkv-bundle/pkg-cs.tex + texmf-dist/doc/latex/expkv-bundle/pkg-def.tex + texmf-dist/doc/latex/expkv-bundle/pkg-main.tex + texmf-dist/doc/latex/expkv-bundle/pkg-opt.tex + texmf-dist/doc/latex/expkv-bundle/pkg-pop.tex + texmf-dist/doc/latex/expkv-bundle/preamble-enverb.tex + texmf-dist/doc/latex/expkv-bundle/preamble-examples.tex + texmf-dist/doc/latex/expkv-bundle/preamble-l3doctweaks.tex + texmf-dist/doc/latex/expkv-bundle/preamble-logos.tex + texmf-dist/doc/latex/expkv-bundle/preamble-lst.tex + texmf-dist/doc/latex/expkv-bundle/preamble-noidx.tex + texmf-dist/doc/latex/expkv-bundle/preamble-prefixes.tex +srcfiles size=72 + texmf-dist/source/latex/expkv-bundle/expkv-bundle.ins + texmf-dist/source/latex/expkv-bundle/expkv-cs.dtx + texmf-dist/source/latex/expkv-bundle/expkv-def.dtx + texmf-dist/source/latex/expkv-bundle/expkv-opt-2020-10-10.dtx + texmf-dist/source/latex/expkv-bundle/expkv-opt.dtx + texmf-dist/source/latex/expkv-bundle/expkv-pop.dtx + texmf-dist/source/latex/expkv-bundle/expkv.dtx +runfiles size=45 + texmf-dist/tex/context/third/expkv-bundle/t-expkv-cs.tex + texmf-dist/tex/context/third/expkv-bundle/t-expkv-def.tex + texmf-dist/tex/context/third/expkv-bundle/t-expkv-pop.tex + texmf-dist/tex/context/third/expkv-bundle/t-expkv.tex + texmf-dist/tex/generic/expkv-bundle/expkv-cs.tex + texmf-dist/tex/generic/expkv-bundle/expkv-def.tex + texmf-dist/tex/generic/expkv-bundle/expkv-pop.tex + texmf-dist/tex/generic/expkv-bundle/expkv.tex + texmf-dist/tex/latex/expkv-bundle/expkv-cs.sty + texmf-dist/tex/latex/expkv-bundle/expkv-def.sty + texmf-dist/tex/latex/expkv-bundle/expkv-opt-2020-10-10.sty + texmf-dist/tex/latex/expkv-bundle/expkv-opt.sty + texmf-dist/tex/latex/expkv-bundle/expkv-pop.sty + texmf-dist/tex/latex/expkv-bundle/expkv.sty +catalogue-contact-repository https://gitlab.com/islandoftex/texmf/expkv-bundle +catalogue-ctan /macros/generic/expkv-bundle catalogue-license lppl1.3c catalogue-topics keyval macro-supp macro-gen -catalogue-version 1.2 - -name expkv-def -category Package -revision 65614 -shortdesc A key-defining frontend for expkv -longdesc This package provides a key=val interface to define keys for -longdesc expkv. This is done to provide a simple frontend to define -longdesc different common key types, similar to how keys are defined in -longdesc other well established key=value packages like pgfkeys or -longdesc l3keys. expkv-def is generic code and only requires expkv for -longdesc its parsing. There is a LaTeX package expkv-def.sty included to -longdesc play nicely on LaTeX's package loading system, but that package -longdesc is not needed and does not provide more functionality than the -longdesc generic code in expkv-def.tex. This package is now available as -longdesc part of the expkv-bundle. -docfiles size=105 - texmf-dist/doc/latex/expkv-def/README.md details="Readme" - texmf-dist/doc/latex/expkv-def/expkv-def.pdf details="Package documentation" -srcfiles size=22 - texmf-dist/source/latex/expkv-def/expkv-def.dtx -runfiles size=10 - texmf-dist/tex/context/third/expkv-def/t-expkv-def.tex - texmf-dist/tex/generic/expkv-def/expkv-def.tex - texmf-dist/tex/latex/expkv-def/expkv-def.sty -catalogue-also expkv -catalogue-contact-repository https://github.com/Skillmon/tex_expkv-def -catalogue-ctan /obsolete/macros/generic/expkv-def -catalogue-license lppl1.3c -catalogue-topics keyval -catalogue-version 0.9 - -name expkv-opt -category Package -revision 65614 -shortdesc Parse class and package options with expkv -longdesc This package provides option parsing for classes and packages -longdesc in LaTeX2e based on expkv. Global and local options are parsed -longdesc individually by different commands. The package supports -longdesc key=value options and keys without a value. expkv is the only -longdesc required package. This package is now available as part of the -longdesc expkv-bundle. -docfiles size=67 - texmf-dist/doc/generic/expkv-opt/README.md details="Readme" - texmf-dist/doc/generic/expkv-opt/expkv-opt.pdf details="Package documentation" -srcfiles size=17 - texmf-dist/source/generic/expkv-opt/expkv-opt-2020-10-10.dtx - texmf-dist/source/generic/expkv-opt/expkv-opt.dtx -runfiles size=6 - texmf-dist/tex/generic/expkv-opt/expkv-opt-2020-10-10.sty - texmf-dist/tex/generic/expkv-opt/expkv-opt.sty -catalogue-also expkv -catalogue-contact-repository https://github.com/Skillmon/tex_expkv-opt -catalogue-ctan /obsolete/macros/generic/expkv-opt -catalogue-license lppl1.3c -catalogue-topics keyval -catalogue-version 0.2 name export category Package @@ -156330,7 +156267,7 @@ binfiles arch=x86_64-solaris size=1 name l3experimental category Package -revision 63089 +revision 65621 shortdesc Experimental LaTeX3 concepts longdesc The l3experimental packages are a collection of experimental longdesc implementations for aspects of the LaTeX3 kernel, dealing with @@ -156349,7 +156286,7 @@ longdesc series of 'handle' positions, supplementing the simple TeX longdesc reference point; xgalley, which controls boxes receiving text longdesc for typesetting. depend l3kernel -docfiles size=1093 +docfiles size=1090 texmf-dist/doc/latex/l3experimental/CHANGELOG.md texmf-dist/doc/latex/l3experimental/README.md details="Readme" texmf-dist/doc/latex/l3experimental/l3benchmark/l3benchmark.pdf details="l3benchmark documentation" @@ -156364,7 +156301,7 @@ docfiles size=1093 texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf details="xcoffins documentation" texmf-dist/doc/latex/l3experimental/xgalley/l3galley.pdf texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf details="xgalley documentation" -srcfiles size=133 +srcfiles size=132 texmf-dist/source/latex/l3experimental/l3benchmark/l3benchmark.dtx texmf-dist/source/latex/l3experimental/l3benchmark/l3benchmark.ins texmf-dist/source/latex/l3experimental/l3bitset/l3bitset.dtx @@ -156411,7 +156348,7 @@ catalogue-topics macro-supp layout latex3 pre-release name l3kernel category Package -revision 65573 +revision 65621 shortdesc LaTeX3 programming conventions longdesc The l3kernel bundle provides an implementation of the LaTeX3 longdesc programmers' interface, as a set of packages that run under @@ -156467,7 +156404,7 @@ docfiles size=3422 texmf-dist/doc/latex/l3kernel/source3.pdf texmf-dist/doc/latex/l3kernel/source3.tex texmf-dist/doc/latex/l3kernel/source3body.tex -srcfiles size=921 +srcfiles size=922 texmf-dist/source/latex/l3kernel/expl3.dtx texmf-dist/source/latex/l3kernel/l3.ins texmf-dist/source/latex/l3kernel/l3basics.dtx @@ -156526,7 +156463,7 @@ srcfiles size=921 texmf-dist/source/latex/l3kernel/l3tl.dtx texmf-dist/source/latex/l3kernel/l3token.dtx texmf-dist/source/latex/l3kernel/l3unicode.dtx -runfiles size=355 +runfiles size=356 texmf-dist/tex/latex/l3kernel/expl3-code.tex texmf-dist/tex/latex/l3kernel/expl3-generic.tex texmf-dist/tex/latex/l3kernel/expl3.ltx @@ -179125,7 +179062,7 @@ catalogue-topics maths luatex name luatex category TLCore -revision 65574 +revision 65617 shortdesc The LuaTeX engine longdesc LuaTeX is a greatly extended version of pdfTeX using Lua as an longdesc embedded scripting language. The LuaTeX project's main @@ -219569,6 +219506,193 @@ catalogue-license lppl1.3 catalogue-topics layout-show background catalogue-version 1.6 +name pagelayout +category Package +revision 65625 +shortdesc Layout graphic rich documents +longdesc The pagelayout class enables you to layout pages declaratively +longdesc using simple macros for pages, covers, grids, templates, text, +longdesc and graphics to create graphic rich, perfectly typeset, and +longdesc print ready PDFs. The integration of Inkscape allows your to +longdesc create box shadows. The integration of ImageMagick allows you +longdesc to configure compression and sharpening for bitmap graphics to +longdesc export web, print or preview versions of your document. +longdesc Parallelized image optimization, caching, and a draft mode +longdesc enable fast PDF creation and a responsive workflow, even for +longdesc large documents with lots of photos and graphics. The +longdesc pagelayout class also integrates the Pgf/TikZ and tcolorbox +longdesc LaTeX packages. +depend pagelayout.ARCH +docfiles size=1138 + texmf-dist/doc/latex/pagelayout/1x1.pdf + texmf-dist/doc/latex/pagelayout/2x1.pdf + texmf-dist/doc/latex/pagelayout/3x2.pdf + texmf-dist/doc/latex/pagelayout/LICENSE + texmf-dist/doc/latex/pagelayout/README.md details="Readme" + texmf-dist/doc/latex/pagelayout/banner.pdf + texmf-dist/doc/latex/pagelayout/banner.svg + texmf-dist/doc/latex/pagelayout/banner.tex + texmf-dist/doc/latex/pagelayout/example-book.pdf + texmf-dist/doc/latex/pagelayout/example-book.tex + texmf-dist/doc/latex/pagelayout/example-borders-and-shadows.pdf + texmf-dist/doc/latex/pagelayout/example-borders-and-shadows.tex + texmf-dist/doc/latex/pagelayout/example-graphic.pdf + texmf-dist/doc/latex/pagelayout/example-graphic.tex + texmf-dist/doc/latex/pagelayout/example-grid.pdf + texmf-dist/doc/latex/pagelayout/example-grid.tex + texmf-dist/doc/latex/pagelayout/example-template.pdf + texmf-dist/doc/latex/pagelayout/example-template.tex + texmf-dist/doc/latex/pagelayout/example-text.pdf + texmf-dist/doc/latex/pagelayout/example-text.tex + texmf-dist/doc/latex/pagelayout/kopi.jpg + texmf-dist/doc/latex/pagelayout/pagelayout-manual-layout-guides.pdf + texmf-dist/doc/latex/pagelayout/pagelayout-manual-layout-guides.tex + texmf-dist/doc/latex/pagelayout/pagelayout-manual.pdf details="Package documentation" + texmf-dist/doc/latex/pagelayout/pagelayout-manual.tex + texmf-dist/doc/latex/pagelayout/quickstart-1.svg + texmf-dist/doc/latex/pagelayout/quickstart-2.svg + texmf-dist/doc/latex/pagelayout/quickstart-3.svg + texmf-dist/doc/latex/pagelayout/quickstart.pdf + texmf-dist/doc/latex/pagelayout/quickstart.tex + texmf-dist/doc/latex/pagelayout/tests.zip + texmf-dist/doc/man/man1/pagelayoutapi.1 + texmf-dist/doc/man/man1/pagelayoutapi.man1.pdf + texmf-dist/doc/man/man1/textestvis.1 + texmf-dist/doc/man/man1/textestvis.man1.pdf +runfiles size=43 + texmf-dist/scripts/pagelayout/pagelayoutapi + texmf-dist/scripts/pagelayout/pagelayoutapi.1.md + texmf-dist/scripts/pagelayout/textestvis + texmf-dist/scripts/pagelayout/textestvis.1.md + texmf-dist/tex/latex/pagelayout/pagelayout.cls +catalogue-alias xput +catalogue-contact-bugs https://github.com/friedemannbartels/latex-pagelayout/issues +catalogue-contact-repository https://github.com/friedemannbartels/latex-pagelayout +catalogue-ctan /macros/latex/contrib/pagelayout +catalogue-license lppl1.3c +catalogue-topics layout pgf-tikz class +catalogue-version 1.0.3 + +name pagelayout.aarch64-linux +category Package +revision 65625 +shortdesc aarch64-linux files of pagelayout +binfiles arch=aarch64-linux size=2 + bin/aarch64-linux/pagelayoutapi + bin/aarch64-linux/textestvis + +name pagelayout.amd64-freebsd +category Package +revision 65625 +shortdesc amd64-freebsd files of pagelayout +binfiles arch=amd64-freebsd size=2 + bin/amd64-freebsd/pagelayoutapi + bin/amd64-freebsd/textestvis + +name pagelayout.amd64-netbsd +category Package +revision 65625 +shortdesc amd64-netbsd files of pagelayout +binfiles arch=amd64-netbsd size=2 + bin/amd64-netbsd/pagelayoutapi + bin/amd64-netbsd/textestvis + +name pagelayout.armhf-linux +category Package +revision 65625 +shortdesc armhf-linux files of pagelayout +binfiles arch=armhf-linux size=2 + bin/armhf-linux/pagelayoutapi + bin/armhf-linux/textestvis + +name pagelayout.i386-cygwin +category Package +revision 65625 +shortdesc i386-cygwin files of pagelayout +binfiles arch=i386-cygwin size=2 + bin/i386-cygwin/pagelayoutapi + bin/i386-cygwin/textestvis + +name pagelayout.i386-freebsd +category Package +revision 65625 +shortdesc i386-freebsd files of pagelayout +binfiles arch=i386-freebsd size=2 + bin/i386-freebsd/pagelayoutapi + bin/i386-freebsd/textestvis + +name pagelayout.i386-linux +category Package +revision 65625 +shortdesc i386-linux files of pagelayout +binfiles arch=i386-linux size=2 + bin/i386-linux/pagelayoutapi + bin/i386-linux/textestvis + +name pagelayout.i386-netbsd +category Package +revision 65625 +shortdesc i386-netbsd files of pagelayout +binfiles arch=i386-netbsd size=2 + bin/i386-netbsd/pagelayoutapi + bin/i386-netbsd/textestvis + +name pagelayout.i386-solaris +category Package +revision 65625 +shortdesc i386-solaris files of pagelayout +binfiles arch=i386-solaris size=2 + bin/i386-solaris/pagelayoutapi + bin/i386-solaris/textestvis + +name pagelayout.universal-darwin +category Package +revision 65625 +shortdesc universal-darwin files of pagelayout +binfiles arch=universal-darwin size=2 + bin/universal-darwin/pagelayoutapi + bin/universal-darwin/textestvis + +name pagelayout.x86_64-cygwin +category Package +revision 65625 +shortdesc x86_64-cygwin files of pagelayout +binfiles arch=x86_64-cygwin size=2 + bin/x86_64-cygwin/pagelayoutapi + bin/x86_64-cygwin/textestvis + +name pagelayout.x86_64-darwinlegacy +category Package +revision 65625 +shortdesc x86_64-darwinlegacy files of pagelayout +binfiles arch=x86_64-darwinlegacy size=2 + bin/x86_64-darwinlegacy/pagelayoutapi + bin/x86_64-darwinlegacy/textestvis + +name pagelayout.x86_64-linux +category Package +revision 65625 +shortdesc x86_64-linux files of pagelayout +binfiles arch=x86_64-linux size=2 + bin/x86_64-linux/pagelayoutapi + bin/x86_64-linux/textestvis + +name pagelayout.x86_64-linuxmusl +category Package +revision 65625 +shortdesc x86_64-linuxmusl files of pagelayout +binfiles arch=x86_64-linuxmusl size=2 + bin/x86_64-linuxmusl/pagelayoutapi + bin/x86_64-linuxmusl/textestvis + +name pagelayout.x86_64-solaris +category Package +revision 65625 +shortdesc x86_64-solaris files of pagelayout +binfiles arch=x86_64-solaris size=2 + bin/x86_64-solaris/pagelayoutapi + bin/x86_64-solaris/textestvis + name pagella-otf category Package revision 64705 @@ -234151,7 +234275,7 @@ catalogue-version 1.0 name proflycee category Package -revision 65579 +revision 65619 shortdesc A LaTeX package for French maths teachers in high school longdesc This package provides some commands to help French mathematics longdesc teachers for 15-18 years olds, for example: \SplineTikz to @@ -234159,7 +234283,7 @@ longdesc create splines with "derivative control"; longdesc \CalculFormelParametres and \CalculFormelLigne in order to longdesc create an xcas-windows-like; \CodePythonLstFichier to create longdesc code presentation and code execution with pythontex. -docfiles size=539 +docfiles size=540 texmf-dist/doc/latex/proflycee/ProfLycee-doc.pdf details="Package documentation" language="fr" texmf-dist/doc/latex/proflycee/ProfLycee-doc.tex texmf-dist/doc/latex/proflycee/ProfLycee-old-doc.pdf @@ -234194,7 +234318,7 @@ catalogue-contact-repository https://github.com/cpierquet/ProfLycee catalogue-ctan /macros/latex/contrib/proflycee catalogue-license lppl1.3c catalogue-topics maths french teaching expl3 pgf-tikz -catalogue-version 2.1.6 +catalogue-version 2.1.7 name program category Package @@ -257906,31 +258030,32 @@ catalogue-version 1.0 name sidecap category Package -revision 15878 +revision 65618 shortdesc Typeset captions sideways longdesc Defines environments called SCfigure and SCtable (analogous to longdesc figure and table) to typeset captions sideways. Options include longdesc outercaption, innercaption, leftcaption and rightcaption. -docfiles size=47 - texmf-dist/doc/latex/sidecap/README details="Readme" - texmf-dist/doc/latex/sidecap/sc-test-common.tex +docfiles size=88 + texmf-dist/doc/latex/sidecap/README.md details="Readme" texmf-dist/doc/latex/sidecap/sc-test1.tex texmf-dist/doc/latex/sidecap/sc-test2.tex texmf-dist/doc/latex/sidecap/sc-test3.tex texmf-dist/doc/latex/sidecap/sc-test4.tex texmf-dist/doc/latex/sidecap/sc-test5.tex texmf-dist/doc/latex/sidecap/sc-test6.tex + texmf-dist/doc/latex/sidecap/scraggeddemo.tex texmf-dist/doc/latex/sidecap/sidecap.pdf details="Package documentation" -srcfiles size=9 - texmf-dist/source/latex/sidecap/Makefile +srcfiles size=8 texmf-dist/source/latex/sidecap/sidecap.dtx texmf-dist/source/latex/sidecap/sidecap.ins runfiles size=3 texmf-dist/tex/latex/sidecap/sidecap.sty +catalogue-contact-bugs https://github.com/rolfn/sidecap/issues +catalogue-contact-repository https://github.com/rolfn/sidecap catalogue-ctan /macros/latex/contrib/sidecap -catalogue-license lppl +catalogue-license lppl1.3 catalogue-topics caption rotation -catalogue-version 1.6f +catalogue-version 1.7a name sidenotes category Package @@ -284383,7 +284508,7 @@ docfiles size=376 name texlive-scripts category TLCore -revision 65608 +revision 65616 shortdesc TeX Live infrastructure programs longdesc Includes install-tl, tl-portable, rungs, etc.; not needed for longdesc tlmgr to run but still ours. Not included in tlcritical. @@ -292082,12 +292207,12 @@ catalogue-version 1.45c name tkz-euclide category Package -revision 65614 +revision 65620 shortdesc Tools for drawing Euclidean geometry longdesc The tkz-euclide package is a set of files designed to give math longdesc teachers and students easy access to the programming of longdesc Euclidean geometry with TikZ. -docfiles size=391 +docfiles size=375 texmf-dist/doc/latex/tkz-euclide/README.md details="Readme" texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-FAQ.tex texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-angles.tex @@ -292122,7 +292247,7 @@ docfiles size=391 texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-tools.tex texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-triangles.tex texmf-dist/doc/latex/tkz-euclide/tkz-euclide.pdf details="Package documentation" -runfiles size=109 +runfiles size=114 texmf-dist/tex/latex/tkz-euclide/tkz-draw-eu-angles.tex texmf-dist/tex/latex/tkz-euclide/tkz-draw-eu-circles.tex texmf-dist/tex/latex/tkz-euclide/tkz-draw-eu-compass.tex @@ -292143,6 +292268,7 @@ runfiles size=109 texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-lines.tex texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-by.tex texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-rnd.tex + texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-spc.tex texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-with.tex texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points.tex texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex @@ -292170,7 +292296,7 @@ catalogue-contact-home http://altermundus.fr catalogue-ctan /macros/latex/contrib/tkz/tkz-euclide catalogue-license lppl1.3 catalogue-topics maths graphics-use -catalogue-version 5.00c +catalogue-version 5.01c name tkz-fct category Package @@ -323322,177 +323448,6 @@ catalogue-license lppl1.2 catalogue-topics macro-supp catalogue-version 1.0 -name xput -category Package -revision 65465 -shortdesc Declarative Desktop Publishing with LaTeX -longdesc This LaTeX class provides a collection of macros that wrap the -longdesc macro \put to offer a more desktop-publishing-like experience -longdesc for creating graphic-rich documents like photo books. With Xput -longdesc you can create single- and double-sided documents, create pages -longdesc with margins, safety margins and bleed, use templates, align -longdesc text and graphics in a grid, wrap text across multiple pages -longdesc and use before pages. Generic templates, automatic grid layout -longdesc and a simple and consistent user interface make it easier than -longdesc ever to create graphic-rich documents with LaTeX. Under the -longdesc hood Xput uses the TikZ and tcolorbox packages, ImageMagick and -longdesc Inkscape. -depend xput.ARCH -docfiles size=4461 - texmf-dist/doc/latex/xput/1x1.pdf - texmf-dist/doc/latex/xput/2x1.pdf - texmf-dist/doc/latex/xput/3x2.pdf - texmf-dist/doc/latex/xput/LICENSE.txt - texmf-dist/doc/latex/xput/README.md details="Readme" - texmf-dist/doc/latex/xput/example-book.pdf - texmf-dist/doc/latex/xput/example-book.tex - texmf-dist/doc/latex/xput/example-borders-and-shadows.pdf - texmf-dist/doc/latex/xput/example-borders-and-shadows.tex - texmf-dist/doc/latex/xput/example-graphic.pdf - texmf-dist/doc/latex/xput/example-graphic.tex - texmf-dist/doc/latex/xput/example-grid.pdf - texmf-dist/doc/latex/xput/example-grid.tex - texmf-dist/doc/latex/xput/example-template.pdf - texmf-dist/doc/latex/xput/example-template.tex - texmf-dist/doc/latex/xput/example-text.pdf - texmf-dist/doc/latex/xput/example-text.tex - texmf-dist/doc/latex/xput/koepi.jpg - texmf-dist/doc/latex/xput/tests.zip - texmf-dist/doc/latex/xput/xputmanual-layout-guides.pdf - texmf-dist/doc/latex/xput/xputmanual-layout-guides.tex - texmf-dist/doc/latex/xput/xputmanual.pdf details="Package documentation" - texmf-dist/doc/latex/xput/xputmanual.tex -runfiles size=43 - texmf-dist/scripts/xput/xput - texmf-dist/scripts/xput/xputserver - texmf-dist/tex/latex/xput/xput.cls -catalogue-contact-bugs https://github.com/friedemannbartels/xput/issues -catalogue-contact-repository https://github.com/friedemannbartels/xput -catalogue-ctan /macros/latex/contrib/xput -catalogue-license lppl1.3c -catalogue-topics layout pgf-tikz class -catalogue-version 1.0.2 - -name xput.aarch64-linux -category Package -revision 65465 -shortdesc aarch64-linux files of xput -binfiles arch=aarch64-linux size=2 - bin/aarch64-linux/xput - bin/aarch64-linux/xputserver - -name xput.amd64-freebsd -category Package -revision 65465 -shortdesc amd64-freebsd files of xput -binfiles arch=amd64-freebsd size=2 - bin/amd64-freebsd/xput - bin/amd64-freebsd/xputserver - -name xput.amd64-netbsd -category Package -revision 65465 -shortdesc amd64-netbsd files of xput -binfiles arch=amd64-netbsd size=2 - bin/amd64-netbsd/xput - bin/amd64-netbsd/xputserver - -name xput.armhf-linux -category Package -revision 65465 -shortdesc armhf-linux files of xput -binfiles arch=armhf-linux size=2 - bin/armhf-linux/xput - bin/armhf-linux/xputserver - -name xput.i386-cygwin -category Package -revision 65465 -shortdesc i386-cygwin files of xput -binfiles arch=i386-cygwin size=2 - bin/i386-cygwin/xput - bin/i386-cygwin/xputserver - -name xput.i386-freebsd -category Package -revision 65465 -shortdesc i386-freebsd files of xput -binfiles arch=i386-freebsd size=2 - bin/i386-freebsd/xput - bin/i386-freebsd/xputserver - -name xput.i386-linux -category Package -revision 65465 -shortdesc i386-linux files of xput -binfiles arch=i386-linux size=2 - bin/i386-linux/xput - bin/i386-linux/xputserver - -name xput.i386-netbsd -category Package -revision 65465 -shortdesc i386-netbsd files of xput -binfiles arch=i386-netbsd size=2 - bin/i386-netbsd/xput - bin/i386-netbsd/xputserver - -name xput.i386-solaris -category Package -revision 65465 -shortdesc i386-solaris files of xput -binfiles arch=i386-solaris size=2 - bin/i386-solaris/xput - bin/i386-solaris/xputserver - -name xput.universal-darwin -category Package -revision 65465 -shortdesc universal-darwin files of xput -binfiles arch=universal-darwin size=2 - bin/universal-darwin/xput - bin/universal-darwin/xputserver - -name xput.x86_64-cygwin -category Package -revision 65465 -shortdesc x86_64-cygwin files of xput -binfiles arch=x86_64-cygwin size=2 - bin/x86_64-cygwin/xput - bin/x86_64-cygwin/xputserver - -name xput.x86_64-darwinlegacy -category Package -revision 65465 -shortdesc x86_64-darwinlegacy files of xput -binfiles arch=x86_64-darwinlegacy size=2 - bin/x86_64-darwinlegacy/xput - bin/x86_64-darwinlegacy/xputserver - -name xput.x86_64-linux -category Package -revision 65465 -shortdesc x86_64-linux files of xput -binfiles arch=x86_64-linux size=2 - bin/x86_64-linux/xput - bin/x86_64-linux/xputserver - -name xput.x86_64-linuxmusl -category Package -revision 65465 -shortdesc x86_64-linuxmusl files of xput -binfiles arch=x86_64-linuxmusl size=2 - bin/x86_64-linuxmusl/xput - bin/x86_64-linuxmusl/xputserver - -name xput.x86_64-solaris -category Package -revision 65465 -shortdesc x86_64-solaris files of xput -binfiles arch=x86_64-solaris size=2 - bin/x86_64-solaris/xput - bin/x86_64-solaris/xputserver - name xq category Package revision 35211 |