diff options
author | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-01-29 13:24:13 +0100 |
---|---|---|
committer | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-01-29 16:57:29 +0100 |
commit | a8f0814a742dee4783afaa5bedb01aa0c77b1fc4 (patch) | |
tree | 386e9b15239b7b29eb6976da2ed09e7abc081afc /doc/faq.texi | |
parent | 3af1fe829ee6db5eafe261947e74b8516ffe5188 (diff) | |
download | ffmpeg-a8f0814a742dee4783afaa5bedb01aa0c77b1fc4.tar.gz |
doc: modify style for texi2html 1.78+
The generated HTML files are similar to the ones generated with
texi2html 1.56k used on the website.
Tested with texi2html 1.78 and 5.0. 1.78 is the minimal recommended
version.
The removed @sp from the titlepage section were ignored until
texi2html 5.0. If not removed the pages generated by 5.0 will have ugly
empty space around the title.
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index c03a2e1efe..100adff312 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -2,11 +2,12 @@ @settitle FFmpeg FAQ @titlepage -@sp 7 @center @titlefont{FFmpeg FAQ} -@sp 3 @end titlepage +@top + +@contents @chapter General Questions |