mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +00:00
15 lines
255 B
TeX
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}
|