main
test-branch
| 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[nottoc]{tocbibind}
|
|---|
| 6 | \usepackage{amsmath}
|
|---|
| 7 | \usepackage{amsthm}
|
|---|
| 8 | \usepackage{xcolor}
|
|---|
| 9 | \usepackage{bbold}
|
|---|
| 10 | \usepackage{url}
|
|---|
| 11 | \usepackage[lined,vlined,linesnumbered,noresetcount]{algorithm2e}
|
|---|
| 12 | \usepackage{graphicx}
|
|---|
| 13 | \graphicspath{{../images/}}
|
|---|
| 14 | %\usepackage{hyperref}
|
|---|
| 15 | \usepackage[bookmarksopen]{hyperref}
|
|---|
| 16 | \usepackage{bookmark}
|
|---|
| 17 |
|
|---|
| 18 | \include{preambular}
|
|---|
| 19 |
|
|---|
| 20 | \title{%
|
|---|
| 21 | {\huge\bf CIVL}\\
|
|---|
| 22 | \mbox{The Concurrency Intermediate Verification Language}\\
|
|---|
| 23 | Reference Manual\\
|
|---|
| 24 | \version
|
|---|
| 25 | }
|
|---|
| 26 | \author{%
|
|---|
| 27 | Matthew B.\ Dwyer \and
|
|---|
| 28 | John Edenhofner \and
|
|---|
| 29 | Ganesh Gopalakrishnan \and
|
|---|
| 30 | Andre Marianiello \and
|
|---|
| 31 | Ziqing Luo \and
|
|---|
| 32 | Zvonimir Rakamaric \and
|
|---|
| 33 | Michael Rogers \and
|
|---|
| 34 | Stephen F.\ Siegel \and
|
|---|
| 35 | Manchun Zheng \and
|
|---|
| 36 | Timothy K.\ Zirkel
|
|---|
| 37 | }
|
|---|
| 38 |
|
|---|
| 39 | \begin{document}
|
|---|
| 40 | \pagenumbering{Alph}
|
|---|
| 41 | \begin{titlepage}
|
|---|
| 42 | \maketitle
|
|---|
| 43 | \thispagestyle{empty}
|
|---|
| 44 | \end{titlepage}
|
|---|
| 45 | \pagenumbering{arabic}
|
|---|
| 46 | \clearpage
|
|---|
| 47 | \pdfbookmark[part]{\contentsname}{toc}
|
|---|
| 48 | \tableofcontents
|
|---|
| 49 | \input{part-introduction}
|
|---|
| 50 | \input{part-language}
|
|---|
| 51 | \input{part-semantics}
|
|---|
| 52 | \input{part-tools}
|
|---|
| 53 | \cleardoublepage
|
|---|
| 54 | \phantomsection
|
|---|
| 55 | \addcontentsline{toc}{part}{Bibliography}
|
|---|
| 56 | \bibliographystyle{acm}
|
|---|
| 57 | \bibliography{civl}
|
|---|
| 58 | \end{document}
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.