Browse Source

Changed page images to be on a single line

main
Kenneth John Odle 5 months ago
parent
commit
a7897aed72
  1. 26
      004/codex-004.tex

26
004/codex-004.tex

@ -90,6 +90,10 @@
% Yes, but we also want to hide the big red box it puts around them in the pdf. Thanks /u/0b0101011001001011
\usepackage[hidelinks]{hyperref}
% Adjust space between caption and figure
% https://tex.stackexchange.com/questions/45990/how-can-i-modify-vertical-space-between-figure-and-caption
\setlength{\belowcaptionskip}{4pt}
% Just for issue #004 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{pifont}
\usepackage{qrcode}
@ -100,8 +104,8 @@
\usepackage{tikz}
\newcommand\kpage[1]{
\begin{tikzpicture}
\draw (0,0) rectangle (1,1.75);
\node at (0.5,.9) {{\huge #1}};
\draw (0,0) rectangle (.8,1.4);
\node at (0.4,.7) {{\LARGE #1}};
\end{tikzpicture}
%\hspace{-3mm}
}
@ -300,33 +304,21 @@ As I said way back in the first issue, I define a hack as ``an appropriate appli
\begin{figure}[h]
\caption{The document as originally drawn}
\centering
\kpage{1}\kpage{2}\kpage{3}\kpage{4}\kpage{5}\
\medskip
\kpage{6}\kpage{7}\kpage{8}\kpage{9}\kpage{10}
\kpage{1}\kpage{2}\kpage{3}\kpage{4}\kpage{5}\kpage{6}\kpage{7}\kpage{8}\kpage{9}\kpage{10}
\end{figure}
\begin{figure}[h]
\caption{The document as originally scanned}
\centering
\kpage{1}\kpage{3}\kpage{5}\kpage{7}\kpage{9}\
\medskip
\kpage{10}\kpage{8}\kpage{6}\kpage{4}\kpage{2}
\kpage{1}\kpage{3}\kpage{5}\kpage{7}\kpage{9}\kpage{10}\kpage{8}\kpage{6}\kpage{4}\kpage{2}
\end{figure}
\begin{figure}[h]
\caption{The document after applying ``Alternate Interleave''}
\centering
\kpage{1}\kpage{2}\kpage{3}\kpage{4}\kpage{5}\
\medskip
\kpage{6}\kpage{7}\kpage{8}\kpage{9}\kpage{10}
\kpage{1}\kpage{2}\kpage{3}\kpage{4}\kpage{5}\kpage{6}\kpage{7}\kpage{8}\kpage{9}\kpage{10}
\end{figure}

Loading…
Cancel
Save