Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides a set of MetaPost macros for typesetting derivation trees (such as used in sequent calculus, type inference, programming language semantics...).
texlogsieve reads a LaTeX log file (or the standard input if no file is specified), filters out less relevant messages, and displays a summary report.
This package aims at being a GUI for tlmgr, the TeX Live Manager, with a modern look and feel.
If inputenc is used and German umlauts are input directly, they are converted to the LICR representation such as \"a. This breaks the sort algorithm of MakeIndex, for instance. Ginpenc converts umlauts and the sharp-s to the short forms defined by Babel, e.g., "a instead, if the text is typeset in German.
York Graduate Studies has again changed the requirements for theses and dissertations. The established york-thesis class file now implements the changes made in Spring 2005.
pst-dart is a PSTricks related package and draws dart boards. Optional arguments are the unit and the fontsize.
The package formats articles using the MLA style. The aim is that students and other academics in the humanities should be able to typeset their materials, properly, with minimal effort on their part.
This bundle contains the two packages svg and svg-extract.
The svg package is intended for the automated integration of SVG graphics into LaTeX documents. Therefore the capabilities provided by Inkscape --- or more precisely its command line tool --- are used to export the text within an SVG graphic to a separate file, which is then rendered by LaTeX. For this purpose the two commands \includesvg and \includeinkscape are provided which are very similar to the \includegraphics command of the graphicx package.
In addition, the package svg-extract allows the extraction of these graphics into independent files in different graphic formats, exactly as it is rendered within the LaTeX document, using either ImageMagick or Ghostscript.
This package provides fancy separators, which are visual cues that indicate a change of subject or context without actually starting a new chapter or section.
This package provides a bunch of packages, including: idverb.tex, for short verbatim; xfig.tex, for including xfig/transfig output in a TeX document; and cassette.tex for setting cassette labels.
The bundle contains fonts for use with pTeX and the documents for the makejvf program.
This package is intended for use by users who know about fonts. It is a quick-fix for fonts which do not have genuine LaTeX support. It is not meant as a replacement of the LaTeX font definition files. It is meant as something more usable for LaTeX users than the \newfont command. With addfont the loaded font scales along with the usual LaTeX size selection. Using this package still requires some knowledge on how to use fonts with LaTeX.
This package provides an extensive collection of arithmetic operations for fixed point real numbers of high precision.
This package provides simplified documentation for tlmgr, the TeX Live manager. It describes the most commonly-used actions and options in a convenient format.
The namespc package adds rudimentary C++-like namespace functionality to LaTeX. It may be used to declare local LaTeX commands, which can be made accessible in a later contexts without defining them globally.
The package provides a means of reading Asymptote figures from separate files, rather than within the document, as is standard in the asymptote package, which is provided as part of the Asymptote bundle. The Asymptote way can prove cumbersome in a large document; the present package allows the user to process one picture at a time, in simple test documents, and then to migrate (with no fuss) to their use in the target document.
This package provides some macros and general doodads for typesetting poetry. There is, of course, already the excellent verse package, and the poetrytex package provides some extra functionality on top of it. But poetry provides much of the same functionality in a bit of a different way, and with a few additional abilities, such as facilities for a list of poems, an index of first lines, and some structural commands.
This package provides a report and thesis class file for The School of Mathematics, Scotland at the University of Edinburgh (UoE). When working on a report or thesis, an easy way to implement the University's typesetting rules in LaTeX is provided by edmaths.sty. It sets the page margins as required and defines commands to create the correct cover page and standard declaration.
This package provides interfaces to allow creating ZUGFeRD or Faktur-X invoices with LaTeX including the XML file. It can be used to modify personal invoicing templates to fulfill the requirements for digital invoicing without further modification of the invoicing processes.
The package provides two environments called filecontentsdef and filecontentshere. They are derived from the LaTeX filecontents environment. In addition to the file creation they either store the (verbatim) contents in a macro (filecontentsdef) or typeset them (verbatim) on the spot (filecontentshere). The author developed the package to display TeX code verbatim in documentation and the same time produce the corresponding files during the LaTeX run in order to embed them in the PDF as file attachment annotations (by using Scott Pakin's package attachfile).
This is the full TeX Live scheme: it installs everything available.
The package contains a theme for Beamer which is referenced as Cuerna inside Beamer and has four basic colour themes. The title page shows rectangles that represent the Fibonacci sequence, and spiral is drawn on top of the rectangles. Besides that the rest of the graphic elements in the slides are scarce to keep it clean.
The package supports footnotes and endnotes from separate files. This is achieved with commands \sepfootnotecontent and \sepfootnote; the former defines the content of a note, while the latter typesets that note.
The LaTeX package gobble includes several gobble macros not included in the LaTeX kernel. These macros remove a number of arguments after them, a feature regularly used inside other macros. This includes gobble macros for optional arguments.
The LaTeX package gobble-user provides these macros at the user level, i.e. using names without @@ so that these can be used without \makeatletter and \makeatother. The same macros are provided inside .tex files for use with plain-TeX or other TeX formats. However, the gobble macros for optional macros require \@@ifnextchar to be defined.