-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexercises.tex
More file actions
53 lines (42 loc) · 1.52 KB
/
exercises.tex
File metadata and controls
53 lines (42 loc) · 1.52 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
53
\documentclass[11pt]{book}
\usepackage{array} % For double-column exercises.
\usepackage{longtable} % For double-column exercises.
\usepackage[normalem]{ulem} % For strikethrough.
\usepackage{enumitem} % To "resume" enumerated lists.
\usepackage{epsfig}
\usepackage{afterpage}
\usepackage{multicol}
\usepackage{fancybox}
\usepackage{makeidx}
\usepackage{mdwlist}
\usepackage{enumitem}
\setlist{nolistsep}
%\usepackage{enumerate}
\makeindex
\newenvironment{custommargins}[2]%
{\addtolength{\leftskip}{#1}\addtolength{\rightskip}{#2}}{\par}
% Set left margin - The default is 1 inch, so the following
% command sets a 2-inch left margin.
\setlength{\oddsidemargin}{1in}
\setlength{\evensidemargin}{0in}
% Set width of the text - What is left will be the right margin.
% In this case, right margin is 8.5in - 1.25in - 6in = 1.25in.
\setlength{\textwidth}{5.5in}
% Set top margin - The default is 1 inch, so the following
% command sets a 0.75-inch top margin.
\setlength{\topmargin}{.75in}
% Set height of the text - What is left will be the bottom margin.
% In this case, bottom margin is 11in - 0.75in - 9.5in = 0.75in
\setlength{\textheight}{7.25in}
\usepackage{amsmath,amsthm,amsfonts,amssymb,latexsym}
\setlength{\parindent}{0pt}
\setlength{\baselineskip}{1.5pt}
\setlength{\parskip}{6pt}
\begin{document}
\mainmatter
\include{setsEx}
\include{relationsEx}
\include{probabilityEx}
\backmatter
\printindex
\end{document}