This project consist of my own unicodef input files, mostly ThaTeX-influenced, together with their compiled outputs. You can install and use them without installing unicodef.
For each input file (under defs/) see the correpsonding
markdown file under outfiles for a list of all sequences
defined by it. The file unicodefs.md contains all of them.
See unicodef for more info on how to install and use these.
Also included is a Makefile that facilitates building and installing from within the repo. Start by cloning:
git clone https://github.com/tsouanas/unicodef-thatexNow, inside the unicodef-thatex directory you can run:
makerunsunicodef.pyondefs/*generating files atoutfiles/;make installinstalls the compiled files, i.e., copies all oufiles to~/.unicodef/;make xorginstallinstalls and then creates/replaces~/.XComposeto make use of the installed files;make macosinstallinstalls and then copiesunicodefs.dictto~/Library/KeyBindings/DefaultKeyBinding.dict;make uninstallremoves~/.unicodef/;make macosuninstalluninstalls and then removes~/Library/KeyBindings/DefaultKeyBinding.dict;make xorguninstalluninstalls and then removes~/.XCompose;make cleanremoves all outfiles.
Since this repo already comes with the compiled outfiles, you do not need to
run make in order to build them. (You only need to do this if you want to
edit the input files or add your own.)
Note that make is the only one that requires unicodef; the rest of the
recipes works without it.
Warning for macOS users.
If you are already using a DefaultKeyBinding.dict then make macosinstall
will overwrite the existing file, and make macosuninstall will delete it.
Warning for Xorg users.
If you are already using a ~/.XCompose then make xorginstall
will overwrite the existing file, and make xorguninstall will delete it.