[ET Trac] #2747: Inclusion of sgrid importer in Einstein Toolkit
Roland Haas
trac-noreply at einsteintoolkit.org
Mon Oct 23 09:02:19 CDT 2023
#2747: Inclusion of sgrid importer in Einstein Toolkit
Reporter: Samuel Cupp
Status: open
Milestone: ET_2023_11
Version:
Type: enhancement
Priority: major
Component: EinsteinToolkit thorn
Comment (by Roland Haas):
It's in the Cactus flesh repo, `repos/flesh/doc/latex/cactus.sty` . However, when writing Cactus documentation in the `doc` directory of a thorn, usually you can put in \(well you should not have to put in anything assuming you start from either the template generated by `make newthorn` or copy and pasted an existing `documentation.tex` file \[and you are doing that aren’t you?\]\):
```
\usepackage{../../../../doc/latex/cactus}
```
The unusual case where this fails if when the directory structure does not match the expected one, usually b/c your repository structure is not `REPO_ROOT/Thorn/doc/documentation.tex` but eg instead `REPO_ROOT/CactusCode/Thorn/doc/documentation.tex` \(eg done by RePrimAnd\). Even in _that_ case you should still put in the path shown above, even if this makes running:
```
cd repos/foo/docs
pdflatex documentation.tex
```
fail. Reason being that in fact you are not expected to run pdflatex yourself, but instead run `make FOO-ThornDoc` which will need that path \(and will fail otherwise and thus the web-documtentaion will fail and your thorn won’t be seen be anyone\).
--
Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2747/inclusion-of-sgrid-importer-in-einstein
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.einsteintoolkit.org/pipermail/trac/attachments/20231023/6432f16b/attachment.htm>
More information about the Trac
mailing list