Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News Sign UpSign In
| Download
Project: Peter's Files
Views: 114
Visibility: Unlisted (only visible to those who know the link)
1
%% LaTeX Template by Peter Francis
2
%% Contact: [email protected]
3
%% Updated 12/2/18
4
5
\documentclass[12pt]{book}
6
7
%% Font and Language
8
\usepackage{times}
9
10
%% Formating the Page
11
\usepackage{graphicx}
12
\usepackage[letter,top=1in,bottom=1in,left=1in,right=1in]{geometry}
13
\setlength{\parindent}{0.5in}
14
15
%% Allows the right side of the text to be jagged -- Comment if you want both sided to be flat
16
% \usepackage{ragged2e}
17
% \RaggedRight
18
% \usepackage[none]{hyphenat}
19
20
%% Line spacing -- change to 2 for double space, etc.
21
\linespread{2}
22
23
24
25
%% Title
26
\newcommand{\tMaker}[7]{
27
\thispagestyle{empty}
28
\vspace*{1.33 in}
29
\begin{center}
30
\Large #1:\\#2
31
\end{center}
32
\vfill
33
\vfill
34
\vfill
35
\vfill
36
\begin{center}
37
#3
38
\end{center}
39
\vfill
40
\begin{flushright}
41
#4
42
43
#5
44
45
#6
46
47
#7
48
\end{flushright}
49
50
51
\newpage
52
}
53
54
\begin{document}
55
\tMaker{title 1}{title 2}{College}{Name}{Professor}{Class}{date}
56
57
\setcounter{page}{1}
58
tfhmfmjh fmjhfmhjf mghjf mhjgf m,hjgfmhgjf mghjfkjhgkjhgfkjhgfkjhgfk jhgf kjhfg kjhfg kjhfg kjhfg kjhfg kjhg kjhg kjhg kjhg kjhfg kjhgf kjhfgk jhgkjhgk jhgkj hgk jhgk jhg kjhg kjhg kjhg kjhg kjhg kjhg kjhgkjhgkjhgjkhgkjhg h hh h kjhg hg jhg jhghfgvbn nhgvb bhbn bghbn ghbn ghb ghbv bvvb bvgfv hgv nhgbv hb nb bn bhn hjnbghnb ghnbvgbhn hn
59
60
\newpage
61
62
\begin{center}
63
Works Cited
64
\end{center}
65
66
67
\vfill
68
I have upheld the highest principles of honesty and integrity in all of my academic work and have not witnessed a violation of the Honor Code.
69
% \includegraphics[width=3cm]{signature} %%% UNCOMMENT IF YOU HAVE A signature.jpg IMAGE IN YOUR DIRECTORY
70
71
%%%%%%%%%%%%%%%%%%%% TYPE ABOVE %%%%%%%%%%%%%%%%%%%%%%
72
\end{document}
73