希望在 LyX 中完全自定义我的所有幻灯片的左下角。我有三位作者,它试图容纳我们所有人的全名,而我想要的是“X 等人(机构)”或只是“X 等人”。
\documentclass{beamer}
\usetheme{Cambridge
\makeatletter
\begin{document}
\author{
LastName1, FirstName1\\
\texttt{[email protected]}
\and
LastName2, FirstName2\\
\texttt{[email protected]}
LastName3, FirstName3\\
\texttt{[email protected]}
}
\begin{frame}
Test
\end{frame}
\end{document}
答案1
Claudio 给出了真正的答案——使用作者的“简短版本”,将其作为命令的可选参数添加\author
,即\author[short version]{long version}
。在 LyX 中,您可以通过右键单击作者并选择来添加它短篇作者。在出现的框中,写下您的简短版本,例如Yourname et al
。