mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] [KERNEL-DOC] fix tex error when building pdfdocs
@ 2007-04-12 20:38 Borislav Petkov
  2007-04-12 23:48 ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Borislav Petkov @ 2007-04-12 20:38 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: lkml

When building pdfdocs, the db2pdf converter bails out because of an
latex-reserved token  - '#' - in the intermediary .tex file which ends up in a
conversion error with the following error message: 

<log>
[15.0.32])
! Incomplete \iffalse; all text was ignored after line 8154.
<inserted text>
                \fi
<*> kernel-hacking.tex
</log>

This is a rather arbitrary fix, so suggest away.

Signed-off-by: Borislav Petkov <bbpetkov@yahoo.de>

Index: 21-rc6/Documentation/DocBook/kernel-hacking.tmpl
===================================================================
--- 21-rc6.orig/Documentation/DocBook/kernel-hacking.tmpl
+++ 21-rc6/Documentation/DocBook/kernel-hacking.tmpl
@@ -1138,7 +1138,7 @@ static struct block_device_operations op
   </sect1>
 
   <sect1 id="conventions-ifdef">
-   <title>&num;if</title>
+   <title>Prepocessor Conditionals</title>
    
    <para>
     It is generally considered cleaner to use macros in header files


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-04-14  8:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-12 20:38 [PATCH] [KERNEL-DOC] fix tex error when building pdfdocs Borislav Petkov
2007-04-12 23:48 ` Randy Dunlap
2007-04-13  6:35   ` Borislav Petkov
2007-04-13 15:20     ` Randy Dunlap
2007-04-14  8:14       ` Borislav Petkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®