Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WD 1.1 - basic reset to REC-ConeSearch-1.03 w/ Errata fixes #55

Merged
merged 15 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from 11 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
1,512 changes: 641 additions & 871 deletions ConeSearch.tex

Large diffs are not rendered by default.

32 changes: 23 additions & 9 deletions Makefile
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ivoatex Makefile. The ivoatex/README for the targets available.
# 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 = ConeSearch
Expand All @@ -7,23 +8,36 @@ DOCNAME = ConeSearch
DOCVERSION = 1.1

# Publication date, ISO format; update manually for "releases"
#DOCDATE = 2019-11-15
DOCDATE = 2020-08-28
DOCDATE = 2023-08-29

# 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)
[email protected]

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

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

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

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

-include ivoatex/Makefile

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

include ivoatex/Makefile
test:
@echo "No tests defined yet"
Binary file modified role_diagram.pdf
Binary file not shown.
Loading