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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides an environment for displaying block text with special characters, such as verbatim quotes from a referee report which may contain pseudo-(La)TeX code. This behaves like a verbatim environment, except that it displays its content as normal paragraph content, ignoring any white space preformatting.
The package preprocesses input files to a Lua(La)TeX run, on the fly. The user defines Lua regular expressions to search for patterns and modify input lines (or entire paragraphs) accordingly, before TeX reads the material. In this way, documents may be prepared in a non-TeX language (e.g., some lightweight markup language) and turned into proper TeX for processing.
The package computes and draws 2D Delaunay triangulation. The algorithm is written with Lua, and depending upon the choice of the engine, the drawing is done by MetaPost (with luamplib) or by TikZ. The Delaunay triangulation algorithm is the Bowyer and Watson algorithm. Several macros are provided to draw the global mesh, the set of points, or a particular step of the algorithm.
The package prints a calendar for two or more years, according to a language selection. The package is also culture dependent in the sense that it will start weeks according to local rules: e.g., weeks conventionally start on Monday in the English-speaking world.
The EMISA LaTeX package is provided for preparing manuscripts for submission to EMISA, and for preparing accepted submissions for publication as well as for typesetting the final document by the editorial office.
This PSTricks package facilitates the drawing of protractors, rulers, compasses and pencils.
This package provides a German language module for the glossaries package.
The package is useful when building an image from assorted material, as in the slides of a projected presentation.
This package provides a collection of packages containing: accenti, dblfont, envmath, evenpage, graphfig, mathcmd, quotes, and sobolev.
This bundle started as an extension to the AGU's own published styles, providing extra facilities and improved usability. The AGU now publishes satisfactory LaTeX materials of its own; it is recommended to switch to the official distribution.
This package calculates biological sequence alignment with the Gotoh algorithm. The package also provides an interface to control various settings including algorithm parameters.
The package provides a set of macros for naturally typesetting electrical and electronic networks. It is designed as a tool that is native to LaTeX, and directly supporting PDF output format. It has therefore been based on the PGF/TikZ package.
The package provides management of the CJK category code table of the upTeX extended TeX engine. Package options are available for tailored use in the cases of documents that are principally written in Japanese, or principally written in English or other Western languages.
This package provides macros to allow for embedding exercises and solutions in the LaTeX source of an instructional text (e.g., a book or a course text) while generating the following separate documents: your original text that only contains the exercises, and a solution book that contains only the solutions to the exercises (optionally, the exercises themselves can also be copied to the solution book). The exercise data are generated when running LaTeX on your document; the first run also writes the solutions to a secondary file that may be included in a simple document harness, may be processed by LaTeX, to generate a nice solution book.
This is yet another package for acronyms: it offers simple markup of acronyms and technical terms in the text, giving an index each of terms and acronyms with their expanded form.
This package provides a macro to select the first font XeLaTeX or LuaTeX can find in a comma separated list and, additionally, a number of macro tests.
The package adds support for EPS files in the graphicx package when running under pdfTeX. If an EPS graphic is detected, the package spawns a process to convert the EPS to PDF, using the script epstopdf.
This package provides utility programs for Polish users of TeX. These programs are provided as sources, not installed in the bin directories.
This package provides a class and style file that supports the typesetting of plays, including options for line numbering.
This package executes the long division algorithm and typesets the solutions. The dividend must be a positive decimal number and the divisor must be a positive integer. Repeating decimals is handled correctly, putting a bar over the repeated part of the decimal.
The package defines two macros, \longdivision and \intlongdivision. Each takes two arguments, a dividend and a divisor. \longdivision keeps dividing until the remainder is zero, or it encounters a repeated remainder. \intlongdivision stops when the dividend stops (though the dividend doesn't have to be an integer).
Inria is a free font designed by Black[Foundry] for Inria, a French research institute. It comes as Serif and Sans Serif, each with three weights and matching italics. Using these fonts with XeLaTeX and LuaLaTeX is easy using the fontspec package. The present package provides a way of using them with LaTeX and pdfLaTeX: it provides two style files, InriaSerif.sty and InriaSans.sty, together with the PostScript version of the fonts and their associated files.
The mft program pretty-prints Metafont source code into a TeX file. The mftinc package facilitates incorporating such files into a LaTeX2e document. In addition, mftinc provides routines for improved comment formatting and for typesetting font tables.
The program reports typographic and other errors in LaTeX documents. Filters are also provided for checking the LaTeX parts of CWEB documents.
This package is intended for package authors who patch code from other packages. To improve reliability, the verifycommand package provides a way to verify that macros or environments have not changed. This allows a package author to check before patching a definition. If a definition is not as expected, a warning is issued. At the end of the compile, a list of all changed definitions is displayed.