Skip to content

Commit dda8af0

Browse files
authored
Update README.rst
1 parent 8c2f119 commit dda8af0

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

mathics/doc/tex/README.rst

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,17 @@ The overall top-level LaTeX document is ``mathic.tex``. The pulls in
2020
program ``doc2latex.py`` and that in turn gets its data from
2121
``doc_tex_data.pcl`` which in turn gets its data from ``../documentation/*.mdoc``.
2222

23-
Here is a flow of the data:
24-
25-
```
26-
doc/documentation/*.mdoc --+
27-
|
28-
bultins/*.py -------------+--> doc/tex/doc_tex_data.pcl ---> documentation.tex -+
29-
docpipeline.py doc2latex.py |
30-
|
31-
doc/images/*.svg -------------> doc/tex/log*.pdf --------------------------------+---------------------> mathics.pdf
32-
images.sh | xetex,asyptote,gv
33-
|
34-
doc/tex/mathics.tex -------------------------------------------------------------+
35-
36-
```
23+
Here is a flow of the data::
24+
25+
doc/documentation/*.mdoc --+
26+
|
27+
bultins/*.py -------------+--> doc/tex/doc_tex_data.pcl ---> documentation.tex -+
28+
docpipeline.py doc2latex.py |
29+
|
30+
doc/images/*.svg -------------> doc/tex/log*.pdf --------------------------------+---------------------> mathics.pdf
31+
images.sh | xetex,asyptote,gv
32+
|
33+
doc/tex/mathics.tex -------------------------------------------------------------+
3734

3835
A GNU Makefile in this directory has been created to manage the complicated workflow above.
3936

@@ -48,7 +45,7 @@ just its number, you may be able to figure out its number by going
4845
into ``documetation.tex`` and finding the appropriate section in the
4946
LaTeX document and then getting the number that is listed there.
5047

51-
To view one of the asymptote figures, e.g. ``mathics-83.asy``:
48+
To view one of the asymptote figures, e.g. ``mathics-83.asy``::
5249

5350
$ asy
5451
asy

0 commit comments

Comments
 (0)