1
1
mirror of https://github.com/sdiehl/wiwinwlh.git synced 2024-10-26 20:57:32 +03:00

Write more

This commit is contained in:
sdiehl 2020-02-02 19:48:14 +00:00
parent af2d80885f
commit bebe993837
3 changed files with 10 additions and 10 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ includes
*.agdai *.agdai
.stack-work .stack-work
dist-newstyle dist-newstyle
resources/*.eps

View File

@ -2,20 +2,18 @@
\definecolor{titlepagecolor}{HTML}{FDF6E3} \definecolor{titlepagecolor}{HTML}{FDF6E3}
\definecolor{namecolor}{cmyk}{1,.50,0,.10} \definecolor{namecolor}{cmyk}{1,.50,0,.10}
%\pagecolor{titlepagecolor} %\pagecolor{titlepagecolor}
\pagecolor{white} %\pagecolor{white}
\vspace*{\stretch{1.0}} \color{black}
\begin{center} \begin{flushright}
\Huge\textbf{What I Wish I Knew When Learning Haskell}\\ \Huge\textbf{What I Wish I Knew When Learning Haskell}\\
\vspace*{\stretch{0.5}} \line(1,0){450} \\
\Large{Stephen Diehl} \Large{Stephen Diehl}
\end{center} \end{flushright}
\vspace*{\stretch{2.0}}
\begin{figure} \tikz[remember picture,overlay]
\centering \node[opacity=1.0,inner sep=0pt,shift={(0 cm,8cm)}] at (current page.south)
\includegraphics[height=3in,width=3in]{img/cover.ps} {\includegraphics[width=\paperwidth,height=\paperheight]{resources/cover2.eps}};
\end{figure}
\end{titlepage} \end{titlepage}
\pagecolor{white} \pagecolor{white}

View File

@ -19,6 +19,7 @@
} }
\usepackage{lmodern} \usepackage{lmodern}
\usepackage{xcolor} \usepackage{xcolor}
\usepackage{tikz}
\usepackage{hyperref} \usepackage{hyperref}
\hypersetup{% \hypersetup{%
colorlinks=false, % hyperlinks will be black colorlinks=false, % hyperlinks will be black