texlive-studenthandouts 2025.2
Management and styling of student handout projects
This package can be used to generate a single master document that contains a set of individual student handouts. The package has two main functions. First, it provides a simple framework for organizing handout source code, and supplies a set of import management tools for selectively importing a subset of the handouts into the master document. Selective import is convenient when compilation of all of the handouts is unnecessary, for example when working on a new handout. As a secondary feature, the package defines a basic visual style for handouts. This style can be easily changed.
- Outputs:
doc
,out
- Website: https://ctan.org/pkg/studenthandouts
- Licenses: LPPL 1.3+
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-studenthandouts 2025.2
as follows:
guix install texlive-studenthandouts@2025.2
Or install the latest version:
guix install texlive-studenthandouts
The texlive-studenthandouts
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-studenthandouts: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.