source: CIVL/doc/manual/civl-manual.tex@ 32410ee

1.23 2.0 acw/focus-triggers main test-branch
Last change on this file since 32410ee was b863633, checked in by Stephen Siegel <siegel@…>, 12 years ago

Working on manual.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@651 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 871 bytes
Line 
1% LaTeX source for CIVL Reference Manual.
2\documentclass[12pt, oneside, letterpaper]{book}
3\usepackage[letterpaper,textheight=9.5in,left=.75in,%
4 textwidth=7in,bottom=.75in]{geometry}
5\usepackage{amsmath}
6\usepackage{amsthm}
7\usepackage{xcolor}
8\usepackage{bbold}
9\usepackage{url}
10\usepackage{hyperref}
11\usepackage[lined,vlined,linesnumbered,noresetcount]{algorithm2e}
12
13\include{preambular}
14
15\title{%
16 {\huge\bf CIVL}\\
17 \mbox{The Concurrency Intermediate Verification Language}\\
18 Reference Manual\\
19 v0.8
20}
21\author{%
22 Matthew B.\ Dwyer \and
23 Ganesh Gopalakrishnan \and
24 Zvonimir Rakamaric \and
25 Stephen F.\ Siegel \and
26 Manchun Zheng \and
27 Timothy K.\ Zirkel
28}
29
30\begin{document}
31\maketitle
32\tableofcontents
33\input{part-introduction}
34\input{part-language}
35\input{part-semantics}
36\input{part-tools}
37
38\bibliographystyle{acm}
39\bibliography{civl}
40
41\end{document}
Note: See TracBrowser for help on using the repository browser.