Is there a way to somehow modify the font, or some setting to use in order to enlarge the word spacing only for this special case?
Of course, I could manually add something like \hspace{0.3em} at the appropriate places, but this is sort of an ugly workaround, and I am not sure if it would still look good in a justified text.
MWE:
Code: Select all
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[adobe-utopia]{mathdesign}
% Optionally:
\usepackage{microtype}
\begin{document}
\section{Applications of Temperature}
Applications of Temperature
\end{document}