在13页2.3.4连字中,推荐了`{}f{}f`这一种连字方式,但在`XeLaTeX`并不适用(第3页1.2中推荐),而是`f\textcompwordmark f`、`f\/f`。 ```latex \documentclass{article} \begin{document} {}f{}f, f\textcompwordmark f, f\/f, ff \end{document} ```