Hi Vincent, I don't want to bother you, but seems like something is not
working in my environment, maybe you could give me a opinion.
When I use
\renewcommand\contentsname{ANYTHING}
things works fine
but when I use the \CENTER
\renewcommand\contentsname{\center Anything}
Nothing is printed in the screen from this point on....
(Lets imagine I put it in the 4th page...so this is not printed (in DVI
or PDF) and none of the pages that forwards it..)
Do you have any Idea of what is going on?!?
The strange is that if I use the \CENTER on a empty Lyx document, things
works just fine and the word get in the Center of screen.
Could you give me your opinion?
Thank you very much
Marcelo
Vincent van Ravesteijn wrote:
Marcelo Reis schreef:
Guys, Is there anyone that could teach me how to use the RENEWCOMMAND
to make the Text: "Table of Contents" appears in the Center of the
screen? (Just the Title)
By default it is shown aligned to the Left.
Thanks
Marcelo
I'm in no way an LaTeX expert, but this seems to work:
\renewcommand\contentsname{\center Table of Contents}
Vincent