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.
With the help of this package you can simulate animation in your slide deck, making it look similar to what PowerPoint can do.
The package contains all the necessary files to typeset Epi-Olmec documents, in a script used in Southern Middle America until about 500 AD.
Fragmaster enables you to use psfrag with pdfLaTeX. It takes EPS files and psfrag substitution definition files, and produces PDF and EPS files with the substitutions included.
This is the minimal TeX Live scheme, with support for only plain TeX. (No LaTeX macros.) LuaTeX is included because Lua scripts are used in TeX Live infrastructure. This scheme corresponds exactly to collection-basic.
This package uses PDF's text rendering to modify the linewidth of an outline font to get bold characters. It works only for vectorfonts where the glyphs are defined by their outline.
The logpap package provides four macros for drawing logarithmic-logarithmic, logarithmic-linear, linear-logarithmic and (because it was easy to implement) linear-linear graph paper with LaTeX.
This package provides a package to provide different types of arrow heads to be used with MetaPost commands
Grid setting --- also known as strict in-register setting --- is something, that should be done for a lot of documents but is not easy using LaTeX. The package helps to get the information needed for grid setting. It does not implement auto grid setting, but there is a command \vskipnextgrid, that moves to the next grid position. This may be enough under some circumstances, but in other circumstances it may fail. Thus gridset
The glossaries package supports acronyms and multiple glossaries, and has provision for operation in several languages (using the facilities of either Babel or Polyglossia). New entries are defined to have a name and description (and optionally an associated symbol). Support for multiple languages is offered, and plural forms of terms may be specified. An additional package, glossaries-accsupp, can make use of the accsupp package mechanisms for accessibility support for PDF files containing glossaries. The user may define new glossary styles, and preambles and postambles can be specified. There is provision for loading a database of terms, but only terms used in the text will be added to the relevant glossary.
The package uses an indexing program to provide the actual glossary; either MakeIndex or Xindy may serve this purpose, and a Perl script is provided to serve as interface. The package supersedes glossary package (which is now obsolete).
The mathspec package provides an interface to typeset mathematics in XeLaTeX with arbitrary text fonts using fontspec as a backend.
The package provides styles for drawing Object-Role Model (ORM) diagrams in TeX based on the PGF and TikZ picture environment.
The package provides a LaTeX method of typesetting crosswords, and assists the composer ensure that the grid all goes together properly.
This is a basic LuaTeX OpenType handler, based on Paul Isambert's PiTeX code.
This package typesets OPM (Object-Process Methodology) diagrams using LaTeX and PGF/TikZ.
This package provides an easy way to read in JSON data from files or strings in LaTeX documents, parse the data and store it in a user-defined token variable.
The labyrinth package provides code and an environment for typesetting simple labyrinths with LaTeX, and generating an automatic or manual solution path.
This package implements a LaTeX style file to produce origami-style folding paper CD cases.
Scientific Knowledge Graph TeX (SciKgTeX) is a LuaLaTeX package which makes it possible to annotate specific research contributions in scientific documents. SciKGTeX will enrich the document by adding the marked contributions to PDF metadata in a structured XMP format which can be picked up by search engines and knowledge graphs.
ijqc.bst is a BibTeX style file to support publication in Wiley's International Journal of Quantum Chemistry.
The package provides a map for use with Jonathan Kew's TECkit, to translate Devanagari (encoded according to the Harvard/Kyoto convention) to Unicode (range 0900-097F).
This LaTeX package can output annotation symbols enclosed in square brackets and marked with an asterisk.
This package breaks a given graphical file into n rows and m columns of subgraphics, which are called tiles. The tiles can be written separately to individual PDF files, or packaged into a single PDF file.
This package provides a style file for use with the letter class that overwrites the \opening and \closing macros so that letters can be styled with the block letter style instead of the default style. Thus, the return address, the closing, and the signature appear flushed on the left margin.
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.