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.
This package defines a path generation function for PGF/TikZ which implements Hobby's algorithm for a path built out of Bezier curves which passes through a given set of points.
This package provides a package for typesetting scholarly critical editions, replacing the established ledmac and eledmac packages. It supports indexing by page and by line numbers, and simple tabular- and array-style environments. The package is distributed with the related reledpar package.
This package provides some commands (mostly for French users) to perform SymPy commands and format the result with some adjustments in formatting.
This package provides commands to draw ellipses and elliptical arcs using the standard LaTeX2e picture environment.
This package provides the TeX accessibility conformance report based on ITI VPAT(R) guidelines.
This collection provides support packages for German.
The CM-Super family provides Adobe Type 1 fonts that replace the T1/TS1-encoded Computer Modern (EC/TC), T1/TS1-encoded Concrete, T1/TS1-encoded CM bright and LH Cyrillic fonts (thus supporting all European languages except Greek), and bringing many ameliorations in typesetting quality. The fonts exhibit the same metrics as the METAFONT-encoded originals.
This is document class for theses at University of Alaska Fairbanks.
This package provides an appropriate set of job options, together with process scripts for use with TeXnicCenter.
The package formats articles using the MLA style. The aim is that students and other academics in the humanities should be able to typeset their materials, properly, with minimal effort on their part.
This package provides a portable computer algebra system capable of symbolic computation, written entirely in Lua, designed for use in LuaLaTeX. Its features are: arbitrary-precision integer and rational arithmetic, factoring of univariate polynomials over the rationals and finite fields, number theoretic algorithms, symbolic differentiation and integration, and more. The target audience for this package are mathematics students, instructors, and professionals who would like some ability to perform basic symbolic computations within LaTeX without the need for laborious and technical setup.
The package provides horizontal bar charts, drawn using TikZ on a numeric X-axis. The focus of the package is simplicity and aesthetics.
This is an (incomplete, simplified) Chinese translation of the Asymptote manual.
This package provides the Computer Modern fonts by Donald Knuth. The Computer Modern font family is a large collection of text, display, and mathematical fonts in a range of styles, based on Monotype Modern 8A.
OFS (Olsak's Font System) is a set of Plain TeX and LaTeX macros for managing large font collections. Its main features include:
mapping from long names of fonts to the metric file name. The user can specify only exact long names in documents;
support for many font encodings;
printing of catalogues of fonts and test samples of font families; the interactive macro
\showfontsshows all font families you have installed via OFS.
This bundle of tools comprises:
cfftot1, which translates a Compact Font Format (CFF) font, or a PostScript-flavored OpenType font, into PostScript Type 1 format. It correctly handles subroutines and hints;mmafmandmmpfb, which create instances of multiple-master fonts;otfinfo, which reports information about OpenType fonts, such as the features they support and the contents of their size optical size features;otftotfm, which creates TeX font metrics and encodings that correspond to a PostScript-flavored OpenType font. It will interpret glyph positionings, substitutions, and ligatures as far as it is able. You can say which OpenType features should be activated;t1dotlessj, which creates a Type 1 font whose only character is a dotless j matching the input font's design;t1lint, which checks a Type 1 font for correctness;t1reencode, which replaces a font's internal encoding with one you specify;t1testpage, which creates a PostScript proof for a Type 1 font.
This package provides a development of Omega, using most of the extensions of TeX, itself developed for e-TeX.
Comfortaa is a sans-serif font, comfortable in every aspect, designed by Johan Aakerlund. This package provides support for this font in LaTeX, and includes both the TrueType fonts, and conversions to Adobe Type 1 format.
The package enables the user to typeset exams with multiple choice, open questions and many other types of exercise. Both questions and answers may be randomly distributed within the exam, and the solutions are typeset automatically. Exercises may contain a wide number of random parameters and it is possible to do arithmetical operations on them. The package is localised in Italian, English, French, German, Greek, Serbian, and Spanish.
This module provides the german style that can be set using \DTMsetstyle provided by datetime2.sty.
This package defines the subeqnarray and subeqnarray* environments, which behave like the corresponding eqnarray and eqnarray* environments, except that the individual lines are numbered like 1a, 1b, etc. To refer to these numbers an extra label command \slabel is provided. Users are urged to consider the alignment capabilities of the amsmath bundle, which produce better results than eqnarray-related macros.
This package provides a file written with TeX, not using any packages, to be compiled with TeX or pdfTeX only, not with LaTeX and al.
Starting with TeX Live 2010, the various formats, that directly generate PDF, default to generating PDF 1.5. This is generally a good thing, but it can lead to compatibility issues with some older PDF viewers. This package changes the version of PDF generated with formats (based on pdfTeX or LuaTeX in PDF mode), back to 1.4 for documents that need to achieve maximal compatibility with old viewers.
The package provides a relatively easy way of estimating the number of words in a LaTeX document. It requires something like Unix grep -c that can search a file for a particular string and report the number of matching lines. An accompanying shell script wordcount.sh contains more information in its comments.