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 collection provides support for Chinese, with additional packages from collection-langcjk.
The package provides an unofficial thesis template in LaTeX for Huazhong University of Science and Technology.
This LaTeX package produces mailing envelopes and labels, including barcodes and address formatting according to the US Postal Service rules.
Defines general purpose macro named \newverbatim to define your own verbatim-like environment. It also has a supplementary style file varvbtm.sty to provide set of macros for variants of verbatim, such as Tab emulation.
This class extends the a0poster class in that it adds support to easily create posters without the need for taking care of the layout at all. It allows using \maketitle to generate a fancy header containing the title information and also provides macros to position various different types of text boxes in a two-column layout. The color scheme is inspired by the metropolis Beamer theme.
The package is for writing about xiangqi or chinese chess. You can write games or parts of games and show diagrams with special positions.
Authors using LaTeX to typeset books with significant margin material often run into the problem of long notes running off the bottom of the page. This package implements a solution to make marginpars just work by keeping a list of floating inserts and arranging them intelligently in the output routine.
This package provides a set of extensions to LaTeX picture environment, including a wider range of vectors, and a lot more box frame styles.
This package provides commands \Underline, \Midline and \Overline for underlining, striking out, and overlining their text arguments.
This package provides a modern, elegant and versatile theme for Beamer, with a high degree of customization. Trigon found its origin and inspiration in the graphical guidelines resulting from the visual identity overhaul of the University of Liege. Although directly inspired from these guidelines, the theme was stripped out of any mention or specificities related to the University and its faculties. This makes the Trigon theme perfectly suitable for many different contexts.
The main design focuses on triangular shapes for major layout elements and noise minimization for the main body of the work. The theme's implementation is heavily inspired from the Metropolis theme. Most options from Metropolis have been ported to Trigon in order to improve customization and ease-of-use. Trigon also includes different styles and layouts for the main title page, the section page and the default slide background.
The package provides straightforward ways to define three-dimensional coordinate frames through which to plot in TikZ. The user can specify the orientation of the main coordinate frame, and use standard TikZ commands and coordinates to render their tikzfigure. A secondary coordinate frame is provided to allow rotations and translations with respect to the main coordinate frame. In addition, the package can also handle plotting user-specified functions in spherical polar coordinates, where both the radius and fill color can be expressed as parametric functions of polar angles.
This package defines a few extra shapes, Quadripoles and single port, which can be used standalone, but are mainly meant to be used with CircuiTikZ.
The package simplifies the preparation of Swiss documents and letters by setting up linguistic and common packages. While it is a useful addition to the chletter document class, it is not tied to it and may be used as a general purpose package.
The Perl script parses a LaTeX file recursively, scanning all child files, and collects details of any included and other data files. These component files, are then all put into a single directory (thus flattening the document's directory tree).
The package is used to typeset the German chess magazine Die Schwalbe. It is based on chess-problem-diagrams, which in its turn has a dependency on the bartel-chess-fonts.
This is the Estonian translation of (No So) Short Introduction to LaTeX2e.
This package provides commands to draw scientific calculator keys with the help of TikZ. It also provides commands to draw the content of screens and of menu items.
This package supports hyperref's pdfTeX driver. It removes unnecessary destinations and shortens the destination names or uses numbered destinations to get smaller PDF files.
This collection includes music-related fonts and packages.
Romande ADF is a serif font family with oldstyle figures, designed as a substitute for Times, Tiffany or Caslon. The family currently includes upright, italic and small-caps shapes in each of regular and demi-bold weights and an italic script in regular. The support package renames the fonts according to the Karl Berry font name scheme and defines four families. Two of these primarily provide access to the ``standard'' or default characters while the ``alternate'' families support alternate characters, additional ligatures and the long ``s''. The included package files provide access to these features in LaTeX as explained in the documentation.
The bundle provides a collection of BibTeX style files to turn an address database stored in the .bib format into files suitable for printing as address books or included into letter classes like akletter or scrletter2. The data may be sorted either by name or birthday and output provides files in various formats for address books or time planners.
This package provides a simple package to create fancy QR-codes with the help of the qrcode package.
This package provides a collection of verbatim facilities that provide line-numbered verbatim, verbatim that obeys TAB characters, verbatim input and verbatim output to file. The package makes use of the verbatim package. The package is formed from a series of small pieces, and is somewhat unstructured. The user who looks for thought-through verbatim facilities is advised to consider using the fancyvrb package in place of moreverb.
This (Perl) script displays the definitions of (La)TeX command sequences/macros. Various options allow the selection of the used class as well as package files and other factors that may influence the definition (before/after the preamble, inside an environment, ...). The script creates a temporary TeX file which is then compiled using (La)TeX to find the \meaning of the command sequence. The result is formatted and presented to the user. Length or number command sequences (dimensions, \char..., count registers, ...) are recognized and the contained value is also shown (using \the). Special definitions like protected macros are also recognized and the underlying macros are shown as well. The script will show plain TeX definitions by default. LaTeX and ConTeXt are supported, including flavours (pdf(La)TeX, Lua(La)TeX, Xe(La)TeX, ...). The flavour can be selected using a command line option, or via the script name: latexdef will use LaTeX as default, etc.