mirror of
				https://github.com/flynx/photobook.git
				synced 2025-11-03 21:00:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			587 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			587 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
%----------------------------------------------------------------------
 | 
						|
 | 
						|
\documentclass[
 | 
						|
	layoutmode=endpaper,
 | 
						|
	% make the spread 16x9...
 | 
						|
	blockwidth=96mm, blockheight=108mm,
 | 
						|
	bleed=0mm,
 | 
						|
	bindingoffset=0mm,
 | 
						|
	% misc...
 | 
						|
	12pt,final,openany
 | 
						|
]{photobook}
 | 
						|
 | 
						|
\pagecolor{black}
 | 
						|
 | 
						|
\begin{document} % - - - - - - - - - - - - - - - - - - - - - - - - - - 
 | 
						|
 | 
						|
\includepdf[pages={{},1-}, nup=2x1, delta=0.3mm 0.3mm]{photobook-slides-en}
 | 
						|
 | 
						|
 | 
						|
%----------------------------------------------------------------------
 | 
						|
\end{document} %                                    vim:set ts=4 sw=4 :
 |