generated from ivoa-std/doc-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from molinaro-m/reset-to-103
WD 1.1 - basic reset to REC-ConeSearch-1.03 w/ Errata fixes
- Loading branch information
Showing
8 changed files
with
760 additions
and
962 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
ivoatexmeta.tex | ||
gitmeta.tex | ||
ConeSearch.aux | ||
ConeSearch.bbl | ||
ConeSearch.blg | ||
ConeSearch.log | ||
ConeSearch.out | ||
ConeSearch.pdf | ||
ConeSearch.toc | ||
ConeSearch.hd | ||
ConeSearch.fls | ||
ConeSearch.fdb_latexmk | ||
ConeSearch.html |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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) | ||
AUTHOR_EMAIL[email protected] | ||
|
||
# Source files for the TeX document (but the main file must always | ||
# be called $(DOCNAME).tex | ||
SOURCES = $(DOCNAME).tex | ||
# be called $(DOCNAME).tex) | ||
SOURCES = $(DOCNAME).tex gitmeta.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" |
Submodule ivoatex
updated
45 files
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters