MakeIndex, Nomenclature, Glossaries and Acronyms ⇒ Cross-references: spanish
Cross-references: spanish
\index{hi|see{hello}} produces hi, see hello.
How can I do the same for a spanish text, where instead of "see" I need "véase" to appear?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Cross-references: spanish
Code: Select all
\renewcommand{\seename}{v\'ease}
There may be other ways to accomplish this, however, especially if you use xindy rather than makeindex.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Cross-references: spanish
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Cross-references: spanish
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Cross-references: spanish
Then please be so kind and mark the topic accordingly as written in Section 3 of the Board Rules and as you have already been directed in my last reply.Eduardo wrote:Thank you very much for the answers. Indeed, the Spanish Babel package does it automatically, as indicated by localghost. Works transparently.
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10