_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


texlive-foekfont 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/foekfont
Licenses: GPL 3+
Build system: texlive
Synopsis: Title font of the @emph{Mads Fok} magazine
Description:

The bundle provides the Foek font, an Adobe Type 1 font, and LaTeX support for its use.

texlive-cyrillic 2026.1
Propagated dependencies: texlive-cyrillic-bin@2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/cyrillic
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: Support for Cyrillic fonts in LaTeX
Description:

This bundle of macros files provides macro support (including font encoding macros) for the use of Cyrillic characters in fonts encoded under the T2* and X2 encodings. These encodings cover (between them) pretty much every language that is written in a Cyrillic alphabet.

texlive-babel-hungarian 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/babel-hungarian
Licenses: LPPL (any version)
Build system: texlive
Synopsis: Babel support for Hungarian (Magyar)
Description:

The package provides a language definition file that enables support of Magyar (Hungarian) with Babel.

texlive-dox 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/dox
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: Extend the doc package
Description:

The doc package provides LaTeX developers with means to describe the usage and the definition of new macros and environments. However, there is no simple way to extend this functionality to other items (options or counters, for instance). The DoX package is designed to circumvent this limitation.

texlive-textcsc 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/textcsc
Licenses: LPPL 1.3+ CC-BY-SA 3.0
Build system: texlive
Synopsis: Simple commands for caps-to-small-caps text
Description:

This package provides a simple command (\textcsc and \cscshape) for caps-to-small-caps text, to allow for small caps acronyms to be presented as uppercase in text (useful for things like copying and pasting from a PDF).

texlive-europecv 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/europecv
Licenses: LPPL (any version)
Build system: texlive
Synopsis: Unofficial class for European curricula vitae
Description:

The europecv class is an unofficial LaTeX implementation of the standard model for curricula vitae (the ``Europass CV'') as recommended by the European Commission. Although primarily intended for users in the European Union, the class is flexible enough to be used for any kind of curriculum vitae. The class has localisations for all the official languages of the EU (plus Catalan), as well as options permitting input in UTF-8 and koi8-r.

texlive-qcm 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/qcm
Licenses: LPPL (any version)
Build system: texlive
Synopsis: LaTeX2e class for making multiple choice questionnaires
Description:

QCM is a package for making multiple choices questionnaires under LaTeX2e (QCM is the French acronym for this style of test). A special environment allows you to define questions and possible answers. You can specify which answers are correct and which are not. QCM not only formats the questions for you, but also generates a form (a grid that your students will have to fill in), and a mask (the same grid, only with correct answers properly checked in). You can then print the mask on a slide and correct the questionnaires more easily by superimposing the mask on top of students forms. QCM can also typeset exam corrections automatically, and comes with support for AUC-TeX.

texlive-multinotes 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/multinotes
Licenses: LPPL 1.3c
Build system: texlive
Synopsis: Typesetting multilingual lecture notes and exercise sheets
Description:

This package provides tools for typesetting multilingual lecture notes, exercise sheets, and general-purpose documents. Each language is specified via its corresponding babel identifier and is associated with a declaration, macro, and environment used to delimit content written in that language. Arbitrary combinations of languages can be loaded in a single document to support both monolingual and multilingual output. The package also defines macros and environments for typesetting lecture notes and exercise sheets, including configurable inclusion of elements such as proofs, solutions, and sketchboxes.

texlive-hardwrap 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/hardwrap
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: Hard wrap text to a certain character length
Description:

The package facilitates wrapping text to a specific character width, breaking lines by words rather than, as done by TeX, by characters. The primary use for these facilities is to aid the generation of messages sent to the log file or console output to display messages to the user. Package authors may also find this useful when writing out arbitrary text to an external file.

texlive-gobble 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/gobble
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: More gobble macros for PlainTeX and LaTeX
Description:

The LaTeX package gobble includes several gobble macros not included in the LaTeX kernel. These macros remove a number of arguments after them, a feature regularly used inside other macros. This includes gobble macros for optional arguments.

The LaTeX package gobble-user provides these macros at the user level, i.e. using names without @@ so that these can be used without \makeatletter and \makeatother. The same macros are provided inside .tex files for use with plain-TeX or other TeX formats. However, the gobble macros for optional macros require \@@ifnextchar to be defined.

texlive-smartunits 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/smartunits
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: Converting between common metric and Imperial units
Description:

This LaTeX package implements a \SmartUnit macro for converting between (some) metric and Imperial units.

texlive-revtex 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/revtex
Licenses: LPPL 1.3c
Build system: texlive
Synopsis: Styles for various Physics Journals
Description:

This package includes styles for American Physical Society, American Institute of Physics, and Optical Society of America. The distribution consists of the RevTeX class itself, and several support packages.

texlive-natded 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/natded
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: Typeset natural deduction proofs
Description:

The package provides commands to typeset proofs in the style used by Jaskowski, or that of Kalish and Montague.

texlive-thuaslogos 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/thuaslogos
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: Logos for @acronym{THUAS, The Hague University of Applied Sciences}
Description:

This package contains some logos of THUAS. These Logos are available in English and in Dutch.

texlive-profmaquette 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/profmaquette
Licenses: LPPL 1.3c
Build system: texlive
Synopsis: Use exercises in different types of documents
Description:

This LaTeX package can help French maths teachers to put the same exercise into different sorts of documents.

texlive-context-vim 2026.1
Propagated dependencies: texlive-context@2026.1 texlive-context-filter@2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/context-vim
Licenses: FreeBSD
Build system: texlive
Synopsis: Generate ConTeXt syntax highlighting code from Vim
Description:

ConTeXt has excellent pretty printing capabilities for many languages. The code for pretty printing is written in TeX, and due to catcode juggling, such verbatim typesetting is perhaps the trickiest part of TeX. This makes it difficult for a normal user to define syntax highlighting rules for a new language. This module takes the onus of defining syntax highlighting rules away from the user and uses Vim editor to generate the syntax highlighting. There is a helper 2context.vim script to do the syntax parsing in Vim.

texlive-isphysicalmath 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/isphysicalmath
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: Simple way to write nice formulas
Description:

This package helps users to write mathematical and physical contents according to scientific notation (international mainly), in an elegant way. It deals with the notation and formatting of formulas, quantities, numerical values, factors, dimensions, measurement units and also performs its activities in complex mathematical environments.

texlive-utf8mex 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/utf8mex
Licenses: Public Domain
Build system: texlive
Synopsis: Tools to produce formats that read Polish language input
Description:

The bundle provides files for building formats to read input in Polish encodings.

texlive-hrefhide 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/hrefhide
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: Suppress hyper links when printing
Description:

This package provides the command \hrefdisplayonly (additionally to \href provided by the hyperref package). While the (hyperlinked) text appears like an ordinary \href in the compiled PDF file, the same text will be hidden when printing the text. Hiding is actually achieved by making the text the same colour as the background, thus preserving the layout of the rest of the text.

Further, the commands \hycon and \hycoff can be used to simulate switching option ocgcolorlinks of the hyperref package on and off. This package is possibly obsolete.

texlive-enotez 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/enotez
Licenses: LPPL 1.3c+
Build system: texlive
Synopsis: Support for end-notes
Description:

This package allows nested endnotes, supports hyperref and provides means for easy customization of the list of notes.

texlive-kotex-oblivoir 2026.1
Propagated dependencies: texlive-kotex-utf@2026.1 texlive-memoir@2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/kotex-oblivoir
Licenses: LPPL 1.3c
Build system: texlive
Synopsis: LaTeX document class for typesetting Korean documents
Description:

The class is based on memoir, and is adapted to typesetting Korean documents.

texlive-gfsdidot 2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/gfsdidot
Licenses: SIL OFL 1.1
Build system: texlive
Synopsis: Greek font based on Didot's work
Description:

The design of Didot's 1805 Greek typeface was influenced by the neoclassical ideals of the late 18th century. The font was brought to Greece at the time of the 1821 Greek Revolution, by Didot's son, and was very widely used. The font supports the Greek alphabet, and is accompanied by a matching Latin alphabet based on Zapf's Palatino. LaTeX support is provided, using the OT1, T1, TS1, and LGR encodings.

texlive-make4ht 2026.1
Propagated dependencies: texlive-tex4ht@2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/make4ht
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: Build system for TeX4ht
Description:

make4ht is a simple build system for TeX4ht, a TeX to XML converter. It provides a command line tool that drives the conversion process. It also provides a library which can be used to create customized conversion tools.

texlive-bibcop 2026.1
Dependencies: perl@5.36.0
Propagated dependencies: texlive-iexec@2026.1 texlive-pgfopts@2026.1
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/bibcop
Licenses: Expat
Build system: texlive
Synopsis: Style checker for .bib files
Description:

This LaTeX package checks the quality of your .bib file and emits warning messages if any issues are found. For this, the TeX processor must be run with the --shell-escape option. bibcop can also be used as a standalone command line tool.

Total packages: 72465