texlive-unisc 2025.2
Unicode small caps with Lua/XeLaTeX
LaTeX produces small caps with \textsc{text}
or {\scshape text}
. Neither of these commands produce small caps in Unicode. If the output text is copied and pasted somewhere it shows the same characters as used in the input. This package aims to internally convert all the characters provided to the commands mentioned above. It assumes that the file using this package is compiled with Lua/XeLaTeX and a good Unicode font which has the small caps characters, e.g., Charis SIL.
- Outputs:
doc
,out
- Website: https://ctan.org/pkg/unisc
- Licenses: FDL 1.3+ · GPL 3+
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-unisc 2025.2
as follows:
guix install texlive-unisc@2025.2
Or install the latest version:
guix install texlive-unisc
The texlive-unisc
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-unisc: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.