Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/recipe-books.git

Styled a simple text-only cover for the Modern theme.

Author liantze <email>
Date 2013-02-19 15:38:08 GMT+0800
Commit cf9a717d3c03a70f6657b35baaf10a5f325c7b9f
Parent 7bd8725
theme/Modern.tex
-\providecommand{\fullruled}[1]{#1\vskip-3pt\rule{\linewidth}{1pt}}
-\providecommand{\halfruled}[1]{\headingmarker\ #1\vskip-6pt\rule{.5\linewidth}{.4pt}\vskip-3pt}
+\providecommand{\fullruled}[2][1pt]{#2\vskip-3pt\rule{\linewidth}{#1}}
+\providecommand{\halfruled}[2][.4pt]{\headingmarker\ #2\vskip-6pt\rule{.5\linewidth}{#1}\vskip-3pt}
+
+%%%% Text-only cover
+\renewcommand{\maketitle}{%
+\begin{tikzpicture}[overlay,remember picture]
+\fill[\primarycolor] ([xshift=-.5in]current page.north east) rectangle (current page.south east);
+\draw[\primarycolor,line width=6pt] ([xshift=-.65in]current page.north east) -- ([xshift=-.65in]current page.south east);
+\end{tikzpicture}
+\vspace*{.5in}\par
+\textcolor{\recipecolor}{\sffamily\fontsize{56pt}{58pt}\selectfont\fullruled[2pt]{\thetitle}}\par
+\vfill
+{\huge\itshape\color{\darkhighlight}A recipe compilation by \theauthor\par}
+}
%\setlength{\columnsep}{3em}
Delta 14 lines added, 2 lines removed, 12-line increase