[wx-dev] latex corrections and questions
Vadim Zeitlin
vadim at wxwindows.org
Sat Sep 2 16:39:49 PDT 2006
On Mon, 28 Aug 2006 13:02:41 +0200 Stefan Csomor <csomor at advancedconcepts.ch> wrote:
SC> the things I found up to now :
SC>
SC> - missing escapes : wxString& should be wxString\& , color #AABBCC
SC> should be color \#AABBCC
This should definitely be fixed, TIA!
SC> - wrong order \tt{wxString}
SC>
SC> should be {\tt wxString}
Or, better yet, \texttt{wxString} or maybe even (\CppType would need to be
defined) \CppType{wxString}.
SC> we don't do it too frequently, so I wouldn't mind, one thing I would
SC> like to do however is move the copyright text into a separate file, not
SC> in manual.tex and manual2e.tex
It would be really nice to get rid of manual2e.tex (last updated for
2.4.1!) entirely and just use manual.tex for LaTeX as well. There doesn't
seem to be that many differences between them, just a couple of
\usepackages basically. Can't tex2rtf deal with them? Have you tried it by
chance?
Thanks,
VZ
More information about the wx-dev
mailing list