Am Mon, 17 May 2010 18:44:52 +0200 schrieb Pablo Rodríguez:

> Hi there,
> 
> from section 6 from the polyglossia documentation, I guess that I can 
> replace the Spanish chapter name with Tema writing:
> 
>      \gappto\spanishcaptions{\renewcommand{\chaptername}{Tema}}

I think this is an error in the documentation. It should be
\captionsspanish instead of \spanishcaptions:

\documentclass[10pt]{book}
     \usepackage{polyglossia}
     \setdefaultlanguage{spanish}
     \gappto\captionsspanish{\renewcommand{\chaptername}{Tema}}
     \selectlanguage{spanish}
     \begin{document}
     \chapter{Hola}
     Este es un documento de prueba.
     \end{document}

-- 
Ulrike Fischer 



--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex

Reply via email to