This project serves as a demo project to explore the rudimentary literate programming support in GNU TeXmacs.
Aims to:
- Explore the Git internals
- Explore the extension language (GNU Guile 1.8) in GNU TeXmacs
- Explore the architecture of GNU TeXmacs
The scm
files are generated by tm
files using the menu entry Literate
-> Build Directory...
in GNU TeXmacs. You may remove the scm
files using rm *.scm
and re-generate them by yourself.
mkdir -p $HOME/.TeXmacs/progs/utils
git clone git@github.com:sadhen/tigmacs.git $HOME/.TeXmacs/progs/utils/git
echo "(use-modules (utils git git-menu))" >> $HOME/.TeXmacs/progs/my-init-texmacs.scm