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 class is prepared for short presentations with a modern look & feel. It offers the following features: custom background for each slide, predefined types of slides, simplified commands (e.g. for starting and ending slide). The class is built upon LaTeX Beamer, so all Beamer commands should work.
Paper submissions to journals are usually accompanied by a cover letter. This package provides a LaTeX class and a template for such a cover letter with the following main features:
minimalistic design,
custom image,
pre-defined commands for journal name, author, date, etc.
many macros contained in this package speed up the process of preparing the necessary ingredients for the cover letter;
macros for recommending up to three reviewers and editors;
ORCID logo and link to the submitting author's ORCID page;
controls for adding a ``conflict of interest'' statement and declaration;
custom greeting;
predefined valedictions for different types of submissions.
The package is intended for use with LaTeX documents generated from reStructuredText sources with Docutils. When generating LaTeX documents, specify this package with the stylesheet configuration option, e.g., rst2latex --stylesheet=docutils exampledocument.txt.
Sometimes the same footnote applies to more than one location in a table. With this package the mark of a footnote can be saved into a name, and re-used subsequently without creating another footnote at the bottom.
This package provides macros and environments useful for writing teaching material. It provides more semantic environments on top of the standard definition, theorem, and friends: for instance, exercise, activity and question. These are suitably color-coded when used with Beamer. They occur as normal text in handouts produced by beamerarticle (same style as definition usually has). It also provides macros for typesetting code listings and output side by side. Finally, it modifies the appearance of Beamer (Berlin-based theme) and Memoir (Tufte style layout), if loaded. It is designed to be used with Beamer to produce slides and beamerarticle with memoir to produce notes and handouts from the same source.
This package allows you to easily display network packets graphically.
This package causes \_ in text mode (i.e., \textunderscore) to print an underscore so that hyphenation of words either side of it is not affected; a package option controls whether an actual hyphenation point appears after the underscore, or merely a break point. The package also arranges that, while in text, _ itself behaves as \textunderscore (the behaviour of _ in maths mode is not affected).
The package is intended for commented editions. An example of commented edition is a teacher's book based on a student's textbook. Each page of a teacher's book is a page from the textbook and comments for the teacher.
This package provides environments (in French or English) to display Wordle grids.
This package for cooperative writing supports editorial comments and gives some extra support for writing and submitting papers, such as anonymization commands for any document that involves more than one author or editor. The general behavior of this package is to provide different ways of marking your text, for example with comments or to-do-notes, suggestions to add, remove or change text that can be totally suppressed from the output when desired. Mostly, this can be easily done using one of the three main option states: editing, submit, and publish. Users should use the editing state most of the time. In this state, all markings will appear and anonymization will be off. When submitting, the submit state will provide a clean article, without any markings, but anonymized. It is possible to use the options submit and noanonymize together. Publish will never anonymize. The goal is to make the submit and publish documents states minimally invasive, to avoid any clash with publishers styles.
The package supports those within the quantum information community who typeset quantum circuits, using xy-pic package, offering macros designed to help users generate circuits.
This package provides a few (hundred) example pictures drawn with MetaPost, ranging from very simple (lines and circles) to rather intricate (uncommon geometric transformations, fractals, bitmap, etc).
The package defines two macros which decide to typeset a number either as an Arabic number or as a word (or words) for the number. If the number is between zero and twelve (including zero and twelve) then words will be used; if the number is outside that range, it will be typeset using the package numprint Words for English representation of numbers are generated within the package, while those for German are generated using the package zahl2string.
Lollipop is a macro package that functions as a toolbox for writing TeX macros. Its main aim is to make macro writing so easy that implementing a fully new layout in TeX would become a matter of less than an hour for an average document. The aim is that such a task could be accomplished by someone with only a very basic training in TeX programming.
This LaTeX package helps you show TeX code next to the corresponding PDF snapshots, in two-column formatting. You can use it either in .dtx documentation or in .tex files.
This module provides the catalan style that can be set using \DTMsetstyle provided by datetime2.sty. This package is currently unmaintained.
The package, as the name suggests, supplies tools to automatically suppress indentations in following paragraphs, specifically those following a particular macro or environment.
The package defines \pstODEsolve for solving initial value problems for sets of Ordinary Differential Equations (ODE) using the Runge-Kutta-Fehlberg (RKF45) method with automatic step size adjustment. The result is stored as a PostScript object and may be plotted later using macros from other PSTricks packages, such as \listplot (from pst-plot) and \listplotThreeD (from pst-3dplot), or may be further processed by user-defined PostScript procedures. Optionally, the computed state vectors can be written as a table to a text file.
This package provides Venturis ADF fonts collection, serif and sans serif complete text font families, in both Adobe Type 1 and OpenType formats for publication. The family is based on Utopia family. Support for using the fonts, in LaTeX, is also provided.
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.
This package provides many preset yet customizable graph paper backgrounds. Some of the preset patterns include standard quadrille or graph pattern, dot grid, hexagons, isometric or triangular grid, squares with 45deg ``light cone'' lines, ruled, and more. Pattern sizes can be controlled via package options. There are several preset color palletes, and colors can be overridden.
Fistrum is a LaTeX package forked from lipsum that produces dummy text for use in documents and examples. The paragraphs were taken with permission from https://www.chiquitoipsum.com/.
This package provides a mechanism for scaling a typeface. It is directed at the Latin Modern fonts and provides the font definitions and the corresponding style file. This mechanism is useful in mixed text compositions, for example Japanese-Latin.
In short, a TeX-style shebang (%#!) is a special kind of TeX comment that you include in your TeX or LaTeX document file to tell the operating system's shell how to run the file for the rest of the file: %#!lualatex foo.tex.