[BACK]Return to asirbookmacro.tex CVS log [TXT][DIR] Up to [local] / OpenXM / src / cfep / Doc / Intro

Annotation of OpenXM/src/cfep/Doc/Intro/asirbookmacro.tex, Revision 1.1

1.1     ! takayama    1: \newenvironment{FRAME}{\begin{trivlist}\item[]
        !             2:   \hrule
        !             3:   \hbox to \linewidth\bgroup
        !             4:   \advance\linewidth by -30pt
        !             5:   \hsize=\linewidth
        !             6:   \vrule\hfill
        !             7:   \vbox\bgroup
        !             8:     \vskip15pt
        !             9:     \def\thempfootnote{\arabic{mpfootnote}}
        !            10:     \begin{minipage}{\linewidth}}{%
        !            11:     \end{minipage}\vskip15pt
        !            12:   \egroup\hfill\vrule
        !            13:  \egroup\hrule
        !            14: \end{trivlist}}
        !            15:
        !            16: \newcommand{\yenn}{{\ooalign{Y\crcr\hss=\hss}}}
        !            17: \def\blskip{\vskip\baselineskip}
        !            18:
        !            19: %%%%%%%%%%%%%%%%%  macro definitions %%%%%%%%%%%%%%%%%%%%%
        !            20: \def\QQQ{\fbox{{\bf $B<ALd(B}}}
        !            21: \def\AAA{{\fbox{\bf $BEz$((B}}}
        !            22: \def\HHH{{\fbox{\bf $BH/E83X=,(B}}}
        !            23: \newtheorem{problem}{\fbox{$BLdBj(B}}[chapter]
        !            24: \newtheorem{answer}{$BEz$((B}[chapter]
        !            25: \newtheorem{program}{$B%W%m%0%i%`(B}[chapter]
        !            26: \newtheorem{experiment}{$B<B83(B}[chapter]
        !            27: \newtheorem{example}{\fbox{$BNc(B}}[chapter]
        !            28: \newtheorem{exampleOutput}{$B=PNONc(B}[chapter]
        !            29: \newtheorem{exampleInput}{$BF~NONc(B}[chapter]
        !            30: \newtheorem{exampleInputOutput}{$BF~=PNONc(B}[chapter]
        !            31: \newtheorem{question}{$B5?Ld(B}[chapter]
        !            32: \newtheorem{theorem}{$BDjM}(B}[chapter]
        !            33: \newtheorem{remark}{$BCm0U(B}[chapter]
        !            34: \newtheorem{algorithm}{$B%"%k%4%j%:%`(B}[chapter]
        !            35: \def\Begin{
        !            36:   \rm
        !            37: }
        !            38: \def\END{
        !            39:   \par \bigbreak
        !            40: }
        !            41: \def\command#1{
        !            42:  \fbox{\tt ALT}{\tt +}\fbox{\tt #1}
        !            43: }
        !            44: \def\alt#1{
        !            45:  \fbox{\tt ALT}{\tt +}\fbox{\tt #1}
        !            46: }
        !            47: \def\shift#1{
        !            48:  \fbox{\tt SHIFT}{\tt +}\fbox{\tt #1}
        !            49: }
        !            50: \def\command#1{
        !            51:  \fbox{\tt COMMAND}{\tt +}\fbox{\tt #1}
        !            52: }
        !            53: \def\ctrl#1{
        !            54:  \fbox{\tt CTRL}{\tt +}\fbox{\tt #1}
        !            55: }
        !            56: \def\esc#1{
        !            57:  \fbox{\tt esc} \fbox{\tt #1}
        !            58: }
        !            59: \def\return{
        !            60:  \fbox{\tt RETURN}
        !            61: }
        !            62: \def\expr{
        !            63:  {\it expr}
        !            64: }
        !            65: \def\poly{
        !            66:  {\it poly}
        !            67: }
        !            68: \def\f{
        !            69:  {\it f}
        !            70: }
        !            71: \def\range{
        !            72:  {\it \{ x, xmin, xmax \}}
        !            73: }
        !            74: \def\power{
        !            75: \verb+^+}
        !            76: \def\file{
        !            77:  $B%U%!%$%kL>(B
        !            78: }

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