如何壓縮或拉伸群組內的文字使用 \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}

在此輸入影像描述

相關內容