_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
texlive-memoirchapterstyles 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/memoirchapterstyles
Licenses: LPPL (any version)
Synopsis: Chapter styles in @code{memoir} class
Description:

This package provides a showcase of chapter styles available to users of memoir: the six provided in the class itself, plus many from elsewhere (by the present author and others). The package's resources apply only to memoir, but the package draws from a number of sources relating to standard classes, including the fncychap package, and Vincent Zoonekynd's tutorial on headings.

texlive-biblatex-philosophy 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/biblatex-philosophy
Licenses: LPPL 1.3+
Synopsis: Styles for using BibLaTeX for work in philosophy
Description:

The bundle offers two styles --- philosophy-classic and philosophy-modern --- that facilitate the production of two different kinds of bibliography, based on the author-year style, with options and features to manage the information about the translation of foreign texts or their reprints. Though the package's default settings are based on the conventions used in Italian publications, these styles can be used with every language recognized by Babel, possibly with some simple redefinitions.

texlive-beamercolorthemeowl 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/beamercolorthemeowl
Licenses: LPPL 1.3+
Synopsis: Flexible Beamer color theme to maximize visibility
Description:

This package provides a flexible dark or light colour theme designed for maximum readability in environments where most themes fall flat. Its main features are:

  • dark color theme for presenting in low-light conditions;

  • optional light color theme for presenting in bright ambient light;

  • redefines color names red, green, blue, yellow to values that are visible when displayed by certain projectors, particularly those with a very bright green channel and dim red and blue channels. This behaviour can be optionally disabled, with the provided colours also available as OwlRed, OwlGreen, etc.

texlive-hyphen-uppersorbian 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/hyph-utf8
Licenses: ASL 2.0 Modified BSD CC0 Expat GPL 2 GPL 2+ GPL 3+ Donald Knuth's license for TeX LGPL 2.1 LGPL 2.1+ LGPL 3+ LPPL (any version) LPPL 1.0+ LPPL 1.2+ LPPL 1.3 LPPL 1.3+ LPPL 1.3a+ MPL 1.1 Public Domain WTFPL 2 FSF-free non-copyleft non-copyleft non-copyleft non-copyleft
Synopsis: Hyphenation patterns expressed in UTF-8
Description:

Modern native UTF-8 engines such as XeTeX and LuaTeX need hyphenation patterns in UTF-8 format, whereas older systems require hyphenation patterns in the 8-bit encoding of the font in use (such encodings are codified in the LaTeX scheme with names like OT1, T2A, TS1, OML, LY1, etc). The present package offers a collection of conversions of existing patterns to UTF-8 format, together with converters for use with 8-bit fonts in older systems.

This Guix-specific package provides hyphenation patterns for all languages supported in TeX Live. It is a strict super-set of codehyphen-base package and should be preferred to it whenever a package would otherwise depend on hyph-utf8.

texlive-hyphen-ancientgreek 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/hyph-utf8
Licenses: ASL 2.0 Modified BSD CC0 Expat GPL 2 GPL 2+ GPL 3+ Donald Knuth's license for TeX LGPL 2.1 LGPL 2.1+ LGPL 3+ LPPL (any version) LPPL 1.0+ LPPL 1.2+ LPPL 1.3 LPPL 1.3+ LPPL 1.3a+ MPL 1.1 Public Domain WTFPL 2 FSF-free non-copyleft non-copyleft non-copyleft non-copyleft
Synopsis: Hyphenation patterns expressed in UTF-8
Description:

Modern native UTF-8 engines such as XeTeX and LuaTeX need hyphenation patterns in UTF-8 format, whereas older systems require hyphenation patterns in the 8-bit encoding of the font in use (such encodings are codified in the LaTeX scheme with names like OT1, T2A, TS1, OML, LY1, etc). The present package offers a collection of conversions of existing patterns to UTF-8 format, together with converters for use with 8-bit fonts in older systems.

This Guix-specific package provides hyphenation patterns for all languages supported in TeX Live. It is a strict super-set of codehyphen-base package and should be preferred to it whenever a package would otherwise depend on hyph-utf8.

texlive-phfextendedabstract 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/phfextendedabstract
Licenses: LPPL 1.3+
Synopsis: Typeset extended abstracts for conferences
Description:

Several conferences in various fields require the submission of extended abstracts. An extended abstract is a summary of a scientific result, presented at a high level, and consisting of at most a small handful of pages. The phfextendedabstract LaTeX class provides a simple style for such abstracts. There are only two sectioning levels, sections and paragraphs, and the style is optimized to save space as well as to guide the reader's eye through the overall structure of the document. An option will try to compress all vertical space to save some space, in case you need to satisfy page constraints. The style builds upon the powerful RevTeX class, so you can use all of RevTeX's features such as author affiliations, etc.

texlive-hook-pre-commit-pkg 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/hook-pre-commit-pkg
Licenses: GPL 3
Synopsis: Pre-commit git hook for LaTeX package developpers
Description:

This package provides a pre-commit git hook to check basic LaTeX syntax for the use of package developers. It is installed by copying it into the .git/.hooks file. It then checks the following file types: .sty, .dtx, .bbx, .cbx, and .lbx. It performs the following checks:

  • each line must be terminated by %, without a space before it;

  • empty lines are allowed, but not lines with nothing but spaces in them;

  • \begin{macro} and \end{macro} must be paired;

  • \begin{macrocode} and \end{macrocode} must be paired;

  • \begin{macro} must have a second argument;

  • one space must be printed between % and \begin{macro} or \end{macro}. % must be the first character in the line;

  • four spaces must be printed between % and \begin{macrocode} or \end{macrocode};

  • \cs argument must not start with a backslash.

texlive-beamerthemeamurmaple 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/beamerthemeamurmaple
Licenses: LPPL 1.3+
Synopsis: Modern Beamer theme
Description:

This Beamer theme is a suitable theme for presentations in applied mathematics research.

texlive-translation-array-fr 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/translation-array-fr
Licenses: LPPL (any version)
Synopsis: French translation of the documentation of @code{array}
Description:

This package provides a French translation of the documentation of array.

texlive-beamertheme-detlevcm 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/beamertheme-detlevcm
Licenses: GPL 3+
Synopsis: Beamer theme designed for use in the University of Leeds
Description:

The bundle provides a simple theme that has been used in the author's department.

texlive-biblatex-multiple-dm 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/biblatex-multiple-dm
Licenses: LPPL 1.3+
Synopsis: Load multiple datamodels in BibLaTeX
Description:

The package adds the possibility to BibLaTeX to load data models from multiple sources.

texlive-commutative-diagrams 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/commutative-diagrams
Licenses: Expat
Synopsis: CoDi: Commutative Diagrams for TeX
Description:

This package provides a TikZ library for making commutative diagrams easy to design, parse and tweak.

texlive-fonts-adobe-palatino 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/urw-base35
Licenses: GPL 3+
Synopsis: Replacement for Adobe's Palatino font
Description:

This package provides a drop-in replacement for the Palatino font from Adobe's basic set.

texlive-fonts-adobe-zapfding 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/urw-base35
Licenses: GPL 3+
Synopsis: Replacement for Adobe's Zapfding font
Description:

This package provides a drop-in replacement for the Zapfding font from Adobe's basic set.

texlive-fonts-churchslavonic 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/fonts-churchslavonic
Licenses: SIL OFL 1.1
Synopsis: Fonts for typesetting in Church Slavonic language
Description:

The package provides Unicode-encoded OpenType fonts for Church Slavonic which are intended for Unicode TeX engines only.

emacs-org-texlive-collection 9.7.19
Propagated dependencies: texlive-capt-of@2024.2 texlive-collection-latexrecommended@2024.2 texlive-soul@2024.2 texlive-standalone@2024.2 texlive-ulem@2024.2 texlive-wrapfig@2024.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://orgmode.org/
Licenses: FSF-free
Synopsis: Basic TeX Live packages for Org mode LaTeX export
Description:

This meta-package propagates the TeX Live packages minimally required by the LaTeX output produced by Org mode.

texlive-latex-rerunfilecheck 2024.2
Propagated dependencies: texlive-atveryend@2024.2 texlive-uniquecounter@2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://www.ctan.org/pkg/rerunfilecheck
Licenses: LPPL 1.3c+
Synopsis: Checksum based rerun checks on auxiliary files
Description:

This package provides additional rerun warnings if some auxiliary files have changed. It is based on MD5 checksum, provided by pdfTeX.

texlive-generic-kvdefinekeys 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/kvdefinekeys
Licenses: LPPL 1.3c+
Synopsis: Define keys for use in the @code{kvsetkeys} package
Description:

This package provides the \kv@define@key (analogous to keyval’s \define@key, to define keys for use by kvsetkeys.

texlive-generic-babel-french 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/babel-french
Licenses: LPPL 1.3+
Synopsis: Babel contributed support for French
Description:

The package establishes French conventions in a document (or a subset of the conventions, if French is not the main language of the document).

texlive-beamertheme-upenn-bc 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/beamertheme-upenn-bc
Licenses: LPPL (any version)
Synopsis: Beamer themes for Boston College and the University of Pennsylvania
Description:

This package provides Beamer themes in the colors of the University of Pennsylvania, USA, and Boston College, USA. Both were tested for the presentation theme Warsaw.

texlive-biblatex-gb7714-2015 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/biblatex-gb7714-2015
Licenses: LPPL 1.3c
Synopsis: BibLaTeX implementation of the GBT7714-2015 bibliography style for Chinese users
Description:

This package provides an implementation of the GBT7714-2015 bibliography style. This implementation follows the GBT7714-2015 standard and can be used by simply loading BibLaTeX with the appropriate option.

texlive-biblatex-bookinother 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/biblatex-bookinother
Licenses: LPPL 1.3+
Synopsis: Manage book edited in other entry type
Description:

This package provides new BibLaTeX entry types and fields for book edited in other types, like for instance @bookinarticle. It offers more types than the older package biblatex-bookinarticle, which it supersedes.

texlive-latex2e-help-texinfo 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/latex2e-help-texinfo
Licenses: FDL 1.1+
Synopsis: Unofficial reference manual covering LaTeX2e
Description:

This is an unofficial reference manual for LaTeX. It is provided as Texinfo source. This is a collaborative development, and details of getting involved are to be found on the package home page.

Total results: 4489