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.
The hep-font package loads standard font packages and extends the usual Latin Modern implementations by replacing missing fonts with Computer Modern counterparts.
EasyDTX is a variant of the DTX format which eliminates the need for all those pesky macrocode environments. Any line introduced by a single comment counts as documentation, and documentation lines may be indented. An .edtx file is converted to a .dtx by a Perl script called edtx2dtx. There is also a rudimentary Emacs mode, implemented in easydoctex-mode.el, which takes care of fontification, indentation, and forward and inverse search.
This package provides an environment to switch a section of code on or off. The code may be placed anywhere in the file (it is not limited to the document or the preamble). The motivation for this package was to have commands which allow preselection based on whether sections of code in a preamble of a template are executed.
The package adds reference-page-list to bibliography-items. It does its job without using the indexing facilities, and needs no special \cite-replacement package.
This package provides a LaTeX document class to typeset a resume or CV both in English and Chinese with more ease and flexibility.
The package provides the Libertine and Biolinum fonts in both Type 1 and OTF styles, together with support macros for their use. Monospaced and display fonts, and the keyboard set are also included, in OTF style, only. The mweights package is used to manage the selection of font weights.
The package provides commands (English and French version) to insert colored belts to present skills, for example.
This package helps in creating exercises and the corresponding solutions. It is the official successor of the exsheets package and fixes/improves various long-standing issues.
This is a BibLaTeX style for Springer Lecture Notes in Computer Science (LNCS). It extends the standard BiBTeX model by an acronym entry.
This package provides a calligraphic font for simulating American-style informal handwriting. The font is distributed in Adobe Type 1 format.
This package provides a document class for streamlining document creation in LaTeX. It does not overwrite any TeX or LaTeX commands so the user could use their own macros or other commands as they wish.
This package provides commands to typeset proof trees in the style of sequent calculus and related systems. The commands allow for writing inferences with any number of premises and alignment of successive formulas on an arbitrary point. Various options allow complete control over spacing, styles of inference rules, placement of labels, etc.
This package provides a TikZ library for working with tiles, tilings, and tessellations. Using it, one can define tiles, place tiles, deform tiles, and --- in some cases --- apply replacement rules to generate tessellations. It has pre-defined tiles for most of the Penrose tile sets and the aperiodical polykite tiles. This is a replacement for the penrose package, renamed as it now deals with more extensive tiles than just the Penrose tile sets.
Econometrics is a package that defines some commands that simplify mathematic notation in economic and econometrics writing. The commands are related to the notation of vectors, matrices, sets, calligraphic and roman letters statistical distributions constants and symbols matrix operators and statistical operators.
This package generates circled numbers (or other kinds of markers or small text) to mark steps in procedures, exercises, and so on.
This package provides a class for documents which are prepared on the ``Automatic systems for information processing and control'' (ASOIU) of Omsk State Technical University, Omsk, Russia. The class is based on the article class and requires XeLaTeX or LuaLaTeX for its proper working.
delimset is a LaTeX2e package to typeset and declare sets of delimiters in math mode whose size can be adjusted conveniently.
This package provides macros beginning with the PS character, made active, which enable us to write the British or American English pronunciation as one can find it in the English Pronouncing Dictionary by Daniel Jones. There is an option to typeset the pronunciation in the style of Harrap's dictionary.
The package provides a selection of new maths commands and improved re-definitions of existing commands.
This package provides a BibTeX style and a LaTeX package that allow for a full bibliography at the end of the document as well as citation details in footnotes.
The class is based on memoir, and is adapted to typesetting Korean documents.
Prosper is a LaTeX class for writing transparencies. It is written as an extension of the seminar class. Prosper offers a friendly environment for creating slides for both presentations with an overhead projector and a video projector. Slides prepared for a presentation with a computer and a video projector may integrate animation effects, incremental display, and so on. Various visual styles are supported and others are being contributed.
Garamond Libre is an old-style font family. It is a true Garamond, i.e., it is based off the designs of 16th-century French engraver Claude Garamond (also spelled Garamont). The Roman design is Garamond's; the italics are from a design by Robert Granjon. The upright Greek font is after a design by Firmin Didot; the italic Greek font is after a design by Alexander Wilson. The font family includes support for Latin, Greek (monotonic and polytonic) and Cyrillic scripts, as well as small capitals, old-style figures, superior and inferior figures, historical ligatures, Byzantine musical symbols, the IPA and swash capitals.
Lua code working with Unicode data has to deal with quite some challenges. For example there are many canonically equivalent sequences which should be treated in the same way, and even identifying a single character becomes quite different once you have to deal with all kinds of combining characters, emoji sequences and syllables in different scripts. Therefore lua-uni-algos wants to build a collection of small libraries implementing algorithms to deal with lots of the details in Unicode, such that authors of LuaTeX packages can focus on their actual functionality instead of having to fight against the peculiarities of Unicode. Given that this package provides Lua modules, it is only useful in Lua(HB)TeX. Additionally, it expects an up-to-date version of the unicode-data package to be present. This package is intended for package authors only; no user-level functionality provided.