@@ -20,20 +20,17 @@ The overall top-level LaTeX document is ``mathic.tex``. The pulls in
2020program ``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
3835A 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
4845into ``documetation.tex `` and finding the appropriate section in the
4946LaTeX 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