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 is the Polish translation of the (Not so) Short Introduction to LaTeX2e.
This plain TeX and LaTeX package provides the hlist environment in which \hitem starts a horizontal and columned item.
This is a BibLaTeX style for Springer Lecture Notes in Computer Science (LNCS). It extends the standard BiBTeX model by an acronym entry.
The package provides the \multido command, which was originally designed for use with PSTricks. Fixed-point arithmetic is used when working on the loop variable, so that the package is equally applicable in graphics applications like PSTricks as it is with the more common integer loops.
The package can be used for creating a curriculum vitae. Note that cv is just a package: you choose the overall formatting by deciding which class to use, while the package provides the detailed formatting.
This package provides files needed for converting DVI files to PostScript.
This package provides miscellaneous macros by Joerg Knappen, including: represent counters in greek; Maxwell's non-commutative division; latin1jk, latin2jk and latin3jk, which are inputenc definition files that allow verbatim input in the respective ISO Latin codes; blackboard bold fonts in maths; use of RSFS fonts in maths; extra alignments for \parboxes; swap Roman and Sans fonts; transliterate semitic languages; patches to make (La)TeX formulae embeddable in SGML; use maths minus in text as appropriate; simple Young tableaux.
The combine class lets you bundle individual documents into a single document, such as when preparing a conference proceedings. The auxiliary combinet package puts the titles and authors from \maketitle commands into the main document's table of contents. The package cooperates with the abstract and titling packages.
The mciteplus LaTeX package is an enhanced reimplementation of mcite package which provides support for the grouping of multiple citations together as is often done in physics journals. An extensive set of features provide for other applications such as reference sublisting.
This is a LaTeX package that provides a command to produce dummy text interspersed with \index commands to test an index style or indexing application. The dummy text is mostly in English, but includes extended Latin characters provided either through LaTeX accent commands or directly with UTF-8 characters, depending on the setup, to allow for testing extended Latin alphabets. The supplementary package testidx-glossaries.sty uses the indexing interface provided by the glossaries package.
The package provides several page layouts, selectable by package options.
The bundle contains fonts (TFM and VF) for use with upTeX.
The jacow class is used for submissions to the proceedings of conferences on JACoW, an international collaboration that publishes the proceedings of accelerator conferences held around the world.
GFS Complutum derives from a minuscule-only font cut in the 16th century. An unsatisfactory set of majuscules were added in the early 20th century, but its author died before he could complete the revival of the font. The Greek Font Society has released this version, which has a new set of majuscules.
It is quite common that after modifying a TeX file, many unused labels remain in it. The purpose of chklref is to automatically find these useless labels. It also looks for non starred mathematical environments with no labels and advises the user to use a starred version instead.
This package provides a maths interface to the rsfs fonts.
Amiri is a classical Arabic typeface in Naskh style for typesetting books and other running text. It is a revival of the beautiful typeface pioneered in the early 20th century by Bulaq Press in Cairo, also known as Amiria Press, after which the font is named. The project aims at the revival of the aesthetics and traditions of Arabic typesetting, and adapting it to the era of digital typesetting, in a publicly available form.
This package lets you typeset justified sequences, also called pointing strings. It's used for instance, in research papers about game semantics to represent sequence of game moves with their associated justification pointers.
This package defines macros \includeversion{NAME} and \excludeversion{NAME}, each of which defines an environment NAME whose text is to be included or excluded from compilation.
Although the command syntax is very similar to that of comment, comment.sty is to be preferred to version.sty for documents where significant chunks of text may be excluded.
This is a PSTricks package which allows placing text over objects without obscuring background colors.
Diagxy is a general diagramming package, useful for diagrams in a number of mathematical disciplines.
This package provides macros to change text and mathematics fonts in TeX. The macros are written for plain TeX and may be used with other packages like AmSTeX, eplain, etc. They also work with XeTeX. The macros allow users to change the fonts (for both text and mathematics) in their TeX document with only one statement. The fonts may be used readily at various predefined sizes.
The package provides macros for typesetting natural deduction proofs in Fitch style, with sub-proofs indented and offset by scope lines.
The package provides the means of writing code in a modular fashion: big macros or functions are divided into small chunks (called gates) with names, which can be externally controlled (e.g., they can be disabled, subjected to conditionals, loops...) and/or augmented with new chunks. Thus complex code may easily be customised without having to rewrite it, or even understand its implementation: the behavior of existing gates can be modified, and new ones can be added, without endangering the whole design. This allows code to be hacked in ways the original authors might have never envisioned. The gates package is implemented independently for both TeX and Lua. The TeX implementation, running in any current environment, requires the texapi package, whereas the Lua version can be run with any Lua interpreter, not just LuaTeX.