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 package can fetch the date declaration of packages and files used by a document, and then provide the information in macros. The facilities provide a means of obtaining the date of a package being documented.
The purpose of this package is to extend TikZ with the functionality for drawing quantum circuit diagrams.
The abc package lets you include lines of music written in the ABC Plus language. The package will then employ the \write18 facility to convert your notation to PostScript (using the established utility abcm2ps) and hence to the format needed for inclusion in your document.
The package keeps track of whether a command defined in a document preamble is actually used somewhere in the document. After the package is loaded in the preamble of a document, all \newcommand (and similar command definitions) between that point and the beginning of the document will be marked for logging. At the end of the document a report of command usage will be printed in the TeX log.
This package adds Norwegian Bokmal translations for the glossaries package. These will be loaded automatically when the Babel package is loaded with the option norsk.
This package provides a series of files, each of which defines a size-change macro. Note that 10point.tex is by convention called by one of the other files, so that there's always a way back.
This package enables you to produce oscilloscope ``screenshots''.
TeXcount is a Perl script that counts words in the text of LaTeX files. It has rules for handling most of the common macros, and can provide colour-coded output showing which parts of the text have been counted.
The package provides the means of declaring a set of counters to be stepped, each time some master counter is stepped.
The family contains text fonts in roman, sans-serif and monospaced shapes, with true small caps and old-style numbers; the package offers full support of the textcomp package. The mathematics fonts include all the AMS fonts, in both normal and bold weights. Each of the font types is available in two main versions: default and light. Each version is available in four variants: default; oldstyle numbers; oldstyle numbers with old ligatures such as ct and st, and long-tailed capital Q; and veryoldstyle with long s. Other variants include small caps as default or large small caps, and for mathematics both upright and slanted shapes for Greek letters, as well as default and narrow versions of multiple integrals.
This style is primarily aimed at Italian legal jurists and provides them with the ability to cite legal materials, such as legislative acts, regulations, soft law, treaties and case law. Additionally, the style codifies the most prevalent citation practices among Italian legal scholars.
The package provides efficient looping macros for processing both CSV (separated-values) and NSV/TSV (non-separated values) lists. CSV lists which have associated parsers may be processed with the tools of the package.
This is the Italian translation of the (Not so) Short Introduction to LaTeX2e.
The package provides facilities for creating and managing keys in the sense of the keyval and xkeyval packages, but it is intended to be more robust and faster. Its robustness comes from its ability to preserve braces in key values throughout parsing. The need to preserve braces in key values arises often in parsing keys (for example, in the xwatermark package). The package also provides functions for defining and managing keys.
This package defines a command \titleref that allows you to cross-reference section (and chapter, etc) titles and captions just like \ref and \pageref. The package does not interwork with hyperref; if you need hypertext capabilities, use nameref instead.
This package typesets OPM (Object-Process Methodology) diagrams using LaTeX and PGF/TikZ.
The fonts are based on Silvio Levy's classical Greek fonts; macros and Greek hyphenation patterns for the fonts encoding are also provided.
This is a redistribution of the original Gentium release from SIL, not altered in any way. Gentium is a typeface family designed to enable the diverse ethnic groups around the world who use the Latin, Cyrillic and Greek scripts to produce readable, high-quality publications. The Gentium family includes a complete Greek font, supporting both monotonic and polytonic forms. While some Greek characters do closely resemble Latin ones, it is a separate design that embraces the robust, distinctive character of the Greek script, but does so within the design context of the whole typeface. As a result, the two scripts can be successfully mixed in a paragraph or page of text.
The package provides a set of style files for use with BibLaTeX and Biber to produce citations and bibliographies in accordance with the widely-used Oxford Standard for the Citation of Legal Authorities. It also includes facilities for constructing tables of cases and legislation from citations (in conjunction with appropriate indexing packages).
The package provides additional features for the LaTeX description environment, including adjustable left margin. The package also allows the user to break a list (for example, to interpose a comment) without affecting the structure of the list (this works for itemize and eumerate lists and numbered lists remain in sequence).
This package provides a simple compilation of the genealogical symbols found in the wasy and gen fonts, adding the male and female symbols to Knuth's gen font, and so avoiding loading two fonts when you need only genealogical symbols. The font is distributed as Metafont source.
MusiXTeX provides a set of macros, based on the earlier MusicTeX, for typesetting music with TeX. To produce optimal spacing, MusiXTeX is a three-pass system: etex, musixflx, and etex again. (Musixflx is a Lua script that is provided in the bundle.) The three-pass process, optionally followed by processing for printed output, is automated by the musixtex wrapper script.
The package uses its own specialised fonts, which must be available on the system for musixtex to run. The MusiXTeX macros are universally acknowledged to be challenging to use directly: the pmx preprocessor compiles a simpler input language to MusiXTeX macros.
The package provides a macro \Inline that precedes a \def or \gdef. Within the definition text of an inlined definition, keywords such as \Expand may be used to selectively inline certain expansions at definition-time. This eases the process of redefining macros in terms of the original definition, as well as definitions in which the token that must be expanded is deep within, where \expandafter would be difficult and \edef is not suitable. Another application is as an easier version of \aftergroup, by defining a macro in terms of expanded local variables, then ending the group with \expandafter\endgroup\macro.
This package enhances the quality of tables in LaTeX, providing extra commands as well as behind-the-scenes optimisation. Guidelines are given as to what constitutes a good table in this context. The package offers longtable compatibility.