Opened 10 years ago

Closed 10 years ago

#3678 closed task (fixed)

Error rendering askforhelp.xml

Reported by: Davis Abubakr-Sadik Nii Nai Owned by: lfs-book@…
Priority: normal Milestone: 7.7
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

Rendering askforhelp.xml, chapter 1 section 1.5.1 'Things To Mention' results in the third list item containing the text 'Section vii.1, ""'. It should read 'Section vii, "Host System Requirement"'. I suggest an xreflabel attribute to the relevant cross reference to get it to render right.

Index: prologue/hostreqs.xml
===================================================================
--- prologue/hostreqs.xml       (revision 10761)
+++ prologue/hostreqs.xml       (working copy)
@@ -147,7 +147,7 @@
   packages.</para>
 
   <!-- Use an empty sect2 element to prevent a pdf warning.  -->
-  <sect2 id="version-check">
+  <sect2 id="version-check" xreflabel="Section vii, &ldquo;Host System Requirements&rdquo;">
   <title> </title>
 
   <para >To see whether your host system has all the appropriate versions, and

Change History (1)

comment:1 by bdubbs@…, 10 years ago

Resolution: fixed
Status: newclosed

Fixed at revision 10763 with minor changes. Thanks for the report.

Note: See TracTickets for help on using tickets.