Problem with display of presentation
I am trying to create a presentation in latex and have the following
documentclass[11pt]{beamer}
usetheme{Madrid}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage[english]{babel}
usepackage{graphicx}
author{Anthony Robinson}
title{Irrational and Transcendental Numbers}
subtitle{Mathematics Project}
%logo{}
institute{University of Lincoln School of Maths and Physics}
date{April 30, 2019}
%subject{}
%setbeamercovered{transparent}
%setbeamertemplate{navigation symbols}{}
begin{document}
maketitle
begin{frame}{Summary}
begin{itemize}
item A rational number is a number which can be expressed in the form $frac{a}{b}$ for $a,bin mathbb{Z}$. If a number cannot be expressed in this form it is said to be irrational, e.g. $sqrt{2}$ or $pi$.
item An algebraic number is a number that can be expressed as the root of a polynomial with integer coefficients, i.e. if a number $z$ is the root of $$a_0 + a_1x + a_2x^2 + a_3x^3 +dots+a_nx^n=0 quad text{where}quad a_i in mathbb{Z}forall i$$ the $z$ is said to be algebraic of degree $n$. If a number is not algebraic then it is said to be transcendental.
end{itemize}
end{frame}
begin{frame}{Important note}
It is possible for a number to be irrational but not transcendental, e.g. $sqrt{2}$ is irrational (this is proved later) but is algebraic as it is the root of the polynomial $x^2-2=0$.
end{frame}
begin{frame}{Important Results}
end{frame}
end{document}
The problem is that in the output of the slide, in the banner at the bottom, it displays a bracket, (, and then "University of Lincoln".
How do I get rid of the bracket, or get rid of the "University of Lincoln" bit.
This is the first time I have tried to create a presentation in latex so any help is greatly appreciated.
Thank-you in advance
beamer
add a comment |
I am trying to create a presentation in latex and have the following
documentclass[11pt]{beamer}
usetheme{Madrid}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage[english]{babel}
usepackage{graphicx}
author{Anthony Robinson}
title{Irrational and Transcendental Numbers}
subtitle{Mathematics Project}
%logo{}
institute{University of Lincoln School of Maths and Physics}
date{April 30, 2019}
%subject{}
%setbeamercovered{transparent}
%setbeamertemplate{navigation symbols}{}
begin{document}
maketitle
begin{frame}{Summary}
begin{itemize}
item A rational number is a number which can be expressed in the form $frac{a}{b}$ for $a,bin mathbb{Z}$. If a number cannot be expressed in this form it is said to be irrational, e.g. $sqrt{2}$ or $pi$.
item An algebraic number is a number that can be expressed as the root of a polynomial with integer coefficients, i.e. if a number $z$ is the root of $$a_0 + a_1x + a_2x^2 + a_3x^3 +dots+a_nx^n=0 quad text{where}quad a_i in mathbb{Z}forall i$$ the $z$ is said to be algebraic of degree $n$. If a number is not algebraic then it is said to be transcendental.
end{itemize}
end{frame}
begin{frame}{Important note}
It is possible for a number to be irrational but not transcendental, e.g. $sqrt{2}$ is irrational (this is proved later) but is algebraic as it is the root of the polynomial $x^2-2=0$.
end{frame}
begin{frame}{Important Results}
end{frame}
end{document}
The problem is that in the output of the slide, in the banner at the bottom, it displays a bracket, (, and then "University of Lincoln".
How do I get rid of the bracket, or get rid of the "University of Lincoln" bit.
This is the first time I have tried to create a presentation in latex so any help is greatly appreciated.
Thank-you in advance
beamer
add a comment |
I am trying to create a presentation in latex and have the following
documentclass[11pt]{beamer}
usetheme{Madrid}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage[english]{babel}
usepackage{graphicx}
author{Anthony Robinson}
title{Irrational and Transcendental Numbers}
subtitle{Mathematics Project}
%logo{}
institute{University of Lincoln School of Maths and Physics}
date{April 30, 2019}
%subject{}
%setbeamercovered{transparent}
%setbeamertemplate{navigation symbols}{}
begin{document}
maketitle
begin{frame}{Summary}
begin{itemize}
item A rational number is a number which can be expressed in the form $frac{a}{b}$ for $a,bin mathbb{Z}$. If a number cannot be expressed in this form it is said to be irrational, e.g. $sqrt{2}$ or $pi$.
item An algebraic number is a number that can be expressed as the root of a polynomial with integer coefficients, i.e. if a number $z$ is the root of $$a_0 + a_1x + a_2x^2 + a_3x^3 +dots+a_nx^n=0 quad text{where}quad a_i in mathbb{Z}forall i$$ the $z$ is said to be algebraic of degree $n$. If a number is not algebraic then it is said to be transcendental.
end{itemize}
end{frame}
begin{frame}{Important note}
It is possible for a number to be irrational but not transcendental, e.g. $sqrt{2}$ is irrational (this is proved later) but is algebraic as it is the root of the polynomial $x^2-2=0$.
end{frame}
begin{frame}{Important Results}
end{frame}
end{document}
The problem is that in the output of the slide, in the banner at the bottom, it displays a bracket, (, and then "University of Lincoln".
How do I get rid of the bracket, or get rid of the "University of Lincoln" bit.
This is the first time I have tried to create a presentation in latex so any help is greatly appreciated.
Thank-you in advance
beamer
I am trying to create a presentation in latex and have the following
documentclass[11pt]{beamer}
usetheme{Madrid}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage[english]{babel}
usepackage{graphicx}
author{Anthony Robinson}
title{Irrational and Transcendental Numbers}
subtitle{Mathematics Project}
%logo{}
institute{University of Lincoln School of Maths and Physics}
date{April 30, 2019}
%subject{}
%setbeamercovered{transparent}
%setbeamertemplate{navigation symbols}{}
begin{document}
maketitle
begin{frame}{Summary}
begin{itemize}
item A rational number is a number which can be expressed in the form $frac{a}{b}$ for $a,bin mathbb{Z}$. If a number cannot be expressed in this form it is said to be irrational, e.g. $sqrt{2}$ or $pi$.
item An algebraic number is a number that can be expressed as the root of a polynomial with integer coefficients, i.e. if a number $z$ is the root of $$a_0 + a_1x + a_2x^2 + a_3x^3 +dots+a_nx^n=0 quad text{where}quad a_i in mathbb{Z}forall i$$ the $z$ is said to be algebraic of degree $n$. If a number is not algebraic then it is said to be transcendental.
end{itemize}
end{frame}
begin{frame}{Important note}
It is possible for a number to be irrational but not transcendental, e.g. $sqrt{2}$ is irrational (this is proved later) but is algebraic as it is the root of the polynomial $x^2-2=0$.
end{frame}
begin{frame}{Important Results}
end{frame}
end{document}
The problem is that in the output of the slide, in the banner at the bottom, it displays a bracket, (, and then "University of Lincoln".
How do I get rid of the bracket, or get rid of the "University of Lincoln" bit.
This is the first time I have tried to create a presentation in latex so any help is greatly appreciated.
Thank-you in advance
beamer
beamer
asked Apr 21 at 14:05
user182595user182595
384
384
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You asked,
How do I get rid of ... the "University of Lincoln" bit [in the banner line]?
You need to change
institute{University of Lincoln School of Maths and Physics}
to
institute{University of Lincoln School of Maths and Physics}
By default, the "short" version of the institute-related information is equal to the material in curly braces, i.e., the main argument of institute
. The optional short version is what's placed in square brackets. By placing nothing inside the square brackets, nothing gets passed to the banner line shown at the bottom of the page.
The following screenshot shows the banner line once the document is recompiled:
Brilliant!! Thank-you very much, I have accepted your comment as the answer
– user182595
Apr 21 at 14:48
2
@user182595 - You're most welcome. By the way, the "optional short version" is also available for thetitle
,author
, anddate
directives. E.g., if you wanted to display "A. Robinson" rather than "Anthony Robinson" in the banner line, you'd writeauthor[A. Robinson]{Anthony Robinson}
.
– Mico
Apr 21 at 15:33
1
Thank-you very much, its nice to have someone properly explain everything instead of just changing code and leaving it there. Very much appreciated!!
– user182595
Apr 21 at 17:51
add a comment |
The Madrid
theme uses the infolines
outer theme in which the contents of the footline are defined. In the original definition (copied from beamerouterthemeinfolines.sty
you can find the following line:
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
usebeamerfont{author in head/foot}insertshortauthorexpandafterifblankexpandafter{beamer@shortinstitute}{}{~~(insertshortinstitute)}
that inserts the author name and the institute's name into the leftmost colored box in the footline.
In order to remove the institute's name you can redefine the footline as follows:
documentclass[11pt]{beamer}
usetheme{Madrid}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage[english]{babel}
usepackage{graphicx}
author{Anthony Robinson}
title{Irrational and Transcendental Numbers}
subtitle{Mathematics Project}
%logo{}
institute{University of Lincoln School of Maths and Physics}
date{April 30, 2019}
%subject{}
%setbeamercovered{transparent}
%setbeamertemplate{navigation symbols}{}
makeatletter
setbeamertemplate{footline}
{
leavevmode%
hbox{%
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
usebeamerfont{author in head/foot}insertshortauthorexpandafter
end{beamercolorbox}%
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%
usebeamerfont{title in head/foot}insertshorttitle
end{beamercolorbox}%
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
usebeamerfont{date in head/foot}insertshortdate{}hspace*{2em}
usebeamertemplate{page number in head/foot}hspace*{2ex}
end{beamercolorbox}}%
vskip0pt%
}
makeatother
begin{document}
maketitle
end{document}
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485905%2fproblem-with-display-of-presentation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You asked,
How do I get rid of ... the "University of Lincoln" bit [in the banner line]?
You need to change
institute{University of Lincoln School of Maths and Physics}
to
institute{University of Lincoln School of Maths and Physics}
By default, the "short" version of the institute-related information is equal to the material in curly braces, i.e., the main argument of institute
. The optional short version is what's placed in square brackets. By placing nothing inside the square brackets, nothing gets passed to the banner line shown at the bottom of the page.
The following screenshot shows the banner line once the document is recompiled:
Brilliant!! Thank-you very much, I have accepted your comment as the answer
– user182595
Apr 21 at 14:48
2
@user182595 - You're most welcome. By the way, the "optional short version" is also available for thetitle
,author
, anddate
directives. E.g., if you wanted to display "A. Robinson" rather than "Anthony Robinson" in the banner line, you'd writeauthor[A. Robinson]{Anthony Robinson}
.
– Mico
Apr 21 at 15:33
1
Thank-you very much, its nice to have someone properly explain everything instead of just changing code and leaving it there. Very much appreciated!!
– user182595
Apr 21 at 17:51
add a comment |
You asked,
How do I get rid of ... the "University of Lincoln" bit [in the banner line]?
You need to change
institute{University of Lincoln School of Maths and Physics}
to
institute{University of Lincoln School of Maths and Physics}
By default, the "short" version of the institute-related information is equal to the material in curly braces, i.e., the main argument of institute
. The optional short version is what's placed in square brackets. By placing nothing inside the square brackets, nothing gets passed to the banner line shown at the bottom of the page.
The following screenshot shows the banner line once the document is recompiled:
Brilliant!! Thank-you very much, I have accepted your comment as the answer
– user182595
Apr 21 at 14:48
2
@user182595 - You're most welcome. By the way, the "optional short version" is also available for thetitle
,author
, anddate
directives. E.g., if you wanted to display "A. Robinson" rather than "Anthony Robinson" in the banner line, you'd writeauthor[A. Robinson]{Anthony Robinson}
.
– Mico
Apr 21 at 15:33
1
Thank-you very much, its nice to have someone properly explain everything instead of just changing code and leaving it there. Very much appreciated!!
– user182595
Apr 21 at 17:51
add a comment |
You asked,
How do I get rid of ... the "University of Lincoln" bit [in the banner line]?
You need to change
institute{University of Lincoln School of Maths and Physics}
to
institute{University of Lincoln School of Maths and Physics}
By default, the "short" version of the institute-related information is equal to the material in curly braces, i.e., the main argument of institute
. The optional short version is what's placed in square brackets. By placing nothing inside the square brackets, nothing gets passed to the banner line shown at the bottom of the page.
The following screenshot shows the banner line once the document is recompiled:
You asked,
How do I get rid of ... the "University of Lincoln" bit [in the banner line]?
You need to change
institute{University of Lincoln School of Maths and Physics}
to
institute{University of Lincoln School of Maths and Physics}
By default, the "short" version of the institute-related information is equal to the material in curly braces, i.e., the main argument of institute
. The optional short version is what's placed in square brackets. By placing nothing inside the square brackets, nothing gets passed to the banner line shown at the bottom of the page.
The following screenshot shows the banner line once the document is recompiled:
answered Apr 21 at 14:37
MicoMico
292k32402789
292k32402789
Brilliant!! Thank-you very much, I have accepted your comment as the answer
– user182595
Apr 21 at 14:48
2
@user182595 - You're most welcome. By the way, the "optional short version" is also available for thetitle
,author
, anddate
directives. E.g., if you wanted to display "A. Robinson" rather than "Anthony Robinson" in the banner line, you'd writeauthor[A. Robinson]{Anthony Robinson}
.
– Mico
Apr 21 at 15:33
1
Thank-you very much, its nice to have someone properly explain everything instead of just changing code and leaving it there. Very much appreciated!!
– user182595
Apr 21 at 17:51
add a comment |
Brilliant!! Thank-you very much, I have accepted your comment as the answer
– user182595
Apr 21 at 14:48
2
@user182595 - You're most welcome. By the way, the "optional short version" is also available for thetitle
,author
, anddate
directives. E.g., if you wanted to display "A. Robinson" rather than "Anthony Robinson" in the banner line, you'd writeauthor[A. Robinson]{Anthony Robinson}
.
– Mico
Apr 21 at 15:33
1
Thank-you very much, its nice to have someone properly explain everything instead of just changing code and leaving it there. Very much appreciated!!
– user182595
Apr 21 at 17:51
Brilliant!! Thank-you very much, I have accepted your comment as the answer
– user182595
Apr 21 at 14:48
Brilliant!! Thank-you very much, I have accepted your comment as the answer
– user182595
Apr 21 at 14:48
2
2
@user182595 - You're most welcome. By the way, the "optional short version" is also available for the
title
, author
, and date
directives. E.g., if you wanted to display "A. Robinson" rather than "Anthony Robinson" in the banner line, you'd write author[A. Robinson]{Anthony Robinson}
.– Mico
Apr 21 at 15:33
@user182595 - You're most welcome. By the way, the "optional short version" is also available for the
title
, author
, and date
directives. E.g., if you wanted to display "A. Robinson" rather than "Anthony Robinson" in the banner line, you'd write author[A. Robinson]{Anthony Robinson}
.– Mico
Apr 21 at 15:33
1
1
Thank-you very much, its nice to have someone properly explain everything instead of just changing code and leaving it there. Very much appreciated!!
– user182595
Apr 21 at 17:51
Thank-you very much, its nice to have someone properly explain everything instead of just changing code and leaving it there. Very much appreciated!!
– user182595
Apr 21 at 17:51
add a comment |
The Madrid
theme uses the infolines
outer theme in which the contents of the footline are defined. In the original definition (copied from beamerouterthemeinfolines.sty
you can find the following line:
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
usebeamerfont{author in head/foot}insertshortauthorexpandafterifblankexpandafter{beamer@shortinstitute}{}{~~(insertshortinstitute)}
that inserts the author name and the institute's name into the leftmost colored box in the footline.
In order to remove the institute's name you can redefine the footline as follows:
documentclass[11pt]{beamer}
usetheme{Madrid}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage[english]{babel}
usepackage{graphicx}
author{Anthony Robinson}
title{Irrational and Transcendental Numbers}
subtitle{Mathematics Project}
%logo{}
institute{University of Lincoln School of Maths and Physics}
date{April 30, 2019}
%subject{}
%setbeamercovered{transparent}
%setbeamertemplate{navigation symbols}{}
makeatletter
setbeamertemplate{footline}
{
leavevmode%
hbox{%
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
usebeamerfont{author in head/foot}insertshortauthorexpandafter
end{beamercolorbox}%
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%
usebeamerfont{title in head/foot}insertshorttitle
end{beamercolorbox}%
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
usebeamerfont{date in head/foot}insertshortdate{}hspace*{2em}
usebeamertemplate{page number in head/foot}hspace*{2ex}
end{beamercolorbox}}%
vskip0pt%
}
makeatother
begin{document}
maketitle
end{document}
add a comment |
The Madrid
theme uses the infolines
outer theme in which the contents of the footline are defined. In the original definition (copied from beamerouterthemeinfolines.sty
you can find the following line:
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
usebeamerfont{author in head/foot}insertshortauthorexpandafterifblankexpandafter{beamer@shortinstitute}{}{~~(insertshortinstitute)}
that inserts the author name and the institute's name into the leftmost colored box in the footline.
In order to remove the institute's name you can redefine the footline as follows:
documentclass[11pt]{beamer}
usetheme{Madrid}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage[english]{babel}
usepackage{graphicx}
author{Anthony Robinson}
title{Irrational and Transcendental Numbers}
subtitle{Mathematics Project}
%logo{}
institute{University of Lincoln School of Maths and Physics}
date{April 30, 2019}
%subject{}
%setbeamercovered{transparent}
%setbeamertemplate{navigation symbols}{}
makeatletter
setbeamertemplate{footline}
{
leavevmode%
hbox{%
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
usebeamerfont{author in head/foot}insertshortauthorexpandafter
end{beamercolorbox}%
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%
usebeamerfont{title in head/foot}insertshorttitle
end{beamercolorbox}%
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
usebeamerfont{date in head/foot}insertshortdate{}hspace*{2em}
usebeamertemplate{page number in head/foot}hspace*{2ex}
end{beamercolorbox}}%
vskip0pt%
}
makeatother
begin{document}
maketitle
end{document}
add a comment |
The Madrid
theme uses the infolines
outer theme in which the contents of the footline are defined. In the original definition (copied from beamerouterthemeinfolines.sty
you can find the following line:
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
usebeamerfont{author in head/foot}insertshortauthorexpandafterifblankexpandafter{beamer@shortinstitute}{}{~~(insertshortinstitute)}
that inserts the author name and the institute's name into the leftmost colored box in the footline.
In order to remove the institute's name you can redefine the footline as follows:
documentclass[11pt]{beamer}
usetheme{Madrid}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage[english]{babel}
usepackage{graphicx}
author{Anthony Robinson}
title{Irrational and Transcendental Numbers}
subtitle{Mathematics Project}
%logo{}
institute{University of Lincoln School of Maths and Physics}
date{April 30, 2019}
%subject{}
%setbeamercovered{transparent}
%setbeamertemplate{navigation symbols}{}
makeatletter
setbeamertemplate{footline}
{
leavevmode%
hbox{%
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
usebeamerfont{author in head/foot}insertshortauthorexpandafter
end{beamercolorbox}%
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%
usebeamerfont{title in head/foot}insertshorttitle
end{beamercolorbox}%
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
usebeamerfont{date in head/foot}insertshortdate{}hspace*{2em}
usebeamertemplate{page number in head/foot}hspace*{2ex}
end{beamercolorbox}}%
vskip0pt%
}
makeatother
begin{document}
maketitle
end{document}
The Madrid
theme uses the infolines
outer theme in which the contents of the footline are defined. In the original definition (copied from beamerouterthemeinfolines.sty
you can find the following line:
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
usebeamerfont{author in head/foot}insertshortauthorexpandafterifblankexpandafter{beamer@shortinstitute}{}{~~(insertshortinstitute)}
that inserts the author name and the institute's name into the leftmost colored box in the footline.
In order to remove the institute's name you can redefine the footline as follows:
documentclass[11pt]{beamer}
usetheme{Madrid}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage[english]{babel}
usepackage{graphicx}
author{Anthony Robinson}
title{Irrational and Transcendental Numbers}
subtitle{Mathematics Project}
%logo{}
institute{University of Lincoln School of Maths and Physics}
date{April 30, 2019}
%subject{}
%setbeamercovered{transparent}
%setbeamertemplate{navigation symbols}{}
makeatletter
setbeamertemplate{footline}
{
leavevmode%
hbox{%
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
usebeamerfont{author in head/foot}insertshortauthorexpandafter
end{beamercolorbox}%
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%
usebeamerfont{title in head/foot}insertshorttitle
end{beamercolorbox}%
begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
usebeamerfont{date in head/foot}insertshortdate{}hspace*{2em}
usebeamertemplate{page number in head/foot}hspace*{2ex}
end{beamercolorbox}}%
vskip0pt%
}
makeatother
begin{document}
maketitle
end{document}
answered Apr 21 at 14:36
leandriisleandriis
13.4k11135
13.4k11135
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485905%2fproblem-with-display-of-presentation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown