texlive-fragments 2025.2
Fragments of LaTeX code
This package provides a collection of fragments of LaTeX code, suitable for inclusion in packages, or (possibly) in users documents. Included are: checklab
, for modifying the label checking code at \end{document}
; overrightarrow
, defining a doubled over-arrow macro; removefr
, for removing reset relations between counters; and subscript
, defining a \textsubscript
command.
- Outputs:
doc
,out
- Website: https://ctan.org/pkg/fragments
- Licenses: LPPL (any version) · Public Domain
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-fragments 2025.2
as follows:
guix install texlive-fragments@2025.2
Or install the latest version:
guix install texlive-fragments
The texlive-fragments
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install texlive-fragments:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.