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.
SCS - initial commit with ivoatex porting - MMo
- Loading branch information
1 parent
f1fbc02
commit 1ea61f8
Showing
6 changed files
with
1,685 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# ivoatex Makefile. The ivoatex/README for the targets available. | ||
|
||
# short name of your document (edit $DOCNAME.tex; would be like RegTAP) | ||
DOCNAME = SCS | ||
|
||
# count up; you probably do not want to bother with versions <1.0 | ||
DOCVERSION = 1.1 | ||
|
||
# Publication date, ISO format; update manually for "releases" | ||
DOCDATE = 2017-06-21 | ||
|
||
# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN | ||
DOCTYPE = WD | ||
|
||
# Source files for the TeX document (but the main file must always | ||
# be called $(DOCNAME).tex | ||
SOURCES = $(DOCNAME).tex | ||
|
||
# List of pixel image files to be included in submitted package | ||
FIGURES = archdiag.png | ||
|
||
# List of PDF figures (for vector graphics) | ||
VECTORFIGURES = | ||
|
||
# Additional files to distribute (e.g., CSS, schema files, examples...) | ||
AUX_FILES = | ||
|
||
include ivoatex/Makefile |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Simple Cone Search - source repository | ||
|
||
This ivoatex SCS source repo was started out of the HTML version of | ||
REC-SCS-1.03-20080222.html (that for this reason is preserved in this | ||
source bundle). | ||
|
||
Initial porting, whose goal was to bring the specification to revision | ||
1.1 has been a plain transposition of the HTML into LaTeX, and includes | ||
all of the history changes that the original document listed in appendix. | ||
Porting tried to be as faithful as possible, given broken links and | ||
references, styling issues and so. However the goal was not to produce | ||
as one-to-one ivoatex SCS-1.03, but to form a basis to start the | ||
revision from. |
Oops, something went wrong.