Latex 中动词/lstinline 文本流出行边距而没有换行符

发布于 2024-08-07 00:41:06 字数 439 浏览 4 评论 0原文

listings 包支持 lstlisting 环境中的换行符。但它不会为 lstinline 环境生成自动换行符。例如,在下面的段落中,第一行流出了页边距:

The parameters \lstinline|base_rmr_brain|, \lstinline|base_rmr_fat|, and \lstinline|baseline_basal_rmr_of_lean_tissues| are metabolic rates of brain, fat, and lean tissues in kcal/(kg*day). The parameter \lstinline|mass_brain| denotes the mass of the brain in gram.

这个问题有什么解决办法吗?

The listings package supports line breaks inside lstlisting environment. But it doesn't produce automatic line breaks for lstinline environment. For example, in the following paragraph the first line flows out of the margins:

The parameters \lstinline|base_rmr_brain|, \lstinline|base_rmr_fat|, and \lstinline|baseline_basal_rmr_of_lean_tissues| are metabolic rates of brain, fat, and lean tissues in kcal/(kg*day). The parameter \lstinline|mass_brain| denotes the mass of the brain in gram.

Is there any solution for this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

还给你自由 2024-08-14 00:41:06

列表的文学功能可能会有所帮助,例如在下划线处引入换行符:

\lstset{
  literate={\_}{}{0\discretionary{\_}{}{\_}}%
}

The literate feature of listings could be helpful, e.g. to introduce linebreaks at underscores:

\lstset{
  literate={\_}{}{0\discretionary{\_}{}{\_}}%
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文