我正在使用此代码
\documentclass{article}
\usepackage{lipsum}
\usepackage{fontspec}
%\defaultfontfeatures{LetterSpace=5}
\setmainfont{Latin Modern Roman}
\hyphenchar\font=-1 % disabling hyphenation except bold and italic words
\begin{document}
\sloppy % interword spacing to avoid margin misalignment
\lipsum[1-30]
\end{document}
我尝试在另一个问题的末尾提问,但被告知无法做到。这个想法是关于重现我在 InDesign 中看到的一些事情。这里\sloppy
在单词之间添加空格以保持对齐而不使用连字符。为了给出连续流动的概念,Adobe 还在字符之间添加了间距并最小化了这些空格。在 LaTeX 中可以做类似的事情吗?
这是我在 InDesign 中对同一文本的示例
(我认为它看起来可以接受)