This repository was archived by the owner on Aug 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ \section{Selection Algorithm}
40
40
the following algorithm assumes only \Viewable \ as input.
41
41
42
42
Implementations should perform the following steps while trying to find
43
- a suitable view engine for a \Viewable \assertref {selection-algorithm }.
43
+ a suitable view engine for a \Viewable \ \assertref {selection-algorithm }.
44
44
45
45
\begin {enumerate }
46
46
\item If calling \code {getViewEngine} on the \Viewable \ returns a non-null value, return
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ \section{Conventions}
90
90
`RECOMMENDED', `MAY', and `OPTIONAL' in this document are to be interpreted as described in
91
91
RFC 2119\cite {rfc2119 }.
92
92
93
- Assertions defined by this specification are formatted as {\textbf {\lllb {an-assertion}\rrrb }}
93
+ Assertions defined by this specification are formatted as {\textbf {\llb {an-assertion}\rrb }}
94
94
using a descriptive name as the label and are all listed in Appendix \ref {assertions }.
95
95
96
96
Java code and sample data fragments are formatted as shown in figure \ref {ex1 }:
Original file line number Diff line number Diff line change 91
91
\newcommand {\ReadFrom }{{\footnotesize {\sf ReadFrom}}}
92
92
\newcommand {\WriteTo }{{\footnotesize {\sf WriteTo}}}
93
93
94
- \newcommand {\lllb }{$ [ \! [\! [$ }
95
- \newcommand {\rrrb }{$ ] \! ]\! ]$ }
96
- \newcommand {\assertref }[1]{\textbf {\lllb \ref {#1 }\rrrb }}
94
+ \newcommand {\llb }{$ [\! [$ }
95
+ \newcommand {\rrb }{$ ]\! ]$ }
96
+ \newcommand {\assertref }[1]{\textbf {\llb \ref {#1 }\rrb }}
97
97
98
98
\makeatletter
99
99
\newcommand {\assert }[1]{%
100
- \def\@itemlabel {\textbf {\lllb #1 \rrrb }}
100
+ \def\@itemlabel {\textbf {\llb {#1} \rrb }}
101
101
\item
102
102
\def\@currentlabel {#1}\label {#1 }}
103
103
\makeatother
You can’t perform that action at this time.
0 commit comments