-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIntroToPhil.tex
55 lines (53 loc) · 2.48 KB
/
IntroToPhil.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
\documentclass[openany,oneside,14pt]{memoir}
\setstocksize{11in}{8.5in}
\settrimmedsize{\stockheight}{\stockwidth}{*}
\settrims{0pt}{0pt}
\settypeblocksize{*}{440pt}{1.62}
\setlrmargins{*}{*}{1}
\setulmargins{.6in}{*}{*}
\setheaderspaces{*}{*}{1}
\checkandfixthelayout
\usepackage[pdftex]{hyperref}
\hypersetup{pdfinfo={Title={Questions We Have}, Author={Davis A. Smith}, Subject={An Introduction to Philosophy}, Keywords={101, Introduction, Philosophy, Death, Mind-Body Problem, AI, Free Will, God, Knowledge, Epistemology, Ethics, Relativism}}, %
% bookmarks={true}, %
bookmarksopen = true,
colorlinks={true}, %
allcolors={dkleadbeater},
pdfdisplaydoctitle={true}}
\urlstyle{same}
\usepackage{intro-style}
\usepackage{marginnote}
\usepackage{chronology}
\usepackage[american]{babel}
\usepackage{csquotes}
\usepackage[style=mla,autocite=footnote]{biblatex}
\providecommand\biburldatelong{}
\addbibresource{bibliography.bib}
\defbibheading{bibliography}{\chapter*{Bibliography}}
\bibliography{bibliography.bib}
\usepackage[absolute,overlay]{textpos}
\usepackage{wrapfig}
\usepackage{xcolor}
\usepackage{pagecolor}
\definecolor{philgreen}{RGB}{11,56,111}
\definecolor{lyallpink}{RGB}{222,31,149}
\colorlet{leadbeater}{philgreen}
\colorlet{dkleadbeater}{philgreen!80!black}
\colorlet{ltleadbeater}{philgreen!50}
\colorlet{vltleadbeater}{philgreen!3}
\DeclareUnicodeCharacter{FE01}{}
\usepackage{nameref}
%\usepackage[tagged]{accessibility}
\usepackage{afterpage}
\begin{document}
\begin{textblock*}{5.625in}(0pt,0pt)%
\noindent\includegraphics*[height=11in]{Questions We Have cover image 8.png}
\end{textblock*}
%\begin{figure}[hbtp]\includegraphics[width=8.5in]{Questions We Have cover image 8.png}\end{figure}
% Cover Page
%\thispagestyle{empty}\pagecolor{philgreen}\afterpage{\nopagecolor}\begin{textblock*}{\stockwidth}(0in,3.5in)\end{textblock*}\begin{textblock*}{0in}(0in,0in) \noindent\hfill \begin{minipage}[b][\stockheight][s]{.95\stockwidth} \begin{center} \vspace*{1.5cm}
%\hfill\sffamily\fontsize{66pt}{0pt}\selectfont\color{black} \textbf{Questions We Have}% \vskip0.5cm \color{white} \sffamily \fontsize{20pt}{22pt}\selectfont \textbf{An Introduction to Philosophy} \end{center}\begin{raggedleft} \fontsize{11pt}{14pt}\selectfont \color{black} \textbf{By Davis A. Smith}\\ \end{raggedleft} \end{minipage} \hspace*{1cm}\end{textblock*}
\
\newpage
\input{content}
\end{document}