1\ProvidesPackage{ecartis}
2
3\newcommand{\argument}[1]{\textit{#1}}
4
5%% A bunch of stuff to try to format commands, paths, sample emails, etc...
6%% all of which failed when converted to HTML.  Until we figure out how to deal
7%% with this stuff, leave it alone.
8
9% Original `command' environment from lshort.sty
10%
11%\newenvironment{command}%
12%    {\nopagebreak\par\small\addvspace{3.2ex plus 0.8ex minus 0.2ex}%
13%     \vskip -\parskip
14%     \noindent%
15%     \begin{tabular}{|l|}\hline\rule{0pt}{1em}\ignorespaces}%
16%    {\\\hline\end{tabular}\par\nopagebreak\addvspace{3.2ex plus 0.8ex
17%        minus 0.2ex}%
18%     \vskip -\parskip}
19
20% Variation on 'command' that prints a pair of rules at the top and bottom of
21% the environment.  Doesn't convert to HTML nicely at all.
22%
23%% a minipage of \textwidth limits the contents to about a 72 character width.
24%% We should wrap at 70 just to be safe.
25%%
26%\newenvironment{file}%
27%    {\nopagebreak\par\small\addvspace{3.2ex plus 0.8ex minus 0.2ex}%
28%     \noindent\minipage{\textwidth}%
29%	 \rule{\textwidth}{0.5pt}%
30%	 \ignorespaces\small\verbatim}%
31%	 %
32%	{\endverbatim\rule{\textwidth}{0.5pt}\endminipage%
33%	 \par\addvspace{3.2ex plus 0.8ex minus 0.2ex}}
34
35
36%\newenvironment{command}%
37%    {\nopagebreak\par\small\addvspace{3.2ex plus 0.8ex minus 0.2ex}%
38%     \vskip -\parskip
39%     \noindent%
40%     \begin{tabular}{|l|}\hline\rule{0pt}{1em}\ignorespaces}%
41%    {\\\hline\end{tabular}\par\nopagebreak\addvspace{3.2ex plus 0.8ex
42%        minus 0.2ex}%
43%     \vskip -\parskip}
44
45%\newenvironment{command}%
46%	{\nopagebreak\par\small\addvspace{3.2ex plus 0.8ex minus 0.2ex}%
47%	 \vskip -\parskip
48%	 \noindent%
49%	 \tabular{|l|}\hline\ignorespaces}%
50%	{\\\hline\endtabular\par\nopagebreak\addvspace{3.2ex plus 0.8ex
51%		minus 0.2ex}%
52%	 \vskip -\parskip}
53%
54%\newcommand{\ci}[1]%
55%	{#1\\}
56%\newcommand{\ci}[1]{%
57%	\verb+#1+%
58%	}
59
60% \newcommand{\path}[1]{\verb+#1+}
61