source: branches/0.26.x/abcl/doc/manual/index.sty

Last change on this file was 13338, checked in by Mark Evenson, 13 years ago

Add installation instructions.

HEADS-UP: This file is guaranteed not to compile in any LaTeX system
without further substantial work, as I am defining the DSL I want for
doumentation as I go, trying out different syntaxes.

Separate content/presentation rules via LaTeX include directives.
Properly use the as yet unwritten \code{} markup.

The 'java.tex', 'threads.tex', and 'extensions.tex' are placeholders
until we get the automatic documentation generator working.

File size: 465 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\documentclass[10pt]{article}
8
9\usepackage{color,hyperref}
10\definecolor{darkblue}{rgb}{0.0,0.0,0.3}
11\hypersetup{colorlinks,breaklinks,
12            linkcolor=darkblue,urlcolor=darkblue,
13            anchorcolor=darkblue,citecolor=darkblue}
14
15\usepackage{a4wide}
16
Note: See TracBrowser for help on using the repository browser.