I am a newbie in lyx, so be gentle!
I have a few questions I would like to share with you.
I'm using the Book(AMS) this is my preamble:
Code: Select all
\AtBeginDocument{%
\addto\captionsspanish{%
\renewcommand{\tablename}{Tabla}%
}}
\AtBeginDocument{%
\addto\captionsspanish{%
\renewcommand{\chaptername}{}%
}}
\AtBeginDocument{%
\addto\captionsenglish{%
\renewcommand{\figurename}{Figura}%
}}
\usepackage[small]{caption2}
\vrefwarning
\AtBeginDocument{%
\addto\captionsenglish{%
\renewcommand{\abstractname}{Resumen}%
}}
\usepackage[spanish]{babel}
----
my second question is concerning table numbering. In my document lyx restarts table numbering in every new section. Can I override this? Otherwise, when I quote a table in my text looks like this
"Refer to table 1 in page 20, and table 1 in page 200".
Thank you for your help!
GG