r7rs-small-texinfo

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/r7rs-small-texinfo
Log | Files | Refs | README

commit 28c129949686be686aad85490560ac5eefdc9438
parent 660b0cce0c48bd613217b352334b3b6459ca082b
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Thu,  8 Feb 2024 14:37:58 +0200

Add README.md file.

Diffstat:
AREADME.md | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,19 @@ +# R7RS small Texinfo project + +The R7RS-small Texinfo aims to rewrite the R7RS-small document in +Texinfo. You can get the Texinfo source and submit patches [on the Git +repository][git-repository]. + +Some parts are still missing and waiting for the next enterprising +individual to convert the formal syntax in the original TeX source +files into this Texinfo version. + +Some outputs: +- [Single info file output][info], +- [Single HTML file output][html], +- [EPUB file][epub]. + +[git-repository]: <https://codeberg.page/kakafarm/r7rs-small-texinfo-mirror/> +[info]: <https://kakafarm.codeberg.page/r7rs-small-texinfo-mirror/r7rs-small.info> +[html]: <https://kakafarm.codeberg.page/r7rs-small-texinfo-mirror/r7rs-small.html> +[epub]: <https://kakafarm.codeberg.page/r7rs-small-texinfo-mirror/r7rs-small.epub>