如何在 Latex 的课堂文章中添加字幕?
Posted
技术标签:
【中文标题】如何在 Latex 的课堂文章中添加字幕?【英文标题】:How to add a subtitle in class article in Latex? 【发布时间】:2020-11-26 19:03:16 【问题描述】:我正在用 Latex 写报告,我的文档类必须是文章。我想在我的标题下添加一些额外的文本,但我找不到任何与字幕命令相对应的内容。有人有什么建议吗?
\documentclass[11pt,a4paper]article
\title Title
\authorName
【问题讨论】:
请制作一个可编译的minimal reproducible example 【参考方案1】:\documentclass[11pt,a4paper]article
\title Title
\authorName
\makeatletter
\def\@maketitle%
\newpage
\null
\vskip 2em%
\begincenter%
\let \footnote \thanks
\LARGE \@title \par%
\vskip 1em%
\Large Whatever Subtitle you want\par%
\vskip 1.5em%
\large
\lineskip .5em%
\begintabular[t]c%
\@author
\endtabular\par%
\vskip 1em%
\large \@date%
\endcenter%
\par
\vskip 1.5em
\makeatother
\begindocument
\maketitle
test
\enddocument
【讨论】:
【参考方案2】:希望我找到了一个非常简单快捷的解决方案:
\documentclass[11pt,a4paper]article
\title Title \\[1ex] \large Subtitle
\authorName
\begindocument
\maketitle
Text.
\enddocument
【讨论】:
如果与 hyperref 结合使用并且没有段落行距将是错误的,这将与 pdf 元数据混淆。 @samcarter_is_at_topanswers.xyz 谢谢! My reference。顺便说一句,对你的 [乳胶] 银徽章的许多赞美,很多贡献和帮助,太棒了 :)以上是关于如何在 Latex 的课堂文章中添加字幕?的主要内容,如果未能解决你的问题,请参考以下文章