Printing documentation not built

Francois Gouget fgouget at free.fr
Sun Mar 25 13:09:54 CST 2001


On Sun, 25 Mar 2001, Ian Pilcher wrote:

> It looks like the contents of documentation/printing.sgml are not being
> included in either the HTML or PostScript/PDF documentation.  Anyone
> know how to fix this?

   I propose the following. Does everyone agree with the placement in
the wine-user/configuration section?

   (I'm not quite sure about the rationale behind the order of things in
the configuration section)


--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                         Stolen from an Internet user:
              "f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng !"
-------------- next part --------------
Index: documentation/wine-doc.sgml
===================================================================
RCS file: /home/cvs/wine/wine/documentation/wine-doc.sgml,v
retrieving revision 1.3
diff -u -r1.3 wine-doc.sgml
--- documentation/wine-doc.sgml	2001/01/24 19:36:24	1.3
+++ documentation/wine-doc.sgml	2001/03/25 19:06:10
@@ -10,12 +10,10 @@
 <!entity installing SYSTEM "installing.sgml">
 <!entity configuring SYSTEM "configuring.sgml">
 <!entity registry SYSTEM "registry.sgml">
-<!entity running SYSTEM "running.sgml">
-<!entity bugs SYSTEM "bugs.sgml">
-
-<!-- *** Not currently used (???) *** -->
 <!entity fonts SYSTEM "fonts.sgml">
 <!entity printing SYSTEM "printing.sgml">
+<!entity running SYSTEM "running.sgml">
+<!entity bugs SYSTEM "bugs.sgml">
 
 <!-- *** Entities for Wine Developer Guide *** -->
 <!entity compiling SYSTEM "compiling.sgml">
@@ -79,10 +77,6 @@
     &configuring;
     &running;
     &bugs;
-    <!--
-    &fonts;
-    &printing;
-    -->
   </book>
 
   <!-- *** Wine Developer Guide *** -->
Index: documentation/wine-user.sgml
===================================================================
RCS file: /home/cvs/wine/wine/documentation/wine-user.sgml,v
retrieving revision 1.1
diff -u -r1.1 wine-user.sgml
--- documentation/wine-user.sgml	2001/01/19 20:58:37	1.1
+++ documentation/wine-user.sgml	2001/03/25 19:06:10
@@ -8,13 +8,11 @@
 <!entity getting SYSTEM "getting.sgml">
 <!entity installing SYSTEM "installing.sgml">
 <!entity configuring SYSTEM "configuring.sgml">
-<!entity running SYSTEM "running.sgml">
-<!entity bugs SYSTEM "bugs.sgml">
-
-<!-- *** Not currently used *** -->
 <!entity registry SYSTEM "registry.sgml">
 <!entity fonts SYSTEM "fonts.sgml">
 <!entity printing SYSTEM "printing.sgml">
+<!entity running SYSTEM "running.sgml">
+<!entity bugs SYSTEM "bugs.sgml">
 ]>
 
 <book id="index">
@@ -29,10 +27,5 @@
   &configuring;
   &running;
   &bugs;
-<!--
-  &registry;
-  &fonts;
-  &printing;
--->
 
 </book>
Index: documentation/configuring.sgml
===================================================================
RCS file: /home/cvs/wine/wine/documentation/configuring.sgml,v
retrieving revision 1.3
diff -u -r1.3 configuring.sgml
--- documentation/configuring.sgml	2001/01/18 23:03:47	1.3
+++ documentation/configuring.sgml	2001/03/25 19:02:08
@@ -1850,6 +1850,10 @@
         Good luck.
       </para>
     </sect1>
+
+    &fonts;
+    &printing;
+
   </chapter>
 
 <!-- Keep this comment at the end of the file
Index: documentation/fonts.sgml
===================================================================
RCS file: /home/cvs/wine/wine/documentation/fonts.sgml,v
retrieving revision 1.4
diff -u -r1.4 fonts.sgml
--- documentation/fonts.sgml	2001/01/18 23:03:47	1.4
+++ documentation/fonts.sgml	2001/03/25 19:02:08
@@ -1,7 +1,7 @@
-  <chapter id="fonts">
+  <sect1 id="fonts">
     <title>Dealing with Fonts</title>
 
-    <sect1 id="windows-fonts">
+    <sect2 id="windows-fonts">
       <title>Fonts</title>
 
       <para>
@@ -23,7 +23,7 @@
         </note>
       </para>
 
-      <sect2>
+      <sect3>
         <title>How To Convert Windows Fonts</title>
         <para>
           If you have access to a Windows installation you should use
@@ -109,9 +109,9 @@
           However, there is a possibility of the native TrueType
           support via FreeType renderer in the future (hint, hint :-)
         </para>
-      </sect2>
+      </sect3>
 
-      <sect2>
+      <sect3>
         <title>How To Add Font Aliases To <filename>~/.wine/config</filename></title>
         <para>
           Many Windows applications assume that fonts included in
@@ -323,9 +323,9 @@
           <filename>../fonts/Type1</filename> and
           <filename>../fonts/Speedo</filename> directories.
         </para>
-      </sect2>
+      </sect3>
 
-      <sect2>
+      <sect3>
         <title>How To Manage Cached Font Metrics</title>
         <para>
           WINE stores detailed information about available fonts in
@@ -342,9 +342,9 @@
           <filename>~/.wine/.cachedmetrics</filename> with  the new
           information. This process can take a while.
         </para>
-      </sect2>
+      </sect3>
 
-      <sect2>
+      <sect3>
         <title>Too Small Or Too Large Fonts</title>
         <para>
           Windows programs may ask WINE to render a font with the
@@ -363,9 +363,9 @@
           experiment with values in the 60 - 120 range. 96 is a good
           starting point.
         </para>
-      </sect2>
+      </sect3>
 
-      <sect2>
+      <sect3>
         <title>"FONT_Init: failed to load ..." Messages On Startup</title>
         <para>
           The most likely cause is a broken
@@ -376,10 +376,10 @@
           machine as you are not root, use <command>xset -fp
             xxx</command> to remove the broken font path.
         </para>
-      </sect2>
-    </sect1>
+      </sect3>
+    </sect2>
 
-    <sect1 id="ttfont-server">
+    <sect2 id="ttfont-server">
     <title>Setting up a TrueType Font Server</title>
       <para>
         written by ???
@@ -486,9 +486,9 @@
       <para>
         Hope this helps...
     </para>
-  </sect1>
+  </sect2>
 
-</chapter>
+</sect1>
 
 <!-- Keep this comment at the end of the file
 Local variables:
Index: documentation/printing.sgml
===================================================================
RCS file: /home/cvs/wine/wine/documentation/printing.sgml,v
retrieving revision 1.4
diff -u -r1.4 printing.sgml
--- documentation/printing.sgml	2001/01/18 23:03:47	1.4
+++ documentation/printing.sgml	2001/03/25 19:02:08
@@ -1,8 +1,8 @@
-  <chapter id="printing">
+  <sect1 id="printing">
     <title>Printing in Wine</title>
     <para>How to print documents in Wine...</para>
 
-    <sect1 id="wine-printing">
+    <sect2 id="wine-printing">
       <title>Printing</title>
 
       <para>
@@ -33,7 +33,7 @@
 	their Windows printer drivers.  It is unclear whether they ever will.
       </para>
 
-      <sect2>
+      <sect3>
         <title>External printer drivers</title>
         <para>
           At present only 16 bit drivers will work (note that these include win9x
@@ -55,9 +55,9 @@
           to the [TrueType] section of <filename>~/.wine/config</filename>. The code for
           the driver interface is in <filename>graphics/win16drv</filename>.
         </para>
-      </sect2>
+      </sect3>
 
-      <sect2>
+      <sect3>
         <title>Builtin Wine PostScript driver</title>
         <para>
           Enables printing of PostScript files via a driver built into Wine. See
@@ -65,9 +65,9 @@
           instructions. The code for the PostScript driver is in
           <filename>graphics/psdrv</filename>.
         </para>
-      </sect2>
+      </sect3>
 
-      <sect2>
+      <sect3>
         <title>Spooling</title>
         <para>
           Spooling is rather primitive. The [spooler] section of
@@ -85,10 +85,10 @@
           with that port's name e.g. for <systemitem>LPT3:</systemitem> a file
           called <systemitem>LPT3:</systemitem> would be created.
         </para>
-      </sect2>
-    </sect1>
+      </sect3>
+    </sect2>
 
-    <sect1 id="psdriver">
+    <sect2 id="psdriver">
       <title>The Wine PostScript Driver</title>
 
       <para>
@@ -104,7 +104,7 @@
         non PostScript printer by filtering the output through ghostscript.
       </para>
 
-      <sect2>
+      <sect3>
         <title>Installation</title>
         <para>
           The driver behaves as if it were a DRV file called
@@ -208,9 +208,9 @@
           Powerpoint2000 with some degree of success - you should be
           able to get something out, it may not be in the right place.
         </para>
-      </sect2>
+      </sect3>
 
-      <sect2>
+      <sect3>
         <title>TODO / Bugs</title>
 
         <itemizedlist>
@@ -258,9 +258,9 @@
         <para>
           &name-huw-davies; <email>&email-huw-davies;</email>
         </para>
-      </sect2>
-    </sect1>
-  </chapter>
+      </sect3>
+    </sect2>
+  </sect1>
 
 <!-- Keep this comment at the end of the file
 Local variables:


More information about the wine-devel mailing list