From 188d02d942a2ee140605c3a75cb38630e45364c2 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 21 Mar 2007 19:49:38 -0700 Subject: updates and add a cheatsheet --- Git Wiki | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'Git Wiki') diff --git a/Git Wiki b/Git Wiki index 6d161d0..4ecbfc1 100644 --- a/Git Wiki +++ b/Git Wiki @@ -12,16 +12,29 @@ __ http://djangoproject.com/ __ http://git.cx __ /k/restructuredtext/ +Features +~~~~~~~~ +Full File History + Because all files are stored in a repository all changes are tracked + and can be reverted. It could be interesting to watch the evolution + of a larger or controvertial item. +PDF Output + Using a combination of `LaTeX`__ and rubber [#]_, portable document + files can be generated on the fly (with figures etc included) +LaTeX Math in (X)HTML + When rendering to (X)HTML LaTeX math sections are rendered to png + and inserted as images + +__ /k/latex/ +.. [#] A python wrapper around LaTeX and pdflatex which does a great job + handling bibliographies, weird image formats, etc. + Development ~~~~~~~~~~~ Git Wiki is under heavy development. The source tree can be browsed at `/code/bn-project `__. To Do ----- -* implement equations feature to handle both latex and xhtml display of - latex-style math -* implement figures (have to handle image urls/items) -* implement latex and pdf generation * implement per-section commentary * possibly implement aafigure ascii->svg plugin for docutils * possibly implement auto linking for CamelCase text (probably not) -- cgit v1.2.3