README.md (768B)
1 # R7RS-small in Texinfo 2 3 This project aims to rewrite the R7RS-small document in 4 [Texinfo](https://www.gnu.org/software/texinfo/). 5 6 At this point, the document is complete with the exception of 7 the formal semantics, which are difficult to translate into Texinfo. 8 Patches are welcome. 9 10 ## Building 11 12 Run the build script from the doc/r7rs-small directory with the 13 target you want to build, e.g.: 14 15 ./build.sh html 16 17 See `build.sh -h` for more options. 18 19 ### Notes 20 21 Some epub readers do not work well with MathJax. Try different `-m` 22 values like: 23 24 - `./build.sh -m t4h epub`, or 25 - `./build.sh -m l2h epub`, or 26 - if all fails `./build.sh -m none epub` to avoid any processing of 27 the mathematical expressions. 28 29 ## Contributors 30 31 * Yuval Langer 32 * Wolfgang Corcoran-Mathe