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 LaTeX2e package enables the embedding of MetaPost figures within LaTeX documents. The package automatically collects the embedded definitions and figures in a .mp file, adds an appropriate LaTeX document structure, and compiles it to .mps files. It also allows for various configuration options to manage the generation of files and compilation.
This LaTeX package provides a command to use Thai numerals or characters as labels in enumerate environments. Once the package is loaded with \usepackage{thaienum} you can use labels such as \thainum* or \thaimultialph* in conjunction with the package enumitem. Concrete examples are given in the documentation.
This package replaces and extends the pgfpages sub-package of the PGF system. It provides the capability to arrange multiple logical pages on multiple physical pages, for example as for arranging pages to make booklets.
The package is designed to draw solids in 3d perspective. Its features include:
create primitive solids;
create solids by including a list of its vertices and faces;
faces of solids and surfaces can be colored by choosing from a very large palette of colors;
draw parametric surfaces in algebraic and reverse polish notation;
create explicit and parameterized algebraic functions drawn in 2 or 3 dimensions;
project text onto a plane or onto the faces of a solid;
support for including external database files.
This package allows the user to create an index of all authors cited in a LaTeX document. Each author entry in the index contains the pages where these citations occur. Alternatively, the package can list the labels of the citations that appear in the references rather than the text pages. The package relies on BibTeX being used to handle citations.
This package provides the command \marginnote that may be used instead of \marginpar at almost every place where \marginpar cannot be used, e.g., inside floats, footnotes, or in frames made with the framed package.
The package defines a BibLaTeX citation style based on the standard author-year style. The citations are optimised for linguistic studies at the Institute of Linguistics at the Bergische Universitat Wuppertal.
The package provides several functions for drawing Young tableaux and Young diagrams, extending the young and youngtab packages but providing lots more features. Skew and coloured tableaux are easy, and pgfkeys-enabled options are provided both at package load and configurably.
The hep-graphic package collects convenience macros that modify the behavior of the TikZ, PGFPlots, and TikZ-Feynman packages and ensure that the generated graphics look consistent.
This package provides a way to convert and include chemical structure graphics from various chemical formats, such as ChemDraw files, MDL molfile or SMILES notations using Open Babel. To use this LaTeX package, it is necessary to enable execution of the following external commands via latex -shell-escape: obabel (Open Babel) inkscape or rsvg-convert (for SVG -> PDF/EPS conversion), pdfcrop or ps2eps (optional; for cropping large margins of PDF/EPS).
The cryptocode package provides a set of macros to ease the typesetting of pseudocode, algorithms and protocols. In addition it comes with a wide range of tools to typeset cryptographic papers. This includes simple predefined commands for concepts such as a security parameter or advantage terms but also flexible and powerful environments to layout game-based proofs or black-box reductions.
The captcont package provides the ability to continue the numbering in your float environment with minimal overhead. This package adds three commands: \caption*, \captcont, and \captcont*.
This package provides a Type 1 font with images of the 42 counties of Romania, constructed using a general method which is described in detail in the documentation. The package name is an abbreviation of judetele Romaniei (i.e., counties of Romania).
The package provides tools to help define commands that, like \xspace and the LaTeX command \textit, peek at what follows them in the command stream and choose appropriate behaviour.
The package defines a number of new commands for typesetting fregean Begriffsschrift in LaTeX. It is loosely based on the package begriff, and offers a number of improvements including better relative lengths of the content stroke with respect to other strokes, content strokes that point at the middle of lines rather than the bottom, a greater width for the assertion stroke as compared to the content stroke, a more intuitive structure for the conditional, greater care taken to allow for the line width in the spacing of formulas.
The package provides an environment conteq, which will lay out systems of continued equalities (or inequalities). Several variant layouts of the equalities are provided, and the user may define their own.
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 offers commands to print chessboards. It can print partial boards, hide pieces and fields, color the boards and put various marks on the board. It has a lot of options to place pieces on the board. Using exotic pieces (e.g., for fairy chess) is possible.
This package provides a Spanish translation of the (Not So) Short Introduction to LaTeX2e.
This package provides the HindMadurai family of fonts designed by the Indian Type Foundry, with support for LaTeX and pdfLaTeX.
LaTeX is a widely-used macro package for TeX, providing many basic document formatting commands extended by a wide range of packages.
MakeIndex is resolutely stuck with Latin-based alphabets, so will not deal with Greek indexes, unaided. This package provides a Perl script that will transmute the index of a Greek document in such a way that MakeIndex will sort the entries according to the rules of the Greek alphabet.
WebQuiz makes it possible to use LaTeX to write interactive web based quizzes. The quizzes are first written in LaTeX and then converted into HTML files using webquiz, which is written in Python. The conversion from LaTeX to HTML is done behind the scenes using TeX4ht.
This package provides array data structures in (La)TeX, in the meaning of the classical procedural programming languages like Fortran, Ada or C, and macros to manipulate them. Arrays can be mono or bi-dimensional. This is useful for applications which require high level programming techniques, like algorithmic graphics programmed in the TeX language. The package supersedes the arrayjob package.