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.
|