-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstyle.sty
More file actions
43 lines (37 loc) · 866 Bytes
/
style.sty
File metadata and controls
43 lines (37 loc) · 866 Bytes
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
\usepackage{setspace}
\usepackage{amssymb}
\usepackage{tagging}
\setlength{\oddsidemargin}{.25in}
\setlength{\evensidemargin}{.25in}
\setlength{\textwidth}{6.25in}
\setlength{\topmargin}{-0.6in}
\setlength{\textheight}{9in}
\setlength{\parindent}{0in}
\bibliographystyle{plain}
\newcommand{\heading}[5]{
\begin{center}
\framebox[\textwidth]{
\begin{minipage}{0.9\textwidth} \onehalfspacing
{\bf #1} \hfill #2
{\centering \Large #3
}\medskip
{\it #4 \hfill #5}
\end{minipage}
}
\end{center}
}
\newtheorem{question}{Question}
\newenvironment{solution}{
\taggedblock{showsolutions}
\hfill \\
{\bf Answer.} \\
}{
\tagged{showsolutions}{
\begin{flushright}
$\lhd$ \\
\end{flushright}
}
\endtaggedblock
}
\usetag{showsolutions}
\newcommand{\hidesolutions}{\droptag{showsolutions}}