Math & ScienceAlgorithmus to Algorithm

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
andyR
Posts: 2
Joined: Tue Dec 02, 2014 5:19 pm

Algorithmus to Algorithm

Post by andyR »

Hi
I am using LYX classicthesis for the algorithm caption on pdf file it writes the German Algorithmus, I seen a post someone had the posit problem and solution provide was to add

Code: Select all

\floatname{algorithm}{Algorithmus}
\addto\captionsngerman{\def\figurename{Bild}}
to Preamble

I changed it, with a few variations e.g.

Code: Select all

\floatname{algorithm}{Algorithmus}
\addto\captionsenglish{\def\figurename{Bild}}
or

Code: Select all

\floatname{algorithmu}{Algorithm}
\addto\captionsenglish{\def\figurename{Bild}}
but nothing worked. If you are providing a solution that require changing a code at Latex or tex level, as I am new to latex, please specify the file name and where (likely) it resides.

Many thanks

Andy

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

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Algorithmus to Algorithm

Post by Johannes_B »

Hi andy and welcome,

right now i neither understand the question nor what you are trying to achieve. I suggest to read some basic LaTeX reading before starting.
LyX is a tool for experienced users as stated by one of the developers.


You mention the german, if you are interested, you can post on the german TeXwelt.de as well. See my signature.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
andyR
Posts: 2
Joined: Tue Dec 02, 2014 5:19 pm

Re: Algorithmus to Algorithm

Post by andyR »

Hi

when I am inserting float->Algorithm an algorithm box appears where I define my algorithm at the bottom in the centre there is a little box for the caption before the box it reads Algorithm and then a number; in the little box where the caption goes however when I generate pdf file the string Algorithm before the caption changes to Algorithmus. I am using classicthesis.

Thank you

Andy
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Algorithmus to Algorithm

Post by Johannes_B »

What is the main language of your document? Please prepare a minimal working example

btw: Using classicthesis is not precise. The whole template is obsolete in most parts and the package that was created by the author is badly implemented and breaks several functions of KOMA-script. Everytime i hear the word classicthesis my pulse raises with the wish to delete the whole ducking thing.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply