texlive-unisc
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.
- Versions: 2025.2
- 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 the latest version of texlive-unisc
as follows:
guix install texlive-unisc
Or install a particular version:
guix install texlive-unisc@2025.2
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.
Badge code
You can use the following badge to inform users of texlive-unisc about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/texlive-unisc'><img src='https://packages.guix.gnu.org/packages/texlive-unisc/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/texlive-unisc)
Example Org:
[[https://packages.guix.gnu.org/packages/texlive-unisc][https://packages.guix.gnu.org/packages/texlive-unisc/badges/latest-version.svg]]