Search found 3 matches

by samcarter
Tue Jul 20, 2021 11:28 am
Forum: General
Topic: Beamer: Add the frame number to the footer
Replies: 6
Views: 18281

Beamer: Add the frame number to the footer

Let beamer do it for you:

Code: Select all

\documentclass{beamer}
\usetheme{Warsaw}
\title{Beamer Example}
\setbeamertemplate{page number in head/foot}[totalframenumber]
\begin{document}
\begin{frame}
abc
\end{frame}
\end{document}
document.png
document.png (18.89 KiB) Viewed 18266 times
by samcarter
Wed Apr 01, 2020 2:17 pm
Forum: Fonts & Character Sets
Topic: Give me my fancy math X from mathptmx back!
Replies: 4
Views: 6500

Give me my fancy math X from mathptmx back!

It is trivial to size scale it automatically if one uses a unit relative to the font size, e.g. em
by samcarter
Fri Nov 22, 2019 2:02 pm
Forum: Text Formatting
Topic: No pagebreak in item
Replies: 4
Views: 8805

No pagebreak in item

You want `\linewidth` instead of `\textwidth`
\documentclass[a4paper,12pt]{report}
\begin{document}

\vspace*{41em}

\noindent Following list is a sample list.:
\begin{itemize}

\item This is a sample text. This is a sample text. This is a sample text. This is a sample text. This is a sample ...