I don't know of an example, but you could fairly easily try it.
echo "default-page-type: LaTeX" > my.conf
cd tmp-gitit # some directory you can nuke later
gitit -f my.conf # this will create the basic file structure you need
^C
# Now go into the wikidata directory
# Copy some tex files there, change the extension from .tex to .page
# git add them and git commit
gitit -f my.conf # see what happens at localhost:5001/
On Tuesday, August 14, 2012 9:33:45 AM UTC-7, Marco Gualtieri wrote:
Hello, I would like to experiment with gitit -- do you know of an example I could look at
of a gitit wiki serving a repo of LaTeX files, served not as source but converted to mathml or some other HTML - based formatted latex? I want to see how far I would be able to get with gitit.