You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't figure out how to effectively change the language of my exported document, so that all elements are actually in the selected language.
If I set lang: it in the properties, I get \babelprovide[main,import]{italian} in the tex file, which I assume means that the language has been correctly set.
What I don't understand is why, despite this, i also find
\AtBeginDocument{%
\renewcommand*\figurename{Figure}
\renewcommand*\tablename{Table}
}
\AtBeginDocument{%
\renewcommand*\listfigurename{List of Figures}
\renewcommand*\listtablename{List of Tables}
which forces the naming of figures and tables to be set to the original english. I seem to gather that this output comes from the {caption} package.
If I delete these lines from the .tex exported file and compile that, the name for the figure changes correctly according to the set language (in my case "Figura", in italian, and not "Figure" anymore).
What is forcing this renewcommand, and how can I prevent it?
Thank you in advance
The text was updated successfully, but these errors were encountered:
I can't figure out how to effectively change the language of my exported document, so that all elements are actually in the selected language.
If I set
lang: it
in the properties, I get\babelprovide[main,import]{italian}
in the tex file, which I assume means that the language has been correctly set.What I don't understand is why, despite this, i also find
which forces the naming of figures and tables to be set to the original english. I seem to gather that this output comes from the {caption} package.
If I delete these lines from the .tex exported file and compile that, the name for the figure changes correctly according to the set language (in my case "Figura", in italian, and not "Figure" anymore).
What is forcing this
renewcommand
, and how can I prevent it?Thank you in advance
The text was updated successfully, but these errors were encountered: