Asciidoctor-pdf: Override label "Table of Contents"

Created on 23 Dec 2015  路  2Comments  路  Source: asciidoctor/asciidoctor-pdf

Is there a way to override the label "Table of Contents" ? I write in french language and need to override this label to suit this language.
I tried to use parameter :lang: fr but it doesn't update the label "Table of Contents"

Most helpful comment

I added :toc-title: Sommaire and the label "Table of Contents" has been replaced by "Sommaire".
So it's ok !

All 2 comments

I added :toc-title: Sommaire and the label "Table of Contents" has been replaced by "Sommaire".
So it's ok !

:+1:

Asciidoctor doesn't yet support loading a language file so that this is automatic. That's planned as part of https://github.com/asciidoctor/asciidoctor/issues/1129.

Was this page helpful?
0 / 5 - 0 ratings