1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
%%
%% This is file `codespelunking.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% codespelunking.dtx (with options: `package')
%% This is a stripped version fo the original file.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{codespelunking}
\newcommand\rtn[1]{%
\texttt{#1}}
\newcommand\filertn[1]{%
\texttt{#1}}
\newcommand\filelinertn[1]{%
\texttt{#1}}
\newcommand\program[1]{%
\textsf{\textbf{#1}}}
\newcommand\file[1]{%
\texttt{#1}}
\newcommand\fullpath[1]{%
\texttt{#1}}
\newcommand{\class}[1]{%
\textsc{#1}}
\newcommand{\method}[1]{% Methods have parens ()
\textsf{{#1}()}}
\newcommand{\function}[1]{% Functions have parens ()
\texttt{{#1}()}}
\newcommand{\field}[1]{% A field in a structure
\texttt{{#1}}}
\newcommand{\constant}[1]{% A constant
\texttt{{#1}}}
%% This is the end of the stripped file.
%%
%% End of file `codespelunking.sty'.
|