Как сжать или растянуть текст в группе с помощью \usepackage{microtype}

Как сжать или растянуть текст в группе с помощью \usepackage{microtype}

Я могу сделать это для небольших текстовых строк. Как я могу сделать то же самое для группы?

МВЭ:

% !TeX program = lualatex
%========================================
\documentclass[12pt]{article}
\usepackage[tracking=true]{microtype}
\usepackage{lipsum}
\begin{document}
An example of compressing or stretching small text.

\textls[-15]{An example of compressing or stretching small text.}

\textls[15]{An example of compressing or stretching small text.}

\noindent\rule{\textwidth}{1pt}

\begingroup
\lipsum[1-5]
\endgroup
\end{document}

введите описание изображения здесь

Связанный контент