|
From: engelbert g. <gr...@us...> - 2003-05-15 06:28:24
|
Update of /cvsroot/docutils/docutils/docs In directory sc8-pr-cvs1:/tmp/cvs-serv27344 Modified Files: latex.txt Log Message: Problem: line blocks and markup over multiple lines. Index: latex.txt =================================================================== RCS file: /cvsroot/docutils/docutils/docs/latex.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- latex.txt 4 May 2003 10:34:19 -0000 1.7 +++ latex.txt 15 May 2003 06:28:20 -0000 1.8 @@ -181,6 +181,8 @@ Miscellaneous ------------- +* line-blocks are set line wise, therfore markups e.g. emphasize + that run over line ends do not work. * recongize LaTeX (or even latex) and replace by ```\LaTeX``. * Support embed-stylesheet. * the ^-sign is problematic: using mathmode wedge is usually the wrong font. |