With beamer, I am using the Warsaw theme.
I am using texlive 20200327.
Here is my code:
Code: Select all
\documentclass[10pt]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[french]{babel}
\usepackage[T1]{fontenc}
\usepackage{times}
\mode<presentation>{\usetheme{Warsaw}\setbeamercovered{transparent}}
\begin{document}
\section{abdiqua 1}
\subsection{abdiqua 2}
\begin{frame}
abdiqua 3
\end{frame}
\subsection{abdiqua 4}
\begin{frame}
abdiqua 5
\end{frame}
\subsection{abdiqua 6}
\begin{frame}
abdiqua 7
\end{frame}
\subsection{abdiqua 8}
\begin{frame}
abdiqua 9
\end{frame}
\subsection{abdiqua 10}
\begin{frame}
abdiqua 11
\end{frame}
\subsection{abdiqua 12}
\begin{frame}
abdiqua 13
\end{frame}
\end{document}

As you can see my text goes outside the headline.
Indeed, a part of the "q" letter for "abdiqua 12" is not visible in the headline.
How to fix that please?
An other problem: In the output, I also see some "Overfull \vbox has occurred while \output is active" messages:
Code: Select all
$ pdflatex main.tex
[...]
Overfull \vbox (3.16953pt too high) has occurred while \output is active
[1{/usr/share/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
Overfull \vbox (3.16953pt too high) has occurred while \output is active
[2]
Overfull \vbox (3.16953pt too high) has occurred while \output is active
[3]
Overfull \vbox (3.16953pt too high) has occurred while \output is active
[4]
Overfull \vbox (3.16953pt too high) has occurred while \output is active
[5]
Overfull \vbox (3.16953pt too high) has occurred while \output is active
[6] (./main.aux) )
(see the transcript file for additional information){/usr/share/texmf-dist/font
s/enc/dvips/base/8r.enc}</usr/share/texmf-dist/fonts/type1/urw/helvetic/uhvr8a.
pfb>
Output written on main.pdf (6 pages, 17099 bytes).
Transcript written on main.log.
Thank you.
Best regards.
Remark : crosspost available here: https://tex.stackexchange.com/questions ... e-headline