Skip to content

Commit 3353764

Browse files
committed
Fix for Issue #6: bad utypes in example1
1 parent c33695e commit 3353764

File tree

3 files changed

+133
-140
lines changed

3 files changed

+133
-140
lines changed

doc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ DOCNAME = Spectrum
88
DOCVERSION = 1.2
99

1010
# Publication date, ISO format; update manually for "releases"
11-
DOCDATE = 2023-03-17
12-
SDATE = 20230317
11+
DOCDATE = 2023-04-27
12+
SDATE = 20230427
1313

1414
# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN
1515
DOCTYPE = WD

doc/Spectrum.tex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
\newcommand{\nchange}[1]{{\color{ired} #1}}
3636
\newsavebox{\fmbox}
3737
\newenvironment{fmpage}
38-
{\begin{lrbox}{\fmbox}\begin{minipage}{6.5in}}
38+
{\begin{lrbox}{\fmbox}\begin{minipage}{6.75in}}
3939
{\end{minipage}\end{lrbox}\colorbox{iblue}{\fbox{\usebox{\fmbox}}}}
4040

4141
\newenvironment{fmlpage}
@@ -64,7 +64,7 @@
6464
\par\noindent \htmtitle{IVOA Spectrum Data Model}{Version 1.2}
6565
\Large
6666
\vskip 0.1in
67-
\par\noindent{\bf IVOA Working Draft 2023-03-17}
67+
\par\noindent{\bf IVOA Working Draft 2023-04-27}
6868
\color{black}
6969
\vskip 0.2in
7070

@@ -74,11 +74,11 @@
7474

7575
Data Model Working Group
7676

77-
\par\noindent{\bf This version (Mod 3)}
77+
\par\noindent{\bf This version (Mod 4)}
7878

7979
{
8080
\color{dblue}
81-
WD-SpectrumDM-1.2-20230317
81+
WD-SpectrumDM-1.2-20230427
8282
%\link{http://www.ivoa.net/Documents/latest/SpectrumDM.html}
8383
}
8484

@@ -173,6 +173,7 @@ \section{Introduction and Motivation}
173173
\subsection{Change Log}
174174

175175
\begin{verbatim}
176+
2023 Apr 27 V1.2 Mod 4 - Correct UTypes in VOTable example 1.
176177
2023 Mar 17 V1.2 Mod 3 - Correct case for order and relorder attributes
177178
2022 Jul 20 V1.2 Mod 2 - Add upper/lower limit elements
178179
2022 Jul 19 V1.2 Mod 1 - Add spectral order elements

0 commit comments

Comments
 (0)