README.md

changeset 59
743984f4664e
parent 54
cfd8d2304e9e
child 62
6d9de6d05ef7
child 63
cd325e81e4a5
equal deleted inserted replaced
58:2a86c4c98622 59:743984f4664e
58 cd visualisations 58 cd visualisations
59 pdflatex cube 59 pdflatex cube
60 pdflatex cylinder 60 pdflatex cylinder
61 ``` 61 ```
62 62
63 ## Internals 63 ## Internals and auxiliary results
64 64
65 If you are interested in the program internals, the integrated source code 65 If you are interested in the program internals, the integrated source code
66 documentation may be built and opened with 66 documentation may be built and opened with
67 ```console 67 ```console
68 cargo doc # build dependency docs 68 cargo doc # build dependency docs
71 The `cargo-d` script ensures that KaTeX mathematics is rendered in the 71 The `cargo-d` script ensures that KaTeX mathematics is rendered in the
72 generated documentation through an ugly workaround. Unfortunately, 72 generated documentation through an ugly workaround. Unfortunately,
73 `rustdoc`, akin to Rust largely itself, is stuck in 80's 7-bit gringo ASCII 73 `rustdoc`, akin to Rust largely itself, is stuck in 80's 7-bit gringo ASCII
74 world, and does not support modern markdown features, such as mathematics. 74 world, and does not support modern markdown features, such as mathematics.
75 75
76 In the `doc/` subdirectory, you can find `aux_results.pdf` (and `.tex`) that
77 includes additional detailed geodesic formulas that are not included in the
78 main manuscript.
79

mercurial