PiRSquared17 / wiki2latex

Automatically exported from code.google.com/p/wiki2latex
0 stars 0 forks source link

Support div-tags and span-tags #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Support Div-tag parsing. At first based upon css-classes.

Original issue reported on code.google.com by hansgeorg.kluge@gmail.com on 8 Dec 2008 at 9:17

GoogleCodeExporter commented 9 years ago

Original comment by hansgeorg.kluge@gmail.com on 18 Feb 2009 at 9:24

GoogleCodeExporter commented 9 years ago

Original comment by hansgeorg.kluge@gmail.com on 18 Feb 2009 at 9:31

GoogleCodeExporter commented 9 years ago
div and span parsing is now supported. This implementation does not parse 
CSS-Style attributes. It needs to know about a CSS-class and how to transform 
it.

spans can reside inside a div.

Neither of them can be nested. So you cannot nest two divs or two spans.

This change also means, that divs are now no longer maintained until it comes 
to LaTeX compilation. If you have created own extensions, which transform divs 
or spans, they might not work as intended anymore.

The new code is envoked quite late in the parsing process. That way it might be 
possible to transform some standard LaTeX-code.

Original comment by hansgeorg.kluge@gmail.com on 22 Feb 2011 at 8:48