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 package typesets a LaTeX counter such as page in an arbitrary base (default 16). It does not change font or typeface.
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.
This package provides a Dutch language module for glossaries package.
This package provides LaTeX format files and man pages along with several packages that are considered as part of the LaTeX kernel.
The rcs package utilizes the inclusion of RCS supplied data in LaTeX documents. In particular, you can easily access values of every RCS field in your document put the checkin date on the titlepage or put RCS fields in a footline. You can also typeset revision logs. You can also configure the rcs package easily to do special things for any keyword.
This package increases the width of the typeset area of an A4 page. This sort of operation is capable of producing typographically poor results; the operation itself is better provided by the geometry package.
The package creates documentation from C source code, or other programming languages.
This package simplifies creation of new documents for the (average) Croatian user. As an example, a class file hrdipl.cls (designed for the graduation thesis at the University of Zagreb) and sample thesis documents are included.
TeXstudio is an integrated writing environment for creating LaTeX documents. It makes writing LaTeX comfortable by providing features such as syntax-highlighting, an integrated viewer and reference checking.
This package provides an easy interface to adjust the character protrusion for different fonts and choosing the right adjustment automatically depending on the font. The package is largely superseded by microtype.
The class is designed for typesetting science fiction and fantasy manuscripts. Sffms now includes several options for specific publishers as well as extensive documentation aimed at new LaTeX users.
The distribution contains the class (which offers an option file for preprints), a template, and macros for writing articles in Progress of Theoretical Physics.
This is the TeX Live scheme for installing ConTeXt.
The package provides 1, 2, 3, 4 and 5 variable Karnaugh maps, in the style used in numerous American textbooks on digital design. The package draws K-maps where the most significant input variables are placed on top of the columns and the least significant variables are placed left of the rows.
The package provides an automatic and unified interface for Parsi typesetting in LaTeX, using the LuaTeX engine.
The package provides helpers for German language package documentation.
This package provides Frans Velthuis preprocessor for Devanagari text, and fonts and macros to use when typesetting the processed text. The macros provide features that support Sanskrit, Hindi, Marathi, Nepali, and other languages typically printed in the Devanagari script. The package provides fonts, in both Metafont and Type 1 formats.
The termlist package provides environments to indent and label any kind of terms with a continuous number. Candidate terms may appear inside an equation or eqnarray environment.
There are many emojis with long names, and we cannot remember them all. At the same time, when we type an emoji, we want to see what it looks like in text editor. Now, you do not need to remember the emoji name, just select it from the keyboard and wrap it with \emotion. Unlike other emoji packages, you can thus use emojis more easily and flexibly.
This package provides a wall calendar class with custom layouts and support for internationalization. There is also support for loading event marks from a CSV file.
This package provides LaTeX support for the symbol for the EMF in electric circuits and electrodynamics. It provides support for multiple symbols but does not provide any fonts. The fonts themselves must be acquired otherwise.
The luacomplex package is developed to define complex numbers and perform basic arithmetic on complex numbers in LaTeX. It also loads the luamathspackage. It provides an easy way to define complex numbers and perform operations on complex numbers. There is no particular environment for performing operations on complex numbers. The package commands can be used in any environment (including the mathematics environment).
The standard letter class letter has a label feature. You can activate it using \makelabels. While in Germany window envelopes are common, printing labels is not common, and scrlttr2 has never supported label printing. Using makelabels.lco does implement a \makelabels feature similar to the standard letter classes. Currently there are (almost) no configuration features for makelabels.lco. But you may use the envlab package after loading makelabels.lco to get various configuration features.
Using Lua, the luagcd package is developed to find the greatest common divisor (gcd) of integers in LaTeX. The package provides commands to obtain step-by-step computation of gcd of two integers by using the Euclidean algorithm. In addition, the package has the command to express gcd of two integers as a linear combination. The Bezout's Identity can be verified for any two integers using commands in the package.