Re: Problem with Hebrew Lyx - Reply

2007-09-21 Thread Dov Feldstern
Gideon Livshits wrote: Hello! Firstly, I would like to thank you for your quick response to my problem. It means a lot! You're welcome. In general, you'll find people on the lyx mailing lists to be very responsive and helpful :) . (BTW, I'm CC-ing the mailing lists, so that this gets into

A question on latex/bibtex

2007-09-21 Thread Nicolás
Hi! I have just read a paper containing an interesting feature. Each citation in the bibliography section contains a list of links to the pages where such citation appears. For example, if citation [1] appears in pages 5 and 7, in the bibliography section we have: [1] Me and you, "The book of

Portuguese hyphenation?

2007-09-21 Thread Roberto Gorjão
Hello, This probably is really a newbie question but there it goes: how do I set the Portuguese hyphenation on? I've already set up the Portuguese language (with an utf8 encoding, because of BibTeX) on the document settings dialogue, but words are still getting broken in the wrong places.

Re: Latex-problem: Pagenumbering in combination with two-sided document

2007-09-21 Thread Helge Hafting
Christian Richter wrote: Hello, I do not have a LYX - but a LATEX-problem. I hope somebody wants to help me anyways. Ok, I am writing my thesis as a two sided document (Komo-script book). The appendix has roman pagenumbering. The problem is that the last page before the appendix is a right page

Re: Portuguese hyphenation?

2007-09-21 Thread Roberto Gorjão
Ok, I got it! MiKTeX was not properly set up and it was having problems in updating its format files. Thank you! Roberto --- Roberto Gorjão wrote: Hello, This probably is really a newbie question but there it goes: how do I set the Portuguese hyphenation on? I've alrea

Re: A question on latex/bibtex

2007-09-21 Thread Bennett Helm
On Sep 21, 2007, at 9:40 AM, Nicolás wrote: Hi! I have just read a paper containing an interesting feature. Each citation in the bibliography section contains a list of links to the pages where such citation appears. For example, if citation [1] appears in pages 5 and 7, in the bibliography

Re: Latex-problem: Pagenumbering in combination with two-sided document

2007-09-21 Thread Richard Heck
Helge Hafting wrote: An appendix is a chapter of its own. Any two-sided layout will start a chapter on a odd page, no matter what. Starting a chapter (appendix or other chapter) on an even page is usually considered ugly and bad typography - you'll have a hard time finding any published book prin

Document Encoding

2007-09-21 Thread Ken
Hi. I am getting the error message: "Some characters of your document are probably not representable in the chosen encoding. Changing the document encoding to utf8 could help." My document is in English without any intentional special characters and I usually don't have this issue. However I hav

Re: Portuguese hyphenation?

2007-09-21 Thread José Matos
On Friday 21 September 2007 14:48:08 Roberto Gorjão wrote: > Hello, > > This probably is really a newbie question but there it goes: how do I > set the Portuguese hyphenation on? > > I've already set up the Portuguese language (with an utf8 encoding, > because of BibTeX) on the document settings di

Re: Document Encoding

2007-09-21 Thread Uwe Stöhr
Ken schrieb: Hi. I am getting the error message: "Some characters of your document are probably not representable in the chosen encoding. Changing the document encoding to utf8 could help." Is there an easy way to find out where these problem characters are (line numbers) because I am having a

AMS users: vote your preferences!

2007-09-21 Thread Paul A. Rubin
Hi all, I'm revising the amsart, amsart-plain, amsart-seq and amsbook layouts, and there are a few oddities that need to be reconciled. Mostly I'm making choices capriciously :-), but this is something I thought I would put to a vote. The following numbered environments exist in all but ams

Re: AMS users: vote your preferences!

2007-09-21 Thread Richard Heck
Paul A. Rubin wrote: Hi all, I'm revising the amsart, amsart-plain, amsart-seq and amsbook layouts, and there are a few oddities that need to be reconciled. Mostly I'm making choices capriciously :-), but this is something I thought I would put to a vote. On a slightly different note, at lea

Re: AMS users: vote your preferences!

2007-09-21 Thread Paul A. Rubin
Richard Heck wrote: On a slightly different note, at least in 1.6, it will be possible to simplify some of this. Dang near everything you could ever want has to be defined in the layout file because there's presently no easy way to pull anything else in. In 1.6, on the other hand, we'll have (w

Re: AMS users: vote your preferences!

2007-09-21 Thread Rudi Gaelzer
I know this is far from the subject of the vote, but any chance to implement the subequations environment into the layout? Or this is something that needs a deeper programing? On Friday 21 September 2007 16:17, Paul A. Rubin wrote: > Hi all, > > I'm revising the amsart, amsart-plain, amsart-seq

Continuous section numbers

2007-09-21 Thread Laurent Duperval
Hi, I want to create a document where I have multiple chapters, but I want \section numbers to continue. I.e. something that looks like this: Chapter 1 1 A Section 2 A Section 3 A Section Chapter 2 4 A Section 5 A Section 6 A Section 7 A Section Chapter 4 8 A Section 9 A Section Is this possib

Conditional printing and formatting

2007-09-21 Thread Laurent Duperval
Hi, I want to create a document that contains different printing options for certain paragraphs. For example, let's say I have a series of questions and answers, I want to produce three types of output: 1. A question followed by the answer. 2. Only show the questions. 3. Only show the questions

Re: AMS users: vote your preferences!

2007-09-21 Thread Richard Heck
Paul A. Rubin wrote: Richard Heck wrote: On a slightly different note, at least in 1.6, it will be possible to simplify some of this. Dang near everything you could ever want has to be defined in the layout file because there's presently no easy way to pull anything else in. In 1.6, on the oth

Re: AMS users: vote your preferences!

2007-09-21 Thread Paul A. Rubin
Rudi Gaelzer wrote: I know this is far from the subject of the vote, but any chance to implement the subequations environment into the layout? Or this is something that needs a deeper programing? My guess is that it would require modifying the source code that handles math insets -- but an

Re: Conditional printing and formatting

2007-09-21 Thread Paul A. Rubin
Laurent Duperval wrote: Hi, I want to create a document that contains different printing options for certain paragraphs. For example, let's say I have a series of questions and answers, I want to produce three types of output: 1. A question followed by the answer. 2. Only show the questions.

Re: Continuous section numbers

2007-09-21 Thread Richard Heck
Laurent Duperval wrote: Hi, I want to create a document where I have multiple chapters, but I want \section numbers to continue. I.e. something that looks like this: Chapter 1 1 A Section 2 A Section 3 A Section Chapter 2 4 A Section 5 A Section 6 A Section 7 A Section Chapter 4 8 A Section 9

Re: Conditional printing and formatting

2007-09-21 Thread Richard Heck
Paul A. Rubin wrote: Laurent Duperval wrote: Hi, I want to create a document that contains different printing options for certain paragraphs. For example, let's say I have a series of questions and answers, I want to produce three types of output: 1. A question followed by the answer. 2. Onl

Re: AMS users: vote your preferences!

2007-09-21 Thread Richard Heck
Paul A. Rubin wrote: Rudi Gaelzer wrote: I know this is far from the subject of the vote, but any chance to implement the subequations environment into the layout? Or this is something that needs a deeper programing? My guess is that it would require modifying the source code that handles m

Re: Continuous section numbers

2007-09-21 Thread Laurent Duperval
On Fri, 21 Sep 2007 19:04:02 -0400, Richard Heck wrote: > Laurent Duperval wrote: >> Hi, >> >> I want to create a document where I have multiple chapters, but I want >> \section numbers to continue. I.e. something that looks like this: >> Is this possible? >> > Certainly, but you may need to e

Re: Conditional printing and formatting

2007-09-21 Thread Laurent Duperval
On Fri, 21 Sep 2007 18:34:00 -0400, Paul A. Rubin wrote: > Branches handles most if not all of this. See section 6.4 of the User > Guide. You can put questions in the main document, answers in a branch, > and include or exclude the branch. I'm not sure about point 3. > Thanks, I'll take a lo

jump to next column

2007-09-21 Thread Jeremy C. Reed
I have a two column document. It is my wife's recipe book with over 100 recipes. At first it was one column but recipes wrapped to different pages. By using 2-column document I can get them on one page. Is there a lyx or latex command for jumping to the next column whether it is on same page o

Re: jump to next column

2007-09-21 Thread Richard Heck
Jeremy C. Reed wrote: I have a two column document. It is my wife's recipe book with over 100 recipes. At first it was one column but recipes wrapped to different pages. By using 2-column document I can get them on one page. Is there a lyx or latex command for jumping to the next column whet

Re: AMS users: vote your preferences!

2007-09-21 Thread David L. Johnson
Paul A. Rubin wrote: Hi all, I'm revising the amsart, amsart-plain, amsart-seq and amsbook layouts, and there are a few oddities that need to be reconciled. Mostly I'm making choices capriciously :-), but this is something I thought I would put to a vote. The following numbered environment

Re: jump to next column

2007-09-21 Thread Jeremy C. Reed
On Fri, 21 Sep 2007, Richard Heck wrote: > > Is there a lyx or latex command for jumping to the next column whether it is > > on same page or next page? > > > > I can use \newpage between recipes, but that wastes space for short recipes. > > > The "Guide to LaTeX" sayeth: > If the document cla