作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在我的Beamer演示文稿的标题页上,我有来自两个研究所的三位作者。作者可以并排列出,这很好。较差的是,这些机构在中心下方的一个奇怪的列中被一个又一个地列出来。换句话说,我得到这个:
My Talk Title
John Foo (1) Sarah Bar (2) Isaac Foo (1)
Foo University
Foo, MA, 02134
Bar Institute
Bar, CA, 90210
My Talk Title
John Foo (1) Sarah Bar (2) Isaac Foo (1)
Foo University Bar Institute
Foo, MA, 02134 Bar, CA, 90210
\documentclass{beamer}
\usetheme{Warsaw}
institute[Foo and Bar]{
Foo University\\
Foo, MA, 02134
\and
Bar Institute\\
Bar, CA, 90210
}
\author{John Foo\inst{1} \and Sarah Bar\inst{2} \and Isaac Foo\inst{1}}
\title[My Title]{My Talk Title}
\begin{document}
\begin{frame}[plain] % 'plain' suppresses header & footer decorations
\titlepage
\end{frame}
%% .. rest of presentation goes here
\end{document}
最佳答案
这会入侵您想要的东西吗?
\institute[Foo and Bar]{
\begin{tabular}[h]{cc}
Foo University & Bar Institute \\
Foo, MA, 02134 & Bar, CA, 90210
\end{tabular}
}
关于latex - latex 投影仪标题页中的并排机构,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3818807/
我有一个包含 JSON 数组的 JSON 文件 测试文件 [ { "Name": "Bob" }, { "Age": "37" }, { "DOB": "12/01/1985"} ] 我想
我是一名优秀的程序员,十分优秀!