Page LayoutLayout problems with using foreign language text

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
mturan
Posts: 14
Joined: Wed Nov 10, 2010 10:01 pm

Layout problems with using foreign language text

Post by mturan »

As one of the biggest problem, I have a problem with the text I use in my language in latex however when I use english text, there is no problem, and I use the same code for both. As can be seen from the attachment, some end line word are not justified as it should be. I have to check the document thoroughly and fix it manually by linebreak, which is kind of a pain in the can.

Besides that I created a new environmet called `ozet` and there are other environments similar to this one, having the same properties. I wonder why the first line is not indented, as in the regular chapters. However I can do it manually with \hspace*{1cm} command in the ozet.tex file.

Any ideas are highly appreciated. Thanx

MT

I use;

\documentclass[a4paper, titlepage, 11pt]{afit}

report.cls
captions2.sty
afthes11.tex
Attachments
Slayt4.JPG
Slayt4.JPG (81.98 KiB) Viewed 1626 times
Last edited by mturan on Thu Nov 18, 2010 10:11 pm, edited 2 times in total.

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

Layout problems with using foreign language text

Post by Stefan Kottwitz »

Hi mturan,

the pictures in your posting are good for seeing the output.
But I recommend to post a minimal working example, compilable and showing the problem. That would be something to work with. By just looking at the pictures and at some code chunks we cannot see which classes and packages and which options you're using.

Stefan
LaTeX.org admin
Post Reply