File: codespelunking.sty

package info (click to toggle)
python-pcs 0.5%2Bdebian-1.2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 572 kB
  • ctags: 385
  • sloc: python: 2,605; sh: 115; makefile: 62
file content (37 lines) | stat: -rw-r--r-- 912 bytes parent folder | download | duplicates (3)
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'.