简体   繁体   English

用乳胶演示,改变每帧的宽度

[英]Presentation with latex, changing the width in each frame

In my presentation, I use \\usetheme{Warsaw} and in order to increase the usable space in each frame, I use \\useoutertheme{infolines} . 在我的演示中,我使用\\usetheme{Warsaw}并且为了增加每帧中的可用空间,我使用\\useoutertheme{infolines} In this way, the bar at the bottom of each page is equally divided between author's name, title, and date and slide number. 这样,每页底部的栏在作者的姓名,标题,日期和幻灯片编号之间平均分配。 Is there anyway to change the width of each section? 无论如何,有没有改变每个部分的宽度? For example, I need more space for the title compared to author's name or date. 例如,与作者的姓名或日期相比,我需要更多的标题空间。 Any comment is highly appreciated. 任何评论都受到高度赞赏。 Also, the code I am using is the following: 另外,我正在使用的代码如下:

\usepackage{beamerthemesplit}

\usetheme{Warsaw}
\useoutertheme{infolines}

\title[...]{...}
\author[...]{...}
\institute{...}
\date{...}

\begin{document}

\begin{frame}
\titlepage
\end{frame}

Thank you. 谢谢。

Find the beamerouterthemeinfolines.sty file (in the ...\\latex\\beamer\\themes\\outer folder). 找到beamerouterthemeinfolines.sty文件(在...\\latex\\beamer\\themes\\outer文件夹中)。 You will see that the 1:1:1 width is hard-coded using wd=.333333\\paperwidth for each box, so you will have to edit the style file. 您将看到每个框的wd=.333333\\paperwidth都是硬编码的1:1:1宽度,因此您必须编辑样式文件。

The following is not tested, but should set you on the right path. 以下内容未经测试,但应将您设置在正确的道路上。 Change those values as you want, then save the file under a different name, say beamerouterthemeunevenlines.sty . 根据需要更改这些值,然后将文件保存为另一个名称,例如beamerouterthemeunevenlines.sty Now use unevenlines as your outer theme. 现在,将unevenlines用作外部主题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM