我的文章标题非常长,超出了标题的范围。因此,我想到了一个更短的续写版本。通过研究,我得到了以下命令:
\title{short version}[looooooooooong version]
但这不起作用。它替换了真正的标题,并在它之前做了一些奇怪的事情,就好像试图将长标题挤进一个 10px 宽的框中。
在此之后,我不再理解通过研究发现的任何东西——它对我来说有点太复杂了……
我怎样才能让我的文章保持原样,但标题更好?仅有的用于标题?
答案1
括号的顺序有点混乱。虽然有一些例外,但带有可选参数的命令(又称控制序列)的最常见语法是:
\command[<optional argument>]{<mandatory argument>} % in this order
使用示例:
\command{whatever} % the mandatory argument is "whatever"
\command[whatsoever]{whatever} % the optional argument is "whatsoever"
\command{} % the mandatory is "nothing" (but there are an argument
\command whatever % the mandatory argument is "w" (first character after the command)
% ("atever" is plain text and cannot be in the preamble)
严格 \title
遵循此语法,使用示例如下:
\title[Red Cap Drama]{Little Red Riding Hood causes the murder of a poor wolf}