File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939
4040% -mireille- listing params from MIVOT spec
4141\lstset {
42+ frame=single,
43+ }
44+
45+ \lstdefinelanguage {XML}{
4246 flexiblecolumns=true,
4347 columns=fullflexible,
4448 % tagstyle=\ttfamily,
4549 showstringspaces=False,
4650 basicstyle=\tiny ,
4751 captionpos=b,
48- frame=single,
4952 commentstyle=\color {gray}\upshape ,
5053 xleftmargin=20pt,
5154 framexleftmargin=15pt,
5255 numbers=left,
5356 numberstyle=\tiny ,
5457 numbersep=5pt,
55- }
56-
57- \lstdefinelanguage {XML}{
5858 morestring=[s][\color {Mulberry}]{"}{"},
5959 morestring=[s][\color {darkgray}]{>}{<},
6060 morecomment=[s][\color {lightgray}]{!--}{-->} ,
@@ -1111,7 +1111,7 @@ \subsubsection*{Simple Query by Position}
11111111\end {enumerate }
11121112These data would be searched on all VO services by sending the following query:
11131113
1114- \ begin{lstlisting} [language=SQL , flexiblecolumns=true]
1114+ \ begin{lstlisting} [language=SQL, flexiblecolumns=true]
11151115SELECT * FROM ivoa.Obscore
11161116WHERE CONTAINS(POINT('ICRS',16.0,40.0),s_region)=1
11171117\end {lstlisting }
You can’t perform that action at this time.
0 commit comments