From ff233229bf4ac7a4413afe29ae8a99d4a9e5da84 Mon Sep 17 00:00:00 2001 From: Mark Taylor Date: Thu, 5 Sep 2024 12:59:27 +0100 Subject: [PATCH 1/2] remove repeated text --- udf-catalogue.tex | 3 --- 1 file changed, 3 deletions(-) diff --git a/udf-catalogue.tex b/udf-catalogue.tex index 3779e53..4a311b7 100644 --- a/udf-catalogue.tex +++ b/udf-catalogue.tex @@ -450,9 +450,6 @@ \subsubsection{ivo\_geom\_transform(from\_sys, to\_sys, geo)} \example \verb|ivo_geom_transform('FK4', 'GALACTIC', CIRCLE(189.70303055, 22.96240006, 3))| \becomes \verb|[275.00025405, 84.99996154, 3]|. -\example \verb|ivo_geom_transform('FK4', 'GALACTIC', CIRCLE(189.70303055, 22.96240006, 3))| -\becomes \verb|[275.00025405, 84.99996154, 3]|. - \example \verb|ivo_geom_transform('GALACTIC', 'FK5', POLYGON(5, 3, 4, 4, 4.5, 2))| \becomes \verb|[266.44721, -23.107310, 264.95088, -23.434037, 267.09936, -24.051919]|. \end{examples} From 3365bd888c25c66ae172da32762525ea6c86cea6 Mon Sep 17 00:00:00 2001 From: Mark Taylor Date: Thu, 5 Sep 2024 13:11:29 +0100 Subject: [PATCH 2/2] adjust typesetting of sexagesimal formats Modify the way that the sexagesimal formats are presented in the text: writing "hhmmss" is hard to understand, though the examples do clarify this. I changed the fonts of the placeholder and literal parts of these formats which at least means they are distinguishable if you look closely. If the authors/editor prefer to indicate this in some other way, feel free to change it. I also fixed the opening quotes. --- udf-catalogue.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/udf-catalogue.tex b/udf-catalogue.tex index 4a311b7..6b0efec 100644 --- a/udf-catalogue.tex +++ b/udf-catalogue.tex @@ -894,7 +894,7 @@ \subsubsection{ivo\_hms\_to\_degrees(hms)} \item[Parameters] \begin{args} - \arg hms (TEXT) -- hms to be converted. The following syntaxes must be accepted: 'h:m:s', 'hhmmss' and 'hHmMsS'. Hours and minutes should be integer and seconds can be decimal. The function returns NULL on unparsable input. + \arg hms (TEXT) -- hms to be converted. The following syntaxes must be accepted: `{\it h}{\tt :}{\it m}{\tt :}{\it s}', `{\it h}{\tt h}{\it m}{\tt m}{\it s}{\tt s}' and `{\it h}{\tt H}{\it m}{\tt M}{\it s}{\tt S}'. Hours and minutes should be integer and seconds can be decimal. The function returns NULL on unparsable input. \end{args} \item[Return type] \texttt{REAL} @@ -924,7 +924,7 @@ \subsubsection{ivo\_dms\_to\_degrees(dms)} \item[Parameters] \begin{args} - \arg dms (TEXT) -- dms to be converted. The following syntaxes must be accepted: 'd:m:s', 'ddmmss' and 'dDmMsS'. Degrees and minutes should be integer and seconds can be decimal. A preceding + or - sign is allowed. + \arg dms (TEXT) -- dms to be converted. The following syntaxes must be accepted: `{\it d}{\tt :}{\it m}{\tt :}{\it s}', `{\it d}{\tt d}{\it m}{\tt m}{\it s}{\tt s}' and `{\it d}{\tt D}{\it m}{\tt M}{\it s}{\tt S}'. Degrees and minutes should be integer and seconds can be decimal. A preceding + or - sign is allowed. \end{args} \item[Return type] \texttt{REAL}