Create my own module

2011-08-14 Thread Francesco Menoncin
Dear LyX users, I am using LyX 2.0.0 (on both Windows and Linux). How can I create my own module and add it to the list in Document Settings? For instance, I have put the following commands in the preamble in order to create a balanced index \RequirePackage{multicol}

Re: biblatex-chicago

2011-08-14 Thread Louis Turk
Hi Julio, On 08/14/2011 05:07 AM, Julio Rojas wrote: Louis, you also need to state the natbib option while loading biblatex-chicago (page 3 of the manual, citep and citet are commands implemented in natbib): \usepackage[notes,autocite=footnote,natbib]{biblatex-chicago} I don't have biber,

Re: Create my own module

2011-08-14 Thread Richard Heck
On 08/14/2011 05:06 AM, Francesco Menoncin wrote: Dear LyX users, I am using LyX 2.0.0 (on both Windows and Linux). How can I create my own module and add it to the list in Document Settings? Please see chapter 5 of the Customization manual. The process is described there. In this case, you

Re: biblatex-chicago

2011-08-14 Thread Julio Rojas
As for the footnotes, you first have to use a biblatex style that automatically makes use of \footcite. For this, you need to add the citestyle option citestyle=verbose-trad1 . What I usually do is that I renew a command like \citep into \autocite adding the following command to the preamble:

Re: Can I use lyx for a shopping list

2011-08-14 Thread Jean-Pierre Chrétien
Monty Zukowski monty at codetransform.com writes: I'd like to lay out a 3x5 card shopping list in 3 columns. I'm not sure what document class to use for something so basic, everything I tried likes to have a lot of space at the top. You may take a look at OpenExamplesmulticol.lyx file. --

Re: Caption location in subfig

2011-08-14 Thread Paul A . Rubin
Try \captionsetup[subfigure]{position=top,margin=0pt,singlelinecheck=false}. Paul

Python Error on Windows 7? [was: Can't export in PDF]

2011-08-14 Thread Richard Heck
On 08/11/2011 05:15 AM, Anaïs Maréchal wrote: Hi everybody, I don't know much on Lyx, I tried to search in the previous bug and on the web but no results. I installed Lyx 2.0.0 on my Windows 7 laptop. I wrote a text, and when I want to visualize it, I have an error (cannot find the

Footnotes, new numbers from each chapter...

2011-08-14 Thread Frederick FN Noronha फ्रेडरिक नोरोन्या *فريدريك نورونيا
Dear all: Is there some way I could start the footnote number new with each chapter -- that is, it should start from 1, 2, 3 etc at the start of every chapter? Many thanks in advance. FN FN +91-832-2409490 or +91-9822122436 (after 2pm) #784 Nr Lourdes Convent, Saligao 403511 Goa India

Re: Footnotes, new numbers from each chapter...

2011-08-14 Thread Kulkarni Shantanu
* Frederick FN Noronha *?? ?? fredericknoro...@gmail.com [110814 23:53]: Dear all: Is there some way I could start the footnote number new with each chapter -- that is, it should start from 1, 2, 3 etc at the start of

Re: Footnotes, new numbers from each chapter...

2011-08-14 Thread Richard Heck
On 08/14/2011 02:35 PM, Kulkarni Shantanu wrote: * Frederick FN Noronha *?? ?? fredericknoro...@gmail.com [110814 23:53]: Dear all: Is there some way I could start the footnote number new with each chapter -- that is,

Re: Footnotes, new numbers from each chapter...

2011-08-14 Thread Frederick FN Noronha फ्रेडरिक नोरोन्या *فريدريك نورونيا
Thanks, Richard. Am using book (Memoire). Rgds, FN Re: Footnotes, new numbers from each chapter... Richard Heck Sun, 14 Aug 2011 11:59:44 -0700 On 08/14/2011 02:35 PM, Kulkarni Shantanu wrote: * Frederick FN Noronha *??

Author-Year-Page Citation Style

2011-08-14 Thread Bruce Pourciau
I have a document in the Article (Elsevier) class, with Natbib Author- Year selected under Bibliography and \usepackage{natbib} in the preamble. I have a bibtex generated bibliography using the .bst style file of the journal which is in the folder with my document. The bibliography is

Re: Author-Year-Page Citation Style

2011-08-14 Thread Patrick Dupre
On Sun, 14 Aug 2011, Bruce Pourciau wrote: I have a document in the Article (Elsevier) class, with Natbib Author-Year selected under Bibliography and \usepackage{natbib} in the preamble. I have a bibtex generated bibliography using the .bst style file of the journal which is in the folder

Re: Author-Year-Page Citation Style

2011-08-14 Thread Richard Heck
On 08/14/2011 03:32 PM, Bruce Pourciau wrote: I have a document in the Article (Elsevier) class, with Natbib Author-Year selected under Bibliography and \usepackage{natbib} in the preamble. I have a bibtex generated bibliography using the .bst style file of the journal which is in the folder

Re: Author-Year-Page Citation Style

2011-08-14 Thread Julio Rojas
You don't need \usepackage{natbib} in the preamble, but select the natbib option in Document - Settings - Bibliography. There you can also select Author,Year. For square brackets add square to the options in Document - Settings - Document Class - Custom. I hope this helps. Regards.

How to change the default setting of inserting a graph?

2011-08-14 Thread Zhaorong Wang
Dear lyx users, I am using lyx 2.0 on windows 7. I just keep lyx as simple editor of writing progress report every week. Often I need to insert figures, but the figures usually have different original size. Lyx seems to insert graphs using their original size as default. But sometimes big figure

Create my own module

2011-08-14 Thread Francesco Menoncin
Dear LyX users, I am using LyX 2.0.0 (on both Windows and Linux). How can I create my own module and add it to the list in Document Settings? For instance, I have put the following commands in the preamble in order to create a balanced index \RequirePackage{multicol}

Re: biblatex-chicago

2011-08-14 Thread Louis Turk
Hi Julio, On 08/14/2011 05:07 AM, Julio Rojas wrote: Louis, you also need to state the natbib option while loading biblatex-chicago (page 3 of the manual, citep and citet are commands implemented in natbib): \usepackage[notes,autocite=footnote,natbib]{biblatex-chicago} I don't have biber,

Re: Create my own module

2011-08-14 Thread Richard Heck
On 08/14/2011 05:06 AM, Francesco Menoncin wrote: Dear LyX users, I am using LyX 2.0.0 (on both Windows and Linux). How can I create my own module and add it to the list in Document Settings? Please see chapter 5 of the Customization manual. The process is described there. In this case, you

Re: biblatex-chicago

2011-08-14 Thread Julio Rojas
As for the footnotes, you first have to use a biblatex style that automatically makes use of \footcite. For this, you need to add the citestyle option citestyle=verbose-trad1 . What I usually do is that I renew a command like \citep into \autocite adding the following command to the preamble:

Re: Can I use lyx for a shopping list

2011-08-14 Thread Jean-Pierre Chrétien
Monty Zukowski monty at codetransform.com writes: I'd like to lay out a 3x5 card shopping list in 3 columns. I'm not sure what document class to use for something so basic, everything I tried likes to have a lot of space at the top. You may take a look at OpenExamplesmulticol.lyx file. --

Re: Caption location in subfig

2011-08-14 Thread Paul A . Rubin
Try \captionsetup[subfigure]{position=top,margin=0pt,singlelinecheck=false}. Paul

Python Error on Windows 7? [was: Can't export in PDF]

2011-08-14 Thread Richard Heck
On 08/11/2011 05:15 AM, Anaïs Maréchal wrote: Hi everybody, I don't know much on Lyx, I tried to search in the previous bug and on the web but no results. I installed Lyx 2.0.0 on my Windows 7 laptop. I wrote a text, and when I want to visualize it, I have an error (cannot find the

Footnotes, new numbers from each chapter...

2011-08-14 Thread Frederick FN Noronha फ्रेडरिक नोरोन्या *فريدريك نورونيا
Dear all: Is there some way I could start the footnote number new with each chapter -- that is, it should start from 1, 2, 3 etc at the start of every chapter? Many thanks in advance. FN FN +91-832-2409490 or +91-9822122436 (after 2pm) #784 Nr Lourdes Convent, Saligao 403511 Goa India

Re: Footnotes, new numbers from each chapter...

2011-08-14 Thread Kulkarni Shantanu
* Frederick FN Noronha *?? ?? fredericknoro...@gmail.com [110814 23:53]: Dear all: Is there some way I could start the footnote number new with each chapter -- that is, it should start from 1, 2, 3 etc at the start of

Re: Footnotes, new numbers from each chapter...

2011-08-14 Thread Richard Heck
On 08/14/2011 02:35 PM, Kulkarni Shantanu wrote: * Frederick FN Noronha *?? ?? fredericknoro...@gmail.com [110814 23:53]: Dear all: Is there some way I could start the footnote number new with each chapter -- that is,

Re: Footnotes, new numbers from each chapter...

2011-08-14 Thread Frederick FN Noronha फ्रेडरिक नोरोन्या *فريدريك نورونيا
Thanks, Richard. Am using book (Memoire). Rgds, FN Re: Footnotes, new numbers from each chapter... Richard Heck Sun, 14 Aug 2011 11:59:44 -0700 On 08/14/2011 02:35 PM, Kulkarni Shantanu wrote: * Frederick FN Noronha *??

Author-Year-Page Citation Style

2011-08-14 Thread Bruce Pourciau
I have a document in the Article (Elsevier) class, with Natbib Author- Year selected under Bibliography and \usepackage{natbib} in the preamble. I have a bibtex generated bibliography using the .bst style file of the journal which is in the folder with my document. The bibliography is

Re: Author-Year-Page Citation Style

2011-08-14 Thread Patrick Dupre
On Sun, 14 Aug 2011, Bruce Pourciau wrote: I have a document in the Article (Elsevier) class, with Natbib Author-Year selected under Bibliography and \usepackage{natbib} in the preamble. I have a bibtex generated bibliography using the .bst style file of the journal which is in the folder

Re: Author-Year-Page Citation Style

2011-08-14 Thread Richard Heck
On 08/14/2011 03:32 PM, Bruce Pourciau wrote: I have a document in the Article (Elsevier) class, with Natbib Author-Year selected under Bibliography and \usepackage{natbib} in the preamble. I have a bibtex generated bibliography using the .bst style file of the journal which is in the folder

Re: Author-Year-Page Citation Style

2011-08-14 Thread Julio Rojas
You don't need \usepackage{natbib} in the preamble, but select the natbib option in Document - Settings - Bibliography. There you can also select Author,Year. For square brackets add square to the options in Document - Settings - Document Class - Custom. I hope this helps. Regards.

How to change the default setting of inserting a graph?

2011-08-14 Thread Zhaorong Wang
Dear lyx users, I am using lyx 2.0 on windows 7. I just keep lyx as simple editor of writing progress report every week. Often I need to insert figures, but the figures usually have different original size. Lyx seems to insert graphs using their original size as default. But sometimes big figure

Create my own module

2011-08-14 Thread Francesco Menoncin
Dear LyX users, I am using LyX 2.0.0 (on both Windows and Linux). How can I create my own module and add it to the list in "Document Settings"? For instance, I have put the following commands in the preamble in order to create a "balanced index" \RequirePackage{multicol}

Re: biblatex-chicago

2011-08-14 Thread Louis Turk
Hi Julio, On 08/14/2011 05:07 AM, Julio Rojas wrote: > Louis, you also need to state the natbib option while loading > biblatex-chicago (page 3 of the manual, citep and citet are commands > implemented in natbib): > > \usepackage[notes,autocite=footnote,natbib]{biblatex-chicago} > > I don't have

Re: Create my own module

2011-08-14 Thread Richard Heck
On 08/14/2011 05:06 AM, Francesco Menoncin wrote: > Dear LyX users, > > I am using LyX 2.0.0 (on both Windows and Linux). > How can I create my own module and add it to the list in "Document > Settings"? > Please see chapter 5 of the Customization manual. The process is described there. In this

Re: biblatex-chicago

2011-08-14 Thread Julio Rojas
As for the footnotes, you first have to use a biblatex style that automatically makes use of "\footcite". For this, you need to add the "citestyle" option citestyle=verbose-trad1 . What I usually do is that I renew a command like "\citep" into "\autocite" adding the following command to the

Re: Can I use lyx for a shopping list

2011-08-14 Thread Jean-Pierre Chrétien
Monty Zukowski codetransform.com> writes: > > I'd like to lay out a 3x5 card shopping list in 3 columns. I'm not > sure what document class to use for something so basic, everything I > tried likes to have a lot of space at the top. You may take a look at Open>Examples>multicol.lyx file. --

Re: Caption location in subfig

2011-08-14 Thread Paul A . Rubin
Try \captionsetup[subfigure]{position=top,margin=0pt,singlelinecheck=false}. Paul

Python Error on Windows 7? [was: Can't export in PDF]

2011-08-14 Thread Richard Heck
On 08/11/2011 05:15 AM, Anaïs Maréchal wrote: > Hi everybody, > > > > I don't know much on Lyx, I tried to search in the previous bug and on > the web but no results. > > > > I installed Lyx 2.0.0 on my Windows 7 laptop. I wrote a text, and when > I want to visualize it, I have an error (cannot

Footnotes, new numbers from each chapter...

2011-08-14 Thread Frederick FN Noronha फ्रेडरिक नोरोन्या *فريدريك نورونيا
Dear all: Is there some way I could start the footnote number new with each chapter -- that is, it should start from 1, 2, 3 etc at the start of every chapter? Many thanks in advance. FN FN +91-832-2409490 or +91-9822122436 (after 2pm) #784 Nr Lourdes Convent, Saligao 403511 Goa India

Re: Footnotes, new numbers from each chapter...

2011-08-14 Thread Kulkarni Shantanu
* Frederick FN Noronha *?? ?? [110814 23:53]: > Dear all: Is there some way I could start the footnote number new with each > chapter -- that is, it should start from 1, 2, 3 etc at the start

Re: Footnotes, new numbers from each chapter...

2011-08-14 Thread Richard Heck
On 08/14/2011 02:35 PM, Kulkarni Shantanu wrote: > * Frederick FN Noronha > *?? ?? [110814 23:53]: >> Dear all: Is there some way I could start the footnote number new with each >> chapter --

Re: Footnotes, new numbers from each chapter...

2011-08-14 Thread Frederick FN Noronha फ्रेडरिक नोरोन्या *فريدريك نورونيا
Thanks, Richard. Am using book (Memoire). Rgds, FN Re: Footnotes, new numbers from each chapter... Richard Heck Sun, 14 Aug 2011 11:59:44 -0700 On 08/14/2011 02:35 PM, Kulkarni Shantanu wrote: > * Frederick FN Noronha > *??

Author-Year-Page Citation Style

2011-08-14 Thread Bruce Pourciau
I have a document in the Article (Elsevier) class, with Natbib Author- Year selected under Bibliography and \usepackage{natbib} in the preamble. I have a bibtex generated bibliography using the .bst style file of the journal which is in the folder with my document. The bibliography is

Re: Author-Year-Page Citation Style

2011-08-14 Thread Patrick Dupre
On Sun, 14 Aug 2011, Bruce Pourciau wrote: I have a document in the Article (Elsevier) class, with Natbib Author-Year selected under Bibliography and \usepackage{natbib} in the preamble. I have a bibtex generated bibliography using the .bst style file of the journal which is in the folder

Re: Author-Year-Page Citation Style

2011-08-14 Thread Richard Heck
On 08/14/2011 03:32 PM, Bruce Pourciau wrote: > I have a document in the Article (Elsevier) class, with Natbib > Author-Year selected under Bibliography and \usepackage{natbib} in the > preamble. I have a bibtex generated bibliography using the .bst style > file of the journal which is in the

Re: Author-Year-Page Citation Style

2011-08-14 Thread Julio Rojas
You don't need \usepackage{natbib} in the preamble, but select the natbib option in Document -> Settings -> Bibliography. There you can also select Author,Year. For square brackets add "square" to the options in Document -> Settings -> Document Class -> Custom. I hope this helps. Regards.

How to change the default setting of inserting a graph?

2011-08-14 Thread Zhaorong Wang
Dear lyx users, I am using lyx 2.0 on windows 7. I just keep lyx as simple editor of writing progress report every week. Often I need to insert figures, but the figures usually have different original size. Lyx seems to insert graphs using their original size as default. But sometimes big figure