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.
The package provides several functions for drawing Young tableaux and Young diagrams, extending the young and youngtab packages but providing lots more features. Skew and coloured tableaux are easy, and pgfkeys-enabled options are provided both at package load and configurably.
The package overlays a grid (whose spacing is \baselineskip, which offers guidelines for considering the ``rhythm'' of the document on the page.
The package is a toolbox of programming facilities geared primarily towards LaTeX class and package authors. It provides LaTeX frontends to some of the new primitives provided by e-TeX as well as some generic tools which are not strictly related to e-TeX but match the profile of this package. The package provides functions that seem to offer alternative ways of implementing some LaTeX kernel commands; nevertheless, the package will not modify any part of the LaTeX kernel.
This package provides the binary for texlive-lacheck.
This package defines an equationarray environment, that allows more than three columns, but otherwise behaves like LaTeX's eqnarray environment. This environment is similar, in some ways, to the align environment of amsmath.
This plain TeX and LaTeX package provides the hlist environment in which \hitem starts a horizontal and columned item.
This package provides an Irish language module for glossaries package.
The bundle contains documentation files for Japanese pBibTeX and upBibTeX. For historical reasons, this also contains old documentation files for JBibTeX.
This package provides BibTeX styles modified for Persian documents prepared with XePersian (which the present package depends on). The Persian .bst files can simultaneously handle both Latin and Persian references. A file p1256fa.csf is provided for correct sorting of Persian references and three fields LANGUAGE, TRANSLATOR and AUTHORFA are defined.
The Babel-latin package provides the Babel languages latin, classiclatin, medievallatin, and ecclesiasticlatin. It also defines several useful shorthands as well as some modifiers for typographical fine-tuning.
This package enables users to specify in their sources the following settings on the PDF document to output: PDF version (1.4, 1.5 etc.); whether or not to compress streams; whether or not to use object streams. This package supports all major PDF-output engines and dvipdfmx.
In 2011 Andrij's typeface became a winner of the Ukrainian Type Design Competition ``Mystetsky Arsenal'' in which three main criteria were sought for: being zeitgeist, practical, and Ukrainian. Andrij's winning entry was crowned Arsenal and made publicly available. Arsenal is a semi-grotesque with traditional forms. It is primarily designed for body text and intended for various professional communication. Its special qualities of letter shapes and subtle contrast modulation articulate grace and expressiveness. Arsenal's somewhat lyrical sentiment abides to the Ukrainian nature of the font. This package provides the fonts and LaTeX support for them with matching math. It needs LuaLaTeX or XeLaTeX.
The package offers a collection of simple macros for preparing presentations in Plain TeX. Slide colour and text colour may be set, links between parts of the presentation, to other files, and to web addresses may be inserted. Images may be included easily, and code is available to provide transition effects between slides or frames. The structure of the macros is not overly complex, so that users should find it easy to adapt the macros to their specific needs.
Typeset good-looking set notation as well as similar things such as Dirac braket notation, conditional probabilities, etc. The package is at least inspired by braket.
This package is intended for package writers. It defines macros for setting and maintaining new colour stacks.
The package contains a LaTeX class as well as style files for creating beautiful science books.
This is a LaTeX class to publish article to ISCRAM.
This is the ABNT Brazilian standard style for tabularray. It provides the themes abnt (for tables with numerical data) and quadro (for tables with text information).
TeX Live provides a comprehensive TeX document production system. It includes all the major TeX-related programs, macro packages, and fonts that are free software, including support for many languages around the world.
This package contains some Web2C binaries and Metafont. TeX engines, in addition to TeX itself, are limited to LuaHBTeX, LuaTeX and pdfTeX. For a self-sufficient TeX installation, users are advised to add at least a TeX Live collection or scheme package to their profile instead of this package.
This package provides some LaTeX support for the use of EBGaramond12 in mathematics.
The l3experimental packages are a collection of experimental implementations for aspects of the LaTeX3 kernel, dealing with higher-level ideas such as the Designer Interface. Some of them work as stand alone packages, providing new functionality, and can be used on top of LaTeX2e with no changes to the existing kernel. The present release includes:
l3benchmark for measuring the time taken by TeX to run certain code;
l3draw a code-level interface for constructing drawings;
l3graphics an interface for the inclusion of graphics files;
l3opacity support for opacity in PDF output;
l3str support for string manipulation;
l3bitset support for bit vectors;
l3sys-shell which provides abstractions for common shell functions like file deletion and copying;
xcoffins which allows the alignment of boxes using a series of handle positions, supplementing the simple TeX reference point;
xgalley which controls boxes receiving text for typesetting.
This package consists of a Lua program as well as a (Lua)LaTeX .sty file. Given a smooth function, bezierplot returns a smooth Bezier path written in TikZ notation, which also matches MetaPost, that approximates the graph of the function. For polynomial functions of degree lesser or equal to 3 and their inverses the approximation is exact (up to numeric precision). bezierplot also finds special points such as extreme points and inflection points and reduces the number of used points.
The package provides commands for typesetting a CV or resume. It provides commands for general-purpose headings, entries, and item/description pairs, as well as more specific commands for formatting sections, with explicit inclusion of school, degree, employer, job, conference, and publications entries. It tends to produce a somewhat long and quite detailed document but may also be suitable to support a shorter resume.
The MetaPost package latexMP implements a user-friendly interface to access LaTeX-based typesetting capabilities in MetaPost. The text to be typeset is given as string. This allows even dynamic text elements, for example counters, to be used in labels. Compared to other implementations it is much more flexible, since it can be used as direct replacement for btex.etex, and much faster, compared for example to the solution provided by tex.mp.