To have a cross-reference with no page number one uses |see. For example,
\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?
MakeIndex, Nomenclature, Glossaries and Acronyms ⇒ Cross-references: spanish
NEW: TikZ book now 40% off at Amazon.com for a short time.

Cross-references: spanish
You should be able to change it by changing the command \seename:
(I'd put this right before \printindex.)
There may be other ways to accomplish this, however, especially if you use xindy rather than makeindex.
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
The babel package with the »spanish« language option should do that for you. There is at least a corresponding entry in the language definition file »spanish.ldf«.
Best regards and welcome to the board
Thorsten
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Cross-references: spanish
Thank you very much for the answers. Indeed, the Spanish Babel package does it automatically, as indicated by localghost. Works transparently.
- 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.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10