]> git.saurik.com Git - wxWidgets.git/commitdiff
LaTeX compilation fixes again
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 16 Mar 2003 20:34:07 +0000 (20:34 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 16 Mar 2003 20:34:07 +0000 (20:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/image.tex
docs/latex/wx/tex2rtf.ini
docs/latex/wx/tex2rtf_css.ini

index 83c2b73604c808034798d29263ebc4dfc13bf4a4..7b3837ca628597934c4454b23bc645c39b75905c 100644 (file)
@@ -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,
index 60b0948b4a1fa2df3dd030f00ed9a7ae24e45a90..c4c404d4f01e0d036543823206cf961ecb361687 100644 (file)
@@ -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}
index e6a089d1194c0f0e32a9aa0031da531a87e91316..6f8162557c7b691fc32b6e4b01e317b220c9647c 100644 (file)
@@ -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}