This repository was archived by the owner on Feb 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathtemplate.tex
More file actions
52 lines (45 loc) · 1.39 KB
/
Copy pathtemplate.tex
File metadata and controls
52 lines (45 loc) · 1.39 KB
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
%%version Feb 3, 2001 by SA
%% modified Feb 12, 2001 by LT (smaller margins, 11pt font)
\documentclass[11pt]{article}
%\usepackage{lucidbry}
\usepackage{amsmath}
%\usepackage{trees}
\usepackage{ntheorem}
\usepackage{latexsym}
\usepackage{xspace}
\usepackage{amssymb}
\usepackage{fancybox}
\usepackage{graphicx}
%\usepackage{psfig}
%\usepackage{lucmath}
%tTHEOREM TYPE ENVIRONMENTS
\theoremstyle{break}
\theoremheaderfont{\scshape}
\theorembodyfont{\slshape}
\newtheorem{Thm}{Theorem}
\newtheorem{Lem}[Thm]{Lemma}
\newtheorem{Cor}[Thm]{Corollary}
\newtheorem{Prop}[Thm]{Proposition}
\newtheorem{Obs}{Observation}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}[Thm]{Lemma}
\newtheorem{corollary}[Thm]{Corollary}
\newtheorem{proposition}[Thm]{Proposition}
\newtheorem{observation}{Observation}
\theoremstyle{plain}
\theorembodyfont{\rmfamily}
\newtheorem{Ex}{Exercise}
\newtheorem{Exa}{Example}
\newtheorem{Rem}{Remark}
\theorembodyfont{\itshape}
\newtheorem{Def}{Definition}
\newtheorem{definition}{Definition}
\newenvironment{proof}{\noindent {\sc Proof:}}{$\Box$ \medskip}
\newenvironment{problems} % Definition of problems
{\renewcommand{\labelenumi}{\S\theenumi}
\begin{enumerate}}{\end{enumerate}}
\setlength{\oddsidemargin}{0pt}
\setlength{\evensidemargin}{0pt}
\setlength{\textwidth}{6.0in}
\setlength{\topmargin}{0in}
\setlength{\textheight}{8.5in}