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 facilitates the on-the-fly conversion of various graphics formats to formats supported by pdfLaTeX (e.g., PDF). It uses a range of external programs, and therefore requires that the LaTeX run starts with write18 enabled.
This package provides Polish macros and fonts supporting Pagella/pxfonts and Termes/txfonts
The clipboard package provides a basic framework for copying and pasting text and commands into and across multiple documents. It replaces the copypaste package.
This package adds fixed date-stamps with simple and customizable .aux files and LuaLaTeX. As long as the .aux file is not deleted/modified the date-stamp generated with this package remains intact.
This package provides macros to simplify the process of representing intervals on the number line.
The package extends the vowel package (distributed as part of the tipa bundle) by allowing the user to draw arrows between vowels to show relationships such as diphthong membership.
This package implements software entry types for BibLaTeX in the form of a bibliography style extension. It requires the Biber backend.
This package provides two shorthands for typesetting breaking and non-breaking small spaces, where both hyphenation and kerning against space are correctly applied. Additionally, interword kerning can be applied.
The package provides BibLaTeX support for Russian bibliography style GOST 7.0.5-2008
Many font families available for use with LaTeX are available at multiple weights. Many Type 1-oriented support packages for such fonts re-define the standard \mddefault or \bfdefault macros. This can create difficulties if the weight desired for one font family isn't available for another font family, or if it differs from the weight desired for another font family. The package provides a solution to these difficulties.
The package harmony.sty helps typesetting harmony symbols for musicology.
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 package provides a Lua script which can be used for retrieving bibliographic information in BibLaTeX format for packages hosted on CTAN. The ctanbib script depends only on LuaXML.
The package will typeset cards for use in a game of Set.
The bundle contains various macros either used for creating the author's book Introduktion til LaTeX (in Danish), or presented in the book as code tips. The bundle comprises:
dlfltxbcodetips: various macros helpful in typesetting mathematics;dlfltxbmarkup: provides macros used throughout, for registering macro names, packages etc., in the text, in the margin and in the index, all by using categorised keys;dlfltxbtocconfig: macros for the two tables of contents that the book has;dlfltxbmisc: various macros for typesetting LaTeX arguments, and the macro used in the bibliography that can wrap a URL up into a BibTeX entry.
The package is written in order to help identifying the rightful addressee for a bug report. The LaTeX team asks that it will be loaded in any test file that is intended to be sent to the LaTeX bug database as part of a bug report.
The Pigpen cipher package provides the font and the necessary wrappers (style file, etc.) in order to write Pigpen ciphers, a simple substitution cipher. The package provides a font (available both as Metafont source, and as an Adobe Type 1 file), and macros for its use.
The FigSize package enables automatic sizing of graphics, especially when including graphics with the graphicx package. The user only has to specify the number of graphics that should fit to a page or fraction there of and the package will dynamically calculate the correct graphics sizes relative to the page size. Thus, graphics can be auto-sized to fill a whole page or fraction and manual changes of graphic sizes are never needed when changing document layouts. Finally, the package's dynamic lengths can be used to allow other document element sizes to be dynamic.
This package provides primitives for drawing Business Process Modelling and Notation (BPMN) models. It includes tasks, subprocesses, events, task markers and gateways. The symbols aim to follow the BPMN standard as closely as possible.
The package defines a new type of note, bibnote, which will always be added to the bibliography. The package allows footnotes and endnotes to be moved into the bibliography in the same way. The package can be used with natbib and BibLaTeX as well as plain LaTeX citations. Both sorted and unsorted bibliography styles are supported.
The package implements all the font testing commands of Knuth's testfont.tex, but arranges that information necessary for each command is supplied as arguments to that command, rather than prompted for. This makes it possible to type all the tests in one command line, and easy to input the package in a file and to use the commands there. A few additional commands supporting this last purpose are also made available.
This font family is a modification of cm-unicode fonts, with Arabic support.
This package supports hyperref's pdfTeX driver. It removes unnecessary destinations and shortens the destination names or uses numbered destinations to get smaller PDF files.
LaTeX tables are implemented using TeX commands such as \halign, \noalign, \span, and \omit. In order to implement new features, many macro packages have modified the inner table commands inside LaTeX. This makes package code complicated, difficult to maintain, and often conflicts with each other. At present, the LaTeX3 programming layer is basically mature. This tabularray package will discard the old \halign commands and directly use LaTeX3 functions to parse the table, and then typeset the entire table. Under the premise of being compatible with the basic syntax of LaTeX2 tables, this macro package will completely separate the content and style of the table, and the style of the table can be completely set in keyval way.