Beamer Presentation - non devided subbar issue
I want to create the following beamer presentation but unfortunately, I couldn't. I don't know which package I need to use to fix this. I am using pdfpages package.
Here's my code:
documentclass{beamer}
usepackage{pdfpages}
mode<presentation> {
usetheme{Warsaw}
setbeamercovered{transparent}
}
usepackage[english]{babel}
usepackage[utf8x]{inputenc}
usepackage{amsmath}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
title[LLLLLLLL]
{LLLLLLLL}
author{XX}
institute{YY UU}
date{HHHHH}
begin{document}
begin{frame}
titlepage
end{frame}
The desired output is as shown in the picture.
beamer header-footer
|
show 4 more comments
I want to create the following beamer presentation but unfortunately, I couldn't. I don't know which package I need to use to fix this. I am using pdfpages package.
Here's my code:
documentclass{beamer}
usepackage{pdfpages}
mode<presentation> {
usetheme{Warsaw}
setbeamercovered{transparent}
}
usepackage[english]{babel}
usepackage[utf8x]{inputenc}
usepackage{amsmath}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
title[LLLLLLLL]
{LLLLLLLL}
author{XX}
institute{YY UU}
date{HHHHH}
begin{document}
begin{frame}
titlepage
end{frame}
The desired output is as shown in the picture.
beamer header-footer
Welcome to TeX.Stackexchange!
– samcarter
Dec 8 at 22:19
@samcarter Thanks. )
– Fouzi TAKELAIT
Dec 8 at 23:38
@samcarter I have applied your code, the result of the centred title was correct but unfortunately, page numbering doesn't appear.
– Fouzi TAKELAIT
Dec 8 at 23:43
Is your beamer version up-to-date? The page number template I use was added maybe a year ago. If your beamer version is older it won't work.
– samcarter
Dec 8 at 23:54
@samcarter In fact, I am using Overleaf. )
– Fouzi TAKELAIT
Dec 9 at 0:09
|
show 4 more comments
I want to create the following beamer presentation but unfortunately, I couldn't. I don't know which package I need to use to fix this. I am using pdfpages package.
Here's my code:
documentclass{beamer}
usepackage{pdfpages}
mode<presentation> {
usetheme{Warsaw}
setbeamercovered{transparent}
}
usepackage[english]{babel}
usepackage[utf8x]{inputenc}
usepackage{amsmath}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
title[LLLLLLLL]
{LLLLLLLL}
author{XX}
institute{YY UU}
date{HHHHH}
begin{document}
begin{frame}
titlepage
end{frame}
The desired output is as shown in the picture.
beamer header-footer
I want to create the following beamer presentation but unfortunately, I couldn't. I don't know which package I need to use to fix this. I am using pdfpages package.
Here's my code:
documentclass{beamer}
usepackage{pdfpages}
mode<presentation> {
usetheme{Warsaw}
setbeamercovered{transparent}
}
usepackage[english]{babel}
usepackage[utf8x]{inputenc}
usepackage{amsmath}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
title[LLLLLLLL]
{LLLLLLLL}
author{XX}
institute{YY UU}
date{HHHHH}
begin{document}
begin{frame}
titlepage
end{frame}
The desired output is as shown in the picture.
beamer header-footer
beamer header-footer
edited Dec 8 at 22:18
samcarter
85.6k794275
85.6k794275
asked Dec 8 at 22:08
Fouzi TAKELAIT
62
62
Welcome to TeX.Stackexchange!
– samcarter
Dec 8 at 22:19
@samcarter Thanks. )
– Fouzi TAKELAIT
Dec 8 at 23:38
@samcarter I have applied your code, the result of the centred title was correct but unfortunately, page numbering doesn't appear.
– Fouzi TAKELAIT
Dec 8 at 23:43
Is your beamer version up-to-date? The page number template I use was added maybe a year ago. If your beamer version is older it won't work.
– samcarter
Dec 8 at 23:54
@samcarter In fact, I am using Overleaf. )
– Fouzi TAKELAIT
Dec 9 at 0:09
|
show 4 more comments
Welcome to TeX.Stackexchange!
– samcarter
Dec 8 at 22:19
@samcarter Thanks. )
– Fouzi TAKELAIT
Dec 8 at 23:38
@samcarter I have applied your code, the result of the centred title was correct but unfortunately, page numbering doesn't appear.
– Fouzi TAKELAIT
Dec 8 at 23:43
Is your beamer version up-to-date? The page number template I use was added maybe a year ago. If your beamer version is older it won't work.
– samcarter
Dec 8 at 23:54
@samcarter In fact, I am using Overleaf. )
– Fouzi TAKELAIT
Dec 9 at 0:09
Welcome to TeX.Stackexchange!
– samcarter
Dec 8 at 22:19
Welcome to TeX.Stackexchange!
– samcarter
Dec 8 at 22:19
@samcarter Thanks. )
– Fouzi TAKELAIT
Dec 8 at 23:38
@samcarter Thanks. )
– Fouzi TAKELAIT
Dec 8 at 23:38
@samcarter I have applied your code, the result of the centred title was correct but unfortunately, page numbering doesn't appear.
– Fouzi TAKELAIT
Dec 8 at 23:43
@samcarter I have applied your code, the result of the centred title was correct but unfortunately, page numbering doesn't appear.
– Fouzi TAKELAIT
Dec 8 at 23:43
Is your beamer version up-to-date? The page number template I use was added maybe a year ago. If your beamer version is older it won't work.
– samcarter
Dec 8 at 23:54
Is your beamer version up-to-date? The page number template I use was added maybe a year ago. If your beamer version is older it won't work.
– samcarter
Dec 8 at 23:54
@samcarter In fact, I am using Overleaf. )
– Fouzi TAKELAIT
Dec 9 at 0:09
@samcarter In fact, I am using Overleaf. )
– Fouzi TAKELAIT
Dec 9 at 0:09
|
show 4 more comments
1 Answer
1
active
oldest
votes
You don't need a package to fix this, just a different definition of the footline:
documentclass{beamer}
usepackage{pdfpages}
mode<presentation> {
usetheme{Warsaw}
setbeamercovered{transparent}
}
usepackage[english]{babel}
usepackage[utf8x]{inputenc}
usepackage{amsmath}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
title[LLLLLLLL]
{LLLLLLLL}
author{XX}
institute{YY UU}
date{HHHHH}
setbeamertemplate{page number in head/foot}[totalframenumber]
makeatletter
setbeamertemplate{footline}{%
leavevmode%
hbox{%
begin{beamercolorbox}[wd=paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
hfil
usebeamerfont{title in head/foot}insertshorttitle
hfill
makebox[0pt][r]{
usebeamercolor[fg]{page number in head/foot}usebeamerfont{page number in head/foot}usebeamertemplate{page number in head/foot}hspace*{2ex}}
end{beamercolorbox}}%
vskip0pt%
}
makeatother
begin{document}
begin{frame}
titlepage
end{frame}
end{document}
EDIT for seriously outdated tex distributions like the one used by overleaf
documentclass{beamer}
usepackage{pdfpages}
mode<presentation> {
usetheme{Warsaw}
setbeamercovered{transparent}
}
usepackage[english]{babel}
usepackage[utf8x]{inputenc}
usepackage{amsmath}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
title[LLLLLLLL]
{LLLLLLLL}
author{XX}
institute{YY UU}
date{HHHHH}
setbeamertemplate{page number in head/foot}[totalframenumber]
makeatletter
setbeamertemplate{footline}{%
leavevmode%
hbox{%
begin{beamercolorbox}[wd=paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
hfil
usebeamerfont{title in head/foot}insertshorttitle
hfill
makebox[0pt][r]{insertframenumber,/,inserttotalframenumberhspace*{2ex}}
end{beamercolorbox}}%
vskip0pt%
}
makeatother
begin{document}
begin{frame}
titlepage
end{frame}
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%2f463877%2fbeamer-presentation-non-devided-subbar-issue%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You don't need a package to fix this, just a different definition of the footline:
documentclass{beamer}
usepackage{pdfpages}
mode<presentation> {
usetheme{Warsaw}
setbeamercovered{transparent}
}
usepackage[english]{babel}
usepackage[utf8x]{inputenc}
usepackage{amsmath}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
title[LLLLLLLL]
{LLLLLLLL}
author{XX}
institute{YY UU}
date{HHHHH}
setbeamertemplate{page number in head/foot}[totalframenumber]
makeatletter
setbeamertemplate{footline}{%
leavevmode%
hbox{%
begin{beamercolorbox}[wd=paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
hfil
usebeamerfont{title in head/foot}insertshorttitle
hfill
makebox[0pt][r]{
usebeamercolor[fg]{page number in head/foot}usebeamerfont{page number in head/foot}usebeamertemplate{page number in head/foot}hspace*{2ex}}
end{beamercolorbox}}%
vskip0pt%
}
makeatother
begin{document}
begin{frame}
titlepage
end{frame}
end{document}
EDIT for seriously outdated tex distributions like the one used by overleaf
documentclass{beamer}
usepackage{pdfpages}
mode<presentation> {
usetheme{Warsaw}
setbeamercovered{transparent}
}
usepackage[english]{babel}
usepackage[utf8x]{inputenc}
usepackage{amsmath}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
title[LLLLLLLL]
{LLLLLLLL}
author{XX}
institute{YY UU}
date{HHHHH}
setbeamertemplate{page number in head/foot}[totalframenumber]
makeatletter
setbeamertemplate{footline}{%
leavevmode%
hbox{%
begin{beamercolorbox}[wd=paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
hfil
usebeamerfont{title in head/foot}insertshorttitle
hfill
makebox[0pt][r]{insertframenumber,/,inserttotalframenumberhspace*{2ex}}
end{beamercolorbox}}%
vskip0pt%
}
makeatother
begin{document}
begin{frame}
titlepage
end{frame}
end{document}
add a comment |
You don't need a package to fix this, just a different definition of the footline:
documentclass{beamer}
usepackage{pdfpages}
mode<presentation> {
usetheme{Warsaw}
setbeamercovered{transparent}
}
usepackage[english]{babel}
usepackage[utf8x]{inputenc}
usepackage{amsmath}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
title[LLLLLLLL]
{LLLLLLLL}
author{XX}
institute{YY UU}
date{HHHHH}
setbeamertemplate{page number in head/foot}[totalframenumber]
makeatletter
setbeamertemplate{footline}{%
leavevmode%
hbox{%
begin{beamercolorbox}[wd=paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
hfil
usebeamerfont{title in head/foot}insertshorttitle
hfill
makebox[0pt][r]{
usebeamercolor[fg]{page number in head/foot}usebeamerfont{page number in head/foot}usebeamertemplate{page number in head/foot}hspace*{2ex}}
end{beamercolorbox}}%
vskip0pt%
}
makeatother
begin{document}
begin{frame}
titlepage
end{frame}
end{document}
EDIT for seriously outdated tex distributions like the one used by overleaf
documentclass{beamer}
usepackage{pdfpages}
mode<presentation> {
usetheme{Warsaw}
setbeamercovered{transparent}
}
usepackage[english]{babel}
usepackage[utf8x]{inputenc}
usepackage{amsmath}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
title[LLLLLLLL]
{LLLLLLLL}
author{XX}
institute{YY UU}
date{HHHHH}
setbeamertemplate{page number in head/foot}[totalframenumber]
makeatletter
setbeamertemplate{footline}{%
leavevmode%
hbox{%
begin{beamercolorbox}[wd=paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
hfil
usebeamerfont{title in head/foot}insertshorttitle
hfill
makebox[0pt][r]{insertframenumber,/,inserttotalframenumberhspace*{2ex}}
end{beamercolorbox}}%
vskip0pt%
}
makeatother
begin{document}
begin{frame}
titlepage
end{frame}
end{document}
add a comment |
You don't need a package to fix this, just a different definition of the footline:
documentclass{beamer}
usepackage{pdfpages}
mode<presentation> {
usetheme{Warsaw}
setbeamercovered{transparent}
}
usepackage[english]{babel}
usepackage[utf8x]{inputenc}
usepackage{amsmath}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
title[LLLLLLLL]
{LLLLLLLL}
author{XX}
institute{YY UU}
date{HHHHH}
setbeamertemplate{page number in head/foot}[totalframenumber]
makeatletter
setbeamertemplate{footline}{%
leavevmode%
hbox{%
begin{beamercolorbox}[wd=paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
hfil
usebeamerfont{title in head/foot}insertshorttitle
hfill
makebox[0pt][r]{
usebeamercolor[fg]{page number in head/foot}usebeamerfont{page number in head/foot}usebeamertemplate{page number in head/foot}hspace*{2ex}}
end{beamercolorbox}}%
vskip0pt%
}
makeatother
begin{document}
begin{frame}
titlepage
end{frame}
end{document}
EDIT for seriously outdated tex distributions like the one used by overleaf
documentclass{beamer}
usepackage{pdfpages}
mode<presentation> {
usetheme{Warsaw}
setbeamercovered{transparent}
}
usepackage[english]{babel}
usepackage[utf8x]{inputenc}
usepackage{amsmath}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
title[LLLLLLLL]
{LLLLLLLL}
author{XX}
institute{YY UU}
date{HHHHH}
setbeamertemplate{page number in head/foot}[totalframenumber]
makeatletter
setbeamertemplate{footline}{%
leavevmode%
hbox{%
begin{beamercolorbox}[wd=paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
hfil
usebeamerfont{title in head/foot}insertshorttitle
hfill
makebox[0pt][r]{insertframenumber,/,inserttotalframenumberhspace*{2ex}}
end{beamercolorbox}}%
vskip0pt%
}
makeatother
begin{document}
begin{frame}
titlepage
end{frame}
end{document}
You don't need a package to fix this, just a different definition of the footline:
documentclass{beamer}
usepackage{pdfpages}
mode<presentation> {
usetheme{Warsaw}
setbeamercovered{transparent}
}
usepackage[english]{babel}
usepackage[utf8x]{inputenc}
usepackage{amsmath}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
title[LLLLLLLL]
{LLLLLLLL}
author{XX}
institute{YY UU}
date{HHHHH}
setbeamertemplate{page number in head/foot}[totalframenumber]
makeatletter
setbeamertemplate{footline}{%
leavevmode%
hbox{%
begin{beamercolorbox}[wd=paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
hfil
usebeamerfont{title in head/foot}insertshorttitle
hfill
makebox[0pt][r]{
usebeamercolor[fg]{page number in head/foot}usebeamerfont{page number in head/foot}usebeamertemplate{page number in head/foot}hspace*{2ex}}
end{beamercolorbox}}%
vskip0pt%
}
makeatother
begin{document}
begin{frame}
titlepage
end{frame}
end{document}
EDIT for seriously outdated tex distributions like the one used by overleaf
documentclass{beamer}
usepackage{pdfpages}
mode<presentation> {
usetheme{Warsaw}
setbeamercovered{transparent}
}
usepackage[english]{babel}
usepackage[utf8x]{inputenc}
usepackage{amsmath}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
title[LLLLLLLL]
{LLLLLLLL}
author{XX}
institute{YY UU}
date{HHHHH}
setbeamertemplate{page number in head/foot}[totalframenumber]
makeatletter
setbeamertemplate{footline}{%
leavevmode%
hbox{%
begin{beamercolorbox}[wd=paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
hfil
usebeamerfont{title in head/foot}insertshorttitle
hfill
makebox[0pt][r]{insertframenumber,/,inserttotalframenumberhspace*{2ex}}
end{beamercolorbox}}%
vskip0pt%
}
makeatother
begin{document}
begin{frame}
titlepage
end{frame}
end{document}
edited Dec 9 at 0:39
answered Dec 8 at 22:17
samcarter
85.6k794275
85.6k794275
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f463877%2fbeamer-presentation-non-devided-subbar-issue%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
Welcome to TeX.Stackexchange!
– samcarter
Dec 8 at 22:19
@samcarter Thanks. )
– Fouzi TAKELAIT
Dec 8 at 23:38
@samcarter I have applied your code, the result of the centred title was correct but unfortunately, page numbering doesn't appear.
– Fouzi TAKELAIT
Dec 8 at 23:43
Is your beamer version up-to-date? The page number template I use was added maybe a year ago. If your beamer version is older it won't work.
– samcarter
Dec 8 at 23:54
@samcarter In fact, I am using Overleaf. )
– Fouzi TAKELAIT
Dec 9 at 0:09