Add LaTeX escaping for the dot operator and mark latex_safe output as safe.
authorW. Trevor King <wking@drexel.edu>
Mon, 2 Apr 2012 16:51:15 +0000 (12:51 -0400)
committerW. Trevor King <wking@drexel.edu>
Mon, 2 Apr 2012 16:53:27 +0000 (12:53 -0400)
commita93cde84245a7aa27412b650fefde21657ce7db8
tree84832ac1d8e08a63bea931031ef620bacc4fccdb
parent2ddfebaf20986def2094736a4579c20487d01cec
Add LaTeX escaping for the dot operator and mark latex_safe output as safe.

Without the `safe` filter, Django HTML-escapes the text, which is not
what you want for valid LaTeX.
chemdb/templates/chemdb/doc/door.tex
chemdb/templates/chemdb/doc/inventory.tex
chemdb/templatetags/latex.py