source: CIVL/doc/manual/civl-manual.tex@ e151b65

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

Working on manual revision.

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

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