This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
spec.tex
111 lines (91 loc) · 2.36 KB
/
spec.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
\documentclass[11pt]{book}
\usepackage[hyperref, thmmarks]{styles/ntheorem}
\usepackage{framed}
\usepackage{times}
\usepackage{textcomp}
\usepackage{tabularx}
\usepackage{moreverb}
\usepackage[pdftex]{graphicx}
\usepackage{amssymb}
\usepackage{float}
\usepackage[pdftex,
pdftitle={JAX-RS: Java API for RESTful Web Services},
pdfauthor={Santiago Pericas-Geertsen and Pavel Bucek, Oracle},
pdfsubject={JAX-RS: Java API for RESTful Web Services},
pdfkeywords={Java XML Web Services API REST RESTful},
pdftex,
colorlinks=true,
linkcolor=black,
citecolor=black,
pdfstartview=FitH,
letterpaper=true,
bookmarksnumbered=true
]{hyperref}
% set up page dimensions
\textwidth = 6.5 in
\textheight = 9.33 in
\oddsidemargin = 0.0 in
\evensidemargin = 0.0 in
\topmargin = -0.75 in
\headheight = 15pt
\headsep = 0.33 in
\parskip = 6pt
\parindent = 0.0in
\footskip=0.5in
\usepackage{fancyhdr}
\pagestyle{fancy}
\usepackage{styles/jsr}
\theoremstyle{plain}
%\setlength{\theorempostskipamount}{0pt}
\newtheorem{ednote}{Editors Note}[chapter]
\theoremstyle{nonumberplain}
\theoremindent0cm
\theoremseparator{:}
\newtheorem{nnnote}{Note}[chapter]
%\usepackage[pagewise, right]{styles/lineno}
%\usepackage[dvips]{changebar}
\usepackage{longtable}
%\renewcommand{\today}{September 8, 2008}
\begin{document}
\frontmatter
\include{styles/macros}
\include{styles/jsrfrontstyle}
\include{chapters/titlepage}
\cleardoublepage
{
\small
%\include{chapters/license}
%\include{chapters/license_final}
}
\pdfbookmark[0]{Contents}{toc}
\tableofcontents
\mainmatter
\include{styles/jsrmainstyle}
%\linenumbers
%\nochangebars
\setcounter{secnumdepth}{4}
\newcommand{\footnoteremember}[2]{\footnote{#2}\newcounter{#1}\setcounter{#1}{\value{footnote}}}
\newcommand{\footnoterecall}[1]{\footnotemark[\value{#1}]}
\include{chapters/intro}
\include{chapters/applications}
\include{chapters/resources}
\include{chapters/providers}
\include{chapters/clientapi}
\include{chapters/filters}
\include{chapters/validation}
\include{chapters/asynchronous}
\include{chapters/sse}
\include{chapters/context}
\include{chapters/environment}
\include{chapters/delegate}
\appendix
\renewcommand{\chaptermark}[1]{
\markboth{\appendixname
\ \thechapter.\ #1}{}}
\include{chapters/annotations}
\include{chapters/headers}
\include{chapters/diagrams}
\include{chapters/changes}
\backmatter
\include{chapters/refs}
\end{document}