Alphabet 2 comes to help mathematicians and whom are interested in the field of mathematics. It is a new collection of mathematical symbols and formulas.
This is a Bald Comics project.
We just want to help people to have more letters.
Just download the latest version of the .sty package and put it in your LaTeX project folder.
Then, in your LaTeX file, add the following line:
\usepackage{alphabet2}The letters follow the same syntax as Greek letters. For example,
\ulita % Lowercase letter
\Ulita % Uppercase letterThey work with all special modifiers. such as \hat{}.
It's important to be using XeLaTeX or LuaLaTeX to compile your pdf file.
If you take a look, the file is kinda unreadable. It's because it's generated from Python in order to make it easier to maintain and distribute.
You'll be needing Inkscape (with all its extensions on Arch Linux) and Python 3.6+.
All you have to do is run the following command:
python3 makepkg.pyHaving both /svg and /tex folders on the same directory, it will generate the .sty file.