1
1
mirror of https://github.com/sdiehl/wiwinwlh.git synced 2024-07-14 15:20:23 +03:00

Write more

This commit is contained in:
sdiehl 2020-02-16 15:03:33 +00:00
parent 1f0eee3ac2
commit ad2691171a
3 changed files with 5 additions and 5 deletions

View File

@ -12,8 +12,8 @@
\end{flushright}
\tikz[remember picture, overlay]
\node[opacity=1.0,inner sep=0pt,shift={(0 cm,8cm)}] at (current page.south)
{\includegraphics[width=\paperwidth,height=\paperheight]{resources/cover2.eps}};
\node[opacity=1,inner sep=0pt,shift={(0 cm,8cm)}] at (current page.south)
{\includegraphics[width=\paperwidth,height=\paperheight]{resources/cover2.png}};
\end{titlepage}
\pagecolor{white}

View File

@ -9,7 +9,7 @@
%papersize={21cm,25cm},
papersize={8.125in,10.250in},
top=1.5cm,
bottom=1.3cm,
bottom=1.5cm,
inner=1.91cm,
outer=6.68cm,
% For pdf
@ -123,7 +123,7 @@ $endif$
\usepackage{fontspec}
\setmainfont[Ligatures=Common, ItalicFont={Adobe Garamond Pro Italic}]
{Adobe Garamond Pro}
\setmonofont[Ligatures=NoCommon, Scale=0.75]{Source Code Pro}
\setmonofont[Ligatures=NoCommon, Scale=0.80]{Source Code Pro}
\urlstyle{same}
\usepackage{longtable,booktabs}

View File

@ -16770,7 +16770,7 @@ may give you insights into problems that algebraic in nature. A tiny group of
Haskellers espouse philosophies about it being an inspiration for certain
abstractions, but most do not.
Some understanding of abstract algebra, conventions for discussing algebraic
Some understanding of abstract algebra, and conventions for discussing algebraic
structures and equation reasoning with laws are essential to modern Haskell and
we will discuss these leading up to some basic category theory.