The aim of this gem is to write simple mathematical documents within jekyll. This gem contains two features
zotica.js
by zotica -j -o zotica.js
.zotica.css
by zotica -s -o zotica.css
.font.otf
from ZenithalMathWeb/font.otf
and put it at the same directory as zotica.css
.Then write the following in the header of your layout html.
<script src="{{ site.baseurl }}/assets/js/zotica.js"></script>
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/assets/css/zotica.css"/>