Skip to content

Commit 60fd145

Browse files
committed
fix SQL
1 parent 1e913f4 commit 60fd145

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ObsCore.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@
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}
11121112
These 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]
11151115
SELECT * FROM ivoa.Obscore
11161116
WHERE CONTAINS(POINT('ICRS',16.0,40.0),s_region)=1
11171117
\end{lstlisting}

0 commit comments

Comments
 (0)