attempting to fix pdfs
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user