[BACK]Return to my.sty CVS log [TXT][DIR] Up to [local] / OpenXM / doc / compalg

Annotation of OpenXM/doc/compalg/my.sty, Revision 1.3

1.3     ! noro        1: %$OpenXM$
1.1       noro        2: %\pagestyle{empty}
                      3: \topmargin -0.2in
                      4: %\oddsidemargin -0.25in
                      5: %\evensidemargin -0.25in
                      6: \oddsidemargin 0.2in
                      7: \evensidemargin 0.2in
                      8:
                      9: \textwidth 6in
                     10: \textheight 9in
                     11: \font\tenmsb=msbm10 scaled \magstep1
                     12: %\font\tenmsb=msbm10
                     13: \font\sevenmsb=msbm7
                     14: \font\fivemsb=msbm5
                     15: \newfam\msbfam
                     16: \textfont\msbfam=\tenmsb
                     17: \scriptfont\msbfam=\sevenmsb
                     18: \scriptscriptfont\msbfam=\fivemsb
                     19: \edef\msbfam@{\hexnumber@\msbfam}
                     20: \def\Bbb#1{{\fam\msbfam\relax#1}}
                     21: \def\Q{\Bbb{Q}}
                     22: \def\Z{\Bbb{Z}}
                     23: \def\N{\Bbb{N}}
                     24: \def\C{\Bbb{C}}
                     25: \def\o{\over}
                     26: \def\mysection#1{\section{\underline{#1}}}
                     27: \def\mysubsection#1{\subsection{\underline{#1}}}
                     28: \def\til{$\tilde{\ }$}
                     29: \renewcommand{\thefootnote}{\fnsymbol{footnote}}
                     30:
                     31: \newcommand{\valid}[3]{${#1} {\not{|}} hc_{#3}({#2})$}
                     32: \newcommand{\notvalid}[3]{${#1} | hc_{#3}({#2})$}
                     33:
                     34: \newtheorem{itpr}{$BL?Bj(B}[chapter]
                     35: \newenvironment{pr}{\begin{itpr}\rm}{\end{itpr}}
                     36:
                     37: \newtheorem{itlm}[itpr]{$BJdBj(B}
                     38: \newenvironment{lm}{\begin{itlm}\rm}{\end{itlm}}
                     39:
                     40: \newtheorem{itth}[itpr]{$BDjM}(B}
                     41: \renewenvironment{th}{\begin{itth}\rm}{\end{itth}}
                     42:
                     43: \newtheorem{itco}[itpr]{$B7O(B}
                     44: \newenvironment{co}{\begin{itco}\rm}{\end{itco}}
                     45:
                     46: \newtheorem{itdf}[itpr]{$BDj5A(B}
                     47: \newenvironment{df}{\begin{itdf}\rm}{\end{itdf}}
                     48:
                     49: \newtheorem{ital}[itpr]{$B%"%k%4%j%:%`(B}
                     50: \newenvironment{al}{\begin{ital}\rm}{\end{ital}}
                     51:
                     52: \newtheorem{itre}[itpr]{$BCm0U(B}
                     53: \newenvironment{re}{\begin{itre}\rm}{\end{itre}}
                     54:
                     55: \newtheorem{itex}[itpr]{$BNc(B}
                     56: \newenvironment{ex}{\begin{itex}\rm}{\end{itex}}
                     57:
                     58: \newtheorem{itmt}[itpr]{$BJ}K!(B}
                     59: \newenvironment{mt}{\begin{itmt}\rm}{\end{itmt}}
                     60:
                     61: \newtheorem{itnt}[itpr]{Notation}
                     62: \newenvironment{nt}{\begin{itnt}\rm}{\end{itnt}}
                     63:
                     64: \newtheorem{itas}[itpr]{$B2>Dj(B}
                     65: \newenvironment{as}{\begin{itas}\rm}{\end{itas}}
                     66:
                     67: \newtheorem{itpro}[itpr]{Procedure}
                     68: \newenvironment{pro}{\begin{itpro}\rm}{\end{itpro}}
                     69:
                     70: \newtheorem{itprob}[itpr]{$BLdBj(B}
                     71: \newenvironment{prob}{\begin{itprob}\rm}{\end{itprob}}
                     72:
                     73: \renewcommand{\thefootnote}{\fnsymbol{footnote}}
                     74:
                     75: \newcommand{\qed}{$\Box$}
                     76: \newcommand{\mred}[1]{\smash{\mathop{\hbox{\rightarrowfill}}\limits_{\scriptstyle #1}}}
                     77: \newcommand{\tmred}[1]{\smash{\mathop{\hbox{\rightarrowfill}}\limits_{\scriptstyle #1}\limits^{\scriptstyle *}}}
                     78:
                     79: \def\Norm{{\rm Norm}}
                     80: \def\res{{\rm res}}
                     81: \def\GCD{{\rm GCD}}
                     82: \def\LCM{{\rm LCM}}
                     83: \def\tdeg{{\rm tdeg}}
                     84: \def\Ker{{\rm Ker}}
                     85: \def\Tr{{\rm Tr}}
                     86: \def\prem{{\rm prem}}
                     87: \def\lc{{\rm lc}}
                     88: \def\pp{{\rm pp}}
                     89: \def\cont{{\rm cont}}
                     90:
1.2       noro       91: \def\gr{$B%0%l%V%J(B}
1.1       noro       92: \def\st{\, s.t. \,}
                     93: \def\noi{\noindent}
                     94: \def\ve{\vfill\eject}
                     95: \def\o{\over}
                     96: \def\mysection#1{\section{\underline{#1}}}
                     97: \def\mysubsection#1{\subsection{\underline{#1}}}
                     98: \def\proof{[$B>ZL@(B]\,}
                     99:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>