I can't change literals like 'figure', 'chapter', and so on to Spanish

Issue #46 closed
Former user created an issue
I would liket to change literal 'figure' to 'figura' and I can't do it.

Original issue reported on code.google.com by varkaha on 2011-12-27 21:56:56

Comments (7)

  1. André Miede repo owner

    ``` What did you try so far?

    BTW: This is system for reporting bugs, not for help requests. :-\ ```

    Original issue reported on code.google.com by `amiede` on 2011-12-28 17:20:48 - Labels added: Type-Other, Priority-Low - Labels removed: Type-Defect, Priority-Medium

  2. Former user Account Deleted

    ``` I think is a bug because I follow the instructions in classicthesis-config.tex file and it doesn't work.

    \addto\extrasspanish{% \renewcommand*{\figureautorefname}{Figura}% \renewcommand*{\tableautorefname}{Tabla}% \renewcommand*{\partautorefname}{Parte}% \renewcommand*{\chapterautorefname}{Capítulo}% \renewcommand*{\sectionautorefname}{Sección}% \renewcommand*{\subsectionautorefname}{Sección}% \renewcommand*{\subsubsectionautorefname}{Sección}% }% ```

    Original issue reported on code.google.com by `varkaha` on 2011-12-29 12:56:15

  3. André Miede repo owner

    ``` Actually, you need these lines (as described in the babel manual): In -config.tex: \PassOptionsToPackage{spanish,es-lcroman}{babel}

    In ClassicThesis.tex: \selectlanguage{spanish}

    Works as shown in the attachment.

    Please consider sending a postcard.

    ```

    Original issue reported on code.google.com by `amiede` on 2011-12-30 11:43:33 <hr>

  4. Former user Account Deleted

    ``` This solution is partial, because the biography is not recognize babel language, dates and others things are in English

    I found a solution using the next bibliography style:

    \bibliographystyle{babplain}

    It is necessary to load the package:

    \usepackage[spanish,fixlanguage]{babelbib} \selectbiblanguage{spanish}

    Also I get some problems trying to change the default value of the \tablename , because in the index it does not change, I don't know way.

    I put this at the beginning of the document body, and change everything in the output less in the index.

    \renewcommand{\bibname}{Referencias} \renewcommand{\tablename}{Tabla}

    I solved this, passing the "es-tabla" parameter to babel:

    \PassOptionsToPackage{es-tabla,spanish,es-lcroman,english}{babel} \usepackage{babel}

    NOTE: it is also necessary set spanish in the \documentclass ```

    Original issue reported on code.google.com by `alvaro.jaramillo.duque` on 2012-01-15 21:13:42

  5. André Miede repo owner

    ``` Thanks, Spanish seems to be a real challenge to get working with LaTeX. I'll put your hints in the manual. ```

    Original issue reported on code.google.com by `amiede` on 2012-01-16 12:06:39

  6. Former user Account Deleted
    Hello, 
    I written my first formal document using Lyx (with classicthesis in Spanish) and I
    applied the recommendation from Comment 4, and until two days ago everything works
    ok, but today I changed something and now I have Figure instead of Figura, Contents
    instead Contenido, List of Figures instead Lista de Figuras, and the list continue.
    
    I restore my 5 days backup and the issue still present. I use another PC to check it
    out too, and the output still bad.
    I come here to find help to trace the configuration error using classicthesis.
    I hope you can help me and kindly response with any kind of suggestions to check in
    my environment or something that can affect the language of the specific title sections
    mentioned above.
    
    thank you
    
    Luis
    

    Original issue reported on code.google.com by lgonzalezsa on 2012-10-26 21:16:45

  7. Log in to comment