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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply