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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides macros to assist evaluation of the capabilities of a TeX installation (i.e., what extensions it supports). An example document that examines the installation is available.
Some journals accept the reference list only as \bibitems. If you use BibTeX, there is no problem: just paste the content of the .bbl file into your document. However, there was no out-of-the-box way to do the same for BibLaTeX, and you had to struggle with searching appropriate .bst files, or formatting your reference list by hand, or something like that. Using the workaround provided by this package solves the problem.
The package provides a language definition file that enables support of Bosnian with Babel.
This is an early package for using alternate input encodings. The author considers the package mostly obsolete, since most of its functions are taken by the inputenc package; however, inputenc doesn't support the roman8 and atari encodings, so umlaute remains the sole source of that support.
This module provides the magyar style that can be set using \DTMsetstyle provided by datetime2.sty. This package is currently unmaintained.
XyMTeX is a set of packages for drawing a wide variety of chemical structural formulas in a way that reflects their structure. The package provides three output modes: LaTeX, PostScript and PDF.
This is a class for the French journal MATAPLI of the Société de Mathématiques Appliquées et Industrielles (SMAI).
Starting with PDF 1.3, PDF files can contain file attachments, i.e., arbitrary files that a reader can extract, just like attachments to an e-mail message. The attachfile package brings this functionality to pdfLaTeX and provides some additional features such as the ability to use arbitrary LaTeX code for the file icon. Settings can be made either globally or on a per-attachment basis. attachfile makes it easy to attach files and customize their appearance in the enclosing document.
This LaTeX package provides macros to describe REST APIs for documentation purposes. The endpoints can hold the following information: method description path parameter request body and content type response body, content type and status code.
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.
This package puts text below the normal page content (the default text marks the document as draft and puts a timestamp on it). It Can be used together with e.g., the vrsion, rcs and rcsinfo packages.
This is a small package of macros for creating cubic spline interpolants in MetaPost or Metafont. Given a list of points the macros can produce a closed or a relaxed spline joining them.
This package provides a brief Beamer-based slide presentation on LaTeX, based on Rupprecht's LaTeX 2.09 course, which the author has translated to English and taken to LaTeX2e and Beamer. Additional material was taken from the Short Introduction to LaTeX.
The package defines simple and flexible macros for typesetting equations in the languages of vector calculus and linear algebra, using Dirac notation.
This small package allows a LaTeX document containing the citation commands provided by the harvard package to be compiled using the natbib package.
This package generates listings of bibliographic data bases in BibTeX format. Included is a listbib.bst, which is better suited for this purpose than the standard styles.
The mptopdf script does standalone conversion from mpost to PDF, using the supp-* and syst-* files. They also allow native MetaPost graphics inclusion in LaTeX (via pdftex.def) and ConTeXt. They can be used independently of the rest of ConTeXt.
TeXdraw is a set of macro definitions for TeX, which allow the user to produce PostScript drawings from within TeX and LaTeX. TeXdraw has been designed to be extensible. Drawing segments are relocatable, self-contained units. Using a combination of TeX's grouping mechanism and the gsave/grestore mechanism in PostScript, drawing segments allow for local changes to the scaling and line parameters. Using TeX's macro definition capability, new drawing commands can be constructed from drawing segments.
The package macros for SuperSymmetry-related work, such as abbreviations of longer expressions.
This package provides a list data structure and common list functions such as \macrolistadd, \macrolistremove, \macrolistforeach, as well as \macrolistremovelast and \macrolistjoin. Unlike most programming languages, the lists in this package are 1-indexed, meaning the first element is numbered 1, the second element numbered 2, and so on.
sfmath is a simple package for sans serif maths in documents. After including the package, all maths of the current document is displayed with sans serif fonts.
Pst-labo is a PSTricks related package for drawing basic and complex chemical objects. The documentation of the package is illuminated with plenty of illustrations together with their source code, making it an easy read.
The package is prepared for typesetting some Indonesian translations of the Holy Quran. It adds two Indonesian translations to the quran package.
This package allows typesetting pseudocode in LaTeX. It is based on algpseudocode from the algorithmicx package and uses the same syntax, but adds several new features and improvements. Notable features include customizable indent guide lines and the ability to draw boxes around parts of the code for highlighting differences. This package also has better support for long code lines spanning several lines and improved comments.