For example, if you have a \small before a \begin{itemize}, it causes the substitution in Renderers/DocBook/init.py to fail, and you get a parse error at the beginning of the next chapter.
To do this right, we should be modifying the tree representation of the document. That will also be faster.
For example, if you have a \small before a \begin{itemize}, it causes the substitution in Renderers/DocBook/init.py to fail, and you get a parse error at the beginning of the next chapter.
To do this right, we should be modifying the tree representation of the document. That will also be faster.