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.
The mptopdf script does standalone conversion from mpost to PDF, using the supp-* and syst-* files. They also allow native MetaPost graphics inclusion in LaTeX (via pdftex.def) and ConTeXt. They can be used independently of the rest of ConTeXt.
The pecha class provides an environment for writing Tibetan on LaTeX2e in the traditional Tibetan Pecha layout used for spiritual or philosophical texts, using the cTib4TeX package. It provides features like headers in different languages, page numbering in Tibetan and more.
The package is intended for setting rich text into titling capitals (in which the first character of words are capitalized). It automatically accounts for diacritical marks (like umlauts), national symbols (like ae), punctuation, and font changing commands that alter the appearance or size of the text. It allows a list of predesignated words to be protected as lower-cased, and also allows for titling exceptions of various sorts.
This package provides commands to typeset proof trees in the style of sequent calculus and related systems.
This package provides a class for Amnesty International reports according to guidelines at https://brandhub.amnesty.org/.
This package uses the Lua library LPEG to typeset and highlight Python listings.
This package provides a package defining many macros for items of significance in statistical presentations. An updated, but incompatible, version of the package is available: statex2.
This class provides patches of some Beamer templates and commands for presentation from right to left. It requires Babel with the LuaTeX engine.
The package helps to enables grid typesetting in double column documents. Grid typesetting (vertical aligning of lines of text in adjacent columns) is a difficult task in LaTeX, and the present package is no more than an attempt to help users to achieve it in a limited way.
The package calculates and prints rows of Pascal's triangle. It may be used to print successive rows of the triangle, or to print the rows inside an array or tabular environment.
This package includes fonts for African languages. The fonts are provided as Metafont source, in the familiar arrangement of lots of preamble files and a modest set of glyph specifications.
This is the Babel style for Azerbaijani. This language poses special challenges because no traditional font encoding contains the full character set, and therefore a mixture must be used (e.g., T2A and T1). This package is compatible with Unicode engines LuaTeX and XeTeX, which are very likely the most convenient way to write Azerbaijani documents.
The use of formats helps to speed up compilations: packages which have been dumped in the format are loaded at very high speed. This is useful when a document loads many packages.
PerlTeX is a combination Perl script (perltex.pl) and LaTeX2e package (perltex.sty) that, together, give the user the ability to define LaTeX macros in terms of Perl code. Once defined, a Perl macro becomes indistinguishable from any other LaTeX macro. PerlTeX thereby combines LaTeX's typesetting power with Perl's programmability. PerlTeX will make use of persistent named pipes, and thereby run more efficiently. Also provided is a switch to generate a PerlTeX-free, document-specific, noperltex.sty that is useful when distributing a document to places where PerlTeX is not available.
The Bembo-like font family, ETbb, expands ET-Bembo features to include a full set of figure styles, small caps in all styles, superior letters and figures, inferior figures, a new capital Sharp S with small caps version, along with macros to activate these features in LaTeX.
The style was generated using custom-bib, and implements the style of the American Institute of Chemical Engineers Journal (or AIChE Journal or AIChE J or AIChEJ).
The Pazo Math fonts are a family of PostScript fonts suitable for typesetting mathematics in combination with the Palatino family of text fonts. The Pazo Math family is made up of five fonts provided in Adobe Type 1 format. These contain glyphs that are usually not available in Palatino and for which Computer Modern looks odd when combined with Palatino. These glyphs include the uppercase Greek alphabet in upright and slanted shapes, the lowercase Greek alphabet in slanted shape, several mathematical glyphs and the uppercase letters commonly used to represent various number sets. LaTeX macro support is provided in package psnfss.
The bundle contains two packages: quoted, for inserting quotation marks; and onedash, for inserting dashes. Each package takes a language name as an option; accepted language options are american, british, german and polish.
The bundle: exhibits the process of making an HTML beamer presentation with the blogdot package from the morehype bundle, and HTML generation based on the fifinddo package.
This package provides abstract, chapter, title, date etc, for Serbian language in Cyrillic scripts in T2A encoding and CP1251 code pages.
This package allows entering Unicode symbols in math formulas. Unlike the unicode-math package, this does not change the math output encoding.
This package provides a collection of visually appealing, structured callout boxes for LaTeX documents. These boxes are useful for highlighting important information such as warnings, errors, notes, and success messages.
MakeCirc is a MetaPost library that contains diverse symbols for use in circuit diagrams. MakeCirc offers a high quality tool, with a simple syntax. MakeCirc is completely integrated with LaTeX documents and with other MetaPost drawing/graphic. Its output is a PostScript file.
There are a number of symbols (e.g., \Square) that are defined by several packages. In order to typeset all the variants in a document, we have to give the glyph a unique name. To do that, we define \savesymbol{XXX}, which renames a symbol from \XXX to \origXXX, and \restoresymbols{yyy}{XXX}, which renames \origXXX back to \XXX and defines a new command, \yyyXXX, which corresponds to the most recently loaded version of \XXX.