Hi
Please consider this example
,----
| \documentclass[12pt]{article}
| \usepackage[utf8]{inputenc}
| \usepackage[spanish]{babel}
| \begin{document}
|
| \section{Introducción}
| \label{sec:introduccion}
|
| Dado
| \begin{equation}
| \label{eq:test-ref:1}
| \int f dx=0
| \end{equation}
| y también
| \begin{equation}
| \label{eq:test-ref:2}
| \sum\limits_a^{b}
| \end{equation}
| ahora (\ref{eq:test-ref:1}) and (\ref{eq:test-ref:2})
| \end{document}
`----Reftex inserted the reference to the equations (I chose one equation and the other by hitting +) and connected the reference with the word «and» Given that this is a Spanish document «y» would be more appropriate. In if it were German, then «und» etc etc. In other words reftex should be using babel to chose its syntax. What do others think? Regards Uwe Brauer
smime.p7s
Description: S/MIME cryptographic signature
