libirobot-create-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libirobot-create-patches] libirobot-create 317729a: Fix html conversion


From: Thomas Moulard
Subject: [Libirobot-create-patches] libirobot-create 317729a: Fix html conversion of the manual
Date: Fri, 29 Aug 2008 11:10:53 -0700

 URL: git://git.sv.gnu.org/libirobot-create.git
 Git branch: master (HEAD: ae3d926)

ChangeLog:
2008-08-29  Thomas Moulard  <address@hidden>

        Fix html conversion of the manual.
        * doc/userguide/userguide.tex: Convert listings blocks into
       verbatim when using latex2html.

---
ChangeLog                   |    6 ++++++
doc/userguide/userguide.tex |    9 +++++++++
2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c3b0880..a1ec864 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-08-29  Thomas Moulard  <address@hidden>

+       Fix html conversion of the manual.
+       * doc/userguide/userguide.tex: Convert listings blocks into
+        verbatim when using latex2html.
+
+2008-08-29  Thomas Moulard  <address@hidden>
+
        Fix ebuild download link.
        * packages/ebuild/libirobot-create-0.1.ebuild: Use Savannah
        download area.
diff --git a/doc/userguide/userguide.tex b/doc/userguide/userguide.tex
index 3c761a2..180fd04 100644
--- a/doc/userguide/userguide.tex
+++ b/doc/userguide/userguide.tex
@@ -28,6 +28,9 @@
% Fancy headers.
\usepackage{fancyhdr}

+% HTML package for latex2html.
+\usepackage{html}
+
% Hyper references.
\usepackage{hyperref}

@@ -66,6 +69,12 @@
% Index generation.
\makeindex

+% Convert listings blocks into verbatim when using latex2html.
+\begin{htmlonly}
+  \usepackage{verbatim}
+  \providecommand{\lstinputlisting}[2][]{\verbatiminput{#2}}
+\end{htmlonly}
+

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Use long titles in TOC.                                                     %

Attachment: PGP.sig
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]