| Line | |
|---|
| 1 | % preamble for the Manual |
|---|
| 2 | % |
|---|
| 3 | % The goal is to move all the ``technical'' looking stuff here, |
|---|
| 4 | % leaving the manual itself as much as a pure content to be |
|---|
| 5 | % comfortably read and modified with a text editor. |
|---|
| 6 | |
|---|
| 7 | \usepackage{color,hyperref} |
|---|
| 8 | \definecolor{darkblue}{rgb}{0.0,0.0,0.3} |
|---|
| 9 | \hypersetup{colorlinks,breaklinks, |
|---|
| 10 | linkcolor=darkblue,urlcolor=darkblue, |
|---|
| 11 | anchorcolor=darkblue,citecolor=darkblue} |
|---|
| 12 | |
|---|
| 13 | \usepackage{a4wide} |
|---|
| 14 | |
|---|
| 15 | \newcommand{\code}[1]{ |
|---|
| 16 | \texttt{#1} |
|---|
| 17 | } |
|---|
| 18 | |
|---|
| 19 | \usepackage{listings} |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | \lstnewenvironment{listing-java} |
|---|
| 23 | {\lstset{language=Java}} |
|---|
| 24 | {} |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | \lstnewenvironment{listing-lisp} |
|---|
| 28 | {\lstset{language=Lisp}} |
|---|
| 29 | {} |
|---|
| 30 | |
|---|
| 31 | \lstnewenvironment{listing-shell} |
|---|
| 32 | {\lstset{language=sh}} |
|---|
| 33 | {} |
|---|
| 34 | |
|---|
| 35 | \usepackage{verbatim} |
|---|
| 36 | |
|---|
| 37 | %% For setting margins in docstrings |
|---|
| 38 | \usepackage{changepage} |
|---|
| 39 | |
|---|
| 40 | \usepackage{makeidx} |
|---|
| 41 | |
|---|
| 42 | \makeindex |
|---|
| 43 | |
|---|
| 44 | \ProvidesPackage{abcl} |
|---|
| 45 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.