Graphics, Figures & Tablesfigure caption

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
mathselpi
Posts: 30
Joined: Wed Dec 31, 2008 4:50 pm

figure caption

Post by mathselpi »

I want to write"Şekil" that is turkish word instead of "figure".
e.g.
Şekil:Spline Graphics

thanks

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
sommerfee
Posts: 503
Joined: Mon Apr 09, 2007 4:20 pm

figure caption

Post by sommerfee »

Use

Code: Select all

\usepackage[turkish]{babel}
in the preamble of your document.
mathselpi
Posts: 30
Joined: Wed Dec 31, 2008 4:50 pm

Re: figure caption

Post by mathselpi »

thank you
Post Reply