mirror of
				https://github.com/flynx/photobook.git
				synced 2025-11-03 21:00:18 +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}
 |