attempting to fix pdfs

This commit is contained in:
2020-01-03 10:51:23 -06:00
parent bc2e0f3279
commit 77320358e9
11 changed files with 502 additions and 21 deletions

View File

@ -21,7 +21,7 @@
\documentclass[oneside, 9pt]{memoir} % Font size
\input{book-1/structure.tex} % Include the file that specifies the document structure and layout
\input{structure.tex} % Include the file that specifies the document structure and layout
\makeatletter
\@addtoreset{chapter}{part}
@ -40,7 +40,7 @@
%----------------------------------------------------------------------------------------
\thispagestyle{empty} % Suppress page numbering
\ThisCenterWallPaper{2.4}{book-1/background.jpg} % Add the background image, the first argument is the scaling - adjust this as necessary so the image fits the entire page
\ThisCenterWallPaper{2.4}{background.jpg} % Add the background image, the first argument is the scaling - adjust this as necessary so the image fits the entire page
\begin{tikzpicture}[remember picture,overlay]
\node [rectangle, rounded corners, fill=white, opacity=0.75, anchor=south west, minimum width=3cm, minimum height=6cm] (box) at (-0.5,-10) (box){};
@ -81,16 +81,16 @@ I'll need to go over it multiple times later anyway.}
\mainmatter
\input{book-1/1}
\input{book-1/2}
\input{book-1/3}
\input{book-1/4}
\input{book-1/5}
\input{book-1/6}
\input{book-1/7}
\input{book-1/8}
\input{book-1/9}
\input{book-1/10}
\input{1}
\input{2}
\input{3}
\input{4}
\input{5}
\input{6}
\input{7}
\input{8}
\input{9}
\input{10}
%===========================================================================================================================================
\end{document}