Commit 261e278f authored by Alexis de Lattre's avatar Alexis de Lattre

Article format, instead of book format.

Few typos.
parent e43ed7a7
......@@ -9,32 +9,9 @@
; Personnalization of James Clark's stylesheet for HTML output
; These parameters overide James Clark's one.
; Only produce a table of contents (not a table of figure, etc...)
(define ($generate-book-lot-list$)
(list ))
; Depth of the table of contents
(define (toc-depth nd)
2)
; Change of HTML page for each chapter, not for each "sect1"
(define (chunk-element-list)
(list (normalize "preface")
(normalize "chapter")
(normalize "appendix")
(normalize "article")
(normalize "glossary")
(normalize "bibliography")
(normalize "index")
(normalize "colophon")
(normalize "setindex")
(normalize "reference")
(normalize "refentry")
(normalize "part")
(normalize "book")
(normalize "set")
))
(list ))
; "screens" should be in verbatim mode"
(define %shade-verbatim%
......@@ -51,8 +28,8 @@
(define %use-id-as-filename%
#t)
; Are sections enumerated ?
(define %section-autolabel%
;; Are sections enumerated?
#t)
......
......@@ -10,14 +10,6 @@
; Personnalization of James Clark's stylesheet for PS & PDF output
; These parameters overide James Clark's one.
; Only produce a table of contents (not a table of figure, etc...)
(define ($generate-book-lot-list$)
(list ))
; Depth of the table of contents
(define (toc-depth nd)
2)
; Magins
(define %left-margin%
3pi)
......
<!DOCTYPE book PUBLIC '-//OASIS//DTD DocBook V4.1//EN'
<!DOCTYPE article PUBLIC '-//OASIS//DTD DocBook V4.1//EN'
[
<!ENTITY faq SYSTEM "faq.sgml">
<!ENTITY fdl SYSTEM "fdl.sgml">
]>
<book>
<article>
<bookinfo>
<articleinfo>
<title>Frequently Asked Questions for the VideoLAN Client</title>
<title>VLC FAQ</title>
<copyright>
<year>2002, 2003</year>
<holder>the VideoLAN project</holder>
</copyright>
<legalnotice>
<para>
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
any later version published by the Free Software Foundation ; with no
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Texts. The text of the license can be found in the appendix
<xref linkend="gfdl" endterm="tgfdl">.</para>
</legalnotice>
<abstract>
<para>This document is the FAQ (Frequently Asked Questions) for the VideoLAN Client. For a complete user guide, please have a look at the VideoLAN Client User Guide, available on the <ulink url="http://www.videolan.org">VideoLAN Website</ulink>
<para>This document is the VideoLAN Client (VLC) Frequently
Asked Questions. For a complete user guide, please have
a look at the VLC User Guide, available on the <ulink
url="http://www.videolan.org/doc/">VideoLAN website</ulink></para>
</abstract>
</bookinfo>
</articleinfo>
<toc></toc>
&faq;
&fdl;
</book>
</article>
<chapter id="faq"><title id="tfaq">FAQ of the VideoLAN Client</title>
<qandaset><title>VLC FAQ</title>
<qandaset><title>FAQ of the VideoLAN Client</title>
<qandadiv><title>Using the VideoLAN Client</title>
<qandadiv><title>Using VLC</title>
<qandaentry>
......@@ -35,8 +33,8 @@ them seperately.
<question><para>How do I switch to full screen display?</para></question>
<answer><para>Press 'f' to toggle fullscreen mode. Note that not all
video output devices support full screen.
<answer><para>Press <keycap>f</keycap> to toggle fullscreen mode. Note
that not all video output devices support full screen.
</para></answer></qandaentry>
......@@ -567,4 +565,3 @@ costs too much more time than we can afford.
</qandadiv>
</qandaset>
</chapter>
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment