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 package makes it easier to maintain and edit your exercise sets. Exercises are saved as separate files containing part problems. These files can be used to make sets, and you can cherry-pick or exclude certain part problems as you see fit.
This package allows one to easily define helper macros to insert comments in a LaTeX document. A convenient syntax enables you to mark text additions (e.g., \phf{I'm adding this text}), an in-line comment (e.g., We're the best \phf[I'm not sure about this.]), and text removals (e.g., \phf*{remove me}). New colors are assigned automatically to each commenter by default, and the appearance of all comments is highly customizable.
The package uses PSTricks; the user may define the width of the table, the number of lines and the height of each line. Placement of labels within the boxes may be absolute, or as a percentage of the width; various other controls are available.
MeX is an adaptation of Plain TeX (MeX) and LaTeX209 (LaMeX) formats to the Polish language and to Polish printing customs. It contains a complete set of Metafont sources of Polish fonts, hyphenation rules for the Polish language and sources of formats.
This is a drawing package for Dynkin, Coxeter, and Satake diagrams in LaTeX documents, using the TikZ package.
This package provides formatting to easily typeset draft UK legislation. The font Palatine Parliamentary is required to use this package.
This bundle allows marking-up of CWEB code in LaTeX. The distribution includes the ``Counting Words'' program distributed with CWEB, edited to run with LaTeX.
This bundle is an extended version of the latex-tools bundle developed by the LaTeX team, mainly intended to support pLaTeX2e and upLaTeX2e. Currently patches for the latex-tools bundle and Martin Schroder's ms bundle are included.
This collection provides support packages for Portuguese.
The package has a lot of flexibility, including an option for specifying an entry at the natural width of its text. The package is distributed with the bigdelim and bigstrut packages, which can be used to advantage with \multirow cells.
This is a modification of the author's chicago style, to support an annotation field in bibliographies.
The bundle offers macros and BibTeX styles for the American Economic Review (AER), the American Journal of Agricultural Economics (AJAE), the Canadian Journal of Economics (CJE), the European Review of Agricultural Economics (ERAE), the International Economic Review (IER) and Economica.
The macro sets are based on (and require) the harvard package, and all provide variations of author-date styles of presentation.
The Orkhun font covers an old Turkic script. It is provided as Metafont source.
This package implements an interface for embedding video and audio files in SVG output. SVG with embedded media is very portable, as it is supported by all modern Web browsers across a variety of operating systems and platforms, including portable devices. All DVI producing TeX engines can be used. The dvisvgm utility converts the intermediate DVI to SVG. By default, media files are embedded into the SVG output to make self-sufficient SVG files.
This package automatically formats weekly schedules using LaTeX's picture environment. Its main feature is the accuracy with which appointments are represented: boxes drawn to represent a particular appointment are accurate to the minute --- i.e., a 31-minute appointment will have a box 1/30th longer than a 30-minute appointment. A number of features are included to allow the user to customize the output.
This is a thesis template for the Nanjing University of Science and Technology.
This package allows you to include Gnuplot graphs in your LaTeX documents. The Gnuplot code is extracted from the document and written to .gnuplot files. Then, if shell escape is used, the graph files are automatically processed to graphics or LaTeX code files which will then be included in the document. If shell escape isn't used, the user will have to manually convert the files by running Gnuplot on the extracted .gnuplot files.
The bundle provides four BibTeX styles (authordate1, ..., authordate4), and a LaTeX package, for citation in author/date style. The BibTeX styles differ in how they format names and titles; one of them is necessary for the LaTeX package to work.
The package is a Python script, whose typical use is when preparing printed material for users with low vision. The most effective way of doing this is to print on (notional) small paper, and then to magnify the result; the script calculates the settings for various font and paper sizes.
The package provides a means of marking a source, so that samples of it may be included in a document (by means of the listings package) in a stable fashion, regardless of any change to the source. The markup in the source text defines tags for blocks of source. These tags are processed by a shell script to make a steering file that is used by the package when LaTeX is being run.
This package provides the PDFsand sources for all examples from The LaTeX Companion, third edition (Parts I+II), together with necessary supporting files.
The snapshot package helps the owner of a LaTeX document obtain a list of the external dependencies of the document, in a form that can be embedded at the top of the document. It provides a snapshot of the current processing context of the document, insofar as it can be determined from inside LaTeX. If a document contains such a dependency list, then it becomes possible to arrange that the document be processed always with the same versions of everything, in order to ensure the same output. This could be useful for someone wanting to keep a LaTeX document on hand and consistently reproduce an identical DVI file from it, on the fly; or for someone wanting to shield a document during the final stages of its production cycle from unexpected side effects of routine upgrades to the TeX system.
Sometimes an equation is too long that an equation number will be typeset below the equation itself, but yet not long enough to yield an overfull \hbox warning. The eqnnumwarn package modifies the standard amsmath numbered equation environments to throw a warning whenever this occurs.
This package provides expandable token list operations for which l3tl only has unexpandable variants. These expandable versions are typically slower than the unexpandable code. Unlike the l3tl versions, the functions in this module may contain braces and macro parameter tokens in their arguments, but as a drawback they cannot distinguish some tokens and do not consider the character code of group-begin and group-end tokens. Additionally a general map to token lists is provided, modelled after the expl3 internal __tl_act:NNNn but with additional features. The package has no immediate use for document authors; it only contains expl3 functions intended for programmers.