Skip to content

Commit

Permalink
ivoatex commit link correction (#18)
Browse files Browse the repository at this point in the history
* updating ivoatex

* updating ivoatex

---------

Co-authored-by: loumir <[email protected]>
  • Loading branch information
loumir and loumir authored Jun 14, 2024
1 parent aac5958 commit b2e325a
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DOCNAME = ObscoreTimeExtension
DOCVERSION = 1.0

# Publication date, ISO format; update manually for "releases"
DOCDATE = 2024-06-05
DOCDATE = 2024-06-14

# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN
DOCTYPE = WD
Expand All @@ -23,11 +23,11 @@ SOURCES = $(DOCNAME).tex

# List of image files to be included in submitted package (anything that
# can be rendered directly by common web browsers)
FIGURES = role_diagram.pdf
FIGURES =

# List of PDF figures (figures that must be converted to pixel images to
# work in web browsers).
VECTORFIGURES = role_diagram.svg
VECTORFIGURES =

# Additional files to distribute (e.g., CSS, schema files, examples...)
AUX_FILES =
Expand Down
43 changes: 43 additions & 0 deletions Makefile_with fig.make
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# ivoatex Makefile. The http://ivoa.net/documents/notes/IVOATex
# for the targets available.

# short name of your document (edit $DOCNAME.tex; would be like RegTAP)
DOCNAME = ObscoreTimeExtension

# count up; you probably do not want to bother with versions <1.0
DOCVERSION = 1.0

# Publication date, ISO format; update manually for "releases"
DOCDATE = 2024-06-13

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

# An e-mail address of the person doing the submission to the document
# repository (can be empty until a make upload is being made)
AUTHOR_EMAIL[email protected]

# Source files for the TeX document (but the main file must always
# be called $(DOCNAME).tex)
SOURCES = $(DOCNAME).tex

# List of image files to be included in submitted package (anything that
# can be rendered directly by common web browsers)
FIGURES = role_diagram.pdf

# List of PDF figures (figures that must be converted to pixel images to
# work in web browsers).
VECTORFIGURES = role_diagram.svg

# Additional files to distribute (e.g., CSS, schema files, examples...)
AUX_FILES =

-include ivoatex/Makefile

ivoatex/Makefile:
@echo "*** ivoatex submodule not found. Initialising submodules."
@echo
git submodule update --init

test:
@echo "No tests defined yet"
Binary file modified ObscoreTimeExtension.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion ivoatex

0 comments on commit b2e325a

Please sign in to comment.