Bug #282
openTask #474: Udpate website for Gondwana 1.2
Help in Pdf format have wrong TOC
0%
Description
??? repeats every now and then. See image attached
Files
Updated by Jean-Michel Philippe over 13 years ago
- Status changed from New to Confirmed
It is not specific to the Russian documentation. There may be a bug in the tool we're using to generate PDF files from our website, which is wkhtmltopdf. Should look for an updated version of this quite young software.
Updated by Jean-Michel Philippe over 13 years ago
- Target version changed from 2011-05 (Gondwana) to Gondwana update 1
Updated by Jean-Michel Philippe over 13 years ago
- Due date set to 01/09/2012
- Target version changed from Gondwana update 1 to Gondwana update 2
- Start date changed from 06/27/2011 to 12/04/2011
- Estimated time set to 10:00 h
The latest version of wkhtmltopdf doesn't function like the version we're currently using at all. Moving to this new release may be really time consuming. I propose to postpone this ticket to next update, since this doesn't prevent the documentation to be correct.
Updated by Jean-Michel Philippe over 13 years ago
- Estimated time changed from 10:00 h to 3:00 h
Finally I think I've found the real explanation and this is not directly due to wkhtmltopdf. I think he's automatically building the TOC from the list of pages and their Html heading tags H1, H2, etc. Looking at our Html page source code, several additional titles can be found for the page table of contents, the footnotes and the right menu:
<h3> <a name="table_des_matieres"></a> Table des matières de l'article </h3> … <h3 class="spip">Notes</h3> … <h2 class="menu-titre">À propos</h2>
It may be sufficient to rewrite the page skeleton to solve the issue.