Annotation of OpenXM/src/cfep/Doc/Intro/asirbookmacro.tex, Revision 1.2
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 %%%%%%%%%%%%%%%%%%%%%
1.2 ! takayama 20: \def\QQQ{\fbox{{\bf 質問}}}
! 21: \def\AAA{{\fbox{\bf 答え}}}
! 22: \def\HHH{{\fbox{\bf 発展学習}}}
! 23: \newtheorem{problem}{\fbox{問題}}[chapter]
! 24: \newtheorem{answer}{答え}[chapter]
! 25: \newtheorem{program}{プログラム}[chapter]
! 26: \newtheorem{experiment}{実験}[chapter]
! 27: \newtheorem{example}{\fbox{例}}[chapter]
! 28: \newtheorem{exampleOutput}{出力例}[chapter]
! 29: \newtheorem{exampleInput}{入力例}[chapter]
! 30: \newtheorem{exampleInputOutput}{入出力例}[chapter]
! 31: \newtheorem{question}{疑問}[chapter]
! 32: \newtheorem{theorem}{定理}[chapter]
! 33: \newtheorem{remark}{注意}[chapter]
! 34: \newtheorem{algorithm}{アルゴリズム}[chapter]
1.1 takayama 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{
1.2 ! takayama 77: ファイル名
1.1 takayama 78: }
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>