summaryrefslogtreecommitdiff
path: root/doc/ThornGuide
Commit message (Collapse)AuthorAge
* Removing unnecessary whitespace. (I forget exactly why, but somethingrideout2004-01-07
| | | | | | | seemed wrong to me at some point.) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3488 17b73243-c579-4c4c-a9d2-2d5706c11dac
* some trivial fixes in commentsrideout2003-08-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3380 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Move most of the (duplicated) latex headers into cactus.sty.schnetter2003-07-18
| | | | | | | Fix typos in template.tex. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3295 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add hyperref packageallen2003-07-05
| | | | | | | Fixes Cactus/1270 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3247 17b73243-c579-4c4c-a9d2-2d5706c11dac
* typosrideout2003-01-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3096 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Suggest thorn documentation authors include an examples section.allen2002-12-30
| | | | | | | Closes Cactus/1269 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3067 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Note about appendicesallen2002-12-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3063 17b73243-c579-4c4c-a9d2-2d5706c11dac
* just added a "comment" that shows the THORNS= ARRANGEMENTS= optiosnikelley2002-08-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2969 17b73243-c579-4c4c-a9d2-2d5706c11dac
* adding things to support doing THORNS= and ARRANGEMENTS=, should not effect ↵ikelley2002-08-19
| | | | | | current functionality. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2967 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing some macros so that CVS keyword replacement doesn't mangle them.goodale2002-08-13
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2948 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Use package amssymb, as far as I can tell amstex is a "standard" latex packageallen2002-08-10
| | | | | | | Fixes Cactus/1189 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2943 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Corrected Typoallen2002-08-09
| | | | | | | Fixes Cactus/1185 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2942 17b73243-c579-4c4c-a9d2-2d5706c11dac
* can take an optional argument TOCDEPTH now, will default to 0 if not passed inikelley2002-07-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2931 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Started to make it a 'proper' LaTeX2e package:goodale2002-07-05
| | | | | | | | | | | Using \CA@ as marker for internal definitions Declares a package name, date and version number Changed to using RequirePackage to laod in other packages Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2923 17b73243-c579-4c4c-a9d2-2d5706c11dac
* typoallen2002-06-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2919 17b73243-c579-4c4c-a9d2-2d5706c11dac
* adding macro for \textikelley2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2896 17b73243-c579-4c4c-a9d2-2d5706c11dac
* added a couple more rulesikelley2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2895 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add a line to the template for CVS version informationallen2002-06-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2886 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New versionallen2002-06-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2884 17b73243-c579-4c4c-a9d2-2d5706c11dac
* template for thorn documentation, needs some editing stillallen2002-05-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2874 17b73243-c579-4c4c-a9d2-2d5706c11dac
* First go at a style file for thorn documentation, will be refined.allen2002-05-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2873 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Only put the errors from the last sweep with pdflatex into the log fileallen2002-05-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2803 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Only store error messages the last time through, and try and remove theallen2002-05-05
| | | | | | | boring warnings git-svn-id: http://svn.cactuscode.org/flesh/trunk@2785 17b73243-c579-4c4c-a9d2-2d5706c11dac
* changed the log names, so they all begin with LOG_, made a var MASTER_FILE ↵ikelley2002-04-27
| | | | | | so that it can be passed in, so it will echo correct things when making a thornguide for a configuration (e.g., it will echo ''creating thornguide-einstein.ps instead of thornguide.ps) git-svn-id: http://svn.cactuscode.org/flesh/trunk@2761 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Now ThornGuide also includes information from interface.cclallen2002-04-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2734 17b73243-c579-4c4c-a9d2-2d5706c11dac
* rolling back makefile to non-dev version which does not try to do Interface ↵ikelley2002-04-20
| | | | | | parsing. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2733 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Makefile for ThornGuide from Ian Kelleyallen2002-04-19
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2732 17b73243-c579-4c4c-a9d2-2d5706c11dac