LyXHow do I rename the fixed strings like Abstract,LoF..

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
User avatar
Juanjo
Posts: 657
Joined: Sat Jan 27, 2007 12:46 am

How do I rename the fixed strings like Abstract,LoF..

Post by Juanjo »

pooz wrote: Why is "algorithm" the only word, which is still in English? Is this a LaTeX or LyX Error?
Because the algorithm environment is defined by means of the float package, so not automatically translated by the babel package. Look at the tex file, where you'll find the lines

Code: Select all

\newfloat{algorithm}{tbp}{loa}[chapter]
\floatname{algorithm}{Algorithm}
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply