hypenation is not working
Hallo, I have a problem with hyphenation. I tried to define the words at the preamble: \hyphenation{ Ar-chi-tek-tur Bit-feh-ler-wahr-schein-lich-keit DHCP Dienst-güte Direct-SequenceSpread-Spectrum Do-mä-ne Down-stream ge-star-tet ge-trig-gert Hand-over Lay-er Schi-cht-en-mo-dell } But the words are ignored. I am using koma book and if I use the koma syntax: Ar"-chi"-tek"-tur (need a tex field for that), then the hyphenation works well. I am using lyx 1.4.4. Any idears whats wrong? best regards, Oliver
Re: kit
On 6/19/07, Wojtek Michalik <[EMAIL PROTECTED]> wrote: unsubscribe -- Wojtek Michalik <[EMAIL PROTECTED]> -- Dr Vaibhav S Banait
Re: book - two sides
Giuseppe Vitalone wrote: Hi, I use Lyx 1.5rc1 in Windows. The guide says that the class "book" make the new chapters start on the right page, but in my documents it doesn't works, new chapters start on the left (in fact, right margin is wider), why? I can't attach any source to this message, but I will send it to anyone who can help me. Thanks Menu Document->Settings. Select "Page Layout" Check "Two-sided document" click "Apply" or "Ok". If you don't check "Two-sided document", then you're creating a single-sided book. Check it, and you should get chapters starting at odd (right-hand) pages only. Helge Hafting
Re: Can't enter extra whitespace when editing.
Darren Freeman wrote: On Fri, 2007-06-22 at 11:28 -0400, Paul A. Rubin wrote: Darren Freeman wrote: once upon a time, I could type extra whitespace between words and then it would magically go away when I left that region of text. obviously functional, but what is the appeal of inserting a space after a space knowing LyX will clean it up later? Just curious. It feels more natural to have all my key-presses honoured on the screen. When certain keys are sometimes disabled, it just doesn't feel right. There are lots of limitations like that. You can't use the right-arrow to move the cursor past the end of the document either - even if you might want to put some text in the lower-right corner. And you can't erase past the beginning of the document, you can't use super/subscript twice in a row (there must be text inbetween) and so on. Helge Hafting
Backref and list of figures
Hello When I use backref, the back references at the end of bibliography lines point not only to the citations inside the text but also to citations in the captions listed in the LOF. This does not seem correct as the references in the text are no longer sequential since the LOF precedes the text. Has anybody else notice this behaviour? Is there a way of changing this? Thank you Leo
LaTeX Error: Too many unprocessed floats.
I'm trying to complete my thesis in the next few weeks. I just inserted 20 floating/sideways figures, which is one figure per page. However, when I do this I get the error in the subject line along with a bunch of other errors. If I take ten or half of the figures out and then process with pdflatex then everything works fine. Also, if I then put those same ten figures back into the document then it also works fine. But if I close the document and LyX and then reopen and try to run pdflatex then I get the same errors again. I'm using 1.5rc1 and I've tried running pdflatex from windows and linux and I get the same error message. Is there something I can adjust? Is there a limit to the number of figures you can have in a document? This seems odd to me. Thanks in advance, Bob Lounsbury
Re: LaTeX Error: Too many unprocessed floats.
On Monday 25 June 2007 14:09, Bob Lounsbury wrote: > I'm trying to complete my thesis in the next few weeks. I just > inserted 20 floating/sideways figures, which is one figure per page. > However, when I do this I get the error in the subject line along with > a bunch of other errors. > > > Is there something I can adjust? Is there a limit to the number of > figures you can have in a document? This seems odd to me. Latex has a limit of 18 on the number of pending floats. To get around this, insert the latex command: \clearpage at intervals through your document where a new page makes sense to force the display of pending floats. See http://tug.org/TeXnik/mainFAQ.cgi?file=floats/floats#unprocessed -- Les ~~ Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html
Re: LaTeX Error: Too many unprocessed floats.
Thanks for the info. I randomly figured it because I put some page breaks in between the figures since they were each a page. Thanks again, Bob On 6/25/07, Les Denham <[EMAIL PROTECTED]> wrote: On Monday 25 June 2007 14:09, Bob Lounsbury wrote: > I'm trying to complete my thesis in the next few weeks. I just > inserted 20 floating/sideways figures, which is one figure per page. > However, when I do this I get the error in the subject line along with > a bunch of other errors. > > > Is there something I can adjust? Is there a limit to the number of > figures you can have in a document? This seems odd to me. Latex has a limit of 18 on the number of pending floats. To get around this, insert the latex command: \clearpage at intervals through your document where a new page makes sense to force the display of pending floats. See http://tug.org/TeXnik/mainFAQ.cgi?file=floats/floats#unprocessed -- Les ~~ Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html
Re: hypenation is not working
Oliver Horvath wrote: Hallo, I have a problem with hyphenation. I tried to define the words at the preamble: \hyphenation{ Ar-chi-tek-tur Bit-feh-ler-wahr-schein-lich-keit DHCP Dienst-güte Direct-SequenceSpread-Spectrum Do-mä-ne Down-stream ge-star-tet ge-trig-gert Hand-over Lay-er Schi-cht-en-mo-dell } But the words are ignored. I am using koma book and if I use the koma syntax: Ar"-chi"-tek"-tur (need a tex field for that), then the hyphenation works well. I am using lyx 1.4.4. Any idears whats wrong? best regards, Oliver I just plugged your rules into a new book(komascript) document here and could not reproduce the problem, but my document is English-only, so the babel package was not loaded. If your configuration is multilingual, and babel is being loaded in the LaTeX file, perhaps that could be the problem. From the babel reference manual: the selection of the language is delayed until \begin{document}, which means you must add appropriate \selectlanguage commands if you include \hyphenation lists in the preamble of your document. Don't know if that helps, but if not, perhaps you could post a small example? /Paul
Re: Can't enter extra whitespace when editing.
On Mon, 2007-06-25 at 13:06 +0200, Helge Hafting wrote: > Darren Freeman wrote: > > It feels more natural to have all my key-presses honoured on the screen. > > When certain keys are sometimes disabled, it just doesn't feel right. > > > There are lots of limitations like that. > > You can't use the right-arrow to move the cursor past the > end of the document either - even if you might want > to put some text in the lower-right corner. > And you can't erase past the beginning of the document, Now you're being silly. You can't do that in ordinary text editors either. I'm not talking about a functional change, I'm talking about a user interface change back to past behaviour that was probably once considered "correct". Have fun, Darren
Re: Can't enter extra whitespace when editing.
> "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes: >> And you can't erase past the beginning of the document, Darren> Now you're being silly. You can't do that in ordinary text Darren> editors either. But LyX is no ordinary text editor. Darren> I'm not talking about a functional change, I'm talking about a Darren> user interface change back to past behaviour that was probably Darren> once considered "correct". This was _not_ past behaviour. JMarc