How to determine where I am on a page.

2010-01-25 Thread Philip Stubbs
I have hacked up my own class file. It does 95% of what I set out to achieve. However, I am stuck with the final bit of polish. I have an element that I don't want to appear at the bottom of a page. Therefore, I need to test to find out how far down the page I am, and if more than 75% of the page

Re: How to determine where I am on a page.

2010-01-25 Thread Jürgen Spitzmüller
Philip Stubbs wrote: I have an element that I don't want to appear at the bottom of a page. Therefore, I need to test to find out how far down the page I am, and if more than 75% of the page is used, insert a \newpage. One possibility:

Re: How to determine where I am on a page.

2010-01-25 Thread rgheck
On 01/25/2010 04:52 AM, Jürgen Spitzmüller wrote: % Conditional pagebreak \def\condbreak#1{% \vskip 0pt plus #1\pagebreak[3]\vskip 0pt plus -#1\relax} As a related question: What does \relax do, and when does one need it? rh

Re: Change tracking

2010-01-25 Thread rgheck
On 01/23/2010 04:59 AM, E. Kaplan wrote: It seems that inserting notes into a Lyx file while tracking changes modifies the color of some parts of the text in the pdf output to blue, misleading the reader to believe that the blue text is new insertions, while it is not. This is true of both

Re: How to determine where I am on a page.

2010-01-25 Thread Jürgen Spitzmüller
rgheck wrote: As a related question: What does \relax do, and when does one need it? http://en.wikibooks.org/wiki/TeX/relax Note, though, that the \condbreak macro is not my doing. I've picked it up eventually on comp.text.tex. Jürgen

Re: How to determine where I am on a page.

2010-01-25 Thread rgheck
On 01/25/2010 07:59 AM, Jürgen Spitzmüller wrote: rgheck wrote: As a related question: What does \relax do, and when does one need it? http://en.wikibooks.org/wiki/TeX/relax Thanks. I thought it must be something like that. rh

Don't understand LaTeX Error

2010-01-25 Thread Matthias Schmidt
Hello, I'm working with Lyx 1.6.5 and JabRef 2.5 When I want to view the following LaTeX Source as PDF (pdflatex), I get at the end of the first LaTeX run 4 LaTeX errors: LaTeX Source: \subsubsection{Die Familien Busch vor der Hardt und Flender\label{sub:Die-Familien-Busch}% \footnote{Aus

Re: Don't understand LaTeX Error

2010-01-25 Thread rgheck
On 01/25/2010 10:37 AM, Matthias Schmidt wrote: Hello, I'm working with Lyx 1.6.5 and JabRef 2.5 When I want to view the following LaTeX Source as PDF (pdflatex), I get at the end of the first LaTeX run 4 LaTeX errors: I think the problem is that you have put a footnote inside a

Re: Clear double page and start at left page

2010-01-25 Thread Jan Piet Joris en Corneel
Finally managed to solve the problem using the textpos package. In your preamble, put: % absolute to use whole page, showboxes draws line around each box, useful for debugging \usepackage[absolute,showboxes]{textpos} % sets up a grid, useful for debugging \usepackage[texcoord,colorgrid]{eso-pic}

lyx2lyx failure

2010-01-25 Thread Stefano Franchi
I am trying to open a lyx file produced by a conversion script and Lyx (1.6.5) fails claiming lyx2lyx could not convert it. The lyx file is in lyx format 2.16 (or so it claims in its header). Launching lyx2lyx from the console gives the following error: Warning: An error ocurred in 225,

Index of descriptions

2010-01-25 Thread Manolo Martí­nez
Dear list, I was wondering if any of you has had to do this before, and has maybe programmed a script or something to automate it: I need to look for all descriptions in a file and insert an index entry with the described item as text. Thanks, Manolo

photographs: what format to use for b/w printing via lyx?

2010-01-25 Thread Richard Brown
Does anyone have any useful input on what photo format gives the best quality results on b/w printing via lyx? Are there any optimal values, or things to worry about? TIA Richard

Re: Don't understand LaTeX Error

2010-01-25 Thread Matthias Schmidt
yes, I didn't think about the table of contents, ok. But I would like to understand, what is happening there: I get the LaTeX error only with \citet{GieslerG1990} but not with \cite{GieslerG1990}. Why doesn't Lyx accept this one citation style but the other one is ok? am Montag, 25. Januar 2010

RE: photographs: what format to use for b/w printing via lyx?

2010-01-25 Thread Rob Oakes
Hi Richard, What kinds of photos are they? For example, are they screenshots that you've converted to black and white? Or are they text on a white background? Or are they grayscale images or are they true black and white (two-tone images)? Are there any pertinent details that you wish to

Re: Document with PDFs

2010-01-25 Thread Julio Rojas
Is this not the right list for this kind of errors? Should I check bugzilla? Can someone send it to the developer list? My wife told me that today she closed all the footnotes and was able to compile the document. I haven't been able to verify this, but I'll try later tonight. Best regards.

Re: Index of descriptions

2010-01-25 Thread rgheck
On 01/25/2010 11:56 AM, Manolo Martí­nez wrote: Dear list, I was wondering if any of you has had to do this before, and has maybe programmed a script or something to automate it: I need to look for all descriptions in a file and insert an index entry with the described item as text.

RE: photographs: what format to use for b/w printing via lyx?

2010-01-25 Thread Richard Brown
Thanks for that encouraging reply, Rob. Can I ask a quick supplementary? I have colour jpgs, not particularly high res but neither are they poor. And I'm making a pdf for submission to a printer, to be printed in b/w. The jpgs are atthe moment much bigger than I need: I'll have to scale them to

Re: Index of descriptions

2010-01-25 Thread Manolo Martí­nez
But that does not save me from going description by description adding the glossary entry manually, does it? Manolo rgheck escribió: On 01/25/2010 11:56 AM, Manolo Martí­nez wrote: Dear list, I was wondering if any of you has had to do this before, and has maybe programmed a script or

Re: Index of descriptions

2010-01-25 Thread rgheck
On 01/25/2010 02:37 PM, Manolo Martí­nez wrote: But that does not save me from going description by description adding the glossary entry manually, does it? You could redefine the description environment in such a way that it handled this for you, I think. rh Manolo rgheck escribió: On

RE: photographs: what format to use for b/w printing via lyx?

2010-01-25 Thread Rob Oakes
Hi Richard, Can I ask a quick supplementary? Of course. The jpgs are at the moment much bigger than I need: I'll have to scale them to about 40%. Should I process the jpgs into monochrome tiffs? Or would the conversion cost me definition? By all means, process the files. If possible, do

Instead of A B .. in Appendix Appendix A Appendix B

2010-01-25 Thread Rainer M Krug
Hi I would like to have, instead of the standard numbering in the Appendix (A, B, ...) a numbering like Appendix A: HERE COMES MY TITLE Appendix A: HERE COMES MY SECOND TITLE . . . How can I achieve this? Thanks, Rainer -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD (Conservation

Re: Instead of A B .. in Appendix Appendix A Appendix B

2010-01-25 Thread Steve Litt
On Monday 25 January 2010 15:24:26 Rainer M Krug wrote: Hi I would like to have, instead of the standard numbering in the Appendix (A, B, ...) a numbering like Appendix A: HERE COMES MY TITLE Appendix A: HERE COMES MY SECOND TITLE . . . How can I achieve this? Thanks, Rainer

Genealogy symbols

2010-01-25 Thread Matthias Schmidt
Hello, I need genealogy symbols in a lyx-document. I installed the genealogy package with the MiKTeX package manager, reconfigured lyx, started lyx again - but I don't find the symbols (insert/special character/symbols). Please, how can I use the genealogy symbols in my document? -- Mit

RE: photographs: what format to use for b/w printing via lyx?

2010-01-25 Thread Richard Brown
Thanks, Rob. That was very clear and helpful! Richard On Mon, 2010-01-25 at 13:12 -0700, Rob Oakes wrote: Hi Richard, Can I ask a quick supplementary? Of course. The jpgs are at the moment much bigger than I need: I'll have to scale them to about 40%. Should I process the jpgs

Re: Instead of A B .. in Appendix Appendix A Appendix B

2010-01-25 Thread Rainer M Krug
On Mon, Jan 25, 2010 at 11:12 PM, Steve Litt sl...@troubleshooters.comwrote: On Monday 25 January 2010 15:24:26 Rainer M Krug wrote: Hi I would like to have, instead of the standard numbering in the Appendix (A, B, ...) a numbering like Appendix A: HERE COMES MY TITLE Appendix A:

Re: Instead of A B .. in Appendix Appendix A Appendix B

2010-01-25 Thread Steve Litt
On Monday 25 January 2010 16:53:30 Rainer M Krug wrote: On Mon, Jan 25, 2010 at 11:12 PM, Steve Litt sl...@troubleshooters.comwrote: On Monday 25 January 2010 15:24:26 Rainer M Krug wrote: Hi I would like to have, instead of the standard numbering in the Appendix (A, B, ...) a

Re: Instead of A B .. in Appendix Appendix A Appendix B

2010-01-25 Thread Rainer M Krug
On Tue, Jan 26, 2010 at 12:22 AM, Steve Litt sl...@troubleshooters.comwrote: On Monday 25 January 2010 16:53:30 Rainer M Krug wrote: On Mon, Jan 25, 2010 at 11:12 PM, Steve Litt sl...@troubleshooters.comwrote: On Monday 25 January 2010 15:24:26 Rainer M Krug wrote: Hi I would

Re: Index of descriptions

2010-01-25 Thread Manolo Martí­nez
OK, thanks, I'll try that. M rgheck escribió: On 01/25/2010 02:37 PM, Manolo Martí­nez wrote: But that does not save me from going description by description adding the glossary entry manually, does it? You could redefine the description environment in such a way that it handled this for

How to determine where I am on a page.

2010-01-25 Thread Philip Stubbs
I have hacked up my own class file. It does 95% of what I set out to achieve. However, I am stuck with the final bit of polish. I have an element that I don't want to appear at the bottom of a page. Therefore, I need to test to find out how far down the page I am, and if more than 75% of the page

Re: How to determine where I am on a page.

2010-01-25 Thread Jürgen Spitzmüller
Philip Stubbs wrote: I have an element that I don't want to appear at the bottom of a page. Therefore, I need to test to find out how far down the page I am, and if more than 75% of the page is used, insert a \newpage. One possibility:

Re: How to determine where I am on a page.

2010-01-25 Thread rgheck
On 01/25/2010 04:52 AM, Jürgen Spitzmüller wrote: % Conditional pagebreak \def\condbreak#1{% \vskip 0pt plus #1\pagebreak[3]\vskip 0pt plus -#1\relax} As a related question: What does \relax do, and when does one need it? rh

Re: Change tracking

2010-01-25 Thread rgheck
On 01/23/2010 04:59 AM, E. Kaplan wrote: It seems that inserting notes into a Lyx file while tracking changes modifies the color of some parts of the text in the pdf output to blue, misleading the reader to believe that the blue text is new insertions, while it is not. This is true of both

Re: How to determine where I am on a page.

2010-01-25 Thread Jürgen Spitzmüller
rgheck wrote: As a related question: What does \relax do, and when does one need it? http://en.wikibooks.org/wiki/TeX/relax Note, though, that the \condbreak macro is not my doing. I've picked it up eventually on comp.text.tex. Jürgen

Re: How to determine where I am on a page.

2010-01-25 Thread rgheck
On 01/25/2010 07:59 AM, Jürgen Spitzmüller wrote: rgheck wrote: As a related question: What does \relax do, and when does one need it? http://en.wikibooks.org/wiki/TeX/relax Thanks. I thought it must be something like that. rh

Don't understand LaTeX Error

2010-01-25 Thread Matthias Schmidt
Hello, I'm working with Lyx 1.6.5 and JabRef 2.5 When I want to view the following LaTeX Source as PDF (pdflatex), I get at the end of the first LaTeX run 4 LaTeX errors: LaTeX Source: \subsubsection{Die Familien Busch vor der Hardt und Flender\label{sub:Die-Familien-Busch}% \footnote{Aus

Re: Don't understand LaTeX Error

2010-01-25 Thread rgheck
On 01/25/2010 10:37 AM, Matthias Schmidt wrote: Hello, I'm working with Lyx 1.6.5 and JabRef 2.5 When I want to view the following LaTeX Source as PDF (pdflatex), I get at the end of the first LaTeX run 4 LaTeX errors: I think the problem is that you have put a footnote inside a

Re: Clear double page and start at left page

2010-01-25 Thread Jan Piet Joris en Corneel
Finally managed to solve the problem using the textpos package. In your preamble, put: % absolute to use whole page, showboxes draws line around each box, useful for debugging \usepackage[absolute,showboxes]{textpos} % sets up a grid, useful for debugging \usepackage[texcoord,colorgrid]{eso-pic}

lyx2lyx failure

2010-01-25 Thread Stefano Franchi
I am trying to open a lyx file produced by a conversion script and Lyx (1.6.5) fails claiming lyx2lyx could not convert it. The lyx file is in lyx format 2.16 (or so it claims in its header). Launching lyx2lyx from the console gives the following error: Warning: An error ocurred in 225,

Index of descriptions

2010-01-25 Thread Manolo Martí­nez
Dear list, I was wondering if any of you has had to do this before, and has maybe programmed a script or something to automate it: I need to look for all descriptions in a file and insert an index entry with the described item as text. Thanks, Manolo

photographs: what format to use for b/w printing via lyx?

2010-01-25 Thread Richard Brown
Does anyone have any useful input on what photo format gives the best quality results on b/w printing via lyx? Are there any optimal values, or things to worry about? TIA Richard

Re: Don't understand LaTeX Error

2010-01-25 Thread Matthias Schmidt
yes, I didn't think about the table of contents, ok. But I would like to understand, what is happening there: I get the LaTeX error only with \citet{GieslerG1990} but not with \cite{GieslerG1990}. Why doesn't Lyx accept this one citation style but the other one is ok? am Montag, 25. Januar 2010

RE: photographs: what format to use for b/w printing via lyx?

2010-01-25 Thread Rob Oakes
Hi Richard, What kinds of photos are they? For example, are they screenshots that you've converted to black and white? Or are they text on a white background? Or are they grayscale images or are they true black and white (two-tone images)? Are there any pertinent details that you wish to

Re: Document with PDFs

2010-01-25 Thread Julio Rojas
Is this not the right list for this kind of errors? Should I check bugzilla? Can someone send it to the developer list? My wife told me that today she closed all the footnotes and was able to compile the document. I haven't been able to verify this, but I'll try later tonight. Best regards.

Re: Index of descriptions

2010-01-25 Thread rgheck
On 01/25/2010 11:56 AM, Manolo Martí­nez wrote: Dear list, I was wondering if any of you has had to do this before, and has maybe programmed a script or something to automate it: I need to look for all descriptions in a file and insert an index entry with the described item as text.

RE: photographs: what format to use for b/w printing via lyx?

2010-01-25 Thread Richard Brown
Thanks for that encouraging reply, Rob. Can I ask a quick supplementary? I have colour jpgs, not particularly high res but neither are they poor. And I'm making a pdf for submission to a printer, to be printed in b/w. The jpgs are atthe moment much bigger than I need: I'll have to scale them to

Re: Index of descriptions

2010-01-25 Thread Manolo Martí­nez
But that does not save me from going description by description adding the glossary entry manually, does it? Manolo rgheck escribió: On 01/25/2010 11:56 AM, Manolo Martí­nez wrote: Dear list, I was wondering if any of you has had to do this before, and has maybe programmed a script or

Re: Index of descriptions

2010-01-25 Thread rgheck
On 01/25/2010 02:37 PM, Manolo Martí­nez wrote: But that does not save me from going description by description adding the glossary entry manually, does it? You could redefine the description environment in such a way that it handled this for you, I think. rh Manolo rgheck escribió: On

RE: photographs: what format to use for b/w printing via lyx?

2010-01-25 Thread Rob Oakes
Hi Richard, Can I ask a quick supplementary? Of course. The jpgs are at the moment much bigger than I need: I'll have to scale them to about 40%. Should I process the jpgs into monochrome tiffs? Or would the conversion cost me definition? By all means, process the files. If possible, do

Instead of A B .. in Appendix Appendix A Appendix B

2010-01-25 Thread Rainer M Krug
Hi I would like to have, instead of the standard numbering in the Appendix (A, B, ...) a numbering like Appendix A: HERE COMES MY TITLE Appendix A: HERE COMES MY SECOND TITLE . . . How can I achieve this? Thanks, Rainer -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD (Conservation

Re: Instead of A B .. in Appendix Appendix A Appendix B

2010-01-25 Thread Steve Litt
On Monday 25 January 2010 15:24:26 Rainer M Krug wrote: Hi I would like to have, instead of the standard numbering in the Appendix (A, B, ...) a numbering like Appendix A: HERE COMES MY TITLE Appendix A: HERE COMES MY SECOND TITLE . . . How can I achieve this? Thanks, Rainer

Genealogy symbols

2010-01-25 Thread Matthias Schmidt
Hello, I need genealogy symbols in a lyx-document. I installed the genealogy package with the MiKTeX package manager, reconfigured lyx, started lyx again - but I don't find the symbols (insert/special character/symbols). Please, how can I use the genealogy symbols in my document? -- Mit

RE: photographs: what format to use for b/w printing via lyx?

2010-01-25 Thread Richard Brown
Thanks, Rob. That was very clear and helpful! Richard On Mon, 2010-01-25 at 13:12 -0700, Rob Oakes wrote: Hi Richard, Can I ask a quick supplementary? Of course. The jpgs are at the moment much bigger than I need: I'll have to scale them to about 40%. Should I process the jpgs

Re: Instead of A B .. in Appendix Appendix A Appendix B

2010-01-25 Thread Rainer M Krug
On Mon, Jan 25, 2010 at 11:12 PM, Steve Litt sl...@troubleshooters.comwrote: On Monday 25 January 2010 15:24:26 Rainer M Krug wrote: Hi I would like to have, instead of the standard numbering in the Appendix (A, B, ...) a numbering like Appendix A: HERE COMES MY TITLE Appendix A:

Re: Instead of A B .. in Appendix Appendix A Appendix B

2010-01-25 Thread Steve Litt
On Monday 25 January 2010 16:53:30 Rainer M Krug wrote: On Mon, Jan 25, 2010 at 11:12 PM, Steve Litt sl...@troubleshooters.comwrote: On Monday 25 January 2010 15:24:26 Rainer M Krug wrote: Hi I would like to have, instead of the standard numbering in the Appendix (A, B, ...) a

Re: Instead of A B .. in Appendix Appendix A Appendix B

2010-01-25 Thread Rainer M Krug
On Tue, Jan 26, 2010 at 12:22 AM, Steve Litt sl...@troubleshooters.comwrote: On Monday 25 January 2010 16:53:30 Rainer M Krug wrote: On Mon, Jan 25, 2010 at 11:12 PM, Steve Litt sl...@troubleshooters.comwrote: On Monday 25 January 2010 15:24:26 Rainer M Krug wrote: Hi I would

Re: Index of descriptions

2010-01-25 Thread Manolo Martí­nez
OK, thanks, I'll try that. M rgheck escribió: On 01/25/2010 02:37 PM, Manolo Martí­nez wrote: But that does not save me from going description by description adding the glossary entry manually, does it? You could redefine the description environment in such a way that it handled this for

How to determine where I am on a page.

2010-01-25 Thread Philip Stubbs
I have hacked up my own class file. It does 95% of what I set out to achieve. However, I am stuck with the final bit of polish. I have an element that I don't want to appear at the bottom of a page. Therefore, I need to test to find out how far down the page I am, and if more than 75% of the page

Re: How to determine where I am on a page.

2010-01-25 Thread Jürgen Spitzmüller
Philip Stubbs wrote: > I have an element that I don't want to appear at the bottom of a page. > Therefore, I need to test to find out how far down the page I am, and > if more than 75% of the page is used, insert a \newpage. One possibility:

Re: How to determine where I am on a page.

2010-01-25 Thread rgheck
On 01/25/2010 04:52 AM, Jürgen Spitzmüller wrote: % Conditional pagebreak \def\condbreak#1{% \vskip 0pt plus #1\pagebreak[3]\vskip 0pt plus -#1\relax} As a related question: What does \relax do, and when does one need it? rh

Re: Change tracking

2010-01-25 Thread rgheck
On 01/23/2010 04:59 AM, E. Kaplan wrote: It seems that inserting notes into a Lyx file while tracking changes modifies the color of some parts of the text in the pdf output to blue, misleading the reader to believe that the blue text is new insertions, while it is not. This is true of both

Re: How to determine where I am on a page.

2010-01-25 Thread Jürgen Spitzmüller
rgheck wrote: > As a related question: What does \relax do, and when does one need it? http://en.wikibooks.org/wiki/TeX/relax Note, though, that the \condbreak macro is not my doing. I've picked it up eventually on comp.text.tex. Jürgen

Re: How to determine where I am on a page.

2010-01-25 Thread rgheck
On 01/25/2010 07:59 AM, Jürgen Spitzmüller wrote: rgheck wrote: As a related question: What does \relax do, and when does one need it? http://en.wikibooks.org/wiki/TeX/relax Thanks. I thought it must be something like that. rh

Don't understand LaTeX Error

2010-01-25 Thread Matthias Schmidt
Hello, I'm working with Lyx 1.6.5 and JabRef 2.5 When I want to view the following LaTeX Source as PDF (pdflatex), I get at the end of the first LaTeX run 4 LaTeX errors: LaTeX Source: \subsubsection{Die Familien Busch vor der Hardt und Flender\label{sub:Die-Familien-Busch}% \footnote{Aus

Re: Don't understand LaTeX Error

2010-01-25 Thread rgheck
On 01/25/2010 10:37 AM, Matthias Schmidt wrote: Hello, I'm working with Lyx 1.6.5 and JabRef 2.5 When I want to view the following LaTeX Source as PDF (pdflatex), I get at the end of the first LaTeX run 4 LaTeX errors: I think the problem is that you have put a footnote inside a

Re: Clear double page and start at left page

2010-01-25 Thread Jan Piet Joris en Corneel
Finally managed to solve the problem using the textpos package. In your preamble, put: % absolute to use whole page, showboxes draws line around each box, useful for debugging \usepackage[absolute,showboxes]{textpos} % sets up a grid, useful for debugging \usepackage[texcoord,colorgrid]{eso-pic}

lyx2lyx failure

2010-01-25 Thread Stefano Franchi
I am trying to open a lyx file produced by a conversion script and Lyx (1.6.5) fails claiming lyx2lyx could not convert it. The lyx file is in lyx format 2.16 (or so it claims in its header). Launching lyx2lyx from the console gives the following error: Warning: An error ocurred in 225,

Index of descriptions

2010-01-25 Thread Manolo Martí­nez
Dear list, I was wondering if any of you has had to do this before, and has maybe programmed a script or something to automate it: I need to look for all descriptions in a file and insert an index entry with the described item as text. Thanks, Manolo

photographs: what format to use for b/w printing via lyx?

2010-01-25 Thread Richard Brown
Does anyone have any useful input on what photo format gives the best quality results on b/w printing via lyx? Are there any optimal values, or things to worry about? TIA Richard

Re: Don't understand LaTeX Error

2010-01-25 Thread Matthias Schmidt
yes, I didn't think about the table of contents, ok. But I would like to understand, what is happening there: I get the LaTeX error only with "\citet{GieslerG1990}" but not with "\cite{GieslerG1990}". Why doesn't Lyx accept this one citation style but the other one is ok? am Montag, 25. Januar

RE: photographs: what format to use for b/w printing via lyx?

2010-01-25 Thread Rob Oakes
Hi Richard, What kinds of photos are they? For example, are they screenshots that you've converted to black and white? Or are they text on a white background? Or are they grayscale images or are they true black and white (two-tone images)? Are there any pertinent details that you wish to

Re: Document with PDFs

2010-01-25 Thread Julio Rojas
Is this not the right list for this kind of errors? Should I check bugzilla? Can someone send it to the developer list? My wife told me that today she closed all the footnotes and was able to compile the document. I haven't been able to verify this, but I'll try later tonight. Best regards.

Re: Index of descriptions

2010-01-25 Thread rgheck
On 01/25/2010 11:56 AM, Manolo Martí­nez wrote: Dear list, I was wondering if any of you has had to do this before, and has maybe programmed a script or something to automate it: I need to look for all descriptions in a file and insert an index entry with the described item as text.

RE: photographs: what format to use for b/w printing via lyx?

2010-01-25 Thread Richard Brown
Thanks for that encouraging reply, Rob. Can I ask a quick supplementary? I have colour jpgs, not particularly high res but neither are they poor. And I'm making a pdf for submission to a printer, to be printed in b/w. The jpgs are atthe moment much bigger than I need: I'll have to scale them to

Re: Index of descriptions

2010-01-25 Thread Manolo Martí­nez
But that does not save me from going description by description adding the glossary entry manually, does it? Manolo rgheck escribió: On 01/25/2010 11:56 AM, Manolo Martí­nez wrote: Dear list, I was wondering if any of you has had to do this before, and has maybe programmed a script or

Re: Index of descriptions

2010-01-25 Thread rgheck
On 01/25/2010 02:37 PM, Manolo Martí­nez wrote: But that does not save me from going description by description adding the glossary entry manually, does it? You could redefine the description environment in such a way that it handled this for you, I think. rh Manolo rgheck escribió: On

RE: photographs: what format to use for b/w printing via lyx?

2010-01-25 Thread Rob Oakes
Hi Richard, << Can I ask a quick supplementary? >> Of course. << The jpgs are at the moment much bigger than I need: I'll have to scale them to about 40%. Should I process the jpgs into monochrome tiffs? Or would the conversion cost me definition? >> By all means, process the files. If

Instead of "A" "B" .. in Appendix "Appendix A" "Appendix B"

2010-01-25 Thread Rainer M Krug
Hi I would like to have, instead of the standard numbering in the Appendix ("A", "B", ...) a numbering like Appendix A: HERE COMES MY TITLE Appendix A: HERE COMES MY SECOND TITLE . . . How can I achieve this? Thanks, Rainer -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD (Conservation

Re: Instead of "A" "B" .. in Appendix "Appendix A" "Appendix B"

2010-01-25 Thread Steve Litt
On Monday 25 January 2010 15:24:26 Rainer M Krug wrote: > Hi > > I would like to have, instead of the standard numbering in the Appendix > ("A", "B", ...) a numbering like > > Appendix A: HERE COMES MY TITLE > Appendix A: HERE COMES MY SECOND TITLE > . > . > . > > How can I achieve this? > >

Genealogy symbols

2010-01-25 Thread Matthias Schmidt
Hello, I need genealogy symbols in a lyx-document. I installed the genealogy package with the MiKTeX package manager, reconfigured lyx, started lyx again - but I don't find the symbols (insert/special character/symbols). Please, how can I use the genealogy symbols in my document? -- Mit

RE: photographs: what format to use for b/w printing via lyx?

2010-01-25 Thread Richard Brown
Thanks, Rob. That was very clear and helpful! Richard On Mon, 2010-01-25 at 13:12 -0700, Rob Oakes wrote: > Hi Richard, > > << Can I ask a quick supplementary? >> > > Of course. > > << The jpgs are at the moment much bigger than I need: I'll have to scale > them to about 40%. Should I

Re: Instead of "A" "B" .. in Appendix "Appendix A" "Appendix B"

2010-01-25 Thread Rainer M Krug
On Mon, Jan 25, 2010 at 11:12 PM, Steve Litt wrote: > On Monday 25 January 2010 15:24:26 Rainer M Krug wrote: > > Hi > > > > I would like to have, instead of the standard numbering in the Appendix > > ("A", "B", ...) a numbering like > > > > Appendix A: HERE COMES MY

Re: Instead of "A" "B" .. in Appendix "Appendix A" "Appendix B"

2010-01-25 Thread Steve Litt
On Monday 25 January 2010 16:53:30 Rainer M Krug wrote: > On Mon, Jan 25, 2010 at 11:12 PM, Steve Litt wrote: > > On Monday 25 January 2010 15:24:26 Rainer M Krug wrote: > > > Hi > > > > > > I would like to have, instead of the standard numbering in the Appendix > > >

Re: Instead of "A" "B" .. in Appendix "Appendix A" "Appendix B"

2010-01-25 Thread Rainer M Krug
On Tue, Jan 26, 2010 at 12:22 AM, Steve Litt wrote: > On Monday 25 January 2010 16:53:30 Rainer M Krug wrote: > > On Mon, Jan 25, 2010 at 11:12 PM, Steve Litt > wrote: > > > On Monday 25 January 2010 15:24:26 Rainer M Krug wrote: > > > > Hi >

Re: Index of descriptions

2010-01-25 Thread Manolo Martí­nez
OK, thanks, I'll try that. M rgheck escribió: On 01/25/2010 02:37 PM, Manolo Martí­nez wrote: But that does not save me from going description by description adding the glossary entry manually, does it? You could redefine the description environment in such a way that it handled this for