MikTex 通过 StudioTex 以及 Sharetex 灵魂包现在正在以不同的方式调整对齐方式,就像来自高中校长的电子邮件和下划线命令的过度填充。就像在我的括号“{ }”之外编辑文本一样
答案1
对我来说很好用......
\documentclass{report}
\usepackage{soul}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{geometry}
\usepackage{layout}
\setlength{\parindent}{4em}
\setlength{\parskip}{1em}
\renewcommand{\baselinestretch}{1.5}
\begin{document}
\begin{center} The Highlighting command won't compile and the boldface command \textbf{ex} will overflow i.e.\ (text flooding outside bracketing "\hl{\textbf {how now brown}} cow, text will pass "\}" and affect "cow" too.
\end{center}
\end{document}