]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htmlprn.tex
Manual fixes
[wxWidgets.git] / docs / latex / wx / htmlprn.tex
index 6ce81cf5cf1a67db07b5ddb5851616481bf92c17..ef4be0c63bf62272f06e29f1c857c37fb58375e1 100644 (file)
@@ -1,14 +1,13 @@
-\membersection{HTML Printing}\label{printing}
+\section{HTML Printing}\label{printing}
 
 The wxHTML library provides printing facilities with several levels of complexity. 
 
 The easiest way to print an HTML document is to use 
 
 The wxHTML library provides printing facilities with several levels of complexity. 
 
 The easiest way to print an HTML document is to use 
-\helpref{wxHtmlEasyPrinting class}{wxhtmleasyprinting}. It lets you print HTML documents with only one 
-command and you don't have to care about wxPrintouts etc. at all. It is only simple wrapper around 
+\helpref{wxHtmlEasyPrinting class}{wxhtmleasyprinting}. It lets you print HTML documents with only one
+command and you don't have to worry about deriving from the wxPrintout class at all. It is only a simple wrapper around the 
 \helpref{wxHtmlPrintout}{wxhtmlprintout}, normal wxWindows printout class.
 
 \helpref{wxHtmlPrintout}{wxhtmlprintout}, normal wxWindows printout class.
 
-
-And finally there is low level class \helpref{wxHtmlDCRenderer}{wxhtmldcrenderer} which you can use to 
-render HTML into rectangular area on any DC. It supports rendering into multiple rectangles with same 
-width. (Most common use is placing one rectangle on each page or printing into two columns.)
+And finally there is the low level class \helpref{wxHtmlDCRenderer}{wxhtmldcrenderer} which you can use to
+render HTML into a rectangular area on any DC. It supports rendering into multiple rectangles with the same
+width. (The most common use of this is placing one rectangle on each page or printing into two columns.)