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 LaTeX package makes it possible to simulate interference patterns occurring on a screen if monochromatic light is diffracted at regular structures of slits.
The package provides font description files for all the many shapes available from the cbfonts collection. The files provide the means whereby the NFSS knows which fonts a LaTeX user is requesting.
Tip: installing texlive-cbfonts will automatically propagate this one.
This package provides a drop-in replacement for the Avant Garde font from Adobe's basic set.
This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for the Marcellus family of fonts, designed by Brian J. Bonislawsky. Marcellus is a flared-serif family, inspired by classic Roman inscription letterforms. There is currently just a regular weight and small-caps. The regular weight will be silently substituted for bold.
The package palette contains two files: colorpalette.sty and symbolpalette. One deals with colors and the other deals with symbols; the implementation is quite similar. With this package you can create themes. Each of these themes have a set of colors, and you can create palettes based on this theme with specific color values for each of the theme's color slots. The active palette for each theme can be swapped in to make experimenting with colors easier or give users choices as to which theme they pick.
Two files are compared and a new TeX file is output. When the output file is processed with (La)TeX it marks new changes with blue and old text with red with a strike-through line. Furthermore, passages with changes are marked at the margin with grey bars by the LaTeX changebar package.
This package provides an unofficial BibTeX style for authors trying to cite Japanese articles in the Institute of Electrical and Electronics Engineers (IEEE) format.
This package carefully selects and defines 9 colors for 13 hues each. All colors with the same suffix number have equal luminance level. Also the color black is of level 0, and the color white is of level 10. By simply choosing two colors in the above list, which differ in level by at least 5, as foreground and background colors, you will get proper WCAG Color Contrast.
The package provides macros to collect and process a macro argument (i.e., something which looks like a macro argument) as a horizontal box rather than as a real macro argument. The "arguments" are stored as if they had been saved by \savebox or by the lrbox environment. Grouping tokens \bgroup and \egroup may be used, which allows the user to have the beginning and end of a group in different macro invocations, or to place them in the begin and end code of an environment. Arguments may contain verbatim material or other special use of characters. The macros were designed for use within other macros.
This package provides a French translation of the l2tabu practical guide to LaTeX2e by Mark Trettin. It focuses on obsolete packages and commands.
This package provides hooks for adding code at the beginning of .aux files.
This simple package provides four types of text decorations using TikZ. You can frame your text with circles, rectangles, jagged rectangles, and fan-shapes. The baseline will be adjusted properly according to the surroundings. You can use these decorations both in text mode and in math mode. You can specify line color, line width, width, and height using option keys.
Kpathsea is a library whose purpose is to return a filename from a list of user-specified directories similar to how shells look up executables.
The package provides a XeLaTeX template for writing the main body of NSFC proposals, which are allowed to apply online. The package defines styles of the outlines and uses BibLaTeX and Biber for the management of references.
This package provides fancy separators, which are visual cues that indicate a change of subject or context without actually starting a new chapter or section.
The package provides Arkandis foundry's ArrowsADF and BulletsADF fonts in Adobe Type 1 format, together with TeX and LaTeX support files.
This package allows you to add version control information as a gray watermark on each page of your document. The SVN info is read from keyword tags such as $Id$, via the svn or svn-multi packages.
This is an endnotes package for LaTeX. Its user interface provides means to print multiple sections of notes along the document, and to subdivide them either automatically --- by chapter, by section --- or at manually specified places, thus being able to easily handle both numbered and unnumbered headings. The package also provides infrastructure for setting up contextual running headers for printed notes. The default is a simple but useful one, in the form Notes to pages N-M, but more elaborate ones can be built. When hyperref is loaded, postnotes provides hyperlinked notes, including back links.
This collection provides support for Greek.
SyncTeX allows navigating between the TeX source and (usually PDF) output, in both directions, given a SyncTeX-aware front end. It is compiled into most engines and can be enabled with the --synctex=1 option.
This package realigns the horizontal spacing of the alignments in some mathematical environments.
This is a document class called ijsra which is used for the International Journal of Student Research in Archaeology.
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.
The package that facilitates expressive syntax highlighting in LaTeX using the powerful Pygments library. The package also provides options to customize the highlighted source code output using fancyvrb.