File: optionman.sty

package info (click to toggle)
mummer 3.23%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,032 kB
  • sloc: cpp: 14,190; ansic: 7,537; perl: 4,176; makefile: 362; sh: 175; csh: 44; awk: 17
file content (22 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

\newcommand{\Showoption}[1]{\mbox{\footnotesize \texttt{-#1}}}
\newcommand{\Option}[3]{\index{Option!\texttt{-#1}}\item[\Showoption{#1}~#2]
\mbox{}\\%
#3}

\newenvironment{Showprogramwithoptions}[2]{
The program is called as follows:
\par
\noindent#1 [\emph{options}] \emph{indexname}
\par
#2
\par
And here is a description of the options:
\par
\begin{list}{}{}
}{\end{list}}

\newcommand{\MKV}{\texttt{mkvtree}\xspace}

\parskip5pt
\parindent0pt