由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - beamer做slides的问题
相关主题
如何插入.eps 图片?再问个关于在Beamer里面插入Movie的问题
请教 bibliography 字体和正文不同的问题beamer里面的字是白色的?
向大牛紧急求助:新版latex里面怎么弄hyperref???Beamer - Page number - Remove the number for title page?
tex问题beamer 编译关于font的warning
Re: 借人气问:那个presentation软件你喜欢 (转载)关于底边边距的问题
求助,毕业论文格式请教图片排版问题
question on natbib and round parenthesesA quick question about page margin
那位高手知道Optics Letters的latex模板里面如何设置文献的链接?pdflatex下的图形一问
相关话题的讨论汇总
话题: usepackage话题: beamer话题: 括号话题: theme
进入TeX版参与讨论
1 (共1页)
d***s
发帖数: 55
1
用的是下载的模板,每页的左下角是 name(institution)
想仅显示名字,institution 那里没写,但是那对括号总在
有什么办法去掉括号吗?该修改哪个文件啊?
l*****g
发帖数: 547
2
try a blank space

【在 d***s 的大作中提到】
: 用的是下载的模板,每页的左下角是 name(institution)
: 想仅显示名字,institution 那里没写,但是那对括号总在
: 有什么办法去掉括号吗?该修改哪个文件啊?

d***s
发帖数: 55
3
没用啊,不管institution 填什么,括号总是在
甚至如果name和institution都不填,括号还在

【在 l*****g 的大作中提到】
: try a blank space
T*******n
发帖数: 493
4
Post a minimal source code that shows this problem, and give links to
any additional files that you had to download for the template which
were not part of the standard Beamer package.

【在 d***s 的大作中提到】
: 用的是下载的模板,每页的左下角是 name(institution)
: 想仅显示名字,institution 那里没写,但是那对括号总在
: 有什么办法去掉括号吗?该修改哪个文件啊?

T*********r
发帖数: 11175
5
直接省掉\institution{}

【在 d***s 的大作中提到】
: 用的是下载的模板,每页的左下角是 name(institution)
: 想仅显示名字,institution 那里没写,但是那对括号总在
: 有什么办法去掉括号吗?该修改哪个文件啊?

d***s
发帖数: 55
6
最简单的代码,把 institution 注释掉也没有用
那么多usepackage我也不知道哪个是相关的
\documentclass[10pt]{beamer}
\mode
{
\usetheme{Madrid}
\usefonttheme{professionalfonts}
}
\usepackage[english]{babel}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage{graphics}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsbsy}
\usepackage{manfnt}
\usepackage{array}
\usepackage{mathptmx}
\usepackage{helvet}
\usepackage{verbatim}
\title[]
{Pro

【在 T*******n 的大作中提到】
: Post a minimal source code that shows this problem, and give links to
: any additional files that you had to download for the template which
: were not part of the standard Beamer package.

T*********r
发帖数: 11175
7
为什么用\author[]{}
直接就 \author{}看看

【在 d***s 的大作中提到】
: 最简单的代码,把 institution 注释掉也没有用
: 那么多usepackage我也不知道哪个是相关的
: \documentclass[10pt]{beamer}
: \mode
: {
: \usetheme{Madrid}
: \usefonttheme{professionalfonts}
: }
: \usepackage[english]{babel}
: \usepackage{times}

d***s
发帖数: 55
8
已经简化成这样了,还是不行,把结果贴上来。左下角的括号,右下的日期和页码总在
,不知道是在什么地方设置的。其他还好,那个括号也太难看了
\documentclass[10pt]{beamer}
\mode {
\usetheme{Madrid}
\usefonttheme{professionalfonts}
}
\usepackage[english]{babel}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage{graphics}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amsbsy}
\usepackage{manfnt}
\usepackage{array}
\usepackage{mathptmx}
\usepackage{helvet}
\usepackage{verbatim}

【在 T*********r 的大作中提到】
: 为什么用\author[]{}
: 直接就 \author{}看看

y***h
发帖数: 3
9
\usetheme{Dresden}
should solve the problem.
or you can hack the theme file.

【在 d***s 的大作中提到】
: 已经简化成这样了,还是不行,把结果贴上来。左下角的括号,右下的日期和页码总在
: ,不知道是在什么地方设置的。其他还好,那个括号也太难看了
: \documentclass[10pt]{beamer}
: \mode {
: \usetheme{Madrid}
: \usefonttheme{professionalfonts}
: }
: \usepackage[english]{babel}
: \usepackage{times}
: \usepackage[T1]{fontenc}

d***s
发帖数: 55
10
thx!
换了theme确实没问题了
可是还是挺喜欢原来那个的形式的,页眉页脚的设置啊什么的。就是括号不爽,能有什
么办法保留其他,就是去掉括号吗?

【在 y***h 的大作中提到】
: \usetheme{Dresden}
: should solve the problem.
: or you can hack the theme file.

T*******n
发帖数: 493
11
Marid loads the outer theme "infolines".
In beamerouterthemeinfolines.sty, on line 22, you will find the () that
you don't like.
So, make a copy of beamerthemeMadrid.sty and put it in your own directory
and change the name. Edit it and change the name of the outer theme on
line 19.
Copy beamerouterthemeinfolines.sty to your directory and rename it to
match what you use on line 19 in the above file. Edit line 22 and
remove the ().
Change your .tex file to load the new customized theme.

【在 d***s 的大作中提到】
: thx!
: 换了theme确实没问题了
: 可是还是挺喜欢原来那个的形式的,页眉页脚的设置啊什么的。就是括号不爽,能有什
: 么办法保留其他,就是去掉括号吗?

d***s
发帖数: 55
12
终于搞定了,thanks a lot!!

【在 T*******n 的大作中提到】
: Marid loads the outer theme "infolines".
: In beamerouterthemeinfolines.sty, on line 22, you will find the () that
: you don't like.
: So, make a copy of beamerthemeMadrid.sty and put it in your own directory
: and change the name. Edit it and change the name of the outer theme on
: line 19.
: Copy beamerouterthemeinfolines.sty to your directory and rename it to
: match what you use on line 19 in the above file. Edit line 22 and
: remove the ().
: Change your .tex file to load the new customized theme.

1 (共1页)
进入TeX版参与讨论
相关主题
pdflatex下的图形一问Re: 借人气问:那个presentation软件你喜欢 (转载)
how to write copyleft character ???求助,毕业论文格式
LaTeX 2.09 questionquestion on natbib and round parentheses
用Beemer怎么插入EPS图片?那位高手知道Optics Letters的latex模板里面如何设置文献的链接?
如何插入.eps 图片?再问个关于在Beamer里面插入Movie的问题
请教 bibliography 字体和正文不同的问题beamer里面的字是白色的?
向大牛紧急求助:新版latex里面怎么弄hyperref???Beamer - Page number - Remove the number for title page?
tex问题beamer 编译关于font的warning
相关话题的讨论汇总
话题: usepackage话题: beamer话题: 括号话题: theme