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.
These files fix and/or enhance some math glyphs and are loaded in the math font goodie files used by ConTeXt LMTX.
Pst-coil is a PSTricks based package for coils and zigzags and for coil and zigzag node connections.
This package provides the means in order to lay-out gamebooks with LaTeX. A simple gamebook example is included with the package, and acts as a tutorial.
This package has been designed so to allow people to typeset Greek language documents using XeLaTeX or LuaLaTeX. Practically, it provides all the capabilities of the greek option of the Babel package.
The package can be invoked with any of the following options: monotonic (for typesetting modern monotonic Greek), polytonic (for typesetting modern polytonic Greek), and ancient (for typesetting ancient texts). The default option is monotonic.
OpTeXcount is a basic Python utility that analyzes OpTeX source code. It is inspired by already existing TeXcount for LaTeX. The functionality is really lightweight and basic. It counts words and other elements of OpTeX document and sorts them out into individual categories. Users can print the source code with highlighted words using several colors, so they see what is considered as word, header etc.
This MetaPost library was initially written to automate some elements of black and white illustrations for a physics textbook. It provides functions to draw things like lines of variable width, shaded spheres, and tubes of different kinds, which can be used to produce images of a variety of objects. The library also contains functions to draw some objects constructed from these primitives.
The package enables the user to typeset version control information provided by RCS keywords (e.g., $ID: ... $) in LaTeX documents that contain multiple TeX files.
This package provides an appropriate set of job options, together with process scripts for use with TeXnicCenter.
This package aligns terms and members between lines containing math expressions.
This LaTeX package provides commands to print timetables, lists of appointments and exams. Also it is possible to draw calendars of specified ranges (and mark dates which were previously listed).
The package provides a modified version of the exam package made compatible with XeLaTeX and Polyglossia to typeset Arabic exams.
Sometimes it is necessary to be able to refer to subexpressions of an equation. In order to do that these subexpressions should be numbered. In standard LaTeX there is no provision for this. The subeqn package solves this. Note that this package is not compatible with the package subeqnarray, but it can be used together with the LaTeX class options leqno and fleqn.
This package provides macros and an environment for easy worksheet creation:
use the
exerciseenvironment for formatting exercises in a simple, efficient design;typeset customized and automatically numbered worksheet titles in the same way as standard LaTeX titles (using
\maketitle);provide course and author information with a
scrlayer-scrpagebased automated header;
This package conforms to different Babel languages. (Currently English, French, and German are supported.)
The ppmcheckpdf tool offers an option for regression testing: instead of printing the contents of boxes in .lvt files, it converts PDF files to PNG files so you can compare the PNG files after l3build has finished its work.
When typing an open interval as $]a,b[$, a closing bracket is being used in place of an opening fence and vice versa. This leads to wrong spacing. The \interval macro provided by this package attempts to solve this. The package also supports fence scaling and ensures that the enclosing fences will end up having the proper closing and opening types.
The main goal of this package is to provide means for typesetting checklists in a way that stipulates users to explicitly distinguish checklists for goals, for tasks, for artifacts, and for milestones --- i.e., the type of checklist entries. The intention behind this is that a user of the package is coerced to think about what kind of entries he/she adds to the checklist. This shall yield a clearer result and, in the long run, help with training to distinguish entries of different types.
The bundle provides support for the process of creating documents based on pre-TeX-era material that is available as scanned pages, only.
This package extracts information from cross-referencing labels, especially those from cleveref, in an expandable manner.
This unofficial package provides a class for creating documents for people working with Huawei Technologies Co., Ltd.
MakeCirc is a MetaPost library that contains diverse symbols for use in circuit diagrams. MakeCirc offers a high quality tool, with a simple syntax. MakeCirc is completely integrated with LaTeX documents and with other MetaPost drawing/graphic. Its output is a PostScript file.
The package provides a verbbox environment to place its contents into a globally available box, or into a box specified by the user. The global box may then be used in a variety of situations (for example, providing a replica of the boxedverbatim environment itself). A valuable use is in places where the standard verbatim environment (which is based on a trivlist) may not appear.
This is a collection of TeX formats, i.e., large-scale macro packages designed to be dumped into .fmt files --- excluding the most common ones, such as LaTeX and ConTeXt, which have their own package(s). It also includes the Aleph engine and related Omega formats and packages, and the HiTeX engine and related.
This bundle provides a collection of inner and outer themes as supplements to the default themes in the Beamer distribution. These themes can be used in combination with existing inner, outer, and color themes.
This package uses the l3regex package from the LaTeX3 programming layer to parse and highlight source code and demos. It is more powerful than the listings package, and more easy to use than minted. But it is slower than both of them. Therefore in LuaTeX the package provides another way to highlight code: using LPeg (Parsing Expression Grammars for Lua). LPeg is much more powerful and faster than l3regex.