Search found 4 matches

by YuGiOhJCJ
Thu Sep 09, 2021 1:37 am
Forum: General
Topic: Beamer: Warsaw: My text goes outside the headline
Replies: 1
Views: 5188

Beamer: Warsaw: My text goes outside the headline

I found a workaround.
Here is how I did.
As I am using the Warsaw theme, I found the corresponding file in the texmf-dist directory:

$ find /usr/share/texmf-dist -name '*Warsaw*'
/usr/share/texmf-dist/tex/latex/beamer/beamerthemeWarsaw.sty

Here is the content of this file:

$ cat /usr/share ...
by YuGiOhJCJ
Tue Sep 07, 2021 7:18 am
Forum: General
Topic: Beamer: Warsaw: My text goes outside the headline
Replies: 1
Views: 5188

Beamer: Warsaw: My text goes outside the headline

Hello,
With beamer, I am using the Warsaw theme.
I am using texlive 20200327.

Here is my code:
\documentclass[10pt]{beamer}

\usepackage[utf8]{inputenc}
\usepackage[french]{babel}
\usepackage[T1]{fontenc}
\usepackage{times}

\mode<presentation>{\usetheme{Warsaw}\setbeamercovered{transparent ...
by YuGiOhJCJ
Tue Jul 20, 2021 3:25 pm
Forum: General
Topic: Beamer: Add the frame number to the footer
Replies: 6
Views: 18450

Beamer: Add the frame number to the footer

Bartman, sorry I forgot to link my crossposts.
Stefan Kottwitzn, thanks your solution with \@gobbletwo is working.
Samcarter, thanks your solution with \setbeamertemplate is working too.

I found the footline template definition in this file: /usr/share/texmf-dist/tex/latex/beamer ...
by YuGiOhJCJ
Tue Jul 20, 2021 9:38 am
Forum: General
Topic: Beamer: Add the frame number to the footer
Replies: 6
Views: 18450

Beamer: Add the frame number to the footer

Hello,

With beamer, I would like to add the frame number to the footer.
I am using texlive 20200327.

Here is my code:
\documentclass{beamer}
\usetheme{Warsaw}
\title{Beamer Example}

% https://texblog.net/latex-archive/uncategorized/beamer-footline-frame-number/
\newcommand*\oldmacro{}%
\let ...