summaryrefslogtreecommitdiff
path: root/doc/latex
Commit message (Collapse)AuthorAge
* Fix bug in my last commit.schnetter2003-07-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3263 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix layout bug in Lentry lists; there was a superfluous space.schnetter2003-07-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3259 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Change \t (which is Cactus specific) to \tt (which exists in latex).schnetter2003-07-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3258 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
* fix a bug in the latex formatting noted by Erik Schnetter,jthorn2003-06-09
| | | | | | | | | | | where an environment was defined like \newenvironment{Synopsis}[1]{\item[\bf ##1]}{} which causes trouble if ##1 expands to something that starts with a [ The fix is to change the code to \newenvironment{Synopsis}[1]{\item[\bf{##1}]}{} git-svn-id: http://svn.cactuscode.org/flesh/trunk@3239 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added some comments for cryptic \ProvidesPackage code.rideout2002-10-16
| | | | | | | Added \ProvidesPackage entry for building arrangement documentation. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3013 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tom added code to get rid ofrideout2002-09-04
| | | | | | | | LaTeX Warning: You have requested package `../latex/cactus', but the package provides `cactus'. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2995 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Moved from doc/ThornGuide to more "global" location.rideout2002-09-04
Added Jonathan Thornburg's FunctionDescription environment. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2993 17b73243-c579-4c4c-a9d2-2d5706c11dac