This repository has been archived by the owner on Jul 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathsyllabus.tex
84 lines (63 loc) · 1.61 KB
/
syllabus.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
%A simple LaTeX syllabus template by Luke Smith.
%I believe this is a variation of a template I got by Mike Hammond...?
\documentclass[11pt,twocolumn]{article}
\usepackage{hyperref,color}
\usepackage[margin=.5in]{geometry}
\usepackage{titlesec}
\usepackage{longtable}
\usepackage{gb4e}
%\usepackage[margin=.75in]{geometry}
\pagenumbering{gobble}
%paragraph formatting
\setlength{\parindent}{0pt}
\setlength{\parskip}{7pt}
\titlespacing\subsection{0in}{\parskip}{\parskip}
\titlespacing\section{0in}{\parskip}{\parskip}
%Just fill these in to fill in the basic syllabus information.
\newcommand{\coursename}{<++>}
\newcommand{\semester}{<++>}
\newcommand{\roomnumb}{<++>}
\newcommand{\classtimes}{<++>}
\newcommand{\myname}{<++>}
\newcommand{\myemail}{<++>}
\newcommand{\office}{<++>}
\newcommand{\officehours}{<++>}
\newcommand{\university}{<++>}
\title{\coursename}
\author{{\university}---{\semester}---{\roomnumb}---{\classtimes}}
\date{}
\begin{document}
\maketitle
\section{Instructor information}
\begin{tabular}{ll}
Name:&\myname \\
Contact:&\href{mailto:\myemail}{\myemail}\\
Office:&\office\\
Hours:&\officehours\\
\end{tabular}
\section{Course description}
%Add new sections and content as needed.
<++>
\section{Grading}
\begin{center}
\begin{tabular}{cc}
\begin{tabular}{l|l} %For grade items (quizzes, homework, etc.)
Item&Percent\\\hline\hline
<++>&<++>\%\\
\end{tabular}
&
\begin{tabular}{ll}
A&90-100\\
B&80-89\\
C&70-79\\
D&60-69\\
E&59 or below
\end{tabular}
\end{tabular}
\end{center}
\section{Schedule}
\begin{tabular}{r|l|p{2.25in}}
Week&Date&Topic\\\hline\hline
<++>& <++>& <++>\\
\end{tabular}
\end{document}