From b1ef8821005e9aefa9266155c631fe27b55e8582 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 16 Mar 2003 20:34:07 +0000 Subject: [PATCH] LaTeX compilation fixes again git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/image.tex | 2 +- docs/latex/wx/tex2rtf.ini | 2 ++ docs/latex/wx/tex2rtf_css.ini | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/latex/wx/image.tex b/docs/latex/wx/image.tex index 83c2b73604..7b3837ca62 100644 --- a/docs/latex/wx/image.tex +++ b/docs/latex/wx/image.tex @@ -877,7 +877,7 @@ Sets the image data without performing checks. The data given must have the size (width*height*3) or results will be unexpected. Don't use this method if you aren't sure you know what you are doing. -The data must have been allocated with {\tt malloc()}, {\large \bf NOT} with +The data must have been allocated with {\tt malloc()}, {\large {\bf NOT}} with {\tt operator new}. After this call the pointer to the data is owned by the wxImage object, diff --git a/docs/latex/wx/tex2rtf.ini b/docs/latex/wx/tex2rtf.ini index 60b0948b4a..c4c404d4f0 100644 --- a/docs/latex/wx/tex2rtf.ini +++ b/docs/latex/wx/tex2rtf.ini @@ -51,3 +51,5 @@ ignoreInput = "ltx.tex" \perlnote [1] {{\bf \fcol{blue}{wxPerl note:}} #1} %\perlnote [1] {} +; make tex2rtf understand \hbox{} macro: +\hbox [1] {#1} diff --git a/docs/latex/wx/tex2rtf_css.ini b/docs/latex/wx/tex2rtf_css.ini index e6a089d119..6f8162557c 100644 --- a/docs/latex/wx/tex2rtf_css.ini +++ b/docs/latex/wx/tex2rtf_css.ini @@ -52,3 +52,5 @@ htmlStylesheet = "wx.css" \perlnote [1] {{\bf \fcol{blue}{wxPerl note:}} #1} %\perlnote [1] {} +; make tex2rtf understand \hbox{} macro: +\hbox [1] {#1} -- 2.45.2