-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notes on how to compile this document #54
- Loading branch information
1 parent
839630a
commit 867dae7
Showing
2 changed files
with
25 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Twinkles Requirements Documents | ||
|
||
Currently just Twinkles 1. This will form part of a larger DC1 | ||
requirements document, assembled by the SSim working group. As a | ||
result, and in anticipation, the Twinkles 1 source files are stored | ||
in their own sub-directory, and compiled into a dummy master document | ||
called `dc1.tex`. | ||
|
||
### Compiling | ||
|
||
The documents use the Science Roadmap macros and settings. To link the | ||
required files to this directory, do | ||
``` | ||
setenv SRM_DIR <path_to_Science_Roadmap_repo> | ||
make links | ||
``` | ||
Then, compile `dc1.pdf` with `make`. |