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 Adobe Photoshop Data format (PSD) support for the graphicx package with the convert command from ImageMagick.
The package takes care of running Metapost on the output files produced by the feynmp package, so that the compiled pictures will be available in the next run of LaTeX. The package honours options that apply to feynmp.
Fig4LaTeX simplifies management of the figures in a large LaTeX document. Fig4LaTeX is appropriate for projects that include figures with graphics created by XFig --- in particular, graphics which use the combined PS/LaTeX (or PDF/LaTeX) export method.
The package provides several macros to adjust boxed content. One purpose is to supplement the standard graphics package, which defines the macros \resizebox, \scalebox and \rotatebox , with the macros \trimbox and \clipbox. The main feature is the general \adjustbox macro which extends the key=value interface of \includegraphics from the graphics package and applies it to general text content. Additional provided box macros are \lapbox, \marginbox, \minsizebox, \maxsizebox and \phantombox.
Many people preparing their resumes find the requirement ``please list five (or six, or ten) papers authored by you''. The same requirement is often stated for reports prepared by professional teams. The creation of such lists may be a cumbersome task. Even more difficult is it to support such lists over the time, when new papers are added. The BibTeX style bestpapers.bst is intended to facilitate this task. It is based on the idea that it is easier to score than to sort: we can assign a score to a paper and then let the computer select the papers with highest scores.
The flowfram package enables you to create frames in a document such that the contents of the document environment flow from one frame to the next in the order in which they were defined. This is useful for creating posters or magazines, indeed any form of document that does not conform to the standard one or two column layout.
The ABNT package provides a clean and practical implementation of the ABNT rules for academic texts.
This package enables a bottom placement option for double floats in two column mode (nidan-kumi).
Just like sed is a stream editor, ted is a token list editor. The ted package provides two user macros: \Substitute and \ShowTokens. The first is maybe the most useful: it performs substitutions in token lists (even inside braces). The second displays each token of the list (one per line) with its catcode (in the list, not just the current one), and can be useful for debugging or for TeX learners. Ted is designed to work well even if strange tokens (that is, unusual {charcode, catcode} pairs or tokens with a confusing meaning) occur in the list.
This package executes the long division algorithm and typesets the solutions. The dividend must be a positive decimal number and the divisor must be a positive integer. Repeating decimals is handled correctly, putting a bar over the repeated part of the decimal.
The package defines two macros, \longdivision and \intlongdivision. Each takes two arguments, a dividend and a divisor. \longdivision keeps dividing until the remainder is zero, or it encounters a repeated remainder. \intlongdivision stops when the dividend stops (though the dividend doesn't have to be an integer).
Cabin is a humanist sans with four weights and true italics and small capitals. According to the designer, Pablo Impallari, Cabin was inspired by Edward Johnston's and Eric Gill's typefaces, with a touch of modernism. Cabin incorporates modern proportions, optical adjustments, and some elements of the geometric sans. cabin.sty supports use of the font under LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX; it uses the mweights, to manage the user's view of all those font weights. An option is provided to enable Cabin as the default text font.
The package's principal command, \diagbox, takes two arguments (texts for the slash-separated parts of the box), and an optional argument with which the direction the slash will go, the box dimensions, etc., may be controlled. The package also provides \slashbox and \backslashbox commands for compatibility with the now removed slashbox package, which it supersedes.
This package provides a document class for higher degree research theses in compliance with the specifications of UoW theses in the Guidelines for Preparation and Submission of Higher Degree Research Theses (March 2006), by the Research Student Centre, Research & Innovation Division, UoW.
This package provides a wrapper for the truncate package, thus fixing issues related to LuaTeX's hyphenation algorithm.
This package allows footnotes on individual pages to be numbered from 1, rather than being numbered sequentially through the document.
The package allows the user to filter out unwanted warnings and error messages issued by LaTeX, packages and classes, so they won't pop out when there's nothing one can do about them. Filtering goes from the very broad (``avoid all messages by such and such'') to the fine-grained (``avoid messages that begin with...''). Messages may be saved to an external file for later reference.
This package defines two macros to convert a value with unit into one with another unit. Supported are all TeX related units, and also km and m. The output can be in scientific notation for large values. The package only works with LuaLaTeX.
This package provides a BibTeX style to format reference lists in the Harvard at Newcastle style recommended by Newcastle University. It should be used alongside natbib for citations.
This package supplies simple support for drawing movement arrows on example sentences. It automatically adjusts spacing between examples or gloss lines to make room for the arrows. Arrows can also be annotated with labels.
This package contains an extension of TeXGyreSchola with extensive superiors, inferior figures, upright punctuation glyphs added to the Italic face for a theorem font, plus slanted and bold slanted faces. Math support is provided by one of two options to newtxmath, one of which uses an adaptation of the Fourier math Greek letters.
The package offers enhancements for theorem-like environments: easier control of layout; proper placement of endmarks even when the environment ends with \end{enumerate} or \end{displaymath} (including support for amsmath displayed-equation environments); and support for making a list of theorems, analogous to \listoffigures.
Third parties often change the page numbers without rerunning makeindex. One would like to make the page numbers in the index entries more robust. This bundle provides robustindex.sty and robustglossary.sty, which use the \pageref mechanism to maintain correct page numbers.
The package provides two commands to help authors for documents in Japanese to insert proper xkanjiskips. It supports LuaTeX, XeTeX, pTeX, upTeX, and ApTeX (pTeX-ng).
While pdfLaTeX has a number of nice features, its primary shortcoming relative to standard LaTeX+dvips is that it is unable to read ordinary Encapsulated PostScript (EPS) files, the most common graphics format in the LaTeX world. Purifyeps converts EPS files into a purified form that can be read by both LaTeX+dvips and pdfLaTeX. The trick is that the standard LaTeX2e graphics packages can parse Metapost-produced EPS directly. Hence, purifyeps need only convert an arbitrary EPS file into the same stylized format that Metapost outputs.