Search found 11 matches

by omer21
Wed Jan 09, 2013 5:36 pm
Forum: Document Classes
Topic: beamer | Change Color of Theorem Block
Replies: 4
Views: 26909

Re: beamer | Change Color of Theorem Block

Thank you Mr. Stefan, it works.
by omer21
Tue Jan 08, 2013 7:31 pm
Forum: Document Classes
Topic: beamer | Change Color of Theorem Block
Replies: 4
Views: 26909

beamer | Change Color of Theorem Block

How can I change the background colors at 1 and 2 in the attached picture.

Thanks.
by omer21
Sun Nov 25, 2012 6:48 pm
Forum: Scientific Word/Workplace
Topic: Translation of Identifiers to other Language
Replies: 10
Views: 55984

Translation of Identifiers to other Language

I want to get "Definition" as "Tanım" in output, this is important for me and i did it with following

Code: Select all

\newtheorem{definition}{Tan\i m}[subsection]

May be this is not complete solution but it is enough for me currently.
Thank you all, for your help.
by omer21
Sat Nov 24, 2012 7:16 pm
Forum: Scientific Word/Workplace
Topic: Translation of Identifiers to other Language
Replies: 10
Views: 55984

Translation of Identifiers to other Language


Not the font encoding is important here (I believe) but the input encoding of your editor. You should check with which encoding your files are saved. The one of »inputenc« should match that.

Regards

When latin5 >>inputenc<< is in the preamble, i save document with turkish character set ...
by omer21
Sat Nov 24, 2012 6:13 pm
Forum: Scientific Word/Workplace
Topic: Translation of Identifiers to other Language
Replies: 10
Views: 55984

Translation of Identifiers to other Language

As I know right font encoding is iso-8859-9 (latin5) for Turkish. I tried \usepackage[latin5]{inputenc}
but it does not work. Also I tried it with Thorsten's suggestion but I got the following error
Package babel Warning: No hyphenation patterns were loaded for
(babel) the language `Turkish ...
by omer21
Sat Nov 24, 2012 4:05 pm
Forum: Scientific Word/Workplace
Topic: Translation of Identifiers to other Language
Replies: 10
Views: 55984

Re: Translation of Identifiers to other Language

Thanks for your reply cgnieder
But no luck. I get same output.
by omer21
Sat Nov 24, 2012 1:13 pm
Forum: Scientific Word/Workplace
Topic: Translation of Identifiers to other Language
Replies: 10
Views: 55984

Translation of Identifiers to other Language

I used babel package and I did some changes in preamble for example I replaced \newtheorem{definition}[theorem]{Definition} with \newtheorem{definition}[theorem]{Tanım}

Here is my document code.
\documentclass{article}%
\usepackage[turkish]{babel}%
\usepackage{amsmath}%
\setcounter{MaxMatrixCols ...
by omer21
Fri Nov 23, 2012 11:14 pm
Forum: Scientific Word/Workplace
Topic: Translation of Identifiers to other Language
Replies: 10
Views: 55984

Translation of Identifiers to other Language

Hi,

is it possible to translate theorem, definition, lemma, ... strings like to Turkish in SW? For example I want to change "Definition" to "Tanım". If it is possible could you help?
by omer21
Thu Oct 25, 2012 7:03 pm
Forum: LyX
Topic: "missing number, treated as zero" error while adding image
Replies: 6
Views: 20197

Re: "missing number, treated as zero" error while adding ima

Ooo you are very good. Thank you very much. Now everything is fine.
by omer21
Wed Oct 24, 2012 11:26 pm
Forum: LyX
Topic: "missing number, treated as zero" error while adding image
Replies: 6
Views: 20197

Re: "missing number, treated as zero" error while adding ima

Thank you for your replies.

I attach the piece of my document which gives the mentioned error.