Alex A. Naanou fbf4a951d8 added an English version of the slides...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2023-03-01 23:26:09 +03:00

15 lines
255 B
TeX

\documentclass[a5paper]{book}
% make the page visible on a gray backdrop...
\usepackage{xcolor}
\usepackage{pagecolor}
\pagecolor{white}
\begin{document}
\LARGE
Hello World!\footnotemark[42]
\footnotetext[42]{From \LaTeX}
\end{document}