101 |
\newenvironment{FILES}{\begin{MP@Section}{FILES}}{\end{MP@Section}} |
\newenvironment{FILES}{\begin{MP@Section}{FILES}}{\end{MP@Section}} |
102 |
\newenvironment{BUGS}{\begin{MP@Section}{BUGS}}{\end{MP@Section}} |
\newenvironment{BUGS}{\begin{MP@Section}{BUGS}}{\end{MP@Section}} |
103 |
\newenvironment{SEEALSO}{\begin{MP@Section}{SEEALSO}}{\end{MP@Section}} |
\newenvironment{SEEALSO}{\begin{MP@Section}{SEEALSO}}{\end{MP@Section}} |
104 |
\newenvironment{SECTION}[1]{\begin{MP@Section}{#1}}{\end{MP@Section}} |
\newenvironment{SECTION}[1]{\begin{MP@Section}{##1}}{\end{MP@Section}} |
105 |
% define external command names |
% define external command names |
106 |
\newcommand{\Opt}[1]{\MP@Opt{##1}} % Option |
\newcommand{\Opt}[1]{\MP@Opt{##1}} % Option |
107 |
\newcommand{\Arg}[1]{\MP@Arg{##1}} % Argument |
\newcommand{\Arg}[1]{\MP@Arg{##1}} % Argument |
108 |
\newcommand{\OptEqArg}[2]{\MP@Opt{##1=}\MP@Arg{##2}} |
\newcommand{\OptEqArg}[2]{\MP@Opt{##1=}\MP@Arg{##2}} |
109 |
\newcommand{\OptArg}[2]{\Opt{##1}\Arg{##2}} % Option with Argument |
\newcommand{\OptArg}[2]{\Opt{##1}\Arg{##2}} % Option with Argument |
110 |
\newcommand{\OptoArg}[2]{\Opt{##1}[\Arg{##2}]} % Option with optinal |
\newcommand{\OptoArg}[2]{\Opt{##1}[\Arg{##2}]} % Option with optional Argument |
|
% Argument |
|
111 |
\newcommand{\oArg}[1]{[\Arg{##1}]} % optional Argument |
\newcommand{\oArg}[1]{[\Arg{##1}]} % optional Argument |
112 |
\newcommand{\oOpt}[1]{[\Opt{##1}]} % optional Option |
\newcommand{\oOpt}[1]{[\Opt{##1}]} % optional Option |
113 |
\newcommand{\oOptArg}[2]{[\OptArg{##1}{##2}]} % optional Option with |
\newcommand{\oOptArg}[2]{[\OptArg{##1}{##2}]} % optional Option with |