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 present version of the class supports German meeting minutes including vote results and action items.
This package provides generic commands \degree, \celsius, \perthousand, \micro and \ohm, which work both in text and maths mode. Various means are provided to fake the symbols or take them from particular symbol fonts, if they are not available in the default fonts used in the document. This should be perfectly transparent at user level, so that one can apply the same notation for units of measurement in text and math mode and with arbitrary typefaces.
Note that the package has been designed to work in conjunction with units.sty.
This package modifies two aspects of TeX's automatic interatom mathematics spacing. It uses LuaTeX's \Umath primitives to make superscripts and subscripts more closely resemble \textstyle and \displaystyle math and to treat \mathinner subformulas as \mathord, effectively eliminating this class.
This package is meant for macro or package developers: it provides function-like macros that convert a character code value in one of several Japanese encodings to a Unicode value. Supported source encodings are: ISO-2022-JP (jis), EUC-JP (euc), Shift_JIS (sjis), and the Adobe-Japan1 glyph set.
The package is a companion for the enumitem package; it makes it possible to reference any item in lists formatted by enumitem lists, viz., enumerated, itemize and description lists, and any list defined (or customised) with \newlist or \setlist. References may be typeset differently with options/properties and even arbitrary text. With hyperref, anchors are added for each item to enable hyperlinks within the document or even to external documents. Three schemes are provided to make reference names (including the standard \label command).
The package is currently broken, cf.: https://tex.stackexchange.com/q/664886/1090.
The package provides the command \chemfig, which draws molecules using the TikZ package. While the diagrams produced are essentially 2-dimensional, the package supports many of the conventional notations for illustrating the 3-dimensional layout of a molecule.
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the PoiretOne family of fonts, designed by Denis Masharov. PoiretOne is a decorative geometric grotesque with a hint of Art Deco and constructivism. There is currently just a regular weight and an artificially emboldened bold.
LaTeX is a widely-used macro package for TeX, providing many basic document formatting commands extended by a wide range of packages.
This LaTeX package produces mailing envelopes and labels, including barcodes and address formatting according to the US Postal Service rules.
The package provides a verbbox environment to place its contents into a globally available box, or into a box specified by the user. The global box may then be used in a variety of situations (for example, providing a replica of the boxedverbatim environment itself). A valuable use is in places where the standard verbatim environment (which is based on a trivlist) may not appear.
This package provides macros for a two language dictionary.
This package allows git change log history to be incorporated into LaTeX documents; the log data is obtained from the Git distributed version control system.
This package provides user control over the layout of the three basic list environments: enumerate, itemize and description. It supersedes both enumerate and mdwlist (providing well-structured replacements for all their functionality), and in addition provides functions to compute the layout of labels, and to clone the standard environments, to create new environments with counters of their own.
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 makes available the pdfjam shell script that provides a simple interface to much of the functionality of the excellent pdfpages package for LaTeX. The pdfjam script takes one or more PDF files (and/or JPG/PNG graphics files) as input, and produces one or more PDF files as output. It is useful for joining files together, selecting pages, reducing several source pages onto one output page, etc.
This package provides several tools that aim to simplify the compilation of LaTeX documents:
LaTeX.mk: a Makefile snippet to help compiling LaTeX documents in DVI, PDF, PS, ... format. Dependencies are automatically tracked: one should be able to compile documents with a one-line Makefile containing include LaTeX.mk. Complex documents (with multiple bibliographies, indexes, glossaries, ...) should be correctly managed.figlatex.sty: a LaTeX package to easily insert Xfig figures. It can interact with LaTeX.mk so that the latter automatically invokesfig2devif needed.
The bundle contains Swedish versions of the standard bibliography styles, and of the style plainnat. The styles should be functionally equivalent to the corresponding original styles, apart from the Swedish translations. The styles do not implement Swedish collation.
This bundle provides fonts to go with the cjk macro package for Chinese, Japanese and Korean with LaTeX2e. The package aims to supersede HLaTeX fonts bundle.
This package provides a class based on abnTeX and compatible with pdfLaTex and Biber to prepare bachelor, master, and doctoral theses for the UnB, Brazil. The class also comes with a template for the various types of theses for undergraduate and graduate programs at UnB. The documentation for the class and the comments in the templates are all written in Portuguese, the language of the target audience.
The package provides three unrelated tools: DB_process, to parse and process database output; CD_labeler, to typeset user text to fit on a CD label; and repeat, a nestable, generic loop macro.
This package can be used to format strategic games. For a 2x2 game, for example, the input: \begin{game}22 &$L$ &$M$\\ $T$ &$2,2$ &$2,0$\\ $B$ &$3,0$ &$0,9$ \end{game} produces output with (a) boxes around the payoffs, (b) payoff columns of equal width, and (c) payoffs vertically centered within the boxes.
The package provides a version of graphicx that avoids loading the graphics bundle's (original) keyval package, which clashes with PSTricks use of xkeyval.
This package helps typesetting business cards. It produces cards at the normal US card size, 76.2mm x 50.8mm.
Light LaTeX Make (llmk) is yet another build tool specific for LaTeX documents. Its aim is to provide a simple way to specify a workflow of processing LaTeX documents and encourage people to always explicitly show the right workflow for each document. You can describe the workflows either in an external file llmk.toml or in a LaTeX document source in the form of magic comments. It provides a uniform way to describe the workflows available for nearly all TeX environments, and behaves exactly the same in any environment. At this point, llmk intentionally does not provide any method for user configuration. Therefore one can guarantee that for a LaTeX document with an llmk setup, the process of typesetting the document will be reproduced in any TeX environment with the program.