Next: Mathematics
Up: No Title
Previous: Variation with HTML Versions
will cause LATEX2HTML to produce ``Table des matières'' instead of ``Table of Contents''.$LANGUAGE_TITLES = 'french';
The only languages currently supported are
french, english and german
but it is trivial to add support for another language in the
file latex2html.config.
As a guide here is the entry for the French titles:
sub french_titles {
$toc_title = "Table des mati\\`eres";
$lof_title = "Liste des figures";
$lot_title = "Liste des tableaux";
$idx_title = "Index";
$bib_title = "R\\'ef\\'erences";
$info_title = "\\`A propos de ce document...";
$abs_title = "Résumé";
$pre_title = "Préface";
$app_title = "Annexe";
@Month = ('', 'janvier', 'février', 'mars', 'avril', 'mai',
'juin', 'juillet', 'août', 'septembre', 'octobre',
'novembre', 'décembre');
}