This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/texlive-unisc/badges/latest-version.svg)](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]]