Just checking out the wv.*LaTeX.xml situation in CVS I found that
something has gone wrong here. So here a pair of fixes to get it in
the intended state.
First attachment is a patch to wvLaTeX.xml which reverses the patch
which was applied wrongly earlier. Please apply this patch (forward!)
to wvLaTeX.xml, restoring its original state.
Then I include wvCleanLaTeX.xml in its entirety, as a targzipped file.
It is a version of wvLaTeX that is relatively free of visual formatting,
and thus more suitable for the LaTeX crowd that believes in logical mark-up.
Or for LyX import. (It would require some work still.)
This file should (if acceptable) BE PLACED AS SUCH in wv/.
Hopefully I am clear now, if not, please ask before committing ;-)
Martin
--
Martin Vermeer [EMAIL PROTECTED] Phone +358 9 295 55 215 Fax +358 9 295 55 200
Finnish Geodetic Institute Geodeetinrinne 2 FIN-02430 Masala FINLAND
:wq
Index: wvLaTeX.xml
===================================================================
RCS file: /cvsroot/wv/wvLaTeX.xml,v
retrieving revision 1.7
diff -u -r1.7 wvLaTeX.xml
--- wvLaTeX.xml 2000/08/15 02:09:24 1.7
+++ wvLaTeX.xml 2000/08/23 13:09:17
@@ -345,8 +345,14 @@
<text>
<begin>
-
-</begin><end></end>
+\vspace{<mmParaBefore/>}
+\setlength{\parindent}{<mmParaLeft1/>}
+\setlength{\leftskip}{<mmParaLeft/>}
+\setlength{\rightskip}{<mmParaRight/>}
+</begin>
+<end>
+\vspace{<mmParaAfter/>}
+</end>
</text>
<picture>
patch2.tgz