Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ DOCNAME = UCDlist
DOCVERSION = 1.5

# Publication date, ISO format; update manually for "releases"
DOCDATE = 2022-10-05
DOCDATE = 2023-01-25

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

# An e-mail address of the person doing the submission to the document
# repository (can be empty until a make upload is being made)
Expand Down
4 changes: 2 additions & 2 deletions UCDlist.tex
Original file line number Diff line number Diff line change
Expand Up @@ -836,12 +836,12 @@ \subsection{Comments in file}

Comment lines are starting with a \texttt{\#} (hash) character.

\subsection{Version tags in file}
\subsection{Version tags in companion lists of terms: ucd-list.txt and ucd-list-deprecated.txt}

The first line of each of these files is a comment line containing the UCDList version
tag following the pattern
\verb|#$DOCTYPE-$DOCNAME-v$DOCVERSION-$DOCDATE|, where the
variable names are taken from ivoatex \citep{ivoatexDoc}. For a
variable names are taken from the Makefile defined by ivoatex \citep{ivoatexDoc}. For a
pre-release list, such a first line might look like
\verb|#PEN-UCDlist-v1.5-20220706|.

Expand Down
2 changes: 1 addition & 1 deletion ucd-list-deprecated.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#PEN-UCDlist-v1.5-2022-10-05
#EN-UCDlist-v1.5-2023-01-25
# This file contains lists suggested replacements for UCD1+ which are deprecated
# deprecated_term replacement_term
em.IR.K.Brgamma em.line.Brgamma
Expand Down
2 changes: 1 addition & 1 deletion ucd-list.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#PEN-UCDlist-v1.5-2022-10-05
#EN-UCDlist-v1.5-2023-01-25
Q | arith | Arithmetic quantities
S | arith.diff | Difference between two quantities described by the same UCD
P | arith.factor | Numerical factor
Expand Down