texlive-ted 2024.2
Primitive token list editor
Just like sed
is a stream editor, ted
is a token list editor. The ted
package provides two user macros: \Substitute
and \ShowTokens
. The first is maybe the most useful: it performs substitutions in token lists (even inside braces). The second displays each token of the list (one per line) with its catcode (in the list, not just the current one), and can be useful for debugging or for TeX learners. Ted is designed to work well even if strange tokens (that is, unusual {charcode, catcode} pairs or tokens with a confusing meaning) occur in the list.
- Website: https://ctan.org/pkg/ted
- Licenses: LPPL (any version)
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-ted 2024.2
as follows:
guix install texlive-ted@2024.2
Or install the latest version:
guix install texlive-ted
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.