source: trunk/abcl/doc/manual/abcl.sty

Last change on this file was 15308, checked in by Mark Evenson, 4 years ago

nio: documentation for extensions to CL:MAKE-ARRAY

File size: 921 bytes
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{basicstyle=\ttfamily,language=Java}}
24 {}
25
26
27\lstnewenvironment{listing-lisp}
28 {\lstset{basicstyle=\ttfamily,language=Lisp}}
29 {}
30
31\lstnewenvironment{listing-shell}
32 {\lstset{basicstyle=\ttfamily,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\usepackage{enumitem}
45
46\ProvidesPackage{abcl}
47
Note: See TracBrowser for help on using the repository browser.