如何使用 \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}

在此处输入图片描述

相关内容