>>>>> "Alex" == Alex G Pamir <[EMAIL PROTECTED]> writes:
Alex> My first problem is, changing the heading in the chapter
Alex> heading. I'm writing my document in report type and when I
Alex> select Chapter type for my text it puts automatically "Chapter
Alex> [Chapter Number]" text on the chapter heading. But my document
Alex> is in Turkish (which is supported by lyx, by the way it has the
Alex> best support for this language among all of the word processors
Alex> for Linux, better than Wordperfect 8.0 and StarOffice 5.0) and I
Alex> have to write "Bolum"(the Turkish word for Chapter) instead of
Alex> "Chapter". I tried to change the definition in stdsections.inc
Alex> but although the change is shown in the screen, the PS output
Alex> contains "Chapter". I think (from the limited knowledge I have
Alex> about lyx & latex) the problem is about some latex thing, but I
Alex> don't know how to do it.
You should set the language to 'turkish' in Layout->Document.
Alex> My other problem is about hyphenation, because lyx sometimes
Alex> can't hyphenate correctly in Turkish, although it is the best
Alex> among others. But I can solve it with manual hyphenation points
Alex> or turning it off completely. Consider this paragraph as a bug
Alex> report about Turkish hyphenation .
The above hint should work too if your LaTeX has turkish hyphenation
built-in.
Alex> And my most important problem, Lyx (and also Wordperfect 8.0,
Alex> but not Staroffice 5.0) sometimes (mostly in long documents >10
Alex> page) make spacing errors in the first or second line of some
Alex> pages of the document. In some pages of the document, which are
Alex> mainly the pages which doesn't have a chapter, section, or likes
Alex> on the top of the page, mostly the first but sometimes the
Alex> second line of the page (only one of them not two together)
Alex> doesn't fit to the right margin and go off the page from the
Alex> right.
LaTeX does that when it cannot find a good point where to break a
line, whereas Word would just add large spaces in
your line so that everything fits. You can change that by adding
'\sloppy' in Layout->LaTeX Preamble. The really best solution is to
rewrite the sentences which cause problems, but it is not very fun...
Alex> And a little question. How can I change the spacing for a
Alex> Chapter heading. I want it to have less space at the top
Alex> part. Should I have a new style for it or is it valid if I
Alex> change the definition in stdsections.inc (I tried but I couldn't
Alex> do it). Where can I find diffrent style files other than AMC,
Alex> etc?
This requires a bit of fiddling with LaTeX, unfortunately. The .layout
files only reflect the settings obtained by LaTeX, they do not change
the output.
JMarc