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 document class provides both Arabic and English support for TeX and LaTeX. Input may be in ASCII transliteration or other encodings (including UTF-8), and output may be Arabic, Hebrew, or any of several languages that use the Arabic script, as can be specified by the Polyglossia package. The Arabic font is presently available in any Arabic fonts style. In order to use Amiri font style, the user needs to install the amiri package. This document class runs with the XeTeX engine. PDF files generated using this class can be searched, and text can be copied from them and pasted elsewhere.
The package provides a simple, modern Beamer theme for anyone to use. It tries to minimize noise and maximize space for content.
These are the Computer Modern fonts extended with Russian letters, in Metafont sources and ATM Compatible Type 1 format. The fonts are provided in KOI-7, but virtual fonts are available to recode them to three other Russian 8-bit encodings.
This project aims to display Git project information in PDF documents. It is mostly written in Lua for executing the Git commands, thereby making this package only applicable for LuaLaTeX with shell escape enabled. If LuaLaTeX isn't working for you, you could try gitinfo2 instead. For LaTeX, a set of standard macros is provided for displaying basic information or setting the project directory, and a set of advanced macros for formatting commits and tags.
This LuaLaTeX package provides extensive support for handling options, on package level and locally. It allows the declaration of sets of options, along with defaults, allowed values and limited type checking. These options can be enforced as package options, changed at any point during a document, or overwritten locally by optional macro arguments. It is also possible to instantiate an Options object as an independent Lua object, without linking it to a package. Luaoptions can be used to enforce and prepopulate options, or it can be used to simply handle the parsing of optional key=value arguments into proper Lua tables.
The package supports use, in LaTeX, of the Metafont emulation of the Sueterlin handwriting fonts. The package is distributed as part of the fundus bundle..
Similar to FontAwesome icons being provided on LaTeX by the fontawesome package, this package aims to do the same with Simple Icons.
This collection provides additional BibTeX styles and bibliography data(bases), notably including BibLaTeX.
The package can help you typeset exams (mostly in mathematics and related disciplines where students are required to show their calculations followed by one or more short answers). It provides commands for inclusion of space for calculations, as well as commands for automatic creation of answer spaces. In addition, the package will automatically create page headers and footers, and will let you include instructions and space for students to put their name.
This package provides procedures for using spot colours in LaTeX documents and the generated PDF files. Predefined templates for PANTONE and HKS colour spaces are included but new ones can easily be defined.
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the Josefin Sans family of fonts, designed by Santiago Orozco. Josefin Sans is available in seven weights, with corresponding italics.
This package defines a macro to place objects (tables and figures) and their captions in different positions with different rotating angles within a float. All objects and captions can be framed.
This package replaces and extends the pgfpages sub-package of the PGF system. It provides the capability to arrange multiple logical pages on multiple physical pages, for example as for arranging pages to make booklets.
When writing programs, it's often required to present the user with a list of options or actions. The user is then expected to select one of these options for the program to process. termmenu provides this mechanism for TeX.
Emp is a package for encapsulating MetaPost figures in LaTeX: the package provides environments where you can place MetaPost commands, and means of using that code as fragments for building up figures to include in your document. So, with Emp, the procedure is to run your document with LaTeX, run MetaPost, and then complete running your document in the normal way. Emp is therefore useful for keeping illustrations in synchrony with the text. It also frees you from inventing descriptive names for PostScript files that fit into the confines of file system conventions.
The package changes package loading internals so that all subsequently loaded packages can rely on normal/standard catcodes of all ASCII characters. The package defines canonical control sequences to represent all the visible ASCII characters. It also provides robust option parsing mechanisms (XDeclareOption, XExecuteOptions and XProcessOptions, which will be used by \documentclass if the package has already been loaded). The package also provides a range of other TeX programming tools.
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 purpose of this package is pretty straightforward: the Lexend font collection has been designed by Dr.: Bonnie Shaver-Troup and Thomas Jockin to make reading easier for everyone.
The package generalises the macro patching commands provided by P. Lehmann's etoolbox. The difference between this package and its sibling xpatch is that this package sports a very powerful \regexpatchcmd based on the l3regex module of the LaTeX3 experimental packages.
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.
This is a small package to create scalebars for maps, diagrams or photos. It was designed for use with cave maps but can be used for anything from showing a scalebar in kilometres for topographic maps to a scalebar in micrometres for an electron microscope image.
The class was developed for use by students writing legal essays (juristische Hausarbeit) at German Universities. It is based on jurabook and jurabib and makes it easy for LaTeX beginners to get a correct and nicely formatted paper.
The package defines the W3C SVG colour names for use with both the color and PSTricks packages.
While pdfLaTeX has a number of nice features, its primary shortcoming relative to standard LaTeX+dvips is that it is unable to read ordinary Encapsulated PostScript (EPS) files, the most common graphics format in the LaTeX world. Purifyeps converts EPS files into a purified form that can be read by both LaTeX+dvips and pdfLaTeX. The trick is that the standard LaTeX2e graphics packages can parse Metapost-produced EPS directly. Hence, purifyeps need only convert an arbitrary EPS file into the same stylized format that Metapost outputs.