texlive-perfectcut 2025.2
Nested delimiters that consistently grow regardless of the contents
This package defines the command \perfectcut#1#2
which displays a bracket <#1||#2>. Various other delimiters are similarly defined (parentheses, square brackets ...). The effect of these commands is to let the delimiters grow according to the number of nested \perfectcommands
(regardless of the size of the contents).
The package was originally intended for solving a notational issue for direct-style continuation calculi in proof theory. For general use, the package also defines commands for defining other sorts of delimiters which will behave in the same way. The package also offers a robust reimplementation of \big
, \bigg
, etc.
- Outputs:
doc
,out
- Website: https://ctan.org/pkg/perfectcut
- Licenses: LPPL 1.3+
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-perfectcut 2025.2
as follows:
guix install texlive-perfectcut@2025.2
Or install the latest version:
guix install texlive-perfectcut
The texlive-perfectcut
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-perfectcut: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.