mark schrieb: > I put all my footnotes at the end of my document: > >>>> > .. rubric:: Footnotes > > .. [#f4] Krzysztof Czarnecki, Ulich W. Eisenecker, 2000. Generative > Programming - Methods, Tools, and Applications. Addison-Wesley. > .. [#f5] Z. R. Dai, 2006. An Approach to Model-Driven Testing - > Functional and Real-Time Testing with UML 2.0, U2TP and TTCN-3. > Fraunhofer Publishing. > .. [#f3] Arie van Deursen, Paul Klint, 2001. Domain-Specific Language > Design Requires Feature Descriptions. > <<< > > In the HTML document it looks like the following: > Footnotes > [1] (1, 2, 3) Krzysztof Czarnecki, Ulich W. Eisenecker, 2000. > Generative Programming - Methods, Tools, and Applications. Addison- > Wesley. > [2] > > 26. > 18. Dai, 2006. An Approach to Model-Driven Testing - > Functional and Real-Time Testing with UML 2.0, U2TP and TTCN-3. > Fraunhofer Publishing. > > [3] (1, 2) Arie van Deursen, Paul Klint, 2001. Domain-Specific > Language Design Requires Feature Descriptions. Journal of Computing > and Information Technology. > > It should say "Z. R. Dai" instead of "26. 18. Dai". > > I used the trunk version from this morning.
This is the old problem -- reST "recognizes" A. to Z. as roman-numbered lists. I had deactivated this in previous versions, but there were complaints and so I activated it again. You can circumvent it by putting a backslash before the Z. cheers, Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
