Re: problem nesting enumerate lists

2013-06-05 Thread BH
Actually, it's quite easy. The key is to make the continuation of (1) be a
standard paragraph, but indent it so that it does not alter the numbering
of (2). I hope this is clear:

1. [enumerated paragraph] item 1
(a) [indented enumerated paragraph] sub-item
(b) [indented enumerated paragraph] another sub-item
[indented standard paragraph] continue item 1
2. [non-indented enumerated paragraph] item 2.

BH



On Wed, Jun 5, 2013 at 11:46 AM, Richard Heck rgh...@lyx.org wrote:

 On 06/05/2013 11:32 AM, Piersante Sestini wrote:

 I have a problem formatting enumerated lists in a document.

 What I need is
 ==
 1 item bla bla bla bla
 (a) sub-item
 (b)another sub-item
   continue item 1 again bla bla bla

 2 another item bla bla bla

 However, what I get is:

 1 item bla bla bla bla
 (a) sub-item
 (b)another sub-item
 2  continue item 1 again bla bla bla ---!!!

 3 another item bla bla bla

 ==
 How do I prevent lyx from inserting a new item number after the last
 sub-item of a list?


 I don't think you can do this in LyX without ERT. LyX thinks that new
 paragraphs are new items, and I don't see any way to override this behavior.

 For now, then, you have to use ERT for your subitems, as in the attached.

 Richard




Re: problem nesting enumerate lists

2013-06-05 Thread BH
Actually, it's quite easy. The key is to make the continuation of (1) be a
standard paragraph, but indent it so that it does not alter the numbering
of (2). I hope this is clear:

1. [enumerated paragraph] item 1
(a) [indented enumerated paragraph] sub-item
(b) [indented enumerated paragraph] another sub-item
[indented standard paragraph] continue item 1
2. [non-indented enumerated paragraph] item 2.

BH



On Wed, Jun 5, 2013 at 11:46 AM, Richard Heck rgh...@lyx.org wrote:

 On 06/05/2013 11:32 AM, Piersante Sestini wrote:

 I have a problem formatting enumerated lists in a document.

 What I need is
 ==
 1 item bla bla bla bla
 (a) sub-item
 (b)another sub-item
   continue item 1 again bla bla bla

 2 another item bla bla bla

 However, what I get is:

 1 item bla bla bla bla
 (a) sub-item
 (b)another sub-item
 2  continue item 1 again bla bla bla ---!!!

 3 another item bla bla bla

 ==
 How do I prevent lyx from inserting a new item number after the last
 sub-item of a list?


 I don't think you can do this in LyX without ERT. LyX thinks that new
 paragraphs are new items, and I don't see any way to override this behavior.

 For now, then, you have to use ERT for your subitems, as in the attached.

 Richard




Re: problem nesting enumerate lists

2013-06-05 Thread BH
Actually, it's quite easy. The key is to make the continuation of (1) be a
standard paragraph, but indent it so that it does not alter the numbering
of (2). I hope this is clear:

1. [enumerated paragraph] item 1
(a) [indented enumerated paragraph] sub-item
(b) [indented enumerated paragraph] another sub-item
[indented standard paragraph] continue item 1
2. [non-indented enumerated paragraph] item 2.

BH



On Wed, Jun 5, 2013 at 11:46 AM, Richard Heck <rgh...@lyx.org> wrote:

> On 06/05/2013 11:32 AM, Piersante Sestini wrote:
>
>> I have a problem formatting enumerated lists in a document.
>>
>> What I need is
>> ==
>> 1 item bla bla bla bla
>> (a) sub-item
>> (b)another sub-item
>>   continue item 1 again bla bla bla
>>
>> 2 another item bla bla bla
>>
>> However, what I get is:
>>
>> 1 item bla bla bla bla
>> (a) sub-item
>> (b)another sub-item
>> 2  continue item 1 again bla bla bla <---!!!
>>
>> 3 another item bla bla bla
>>
>> ==
>> How do I prevent lyx from inserting a new item number after the last
>> sub-item of a list?
>>
>
> I don't think you can do this in LyX without ERT. LyX thinks that new
> paragraphs are new items, and I don't see any way to override this behavior.
>
> For now, then, you have to use ERT for your subitems, as in the attached.
>
> Richard
>
>


Re: word2lyx: Word to LyX Document Converter

2012-03-08 Thread BH
On Wed, Mar 7, 2012 at 7:03 PM, Rob Oakes rob.oa...@oak-tree.us wrote:
 Dear Users and Developers,

 First off, thank you to everyone who sent me documents over the weekend.
 I was able to make a lot of tweaks to word2lyx based on what you sent me.

 With that hurdle out of the way, I think it's ready to release it into
 the wild. If you'd like to download a copy of it, you can download the
 code from:

 http://oak-tree.us/stuff/LyX/word2lyx-01.zip

 A brief write-up of the features and usage can be found at:

 http://www.oak-tree.us/2012/03/07/word2lyx01-2/

 If you download it and find it useful, please let me know. If you
 download it and have problems, also please let me know. (Mostly so I can
 fix the problems.)

I'm very interested in this -- thanks for undertaking the project.
However, I can't even get it started. On Mac (10.6.8), calling
word2lyx from the Terminal, I get the following:

 ./word2lyx.py ./Example-Word2LyX.docx test.lyx
Traceback (most recent call last):
  File ./word2lyx.py, line 13, in module
from docx import read as docxread
  File /Users/bennett/Downloads/word2lyx/docx/read.py, line 10, in module
from parser import ElementTree as etree
  File /Users/bennett/Downloads/word2lyx/docx/parser.py, line 13, in module
class etree_element(ElementTree.Element):
TypeError: Error when calling the metaclass bases
function() argument 1 must be code, not str

Am I doing anything wrong?

BH


Re: word2lyx: Word to LyX Document Converter

2012-03-08 Thread BH
On Wed, Mar 7, 2012 at 7:03 PM, Rob Oakes rob.oa...@oak-tree.us wrote:
 Dear Users and Developers,

 First off, thank you to everyone who sent me documents over the weekend.
 I was able to make a lot of tweaks to word2lyx based on what you sent me.

 With that hurdle out of the way, I think it's ready to release it into
 the wild. If you'd like to download a copy of it, you can download the
 code from:

 http://oak-tree.us/stuff/LyX/word2lyx-01.zip

 A brief write-up of the features and usage can be found at:

 http://www.oak-tree.us/2012/03/07/word2lyx01-2/

 If you download it and find it useful, please let me know. If you
 download it and have problems, also please let me know. (Mostly so I can
 fix the problems.)

I'm very interested in this -- thanks for undertaking the project.
However, I can't even get it started. On Mac (10.6.8), calling
word2lyx from the Terminal, I get the following:

 ./word2lyx.py ./Example-Word2LyX.docx test.lyx
Traceback (most recent call last):
  File ./word2lyx.py, line 13, in module
from docx import read as docxread
  File /Users/bennett/Downloads/word2lyx/docx/read.py, line 10, in module
from parser import ElementTree as etree
  File /Users/bennett/Downloads/word2lyx/docx/parser.py, line 13, in module
class etree_element(ElementTree.Element):
TypeError: Error when calling the metaclass bases
function() argument 1 must be code, not str

Am I doing anything wrong?

BH


Re: word2lyx: Word to LyX Document Converter

2012-03-08 Thread BH
On Wed, Mar 7, 2012 at 7:03 PM, Rob Oakes <rob.oa...@oak-tree.us> wrote:
> Dear Users and Developers,
>
> First off, thank you to everyone who sent me documents over the weekend.
> I was able to make a lot of tweaks to word2lyx based on what you sent me.
>
> With that hurdle out of the way, I think it's ready to release it into
> the wild. If you'd like to download a copy of it, you can download the
> code from:
>
> http://oak-tree.us/stuff/LyX/word2lyx-01.zip
>
> A brief write-up of the features and usage can be found at:
>
> http://www.oak-tree.us/2012/03/07/word2lyx01-2/
>
> If you download it and find it useful, please let me know. If you
> download it and have problems, also please let me know. (Mostly so I can
> fix the problems.)

I'm very interested in this -- thanks for undertaking the project.
However, I can't even get it started. On Mac (10.6.8), calling
word2lyx from the Terminal, I get the following:

> ./word2lyx.py ./Example-Word2LyX.docx test.lyx
Traceback (most recent call last):
  File "./word2lyx.py", line 13, in 
from docx import read as docxread
  File "/Users/bennett/Downloads/word2lyx/docx/read.py", line 10, in 
from parser import ElementTree as etree
  File "/Users/bennett/Downloads/word2lyx/docx/parser.py", line 13, in 
class etree_element(ElementTree.Element):
TypeError: Error when calling the metaclass bases
function() argument 1 must be code, not str

Am I doing anything wrong?

BH


Re: Mac-specific: tex2lyx won't run

2012-02-14 Thread BH
On Tue, Feb 14, 2012 at 10:54 AM, Eric Weir eew...@bellsouth.net wrote:

 Just correcting a typo in the subject heading.

 --

 I'm attempting to use the workaround suggested by Stefano to get LyX to
 recognize a Unicoded document as Unicoded. The workaround  involves use of
 the tex2lyx command.

 I'm on a Mac. When I run the command I get a command not found message. When
 I do locate tex2lyx, however, the file  shows up in two
 locations: /Applications/LyX.app/Contents/MacOS
 and /Applications/TeX/LyX.app/Contents/MacOS

 How do I get the command to run?

I'm guessing the problem is that tex2lyx isn't in your PATH, which
means you must provide it yourself. So from the Terminal, you should
type, for example,

/Applications/LyX.app/Contents/MacOS/tex2lyx

to invoke it. (Or use the path to the version of LyX in your
/Applications/TeX folder -- whichever one you want to use.)

BH


Re: Mac-specific: tex2lyx won't run

2012-02-14 Thread BH
On Tue, Feb 14, 2012 at 11:18 AM, Eric Weir eew...@bellsouth.net wrote:

 On Feb 14, 2012, at 11:07 AM, BH wrote:

 I'm guessing the problem is that tex2lyx isn't in your PATH, which
 means you must provide it yourself. So from the Terminal, you should
 type, for example,

 /Applications/LyX.app/Contents/MacOS/tex2lyx

 Thanks, Will do. But while I'm at it, is there a way to get it in my path. It 
 appears I may be needing to use the command a fair bit.

Here's one explanation:

http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/

BH


Re: Mac-specific: tex2lyx won't run

2012-02-14 Thread BH
On Tue, Feb 14, 2012 at 10:54 AM, Eric Weir eew...@bellsouth.net wrote:

 Just correcting a typo in the subject heading.

 --

 I'm attempting to use the workaround suggested by Stefano to get LyX to
 recognize a Unicoded document as Unicoded. The workaround  involves use of
 the tex2lyx command.

 I'm on a Mac. When I run the command I get a command not found message. When
 I do locate tex2lyx, however, the file  shows up in two
 locations: /Applications/LyX.app/Contents/MacOS
 and /Applications/TeX/LyX.app/Contents/MacOS

 How do I get the command to run?

I'm guessing the problem is that tex2lyx isn't in your PATH, which
means you must provide it yourself. So from the Terminal, you should
type, for example,

/Applications/LyX.app/Contents/MacOS/tex2lyx

to invoke it. (Or use the path to the version of LyX in your
/Applications/TeX folder -- whichever one you want to use.)

BH


Re: Mac-specific: tex2lyx won't run

2012-02-14 Thread BH
On Tue, Feb 14, 2012 at 11:18 AM, Eric Weir eew...@bellsouth.net wrote:

 On Feb 14, 2012, at 11:07 AM, BH wrote:

 I'm guessing the problem is that tex2lyx isn't in your PATH, which
 means you must provide it yourself. So from the Terminal, you should
 type, for example,

 /Applications/LyX.app/Contents/MacOS/tex2lyx

 Thanks, Will do. But while I'm at it, is there a way to get it in my path. It 
 appears I may be needing to use the command a fair bit.

Here's one explanation:

http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/

BH


Re: Mac-specific: tex2lyx won't run

2012-02-14 Thread BH
On Tue, Feb 14, 2012 at 10:54 AM, Eric Weir <eew...@bellsouth.net> wrote:
>
> Just correcting a typo in the subject heading.
>
> --
>
> I'm attempting to use the workaround suggested by Stefano to get LyX to
> recognize a Unicoded document as Unicoded. The workaround  involves use of
> the tex2lyx command.
>
> I'm on a Mac. When I run the command I get a command not found message. When
> I do locate tex2lyx, however, the file  shows up in two
> locations: /Applications/LyX.app/Contents/MacOS
> and /Applications/TeX/LyX.app/Contents/MacOS
>
> How do I get the command to run?

I'm guessing the problem is that tex2lyx isn't in your PATH, which
means you must provide it yourself. So from the Terminal, you should
type, for example,

/Applications/LyX.app/Contents/MacOS/tex2lyx

to invoke it. (Or use the path to the version of LyX in your
/Applications/TeX folder -- whichever one you want to use.)

BH


Re: Mac-specific: tex2lyx won't run

2012-02-14 Thread BH
On Tue, Feb 14, 2012 at 11:18 AM, Eric Weir <eew...@bellsouth.net> wrote:
>
> On Feb 14, 2012, at 11:07 AM, BH wrote:
>
>> I'm guessing the problem is that tex2lyx isn't in your PATH, which
>> means you must provide it yourself. So from the Terminal, you should
>> type, for example,
>>
>> /Applications/LyX.app/Contents/MacOS/tex2lyx
>
> Thanks, Will do. But while I'm at it, is there a way to get it in my path. It 
> appears I may be needing to use the command a fair bit.

Here's one explanation:

http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/

BH


Re: how to instal tex fonts on OS X?

2012-01-11 Thread BH
[Sending this time to the list]

On Wed, Jan 11, 2012 at 7:14 PM, BH bewih...@gmail.com wrote:
 On Wed, Jan 11, 2012 at 3:29 PM, malte köster malte.koes...@gmail.com wrote:
 dear all,
 I recently installed LyX 2.0 and MacTeX TeXLive-2011-Basic on a Mac OS X
 10.7 system.

 I noticed that by default fonts look pixelated in pdf output because bitmap
 fonts are used (http://wiki.lyx.org/FAQ/PDF).
 The FAQ suggests to use the font Latin Modern instead of the default
 Computer Modern.

 How do I install the font for LaTex on OS X? I found the font
 on http://www.gust.org.pl/projects/e-foundry/latin-modern/ but could not
 find any straight forward instructions on how to install it on my system.
 Can anybody point me to a simple explanation how to install fonts?

 Use TeX Live Utility (/Applications/TeX/) to install it. Launch it,
 click on the Packages tab, and do a search for the lm package.
 Select it and choose Actions  Install Selected Packages.

 After doing this (which may take a while, especially with a slow
 internet connection), you'll probably want to reconfigure LyX (LyX 
 Reconfigure) and restart.

 BH


Re: how to instal tex fonts on OS X?

2012-01-11 Thread BH
[Sending this time to the list]

On Wed, Jan 11, 2012 at 7:14 PM, BH bewih...@gmail.com wrote:
 On Wed, Jan 11, 2012 at 3:29 PM, malte köster malte.koes...@gmail.com wrote:
 dear all,
 I recently installed LyX 2.0 and MacTeX TeXLive-2011-Basic on a Mac OS X
 10.7 system.

 I noticed that by default fonts look pixelated in pdf output because bitmap
 fonts are used (http://wiki.lyx.org/FAQ/PDF).
 The FAQ suggests to use the font Latin Modern instead of the default
 Computer Modern.

 How do I install the font for LaTex on OS X? I found the font
 on http://www.gust.org.pl/projects/e-foundry/latin-modern/ but could not
 find any straight forward instructions on how to install it on my system.
 Can anybody point me to a simple explanation how to install fonts?

 Use TeX Live Utility (/Applications/TeX/) to install it. Launch it,
 click on the Packages tab, and do a search for the lm package.
 Select it and choose Actions  Install Selected Packages.

 After doing this (which may take a while, especially with a slow
 internet connection), you'll probably want to reconfigure LyX (LyX 
 Reconfigure) and restart.

 BH


Re: how to instal tex fonts on OS X?

2012-01-11 Thread BH
[Sending this time to the list]

On Wed, Jan 11, 2012 at 7:14 PM, BH <bewih...@gmail.com> wrote:
> On Wed, Jan 11, 2012 at 3:29 PM, malte köster <malte.koes...@gmail.com> wrote:
>> dear all,
>> I recently installed LyX 2.0 and MacTeX TeXLive-2011-Basic on a Mac OS X
>> 10.7 system.
>>
>> I noticed that by default fonts look pixelated in pdf output because bitmap
>> fonts are used (http://wiki.lyx.org/FAQ/PDF).
>> The FAQ suggests to use the font Latin Modern instead of the default
>> Computer Modern.
>>
>> How do I install the font for LaTex on OS X? I found the font
>> on http://www.gust.org.pl/projects/e-foundry/latin-modern/ but could not
>> find any straight forward instructions on how to install it on my system.
>> Can anybody point me to a simple explanation how to install fonts?
>
> Use TeX Live Utility (/Applications/TeX/) to install it. Launch it,
> click on the "Packages" tab, and do a search for the "lm" package.
> Select it and choose Actions > Install Selected Packages.
>
> After doing this (which may take a while, especially with a slow
> internet connection), you'll probably want to reconfigure LyX (LyX >
> Reconfigure) and restart.
>
> BH


Re: LyX-Produced Book

2011-12-01 Thread BH
On Thu, Dec 1, 2011 at 4:10 AM, Jean-Marc Lasgouttes lasgout...@lyx.org wrote:
 Le 01/12/11 05:44, BH a écrit :

 In any case, another testament to LyX/LaTeX. Thanks again to the
 developers, to whom I'm
 grateful every day.


 Hmm, you are one of them, aren't you?

You mean philosophers writing books with LyX? Yes. ;)

(Congratulations, Stefano!)

BH


Re: LyX-Produced Book

2011-12-01 Thread BH
On Thu, Dec 1, 2011 at 4:10 AM, Jean-Marc Lasgouttes lasgout...@lyx.org wrote:
 Le 01/12/11 05:44, BH a écrit :

 In any case, another testament to LyX/LaTeX. Thanks again to the
 developers, to whom I'm
 grateful every day.


 Hmm, you are one of them, aren't you?

You mean philosophers writing books with LyX? Yes. ;)

(Congratulations, Stefano!)

BH


Re: LyX-Produced Book

2011-12-01 Thread BH
On Thu, Dec 1, 2011 at 4:10 AM, Jean-Marc Lasgouttes <lasgout...@lyx.org> wrote:
> Le 01/12/11 05:44, BH a écrit :
>>
>> In any case, another testament to LyX/LaTeX. Thanks again to the
>> developers, to whom I'm
>> grateful every day.
>
>
> Hmm, you are one of them, aren't you?

You mean philosophers writing books with LyX? Yes. ;)

(Congratulations, Stefano!)

BH


Re: LyX-Produced Book

2011-11-30 Thread BH
On Tue, Nov 29, 2011 at 6:43 PM, Richard Heck rgh...@comcast.net wrote:
 On 11/29/2011 05:42 PM, Rob Oakes wrote:
 Congratulations on finishing your book. It's beautifully produced and
 looks very interesting. While I was looking through it, I found myself
 with a couple of craft questions:

 Did you write the document class from scratch, or is it based on one of
 the larger classes (e.g., Koma-Script, Memoir, Standard Book)?

 It's based on book. I'll attach it, along with the LyX layout for it.

 How did you end up working with the references? Was BibLaTeX somehow
 involved?

 I'm also attaching the bst, which is perhaps the most involved thing.

 Someone else asked about OUP and LaTeX. My experience, with the
 philosophy people there, has been very, very good. In this case, they
 just printed the book from a PDF I sent them, but they are also happy to
 work with LaTeX submissions, if you don't want to get into the typesetting.

Congratulations, indeed.

My last book was also philosophy at OUP, and my experience was very
good as well. After sending them the manuscript in PDF, they were
impressed enough with its appearance that they asked me if I wanted to
typeset the book. I declined (not wanting to go to the trouble of all
the tweaking you did); they did accept a LaTeX version, which I
believe they tweaked in order to typeset it. In any case, another
testament to LyX/LaTeX. Thanks again to the developers, to whom I'm
grateful every day.

BH


Re: LyX-Produced Book

2011-11-30 Thread BH
On Tue, Nov 29, 2011 at 6:43 PM, Richard Heck rgh...@comcast.net wrote:
 On 11/29/2011 05:42 PM, Rob Oakes wrote:
 Congratulations on finishing your book. It's beautifully produced and
 looks very interesting. While I was looking through it, I found myself
 with a couple of craft questions:

 Did you write the document class from scratch, or is it based on one of
 the larger classes (e.g., Koma-Script, Memoir, Standard Book)?

 It's based on book. I'll attach it, along with the LyX layout for it.

 How did you end up working with the references? Was BibLaTeX somehow
 involved?

 I'm also attaching the bst, which is perhaps the most involved thing.

 Someone else asked about OUP and LaTeX. My experience, with the
 philosophy people there, has been very, very good. In this case, they
 just printed the book from a PDF I sent them, but they are also happy to
 work with LaTeX submissions, if you don't want to get into the typesetting.

Congratulations, indeed.

My last book was also philosophy at OUP, and my experience was very
good as well. After sending them the manuscript in PDF, they were
impressed enough with its appearance that they asked me if I wanted to
typeset the book. I declined (not wanting to go to the trouble of all
the tweaking you did); they did accept a LaTeX version, which I
believe they tweaked in order to typeset it. In any case, another
testament to LyX/LaTeX. Thanks again to the developers, to whom I'm
grateful every day.

BH


Re: LyX-Produced Book

2011-11-30 Thread BH
On Tue, Nov 29, 2011 at 6:43 PM, Richard Heck <rgh...@comcast.net> wrote:
> On 11/29/2011 05:42 PM, Rob Oakes wrote:
>> Congratulations on finishing your book. It's beautifully produced and
>> looks very interesting. While I was looking through it, I found myself
>> with a couple of "craft" questions:
>>
>> Did you write the document class from scratch, or is it based on one of
>> the larger classes (e.g., Koma-Script, Memoir, Standard Book)?
>>
> It's based on book. I'll attach it, along with the LyX layout for it.
>
>> How did you end up working with the references? Was BibLaTeX somehow
>> involved?
>>
> I'm also attaching the bst, which is perhaps the most involved thing.
>
> Someone else asked about OUP and LaTeX. My experience, with the
> philosophy people there, has been very, very good. In this case, they
> just printed the book from a PDF I sent them, but they are also happy to
> work with LaTeX submissions, if you don't want to get into the typesetting.

Congratulations, indeed.

My last book was also philosophy at OUP, and my experience was very
good as well. After sending them the manuscript in PDF, they were
impressed enough with its appearance that they asked me if I wanted to
typeset the book. I declined (not wanting to go to the trouble of all
the tweaking you did); they did accept a LaTeX version, which I
believe they tweaked in order to typeset it. In any case, another
testament to LyX/LaTeX. Thanks again to the developers, to whom I'm
grateful every day.

BH


Re: MacTeX/XeTeX pdf setting problems

2011-08-07 Thread BH
On Sun, Aug 7, 2011 at 3:10 PM, Maria Gouskova gousk...@gmail.com wrote:
 On Sun, Aug 7, 2011 at 1:11 PM, Maria Gouskova gousk...@gmail.com wrote:
 Dear LyX users,

 I just upgraded MacTeX to the newest version (2011), and now I am
 having some problems making pdf documents. First of all, if I use
 XeTeX and non-TeX fonts, I get the following error on trying to view
 the PDF:

 LaTeX Error: Command \B already defined.
 LaTeX Error: Command \T already defined.


 \newcommand{\B}[2][0]{\Bk{#1}{0}{#2}}

 Your command was ignored.
 Type  I command return  to replace it with another command,
 or  return  to continue without it.

 Turning XeTeX off resolves this in a short test file, but I am also
 unable to compile a longer document that has a bit more complicated
 stuff in it at all--LyX basically freezes. Anyone else having problems
 with new MacTeX? All of my LaTeX purist colleagues seem to be doing
 okay, so I wonder if this is LyX-specific...

 Maria


 P.S.--I reverted to MacTeX 2008, my previous installation, and the
 error no longer appears. So problem solved for the time
 being--although I would still be curious to know why this is
 happening.

If you haven't already done so, you might try switching back to MacTeX
2011 and using TeX LIve Utility.app to update it to the most recent
version.

BH


Re: MacTeX/XeTeX pdf setting problems

2011-08-07 Thread BH
On Sun, Aug 7, 2011 at 3:10 PM, Maria Gouskova gousk...@gmail.com wrote:
 On Sun, Aug 7, 2011 at 1:11 PM, Maria Gouskova gousk...@gmail.com wrote:
 Dear LyX users,

 I just upgraded MacTeX to the newest version (2011), and now I am
 having some problems making pdf documents. First of all, if I use
 XeTeX and non-TeX fonts, I get the following error on trying to view
 the PDF:

 LaTeX Error: Command \B already defined.
 LaTeX Error: Command \T already defined.


 \newcommand{\B}[2][0]{\Bk{#1}{0}{#2}}

 Your command was ignored.
 Type  I command return  to replace it with another command,
 or  return  to continue without it.

 Turning XeTeX off resolves this in a short test file, but I am also
 unable to compile a longer document that has a bit more complicated
 stuff in it at all--LyX basically freezes. Anyone else having problems
 with new MacTeX? All of my LaTeX purist colleagues seem to be doing
 okay, so I wonder if this is LyX-specific...

 Maria


 P.S.--I reverted to MacTeX 2008, my previous installation, and the
 error no longer appears. So problem solved for the time
 being--although I would still be curious to know why this is
 happening.

If you haven't already done so, you might try switching back to MacTeX
2011 and using TeX LIve Utility.app to update it to the most recent
version.

BH


Re: MacTeX/XeTeX pdf setting problems

2011-08-07 Thread BH
On Sun, Aug 7, 2011 at 3:10 PM, Maria Gouskova <gousk...@gmail.com> wrote:
> On Sun, Aug 7, 2011 at 1:11 PM, Maria Gouskova <gousk...@gmail.com> wrote:
>> Dear LyX users,
>>
>> I just upgraded MacTeX to the newest version (2011), and now I am
>> having some problems making pdf documents. First of all, if I use
>> XeTeX and non-TeX fonts, I get the following error on trying to view
>> the PDF:
>>
>> LaTeX Error: Command \B already defined.
>> LaTeX Error: Command \T already defined.
>>
>>
>> \newcommand{\B}[2][0]{\Bk{#1}{0}{#2}}
>>
>> Your command was ignored.
>> Type  I    to replace it with another command,
>> or    to continue without it.
>>
>> Turning XeTeX off resolves this in a short test file, but I am also
>> unable to compile a longer document that has a bit more complicated
>> stuff in it at all--LyX basically freezes. Anyone else having problems
>> with new MacTeX? All of my LaTeX purist colleagues seem to be doing
>> okay, so I wonder if this is LyX-specific...
>>
>> Maria
>
>
> P.S.--I reverted to MacTeX 2008, my previous installation, and the
> error no longer appears. So problem solved for the time
> being--although I would still be curious to know why this is
> happening.

If you haven't already done so, you might try switching back to MacTeX
2011 and using TeX LIve Utility.app to update it to the most recent
version.

BH


Re: Upgrading to LyX-2.0 and MacTeX-2010 broke moderncv

2011-06-16 Thread BH
On Wed, Jun 15, 2011 at 11:17 PM, Uwe Stöhr uwesto...@web.de wrote:
 Does it compile if you are using TeXLive instead of MacTeX?

(MacTeX *is* TeXLive on Mac.)

BH


Re: Upgrading to LyX-2.0 and MacTeX-2010 broke moderncv

2011-06-16 Thread BH
On Wed, Jun 15, 2011 at 11:17 PM, Uwe Stöhr uwesto...@web.de wrote:
 Does it compile if you are using TeXLive instead of MacTeX?

(MacTeX *is* TeXLive on Mac.)

BH


Re: Upgrading to LyX-2.0 and MacTeX-2010 broke moderncv

2011-06-16 Thread BH
On Wed, Jun 15, 2011 at 11:17 PM, Uwe Stöhr <uwesto...@web.de> wrote:
> Does it compile if you are using TeXLive instead of MacTeX?

(MacTeX *is* TeXLive on Mac.)

BH


Re: Just getting started

2011-06-11 Thread BH
On Sat, Jun 11, 2011 at 8:32 AM, Eric Weir eew...@bellsouth.net wrote:

 On Jun 10, 2011, at 8:50 PM, BH wrote:

 On Mac, there's no easy way to get to the default examples folder. It
 can be found at .../LyX.app/Contents/Resources/examples, which you can
 get to through the or the Open file dialog by hitting Cmd-g and then
 entering the path.

 Thanks BH -- and to Paul and Waluyo was well.

 I can get to the examples folder through Finder, but not through the LyX file 
 browser. Now that I've found it, is there some standardd place i should move 
 or copy it to so it's available from within LyX itself?

Sorry -- I should have said to use CmdShift-G in the File  Open
dialog within LyX. You should be able to access it from within LyX.

If you'd prefer to copy them somewhere else, a standard place might be:

~/Library/Application Support/LyX-2.0/examples

BH


Re: Just getting started

2011-06-11 Thread BH
On Sat, Jun 11, 2011 at 8:32 AM, Eric Weir eew...@bellsouth.net wrote:

 On Jun 10, 2011, at 8:50 PM, BH wrote:

 On Mac, there's no easy way to get to the default examples folder. It
 can be found at .../LyX.app/Contents/Resources/examples, which you can
 get to through the or the Open file dialog by hitting Cmd-g and then
 entering the path.

 Thanks BH -- and to Paul and Waluyo was well.

 I can get to the examples folder through Finder, but not through the LyX file 
 browser. Now that I've found it, is there some standardd place i should move 
 or copy it to so it's available from within LyX itself?

Sorry -- I should have said to use CmdShift-G in the File  Open
dialog within LyX. You should be able to access it from within LyX.

If you'd prefer to copy them somewhere else, a standard place might be:

~/Library/Application Support/LyX-2.0/examples

BH


Re: Just getting started

2011-06-11 Thread BH
On Sat, Jun 11, 2011 at 8:32 AM, Eric Weir <eew...@bellsouth.net> wrote:
>
> On Jun 10, 2011, at 8:50 PM, BH wrote:
>
>> On Mac, there's no easy way to get to the default examples folder. It
>> can be found at .../LyX.app/Contents/Resources/examples, which you can
>> get to through the or the Open file dialog by hitting -g and then
>> entering the path.
>
> Thanks BH -- and to Paul and Waluyo was well.
>
> I can get to the examples folder through Finder, but not through the LyX file 
> browser. Now that I've found it, is there some standardd place i should move 
> or copy it to so it's available from within LyX itself?

Sorry -- I should have said to use -G in the File > Open
dialog within LyX. You should be able to access it from within LyX.

If you'd prefer to copy them somewhere else, a standard place might be:

~/Library/Application Support/LyX-2.0/examples

BH


Re: Just getting started

2011-06-10 Thread BH
On Fri, Jun 10, 2011 at 7:30 PM, Paul Rubin ru...@msu.edu wrote:
 Eric Weir eeweir at bellsouth.net writes:

 The tutorial mentions a
 document, example_raw.lyx, to which I am to make corrections as I
 progress through the tutorial, but it
 doesn't say where it is and I can't find it.

 On Linux, look in /usr/share/lyx/examples.  On Windows, look for the examples
 folder under the LyX installation directory (usually C:\Program Files\lyx, I
 think).  On a Mac, try the Finder or ask Steve Jobs. :-)

On Mac, there's no easy way to get to the default examples folder. It
can be found at .../LyX.app/Contents/Resources/examples, which you can
get to through the or the Open file dialog by hitting Cmd-g and then
entering the path.

(We need a better solution for that and the default templates folder.)

BH


Re: Just getting started

2011-06-10 Thread BH
On Fri, Jun 10, 2011 at 7:30 PM, Paul Rubin ru...@msu.edu wrote:
 Eric Weir eeweir at bellsouth.net writes:

 The tutorial mentions a
 document, example_raw.lyx, to which I am to make corrections as I
 progress through the tutorial, but it
 doesn't say where it is and I can't find it.

 On Linux, look in /usr/share/lyx/examples.  On Windows, look for the examples
 folder under the LyX installation directory (usually C:\Program Files\lyx, I
 think).  On a Mac, try the Finder or ask Steve Jobs. :-)

On Mac, there's no easy way to get to the default examples folder. It
can be found at .../LyX.app/Contents/Resources/examples, which you can
get to through the or the Open file dialog by hitting Cmd-g and then
entering the path.

(We need a better solution for that and the default templates folder.)

BH


Re: Just getting started

2011-06-10 Thread BH
On Fri, Jun 10, 2011 at 7:30 PM, Paul Rubin <ru...@msu.edu> wrote:
> Eric Weir  bellsouth.net> writes:
>
>> The tutorial mentions a
>> document, example_raw.lyx, to which I am to make corrections as I
>> progress through the tutorial, but it
>> doesn't say where it is and I can't find it.
>
> On Linux, look in /usr/share/lyx/examples.  On Windows, look for the examples
> folder under the LyX installation directory (usually C:\Program Files\lyx, I
> think).  On a Mac, try the Finder or ask Steve Jobs. :-)

On Mac, there's no easy way to get to the default examples folder. It
can be found at .../LyX.app/Contents/Resources/examples, which you can
get to through the or the Open file dialog by hitting -g and then
entering the path.

(We need a better solution for that and the default templates folder.)

BH


Re: Chapter Numbers have become blank

2011-06-01 Thread BH
On Wed, Jun 1, 2011 at 3:45 PM, Lance W. Haverkamp
la...@thehaverkamps.net wrote:
 Working on 100+ page book, using LyX 1.6.7 on Mint Linux (Ubuntu).
 All my Chapter Numbers have become blank.  They are setup as Chapters,
 not Chapters*.  Chapter Numbers have vanished entirely in this document.
 They correctly show in LyX, but when printing or making a pdf, there are
 no chapter numbers. All sections print as 0.x, regardless of what
 chapter # they live in; section 4.3 is printed as 0.3 etc.

 Any idea what the heck is going-on here?

What settings do you have in the Numbering and TOC section of
Document Settings?

BH


Re: Chapter Numbers have become blank

2011-06-01 Thread BH
On Wed, Jun 1, 2011 at 3:45 PM, Lance W. Haverkamp
la...@thehaverkamps.net wrote:
 Working on 100+ page book, using LyX 1.6.7 on Mint Linux (Ubuntu).
 All my Chapter Numbers have become blank.  They are setup as Chapters,
 not Chapters*.  Chapter Numbers have vanished entirely in this document.
 They correctly show in LyX, but when printing or making a pdf, there are
 no chapter numbers. All sections print as 0.x, regardless of what
 chapter # they live in; section 4.3 is printed as 0.3 etc.

 Any idea what the heck is going-on here?

What settings do you have in the Numbering and TOC section of
Document Settings?

BH


Re: Chapter Numbers have become blank

2011-06-01 Thread BH
On Wed, Jun 1, 2011 at 3:45 PM, Lance W. Haverkamp
<la...@thehaverkamps.net> wrote:
> Working on 100+ page book, using LyX 1.6.7 on Mint Linux (Ubuntu).
> All my Chapter Numbers have become blank.  They are setup as Chapters,
> not Chapters*.  Chapter Numbers have vanished entirely in this document.
> They correctly show in LyX, but when printing or making a pdf, there are
> no chapter numbers. All sections print as 0.x, regardless of what
> chapter # they live in; section 4.3 is printed as 0.3 etc.
>
> Any idea what the heck is going-on here?

What settings do you have in the "Numbering and TOC" section of
Document Settings?

BH


Re: Implementing a new environment in a LyX .layout

2011-05-31 Thread BH
On Tue, May 31, 2011 at 6:12 PM, Peter Flynn pe...@silmaril.ie wrote:
 Final plea: I have been unable to find a formal list of all the keywords for
 a .layout file, with their syntax and application. Does such a list exist
 yet?

Try section 5 of the Customization.lyx help file (in the Help menu).

BH


Re: Implementing a new environment in a LyX .layout

2011-05-31 Thread BH
On Tue, May 31, 2011 at 6:12 PM, Peter Flynn pe...@silmaril.ie wrote:
 Final plea: I have been unable to find a formal list of all the keywords for
 a .layout file, with their syntax and application. Does such a list exist
 yet?

Try section 5 of the Customization.lyx help file (in the Help menu).

BH


Re: Implementing a new environment in a LyX .layout

2011-05-31 Thread BH
On Tue, May 31, 2011 at 6:12 PM, Peter Flynn <pe...@silmaril.ie> wrote:
> Final plea: I have been unable to find a formal list of all the keywords for
> a .layout file, with their syntax and application. Does such a list exist
> yet?

Try section 5 of the Customization.lyx help file (in the Help menu).

BH


Re: Installing on Mac--MacTex vs. BasicTex

2011-05-27 Thread BH
On Thu, May 26, 2011 at 11:14 PM, Bob Alvarez cobol...@gmail.com wrote:
 I am installing Lyx 1.6.9 on a Macbook Air OSX 10.6 .  Looking through the
 instructions I was dismayed to see that I may have to install the 1.6 GB
 MacTex package. This machine only has a 64 GB drive so this is quite a lot
 of overhead not to mention that the download will take many hours on my
 basic DSL connection.

 The Wiki suggests BasicTex but this thread suggests that is a bad idea
 http://www.mail-archive.com/lyx-users@lists.lyx.org/msg78404.html

 Questions:
 1. Has anyone had success installing and using Lyx with BasicTex (I am
 mainly interested in koma-script article document class)?

 2. Any ideas on using an external USB drive to hold the installation package
 and then selecting the components I need for Lyx?

 3. Any other ideas on how to reduce the drive space requirement?

I haven't used BasicTeX myself, but I believe it will work together
with TeX Live Utility.app, which will allow you selectively to add
other LaTeX packages that BasicTeX itself does not include. It may be
a pain to track down packages you need but don't have and then to
install them, but if you're willing to put in that effort, BasicTeX
may be for you.

I believe (2) will not work: when installing the full MacTeX package,
it's pretty much all or nothing. (But I'm going from memory of
something I didn't pay attention to when installing MacTeX a long time
ago.)

BH


Re: shortcut

2011-05-27 Thread BH
On Fri, May 27, 2011 at 8:31 AM, Hal Kierstead kierst...@asu.edu wrote:
 I understand this part.  What I need to know is where the shortcuts defined 
 using the preferences dialog are stored.

(Please reply to the list so that others can follow the thread.)

Default .bind files on Mac are stored in
LyX.app/Contents/Resources/bind/. As Richard says, however, you can
change them via LyX's preferences. At LyX  Preferences  Editing 
Shortcuts, there's a Browse button that allows you to select from
among the default .bind files. Clicking it will take you to the
appropriate directory. If you use the dialog to change keybindings,
the modifications you make are stored (on Mac) in
~/Library/Application Support/LyX-2.0/bind/user.bind.

BH


Re: Installing on Mac--MacTex vs. BasicTex

2011-05-27 Thread BH
On Thu, May 26, 2011 at 11:14 PM, Bob Alvarez cobol...@gmail.com wrote:
 I am installing Lyx 1.6.9 on a Macbook Air OSX 10.6 .  Looking through the
 instructions I was dismayed to see that I may have to install the 1.6 GB
 MacTex package. This machine only has a 64 GB drive so this is quite a lot
 of overhead not to mention that the download will take many hours on my
 basic DSL connection.

 The Wiki suggests BasicTex but this thread suggests that is a bad idea
 http://www.mail-archive.com/lyx-users@lists.lyx.org/msg78404.html

 Questions:
 1. Has anyone had success installing and using Lyx with BasicTex (I am
 mainly interested in koma-script article document class)?

 2. Any ideas on using an external USB drive to hold the installation package
 and then selecting the components I need for Lyx?

 3. Any other ideas on how to reduce the drive space requirement?

I haven't used BasicTeX myself, but I believe it will work together
with TeX Live Utility.app, which will allow you selectively to add
other LaTeX packages that BasicTeX itself does not include. It may be
a pain to track down packages you need but don't have and then to
install them, but if you're willing to put in that effort, BasicTeX
may be for you.

I believe (2) will not work: when installing the full MacTeX package,
it's pretty much all or nothing. (But I'm going from memory of
something I didn't pay attention to when installing MacTeX a long time
ago.)

BH


Re: shortcut

2011-05-27 Thread BH
On Fri, May 27, 2011 at 8:31 AM, Hal Kierstead kierst...@asu.edu wrote:
 I understand this part.  What I need to know is where the shortcuts defined 
 using the preferences dialog are stored.

(Please reply to the list so that others can follow the thread.)

Default .bind files on Mac are stored in
LyX.app/Contents/Resources/bind/. As Richard says, however, you can
change them via LyX's preferences. At LyX  Preferences  Editing 
Shortcuts, there's a Browse button that allows you to select from
among the default .bind files. Clicking it will take you to the
appropriate directory. If you use the dialog to change keybindings,
the modifications you make are stored (on Mac) in
~/Library/Application Support/LyX-2.0/bind/user.bind.

BH


Re: Installing on Mac--MacTex vs. BasicTex

2011-05-27 Thread BH
On Thu, May 26, 2011 at 11:14 PM, Bob Alvarez <cobol...@gmail.com> wrote:
> I am installing Lyx 1.6.9 on a Macbook Air OSX 10.6 .  Looking through the
> instructions I was dismayed to see that I may have to install the 1.6 GB
> MacTex package. This machine only has a 64 GB drive so this is quite a lot
> of overhead not to mention that the download will take many hours on my
> basic DSL connection.
>
> The Wiki suggests BasicTex but this thread suggests that is a bad idea
> http://www.mail-archive.com/lyx-users@lists.lyx.org/msg78404.html
>
> Questions:
> 1. Has anyone had success installing and using Lyx with BasicTex (I am
> mainly interested in koma-script article document class)?
>
> 2. Any ideas on using an external USB drive to hold the installation package
> and then selecting the components I need for Lyx?
>
> 3. Any other ideas on how to reduce the drive space requirement?

I haven't used BasicTeX myself, but I believe it will work together
with TeX Live Utility.app, which will allow you selectively to add
other LaTeX packages that BasicTeX itself does not include. It may be
a pain to track down packages you need but don't have and then to
install them, but if you're willing to put in that effort, BasicTeX
may be for you.

I believe (2) will not work: when installing the full MacTeX package,
it's pretty much all or nothing. (But I'm going from memory of
something I didn't pay attention to when installing MacTeX a long time
ago.)

BH


Re: shortcut

2011-05-27 Thread BH
On Fri, May 27, 2011 at 8:31 AM, Hal Kierstead <kierst...@asu.edu> wrote:
> I understand this part.  What I need to know is where the shortcuts defined 
> using the preferences dialog are stored.

(Please reply to the list so that others can follow the thread.)

Default .bind files on Mac are stored in
LyX.app/Contents/Resources/bind/. As Richard says, however, you can
change them via LyX's preferences. At LyX > Preferences > Editing >
Shortcuts, there's a "Browse" button that allows you to select from
among the default .bind files. Clicking it will take you to the
appropriate directory. If you use the dialog to change keybindings,
the modifications you make are stored (on Mac) in
~/Library/Application Support/LyX-2.0/bind/user.bind.

BH


Re: LyX for Mac OSX 10.6.7?

2011-05-26 Thread BH
On Wed, May 25, 2011 at 4:21 PM, Trevor Jenkins bslwann...@gmail.com wrote:
 Feel free to edit some more if you
 like. (If you don't have it already, you can ask on the list for the
 password.)

 Already did; already haven't got.

Sent privately.

BH


Re: shortcut

2011-05-26 Thread BH
On Thu, May 26, 2011 at 8:15 PM, Richard Heck rgh...@comcast.net wrote:
 On 05/26/2011 06:06 PM, Hal Kierstead wrote:
 I am trying to get my shortcuts uniform across three machines.  Can
 you tell me where shortcuts are stored on a Max?  I already know to
 use the same bind folder and layout file.

 The difference is in what .bind file is used. You can change this under
 ToolsPreferences. OSX uses mac.bind by default.

Except on a Mac, the preferences dialog can be found at LyX 
Preferences (as is common for Mac apps).

BH


Re: LyX for Mac OSX 10.6.7?

2011-05-26 Thread BH
On Wed, May 25, 2011 at 4:21 PM, Trevor Jenkins bslwann...@gmail.com wrote:
 Feel free to edit some more if you
 like. (If you don't have it already, you can ask on the list for the
 password.)

 Already did; already haven't got.

Sent privately.

BH


Re: shortcut

2011-05-26 Thread BH
On Thu, May 26, 2011 at 8:15 PM, Richard Heck rgh...@comcast.net wrote:
 On 05/26/2011 06:06 PM, Hal Kierstead wrote:
 I am trying to get my shortcuts uniform across three machines.  Can
 you tell me where shortcuts are stored on a Max?  I already know to
 use the same bind folder and layout file.

 The difference is in what .bind file is used. You can change this under
 ToolsPreferences. OSX uses mac.bind by default.

Except on a Mac, the preferences dialog can be found at LyX 
Preferences (as is common for Mac apps).

BH


Re: LyX for Mac OSX 10.6.7?

2011-05-26 Thread BH
On Wed, May 25, 2011 at 4:21 PM, Trevor Jenkins <bslwann...@gmail.com> wrote:
>> Feel free to edit some more if you
>> like. (If you don't have it already, you can ask on the list for the
>> password.)
>
> Already did; already haven't got.

Sent privately.

BH


Re: shortcut

2011-05-26 Thread BH
On Thu, May 26, 2011 at 8:15 PM, Richard Heck <rgh...@comcast.net> wrote:
> On 05/26/2011 06:06 PM, Hal Kierstead wrote:
>> I am trying to get my shortcuts uniform across three machines.  Can
>> you tell me where shortcuts are stored on a Max?  I already know to
>> use the same bind folder and layout file.
>>
> The difference is in what .bind file is used. You can change this under
> Tools>Preferences. OSX uses mac.bind by default.

Except on a Mac, the preferences dialog can be found at LyX >
Preferences (as is common for Mac apps).

BH


Re: LyX for Mac OSX 10.6.7?

2011-05-25 Thread BH
 Err, sorry I don't understand how does CleanMyMac have any effect upon the
 content of the LyX wiki? The wiki entry for Mac points direct to an FTP
 directory for MacTeX (the package is 1.2Gb) others have suggested that there
 are smaller (streamlined) packages available but anyone looking at the LyX
 wiki isn't going to know that. We don't all have perfect knowledge.

 And if one wants to boast LyX is installed here on a MacMini Server with 8Gb
 and 1Tb of disk storage. And on a 120Gb Macbook Pro.

The suggestion to link to the MacTeX homepage is a good one. (We had
that link before, I believe; I'm not sure why it was changed.) At any
rate, I've made some modifications. Feel free to edit some more if you
like. (If you don't have it already, you can ask on the list for the
password.)

By the way, please bottom-post in this list. It makes it easier for
others to follow the conversation.

BH


Re: LyX for Mac OSX 10.6.7?

2011-05-25 Thread BH
 Err, sorry I don't understand how does CleanMyMac have any effect upon the
 content of the LyX wiki? The wiki entry for Mac points direct to an FTP
 directory for MacTeX (the package is 1.2Gb) others have suggested that there
 are smaller (streamlined) packages available but anyone looking at the LyX
 wiki isn't going to know that. We don't all have perfect knowledge.

 And if one wants to boast LyX is installed here on a MacMini Server with 8Gb
 and 1Tb of disk storage. And on a 120Gb Macbook Pro.

The suggestion to link to the MacTeX homepage is a good one. (We had
that link before, I believe; I'm not sure why it was changed.) At any
rate, I've made some modifications. Feel free to edit some more if you
like. (If you don't have it already, you can ask on the list for the
password.)

By the way, please bottom-post in this list. It makes it easier for
others to follow the conversation.

BH


Re: LyX for Mac OSX 10.6.7?

2011-05-25 Thread BH
> Err, sorry I don't understand how does "CleanMyMac" have any effect upon the
> content of the LyX wiki? The wiki entry for Mac points direct to an FTP
> directory for MacTeX (the package is 1.2Gb) others have suggested that there
> are smaller (streamlined) packages available but anyone looking at the LyX
> wiki isn't going to know that. We don't all have perfect knowledge.
>
> And if one wants to boast LyX is installed here on a MacMini Server with 8Gb
> and 1Tb of disk storage. And on a 120Gb Macbook Pro.

The suggestion to link to the MacTeX homepage is a good one. (We had
that link before, I believe; I'm not sure why it was changed.) At any
rate, I've made some modifications. Feel free to edit some more if you
like. (If you don't have it already, you can ask on the list for the
password.)

By the way, please bottom-post in this list. It makes it easier for
others to follow the conversation.

BH


Re: Borked 2.0.0 on Mac OS X?

2011-05-12 Thread BH
On Thu, May 12, 2011 at 7:14 PM, Trevor Jenkins bslwann...@gmail.com wrote:
 I seem to have screwed my LyX installation on a Mac OS X 10.6.7 server
 machine. The executable runs fine. I can create simple documents (as in
 testing someone else's issue with 10.6.7) but when I try New from Template
 the various folders are empty. Those in the LyX package are there (Finder
 can open the package and show me the various files) but LyX itself cannot
 find anything.

Can you be more specific? -- Which folders are empty?

 The Mac section of the Wiki hasn't been updated yet to cover 2.0.0 so I'm
 flying solo.

Not much has changed with 2.0, so there's not much to update on the
wiki specifically for 2.0.

One thing that has changed, which may be relevant, is the installation
procedure. Previously, we supplied a LyX-Installer.app, which would do
things like copy your LyX user's folder to its new location. Now
you're supposed to do that manually. (This is detailed in the ReadMe
that came with the application.) I'm guessing you didn't follow those
instructions and so aren't seeing templates that are in your LyX-1.6
user's folder but not your LyX-2.0 user's folder.

BH


Re: Borked 2.0.0 on Mac OS X?

2011-05-12 Thread BH
On Thu, May 12, 2011 at 7:34 PM, Trevor Jenkins bslwann...@gmail.com wrote:
 On Fri, May 13, 2011 at 12:30 AM, BH bewih...@gmail.com wrote:

 On Thu, May 12, 2011 at 7:14 PM, Trevor Jenkins bslwann...@gmail.com
 wrote:
  I seem to have screwed my LyX installation on a Mac OS X 10.6.7 server
  machine. The executable runs fine. I can create simple documents (as in
  testing someone else's issue with 10.6.7) but when I try New from
  Template
  the various folders are empty. Those in the LyX package are there
  (Finder
  can open the package and show me the various files) but LyX itself
  cannot
  find anything.

 Can you be more specific? -- Which folders are empty?

 Can't be more specific than all o them that is all of them offered in the
 dialog box displayed by New from Template.

You're not helping me help you here. What folders are displayed
depends on your setup.

  The Mac section of the Wiki hasn't been updated yet to cover 2.0.0 so
  I'm
  flying solo.

 Not much has changed with 2.0, so there's not much to update on the
 wiki specifically for 2.0.

 One thing that has changed, which may be relevant, is the installation
 procedure. Previously, we supplied a LyX-Installer.app, which would do
 things like copy your LyX user's folder to its new location. Now
 you're supposed to do that manually. (This is detailed in the ReadMe
 that came with the application.) I'm guessing you didn't follow those
 instructions and so aren't seeing templates that are in your LyX-1.6
 user's folder but not your LyX-2.0 user's folder.

 Ye gods! You're kidding. The 1.4 instructons on the Wiki are opaque.

Notice that the wiki has instructions for 1.4 *or later*. They apply
to 2.0 as well.

 I worked out that there wasn't an installer app because ... well there isn't
 an installer app to be executed.

 This manualised step is retrogressive surely?Regards, Trevor. And that wiki
 page needs some serious work to make it comprehensible to the average user.

It would help if you could again be more specific: what aren't you
understanding? Indeed, you should feel free to edit the wiki page
yourself so as to improve it. (If you're interested, ask to have the
password sent to you.) LyX depends on the efforts of volunteers --
volunteers whose patience is sorely tested by sarcasm and vague
demands for help or improvement.

BH


Re: Borked 2.0.0 on Mac OS X?

2011-05-12 Thread BH
On Thu, May 12, 2011 at 7:14 PM, Trevor Jenkins bslwann...@gmail.com wrote:
 I seem to have screwed my LyX installation on a Mac OS X 10.6.7 server
 machine. The executable runs fine. I can create simple documents (as in
 testing someone else's issue with 10.6.7) but when I try New from Template
 the various folders are empty. Those in the LyX package are there (Finder
 can open the package and show me the various files) but LyX itself cannot
 find anything.

Can you be more specific? -- Which folders are empty?

 The Mac section of the Wiki hasn't been updated yet to cover 2.0.0 so I'm
 flying solo.

Not much has changed with 2.0, so there's not much to update on the
wiki specifically for 2.0.

One thing that has changed, which may be relevant, is the installation
procedure. Previously, we supplied a LyX-Installer.app, which would do
things like copy your LyX user's folder to its new location. Now
you're supposed to do that manually. (This is detailed in the ReadMe
that came with the application.) I'm guessing you didn't follow those
instructions and so aren't seeing templates that are in your LyX-1.6
user's folder but not your LyX-2.0 user's folder.

BH


Re: Borked 2.0.0 on Mac OS X?

2011-05-12 Thread BH
On Thu, May 12, 2011 at 7:34 PM, Trevor Jenkins bslwann...@gmail.com wrote:
 On Fri, May 13, 2011 at 12:30 AM, BH bewih...@gmail.com wrote:

 On Thu, May 12, 2011 at 7:14 PM, Trevor Jenkins bslwann...@gmail.com
 wrote:
  I seem to have screwed my LyX installation on a Mac OS X 10.6.7 server
  machine. The executable runs fine. I can create simple documents (as in
  testing someone else's issue with 10.6.7) but when I try New from
  Template
  the various folders are empty. Those in the LyX package are there
  (Finder
  can open the package and show me the various files) but LyX itself
  cannot
  find anything.

 Can you be more specific? -- Which folders are empty?

 Can't be more specific than all o them that is all of them offered in the
 dialog box displayed by New from Template.

You're not helping me help you here. What folders are displayed
depends on your setup.

  The Mac section of the Wiki hasn't been updated yet to cover 2.0.0 so
  I'm
  flying solo.

 Not much has changed with 2.0, so there's not much to update on the
 wiki specifically for 2.0.

 One thing that has changed, which may be relevant, is the installation
 procedure. Previously, we supplied a LyX-Installer.app, which would do
 things like copy your LyX user's folder to its new location. Now
 you're supposed to do that manually. (This is detailed in the ReadMe
 that came with the application.) I'm guessing you didn't follow those
 instructions and so aren't seeing templates that are in your LyX-1.6
 user's folder but not your LyX-2.0 user's folder.

 Ye gods! You're kidding. The 1.4 instructons on the Wiki are opaque.

Notice that the wiki has instructions for 1.4 *or later*. They apply
to 2.0 as well.

 I worked out that there wasn't an installer app because ... well there isn't
 an installer app to be executed.

 This manualised step is retrogressive surely?Regards, Trevor. And that wiki
 page needs some serious work to make it comprehensible to the average user.

It would help if you could again be more specific: what aren't you
understanding? Indeed, you should feel free to edit the wiki page
yourself so as to improve it. (If you're interested, ask to have the
password sent to you.) LyX depends on the efforts of volunteers --
volunteers whose patience is sorely tested by sarcasm and vague
demands for help or improvement.

BH


Re: Borked 2.0.0 on Mac OS X?

2011-05-12 Thread BH
On Thu, May 12, 2011 at 7:14 PM, Trevor Jenkins <bslwann...@gmail.com> wrote:
> I seem to have screwed my LyX installation on a Mac OS X 10.6.7 server
> machine. The executable runs fine. I can create simple documents (as in
> testing someone else's issue with 10.6.7) but when I try "New from Template"
> the various folders are empty. Those in the LyX package are there (Finder
> can open the package and show me the various files) but LyX itself cannot
> find anything.

Can you be more specific? -- Which folders are empty?

> The Mac section of the Wiki hasn't been updated yet to cover 2.0.0 so I'm
> flying solo.

Not much has changed with 2.0, so there's not much to update on the
wiki specifically for 2.0.

One thing that has changed, which may be relevant, is the installation
procedure. Previously, we supplied a LyX-Installer.app, which would do
things like copy your LyX user's folder to its new location. Now
you're supposed to do that manually. (This is detailed in the ReadMe
that came with the application.) I'm guessing you didn't follow those
instructions and so aren't seeing templates that are in your LyX-1.6
user's folder but not your LyX-2.0 user's folder.

BH


Re: Borked 2.0.0 on Mac OS X?

2011-05-12 Thread BH
On Thu, May 12, 2011 at 7:34 PM, Trevor Jenkins <bslwann...@gmail.com> wrote:
> On Fri, May 13, 2011 at 12:30 AM, BH <bewih...@gmail.com> wrote:
>>
>> On Thu, May 12, 2011 at 7:14 PM, Trevor Jenkins <bslwann...@gmail.com>
>> wrote:
>> > I seem to have screwed my LyX installation on a Mac OS X 10.6.7 server
>> > machine. The executable runs fine. I can create simple documents (as in
>> > testing someone else's issue with 10.6.7) but when I try "New from
>> > Template"
>> > the various folders are empty. Those in the LyX package are there
>> > (Finder
>> > can open the package and show me the various files) but LyX itself
>> > cannot
>> > find anything.
>>
>> Can you be more specific? -- Which folders are empty?
>
> Can't be more specific than "all o them" that is all of them offered in the
> dialog box displayed by New from Template.

You're not helping me help you here. What folders are displayed
depends on your setup.

>> > The Mac section of the Wiki hasn't been updated yet to cover 2.0.0 so
>> > I'm
>> > flying solo.
>>
>> Not much has changed with 2.0, so there's not much to update on the
>> wiki specifically for 2.0.
>>
>> One thing that has changed, which may be relevant, is the installation
>> procedure. Previously, we supplied a LyX-Installer.app, which would do
>> things like copy your LyX user's folder to its new location. Now
>> you're supposed to do that manually. (This is detailed in the ReadMe
>> that came with the application.) I'm guessing you didn't follow those
>> instructions and so aren't seeing templates that are in your LyX-1.6
>> user's folder but not your LyX-2.0 user's folder.
>
> Ye gods! You're kidding. The 1.4 instructons on the Wiki are opaque.

Notice that the wiki has instructions for 1.4 *or later*. They apply
to 2.0 as well.

> I worked out that there wasn't an installer app because ... well there isn't
> an installer app to be executed.
>
> This manualised step is retrogressive surely?Regards, Trevor. And that wiki
> page needs some serious work to make it comprehensible to the average user.

It would help if you could again be more specific: what aren't you
understanding? Indeed, you should feel free to edit the wiki page
yourself so as to improve it. (If you're interested, ask to have the
password sent to you.) LyX depends on the efforts of volunteers --
volunteers whose patience is sorely tested by sarcasm and vague
demands for help or improvement.

BH


Re: Fixme (package/module)

2011-05-10 Thread BH
On Tue, May 10, 2011 at 8:40 AM, Ken kmai...@gmail.com wrote:
 In case this is of any use to others it may be best/easiest to change
 the status in the fixme.module file (and to close the document and
 re-open it in order for the change to occur next time the pdf is
 generated).

An alternative would be to create two modules: fixme.module and
fixme-draft.module, only the latter of which has the status=draft
option in the preamble. Then you could simply switch from one module
to the other using Document  Settings. This is a bit clunky, but far
easier than manually editing the fixme.module each time, and it would
only affect the current document rather than all documents that use
that module.

BH


Re: Subfigures: \subref support?

2011-05-10 Thread BH
On Tue, May 10, 2011 at 2:06 PM, Diego Queiroz queiroz.di...@gmail.com wrote:
 On Mon, May 9, 2011 at 1:24 AM, Diego Queiroz queiroz.di...@gmail.com
 wrote:

 LyX 2.0 supports \subref command without ERT? (I want to cross-reference a
 subfigure inside the figure environment)
 If so, how do I insert it?
 Thanks,
 ---
 Diego Queiroz


 No answers? :-(
 Currently I am using ERT and it solved my problem.
 But can someone confirm if lyX really doesn't support this feature at all?

It's not hard. See attached example (for which you won't, of course,
have access to my images, but that doesn't matter).

BH


subfigure.lyx
Description: Binary data


Re: Subfigures: \subref support?

2011-05-10 Thread BH
On Tue, May 10, 2011 at 3:09 PM, Diego Queiroz queiroz.di...@gmail.com wrote:
 Thanks for the answers.
 But I think I wasn't clear.
 I want to use the \subref command not the \ref one (supported by default on
 LyX).
 The difference between them is that \ref produces 1a while \subref
 produces only a.
 I need to cite subfigures in the caption of the main float.
 Example.:
 Fig(a) --- Fig(b)
 Figure 1: Here you see some figure (a) and another figure (b).
 Got it?
 But now I'm almost sure LyX really doesn't really support it.
 If so, this is another good (and simple) improvement for LyX 2.1. :-)

Isn't this precisely what I gave you in the sample file? (I didn't put
the cross-reference in the figure caption, but that's trivial.)

In short, LyX supports it and makes it easy.

BH


Re: Fixme (package/module)

2011-05-10 Thread BH
On Tue, May 10, 2011 at 8:40 AM, Ken kmai...@gmail.com wrote:
 In case this is of any use to others it may be best/easiest to change
 the status in the fixme.module file (and to close the document and
 re-open it in order for the change to occur next time the pdf is
 generated).

An alternative would be to create two modules: fixme.module and
fixme-draft.module, only the latter of which has the status=draft
option in the preamble. Then you could simply switch from one module
to the other using Document  Settings. This is a bit clunky, but far
easier than manually editing the fixme.module each time, and it would
only affect the current document rather than all documents that use
that module.

BH


Re: Subfigures: \subref support?

2011-05-10 Thread BH
On Tue, May 10, 2011 at 2:06 PM, Diego Queiroz queiroz.di...@gmail.com wrote:
 On Mon, May 9, 2011 at 1:24 AM, Diego Queiroz queiroz.di...@gmail.com
 wrote:

 LyX 2.0 supports \subref command without ERT? (I want to cross-reference a
 subfigure inside the figure environment)
 If so, how do I insert it?
 Thanks,
 ---
 Diego Queiroz


 No answers? :-(
 Currently I am using ERT and it solved my problem.
 But can someone confirm if lyX really doesn't support this feature at all?

It's not hard. See attached example (for which you won't, of course,
have access to my images, but that doesn't matter).

BH


subfigure.lyx
Description: Binary data


Re: Subfigures: \subref support?

2011-05-10 Thread BH
On Tue, May 10, 2011 at 3:09 PM, Diego Queiroz queiroz.di...@gmail.com wrote:
 Thanks for the answers.
 But I think I wasn't clear.
 I want to use the \subref command not the \ref one (supported by default on
 LyX).
 The difference between them is that \ref produces 1a while \subref
 produces only a.
 I need to cite subfigures in the caption of the main float.
 Example.:
 Fig(a) --- Fig(b)
 Figure 1: Here you see some figure (a) and another figure (b).
 Got it?
 But now I'm almost sure LyX really doesn't really support it.
 If so, this is another good (and simple) improvement for LyX 2.1. :-)

Isn't this precisely what I gave you in the sample file? (I didn't put
the cross-reference in the figure caption, but that's trivial.)

In short, LyX supports it and makes it easy.

BH


Re: Fixme (package/module)

2011-05-10 Thread BH
On Tue, May 10, 2011 at 8:40 AM, Ken <kmai...@gmail.com> wrote:
> In case this is of any use to others it may be best/easiest to change
> the status in the fixme.module file (and to close the document and
> re-open it in order for the change to occur next time the pdf is
> generated).

An alternative would be to create two modules: fixme.module and
fixme-draft.module, only the latter of which has the status=draft
option in the preamble. Then you could simply switch from one module
to the other using Document > Settings. This is a bit clunky, but far
easier than manually editing the fixme.module each time, and it would
only affect the current document rather than all documents that use
that module.

BH


Re: Subfigures: \subref support?

2011-05-10 Thread BH
On Tue, May 10, 2011 at 2:06 PM, Diego Queiroz <queiroz.di...@gmail.com> wrote:
> On Mon, May 9, 2011 at 1:24 AM, Diego Queiroz <queiroz.di...@gmail.com>
> wrote:
>>
>> LyX 2.0 supports \subref command without ERT? (I want to cross-reference a
>> subfigure inside the figure environment)
>> If so, how do I insert it?
>> Thanks,
>> ---
>> Diego Queiroz
>>
>
> No answers? :-(
> Currently I am using ERT and it solved my problem.
> But can someone confirm if lyX really doesn't support this feature at all?

It's not hard. See attached example (for which you won't, of course,
have access to my images, but that doesn't matter).

BH


subfigure.lyx
Description: Binary data


Re: Subfigures: \subref support?

2011-05-10 Thread BH
On Tue, May 10, 2011 at 3:09 PM, Diego Queiroz <queiroz.di...@gmail.com> wrote:
> Thanks for the answers.
> But I think I wasn't clear.
> I want to use the \subref command not the \ref one (supported by default on
> LyX).
> The difference between them is that \ref produces "1a" while \subref
> produces only "a".
> I need to cite subfigures in the caption of the main float.
> Example.:
> Fig(a) --- Fig(b)
> Figure 1: Here you see some figure (a) and another figure (b).
> Got it?
> But now I'm almost sure LyX really doesn't really support it.
> If so, this is another good (and simple) improvement for LyX 2.1. :-)

Isn't this precisely what I gave you in the sample file? (I didn't put
the cross-reference in the figure caption, but that's trivial.)

In short, LyX supports it and makes it easy.

BH


Re: How to install Lyx 2.0 side by side with 1.6 on a MAC?

2011-05-08 Thread BH
On Sun, May 8, 2011 at 12:20 PM, Jens Nöckel noec...@uoregon.edu wrote:
 Be aware that files saved normally from LyX 2 won't be readable by LyX 1.6,
 so after some time you'll probably be happier working with the new version.

Once LyX-1.6.10 comes out (which won't be long), it will be able to
read LyX-2.0 files. So even this won't be a problem.

BH


Re: How to install Lyx 2.0 side by side with 1.6 on a MAC?

2011-05-08 Thread BH
On Sun, May 8, 2011 at 12:20 PM, Jens Nöckel noec...@uoregon.edu wrote:
 Be aware that files saved normally from LyX 2 won't be readable by LyX 1.6,
 so after some time you'll probably be happier working with the new version.

Once LyX-1.6.10 comes out (which won't be long), it will be able to
read LyX-2.0 files. So even this won't be a problem.

BH


Re: How to install Lyx 2.0 side by side with 1.6 on a MAC?

2011-05-08 Thread BH
On Sun, May 8, 2011 at 12:20 PM, Jens Nöckel <noec...@uoregon.edu> wrote:
> Be aware that files saved normally from LyX 2 won't be readable by LyX 1.6,
> so after some time you'll probably be happier working with the new version.

Once LyX-1.6.10 comes out (which won't be long), it will be able to
read LyX-2.0 files. So even this won't be a problem.

BH


Re: Linux 2.0.0RC2 - Mac 2.0.0RC3 = Issues

2011-04-20 Thread BH
On Wed, Apr 20, 2011 at 8:32 PM, Walter walter.stan...@gmail.com wrote:
 Due to a recent change in hardware, I have just tried to load my book
 on to LyX for Mac.

 Upon opening the file I get two errors about missing elements:
  - document.cls

This suggests to me that you haven't installed LaTeX. The easiest way
on Mac is to install MacTeX (http://www.tug.org/mactex/). Then
reconfigure LyX, restart, and it should recognize document.cls and
allow you to generate .pdfs.

  - languages module

This may be in your user's directory on your Linux machine (~/.lyx)
and if so should be moved to the appropriate location on Mac
(~/Library/Application Support/LyX-2.0).

BH


 Is this expected, and how do I remedy?

 I'm pretty inexperienced with macs, but believe I should have copied
 all of the resources that went along with the original document to the
 new machine's filesystem, at the same relative locations (ie: parent
 directory and all within).

 Right now I am able to edit, but not generate PDF output. In addition
 to the above errors on opening the file, an attempt to render gives
 me:
  No information on how to convert SVG files to PNG.

 The imagmagick installation seems to require MacPorts which
 seems to require XCode which is opening a whole can of worms.

 Thanks for any pointers!

 - Walter



Re: Lyx2.0.0RC3: OSX Keyboard Shortcuts Missing

2011-04-20 Thread BH
On Wed, Apr 20, 2011 at 8:41 PM, Walter walter.stan...@gmail.com wrote:
 This may be my own stupid lack of OSX knowledge, but none of:
  - fn+i
  - ctrl+i
  - alt/option+i
  - command/applesquigglything+i

 ... seem to actually trigger the 'insert' menu, one of the most common
 shortcuts I would use on the Linux platform, usually to insert notes
 or citations mid-text.

 Is this a real/known bug? If unknown I am hereby reporting it! If not
 the case then please advise how I can get my non-mousing input back.

It's a Mac feature. (Translation: Macs don't work that way.)

You can define your own shortcuts using LyX  Preferences  Editing 
Shortcuts, and you can use multiple keys like ctrl+I+N to insert
notes.

BH


Re: Linux 2.0.0RC2 - Mac 2.0.0RC3 = Issues

2011-04-20 Thread BH
On Wed, Apr 20, 2011 at 8:32 PM, Walter walter.stan...@gmail.com wrote:
 Due to a recent change in hardware, I have just tried to load my book
 on to LyX for Mac.

 Upon opening the file I get two errors about missing elements:
  - document.cls

This suggests to me that you haven't installed LaTeX. The easiest way
on Mac is to install MacTeX (http://www.tug.org/mactex/). Then
reconfigure LyX, restart, and it should recognize document.cls and
allow you to generate .pdfs.

  - languages module

This may be in your user's directory on your Linux machine (~/.lyx)
and if so should be moved to the appropriate location on Mac
(~/Library/Application Support/LyX-2.0).

BH


 Is this expected, and how do I remedy?

 I'm pretty inexperienced with macs, but believe I should have copied
 all of the resources that went along with the original document to the
 new machine's filesystem, at the same relative locations (ie: parent
 directory and all within).

 Right now I am able to edit, but not generate PDF output. In addition
 to the above errors on opening the file, an attempt to render gives
 me:
  No information on how to convert SVG files to PNG.

 The imagmagick installation seems to require MacPorts which
 seems to require XCode which is opening a whole can of worms.

 Thanks for any pointers!

 - Walter



Re: Lyx2.0.0RC3: OSX Keyboard Shortcuts Missing

2011-04-20 Thread BH
On Wed, Apr 20, 2011 at 8:41 PM, Walter walter.stan...@gmail.com wrote:
 This may be my own stupid lack of OSX knowledge, but none of:
  - fn+i
  - ctrl+i
  - alt/option+i
  - command/applesquigglything+i

 ... seem to actually trigger the 'insert' menu, one of the most common
 shortcuts I would use on the Linux platform, usually to insert notes
 or citations mid-text.

 Is this a real/known bug? If unknown I am hereby reporting it! If not
 the case then please advise how I can get my non-mousing input back.

It's a Mac feature. (Translation: Macs don't work that way.)

You can define your own shortcuts using LyX  Preferences  Editing 
Shortcuts, and you can use multiple keys like ctrl+I+N to insert
notes.

BH


Re: Linux 2.0.0RC2 -> Mac 2.0.0RC3 = Issues

2011-04-20 Thread BH
On Wed, Apr 20, 2011 at 8:32 PM, Walter <walter.stan...@gmail.com> wrote:
> Due to a recent change in hardware, I have just tried to load my book
> on to LyX for Mac.
>
> Upon opening the file I get two errors about missing elements:
>  - document.cls

This suggests to me that you haven't installed LaTeX. The easiest way
on Mac is to install MacTeX (http://www.tug.org/mactex/). Then
reconfigure LyX, restart, and it should recognize document.cls and
allow you to generate .pdfs.

>  - languages module

This may be in your user's directory on your Linux machine (~/.lyx)
and if so should be moved to the appropriate location on Mac
(~/Library/Application Support/LyX-2.0).

BH


> Is this expected, and how do I remedy?
>
> I'm pretty inexperienced with macs, but believe I should have copied
> all of the resources that went along with the original document to the
> new machine's filesystem, at the same relative locations (ie: parent
> directory and all within).
>
> Right now I am able to edit, but not generate PDF output. In addition
> to the above errors on opening the file, an attempt to render gives
> me:
>  "No information on how to convert SVG files to PNG".
>
> The imagmagick installation seems to require MacPorts which
> seems to require XCode which is opening a whole can of worms.
>
> Thanks for any pointers!
>
> - Walter
>


Re: Lyx2.0.0RC3: OSX Keyboard Shortcuts Missing

2011-04-20 Thread BH
On Wed, Apr 20, 2011 at 8:41 PM, Walter <walter.stan...@gmail.com> wrote:
> This may be my own stupid lack of OSX knowledge, but none of:
>  - +i
>  - +i
>  - +i
>  - +i
>
> ... seem to actually trigger the 'insert' menu, one of the most common
> shortcuts I would use on the Linux platform, usually to insert notes
> or citations mid-text.
>
> Is this a real/known bug? If unknown I am hereby reporting it! If not
> the case then please advise how I can get my non-mousing input back.

It's a Mac feature. (Translation: Macs don't work that way.)

You can define your own shortcuts using LyX > Preferences > Editing >
Shortcuts, and you can use multiple keys like "+I+N" to insert
notes.

BH


Re: finding citations

2011-04-06 Thread BH
On Wed, Apr 6, 2011 at 2:55 PM, Jack Tanner i...@hotmail.com wrote:
 Is there a way to ask where is this paper already cited in my document? How
 about is anything by author X already cited in my document?

Document  Outline ... and then use the dropdown list to select List
of Citations. Note that it normally comes in order of citation, but
if you select the Sort option at the bottom, it will be sorted by
author's last name.

BH


Re: finding citations

2011-04-06 Thread BH
On Wed, Apr 6, 2011 at 2:55 PM, Jack Tanner i...@hotmail.com wrote:
 Is there a way to ask where is this paper already cited in my document? How
 about is anything by author X already cited in my document?

Document  Outline ... and then use the dropdown list to select List
of Citations. Note that it normally comes in order of citation, but
if you select the Sort option at the bottom, it will be sorted by
author's last name.

BH


Re: finding citations

2011-04-06 Thread BH
On Wed, Apr 6, 2011 at 2:55 PM, Jack Tanner <i...@hotmail.com> wrote:
> Is there a way to ask "where is this paper already cited in my document"? How
> about "is anything by author X already cited in my document"?

Document > Outline ... and then use the dropdown list to select "List
of Citations". Note that it normally comes in order of citation, but
if you select the "Sort" option at the bottom, it will be sorted by
author's last name.

BH


Re: LyX 2.0 RC2 keeps crashing on Mac OS X 10.6.4

2011-04-01 Thread BH
On Fri, Apr 1, 2011 at 5:28 PM, Stephan Witt st.w...@gmx.net wrote:
 Am 01.04.2011 um 23:10 schrieb Vincent van Ravesteijn:

 On 1-4-2011 23:03, Murat Yildizoglu wrote:
 I have been able to reproduce this problem: I have tried to resize Lyx's 
 screen using Divvy and Lyx crashed.

 I give below the beginning of the crash report. It seems that 
 com.apple.HIToolbox get very excited ;-)

 It seems that the problem might have to do with Qt as well (seeing QtGui).

 Can you try other Qt apps as well ?

 And if possible on a Mac with OS X 10.6.7 - the latest patch release?
 As I said, until I upgraded from 10.6.6 I got the crashes with LyX + divvy
 too and now - with 10.6.7 - it doesn't happen anymore.

 When trying to resize LyX instead of the crash on 10.6.7
 the position is changed and the size is not.

Another not-so-helpful datapoint here: I don't have any special extra
applications running that I'd expect would interact with LyX in a way
that would cause these crashes. Nonetheless, sometime between RC1 and
RC2, my own builds of LyX was crashing on me fairly regularly, though
I wasn't able to find any clear pattern to it. Starting just before
RC2 until R38178 (the most recent I've compiled), things have been
getting better, and things now seem pretty good. But RC2 was crashing
all too frequently.

BH


Re: LyX 2.0 RC2 keeps crashing on Mac OS X 10.6.4

2011-04-01 Thread BH
On Fri, Apr 1, 2011 at 5:28 PM, Stephan Witt st.w...@gmx.net wrote:
 Am 01.04.2011 um 23:10 schrieb Vincent van Ravesteijn:

 On 1-4-2011 23:03, Murat Yildizoglu wrote:
 I have been able to reproduce this problem: I have tried to resize Lyx's 
 screen using Divvy and Lyx crashed.

 I give below the beginning of the crash report. It seems that 
 com.apple.HIToolbox get very excited ;-)

 It seems that the problem might have to do with Qt as well (seeing QtGui).

 Can you try other Qt apps as well ?

 And if possible on a Mac with OS X 10.6.7 - the latest patch release?
 As I said, until I upgraded from 10.6.6 I got the crashes with LyX + divvy
 too and now - with 10.6.7 - it doesn't happen anymore.

 When trying to resize LyX instead of the crash on 10.6.7
 the position is changed and the size is not.

Another not-so-helpful datapoint here: I don't have any special extra
applications running that I'd expect would interact with LyX in a way
that would cause these crashes. Nonetheless, sometime between RC1 and
RC2, my own builds of LyX was crashing on me fairly regularly, though
I wasn't able to find any clear pattern to it. Starting just before
RC2 until R38178 (the most recent I've compiled), things have been
getting better, and things now seem pretty good. But RC2 was crashing
all too frequently.

BH


Re: LyX 2.0 RC2 keeps crashing on Mac OS X 10.6.4

2011-04-01 Thread BH
On Fri, Apr 1, 2011 at 5:28 PM, Stephan Witt <st.w...@gmx.net> wrote:
> Am 01.04.2011 um 23:10 schrieb Vincent van Ravesteijn:
>
>> On 1-4-2011 23:03, Murat Yildizoglu wrote:
>>> I have been able to reproduce this problem: I have tried to resize Lyx's 
>>> screen using Divvy and Lyx crashed.
>>>
>>> I give below the beginning of the crash report. It seems that 
>>> com.apple.HIToolbox get very excited ;-)
>>
>> It seems that the problem might have to do with Qt as well (seeing QtGui).
>>
>> Can you try other Qt apps as well ?
>
> And if possible on a Mac with OS X 10.6.7 - the latest patch release?
> As I said, until I upgraded from 10.6.6 I got the crashes with LyX + divvy
> too and now - with 10.6.7 - it doesn't happen anymore.
>
> When trying to resize LyX instead of the crash on 10.6.7
> the position is changed and the size is not.

Another not-so-helpful datapoint here: I don't have any special extra
applications running that I'd expect would interact with LyX in a way
that would cause these crashes. Nonetheless, sometime between RC1 and
RC2, my own builds of LyX was crashing on me fairly regularly, though
I wasn't able to find any clear pattern to it. Starting just before
RC2 until R38178 (the most recent I've compiled), things have been
getting better, and things now seem pretty good. But RC2 was crashing
all too frequently.

BH


Re: Outline mode won't open for me.

2011-03-29 Thread BH
On Tue, Mar 29, 2011 at 9:48 AM, Richard Heck rgh...@comcast.net wrote:
 Sounds broken, yes. Try moving (renaming) your local configuration
 directory, wherever that is

... On Mac that would be ~/Library/Application Support/LyX-1.6.

BH


Re: Outline mode won't open for me.

2011-03-29 Thread BH
On Tue, Mar 29, 2011 at 5:08 PM, Pete Crite hypocr...@lawyer.com wrote:
 Hmm… still doesn't work. Nothing happens when I click the book icon. I had 
 already tried with another user account, so I guess it's unsurprising that 
 this didn't work. Is there anything else I could try?

Are you sure nothing happens? It should bring up a small window that
stays on top of other windows. If you're using 2 monitors, it's
conceivable that that window is on a different monitor.

Otherwise, I'm out of ideas.

BH


Re: Outline mode won't open for me.

2011-03-29 Thread BH
On Tue, Mar 29, 2011 at 9:48 AM, Richard Heck rgh...@comcast.net wrote:
 Sounds broken, yes. Try moving (renaming) your local configuration
 directory, wherever that is

... On Mac that would be ~/Library/Application Support/LyX-1.6.

BH


Re: Outline mode won't open for me.

2011-03-29 Thread BH
On Tue, Mar 29, 2011 at 5:08 PM, Pete Crite hypocr...@lawyer.com wrote:
 Hmm… still doesn't work. Nothing happens when I click the book icon. I had 
 already tried with another user account, so I guess it's unsurprising that 
 this didn't work. Is there anything else I could try?

Are you sure nothing happens? It should bring up a small window that
stays on top of other windows. If you're using 2 monitors, it's
conceivable that that window is on a different monitor.

Otherwise, I'm out of ideas.

BH


Re: Outline mode won't open for me.

2011-03-29 Thread BH
On Tue, Mar 29, 2011 at 9:48 AM, Richard Heck <rgh...@comcast.net> wrote:
> Sounds broken, yes. Try moving (renaming) your local configuration
> directory, wherever that is

... On Mac that would be ~/Library/Application Support/LyX-1.6.

BH


Re: Outline mode won't open for me.

2011-03-29 Thread BH
On Tue, Mar 29, 2011 at 5:08 PM, Pete Crite <hypocr...@lawyer.com> wrote:
> Hmm… still doesn't work. Nothing happens when I click the book icon. I had 
> already tried with another user account, so I guess it's unsurprising that 
> this didn't work. Is there anything else I could try?

Are you sure nothing happens? It should bring up a small window that
stays on top of other windows. If you're using 2 monitors, it's
conceivable that that window is on a different monitor.

Otherwise, I'm out of ideas.

BH


Re: Replacing Lost .sty

2011-03-15 Thread BH
On Tue, Mar 15, 2011 at 6:47 PM, Rich Shepard rshep...@appl-ecosys.com wrote:
  Five years ago I wrote an article that used the breaksites package (with
 natbib). I'm revising that article and discovered that breaksites.sty is no
 longer on my system. A Google search found nothing and my searches of CTAN
 turned up empty.

  Please point me to a source for this package or an alternative one.

Did you mean breakcites.sty?

http://www.tex.ac.uk/ctan/macros/latex/contrib/breakcites/breakcites.sty

BH


Re: Replacing Lost .sty

2011-03-15 Thread BH
On Tue, Mar 15, 2011 at 6:47 PM, Rich Shepard rshep...@appl-ecosys.com wrote:
  Five years ago I wrote an article that used the breaksites package (with
 natbib). I'm revising that article and discovered that breaksites.sty is no
 longer on my system. A Google search found nothing and my searches of CTAN
 turned up empty.

  Please point me to a source for this package or an alternative one.

Did you mean breakcites.sty?

http://www.tex.ac.uk/ctan/macros/latex/contrib/breakcites/breakcites.sty

BH


Re: Replacing Lost .sty

2011-03-15 Thread BH
On Tue, Mar 15, 2011 at 6:47 PM, Rich Shepard <rshep...@appl-ecosys.com> wrote:
>  Five years ago I wrote an article that used the breaksites package (with
> natbib). I'm revising that article and discovered that breaksites.sty is no
> longer on my system. A Google search found nothing and my searches of CTAN
> turned up empty.
>
>  Please point me to a source for this package or an alternative one.

Did you mean breakcites.sty?

http://www.tex.ac.uk/ctan/macros/latex/contrib/breakcites/breakcites.sty

BH


Re: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread BH
On Tue, Feb 22, 2011 at 9:36 PM, Kerensa McElroy kere...@unsw.edu.au wrote:
 Hi,

 I'm trying to get LyX up and running on my system (Mac OS X 10.6.2) for the 
 first time. I've installed MacTeX2010 without a problem. Then when I try and 
 install Lyx, I get the following problem:

 1. Removing obsolete files 
 ... Done removing obsolete files.

 2. Testing to see if old LyX user's folder should be moved to new location 
 
 ... Done moving LyX user's directory to new location.

 3. (No preferences file found at ~/Library/'Application Support'/LyX-1.6/.)

 4. Installing default LyX templates 
 ... Done installing default LyX templates.

 5. Installing LyX's special LaTeX files 
 • Found TeX installation at .
 • Local TeX directory set to ~/Library/texmf.
 • Installed LyX's additional LaTeX .cls and .sty files.

 *** ERROR: Cannot run texhash command. Please run manually.

 ... Done.


 After, all my classes are 'unavailable'.  Also, when i try and run sudo 
 texhash from terminal, it simply says 'command not found'.

 I've trawled the web for a solution to this problem. It looks like a lot of 
 other people have come across this. However, none of the
 suggested solutions are working for me.

 Does anyone have any ideas?

Did you see this thread? --

http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84463.html

My suspicion is that you really don't have MacTeX installed (at least
not properly); otherwise, you wouldn't have a problem running texhash
from the Terminal. You need to find where your MacTeX binaries are
(default is /usr/texbin) and make sure that path is one of the entries
in LyX  Preferences  Paths  PATH Prefix.

BH


Re: SOLVED: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread BH
On Tue, Feb 22, 2011 at 11:39 PM, Kerensa McElroy kere...@unsw.edu.au wrote:
 Hi everyone,
 yes, I did see this
 thread,http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84463.html, to
 no avail originally,
 however it jogged me into working out a solution now that I've read it
 again!
 Here is the complete instructions to solving this problem, for anyone who
 needs them:
 1. change into directory /usr/local/texlive/2010/bin/universal-darwin
 2. type sudo ./texhash (and enter password)
 3. open lyx, go to LyXPreferencesPaths PATH Prefix. Remove whatever else
 is there and replace with  /usr/local/texlive/2010/bin/universal-darwin.
 Save.
 4. Go to LyX Reconfigure.
 5. Close LyX and open it again.
 Kerensa.

This looks to me like a workaround for a botched MacTeX installation.
Take a look at:

http://www.tug.org/mactex/2010/What_Is_Installed.pdf

You should have a softlink at /usr/texbin that points to
/usr/local/texlive/2010/bin/universal-darwin. If not, then something
went wrong, and I'd wonder whether you might encounter other problems
down the road.

I'd suggest checking to see that everything was installed where that
document says it should be, and then opening System Preferences,
clicking on the TeX Distribution button at the bottom, and ensuring
that TeXLive-2010 is selected. If that creates the /usr/texbin
softlink, then you should use that in LyX -- restoring the original
list for PATH Prefix in LyX's preferences. If not, when you upgrade to
MacTeX-2011, LyX won't know how to find it.

BH


Re: SOLVED: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread BH
On Wed, Feb 23, 2011 at 12:12 AM, Kerensa McElroy kere...@unsw.edu.au wrote:
 hmm.  No /usr/texbin softlink. And no tex installations at all listed in 
 system preferences.

 So, I repeated the installation for MacTeX2010, exactly as it says to. Same 
 problem.

 Any suggestions?

I'd try the MacTeX people; their support page is here:

http://www.tug.org/mactex/2010/support/emailform/#

(Make sure you click on the read this note link just above the form.)

BH


Re: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread BH
On Tue, Feb 22, 2011 at 9:36 PM, Kerensa McElroy kere...@unsw.edu.au wrote:
 Hi,

 I'm trying to get LyX up and running on my system (Mac OS X 10.6.2) for the 
 first time. I've installed MacTeX2010 without a problem. Then when I try and 
 install Lyx, I get the following problem:

 1. Removing obsolete files 
 ... Done removing obsolete files.

 2. Testing to see if old LyX user's folder should be moved to new location 
 
 ... Done moving LyX user's directory to new location.

 3. (No preferences file found at ~/Library/'Application Support'/LyX-1.6/.)

 4. Installing default LyX templates 
 ... Done installing default LyX templates.

 5. Installing LyX's special LaTeX files 
 • Found TeX installation at .
 • Local TeX directory set to ~/Library/texmf.
 • Installed LyX's additional LaTeX .cls and .sty files.

 *** ERROR: Cannot run texhash command. Please run manually.

 ... Done.


 After, all my classes are 'unavailable'.  Also, when i try and run sudo 
 texhash from terminal, it simply says 'command not found'.

 I've trawled the web for a solution to this problem. It looks like a lot of 
 other people have come across this. However, none of the
 suggested solutions are working for me.

 Does anyone have any ideas?

Did you see this thread? --

http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84463.html

My suspicion is that you really don't have MacTeX installed (at least
not properly); otherwise, you wouldn't have a problem running texhash
from the Terminal. You need to find where your MacTeX binaries are
(default is /usr/texbin) and make sure that path is one of the entries
in LyX  Preferences  Paths  PATH Prefix.

BH


Re: SOLVED: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread BH
On Tue, Feb 22, 2011 at 11:39 PM, Kerensa McElroy kere...@unsw.edu.au wrote:
 Hi everyone,
 yes, I did see this
 thread,http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84463.html, to
 no avail originally,
 however it jogged me into working out a solution now that I've read it
 again!
 Here is the complete instructions to solving this problem, for anyone who
 needs them:
 1. change into directory /usr/local/texlive/2010/bin/universal-darwin
 2. type sudo ./texhash (and enter password)
 3. open lyx, go to LyXPreferencesPaths PATH Prefix. Remove whatever else
 is there and replace with  /usr/local/texlive/2010/bin/universal-darwin.
 Save.
 4. Go to LyX Reconfigure.
 5. Close LyX and open it again.
 Kerensa.

This looks to me like a workaround for a botched MacTeX installation.
Take a look at:

http://www.tug.org/mactex/2010/What_Is_Installed.pdf

You should have a softlink at /usr/texbin that points to
/usr/local/texlive/2010/bin/universal-darwin. If not, then something
went wrong, and I'd wonder whether you might encounter other problems
down the road.

I'd suggest checking to see that everything was installed where that
document says it should be, and then opening System Preferences,
clicking on the TeX Distribution button at the bottom, and ensuring
that TeXLive-2010 is selected. If that creates the /usr/texbin
softlink, then you should use that in LyX -- restoring the original
list for PATH Prefix in LyX's preferences. If not, when you upgrade to
MacTeX-2011, LyX won't know how to find it.

BH


Re: SOLVED: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread BH
On Wed, Feb 23, 2011 at 12:12 AM, Kerensa McElroy kere...@unsw.edu.au wrote:
 hmm.  No /usr/texbin softlink. And no tex installations at all listed in 
 system preferences.

 So, I repeated the installation for MacTeX2010, exactly as it says to. Same 
 problem.

 Any suggestions?

I'd try the MacTeX people; their support page is here:

http://www.tug.org/mactex/2010/support/emailform/#

(Make sure you click on the read this note link just above the form.)

BH


Re: LyX-Mac-1.6 and MacTeX2010 installation problem

2011-02-22 Thread BH
On Tue, Feb 22, 2011 at 9:36 PM, Kerensa McElroy <kere...@unsw.edu.au> wrote:
> Hi,
>
> I'm trying to get LyX up and running on my system (Mac OS X 10.6.2) for the 
> first time. I've installed MacTeX2010 without a problem. Then when I try and 
> install Lyx, I get the following problem:
>
> 1. Removing obsolete files 
> ... Done removing obsolete files.
>
> 2. Testing to see if old LyX user's folder should be moved to new location 
> 
> ... Done moving LyX user's directory to new location.
>
> 3. (No preferences file found at ~/Library/'Application Support'/LyX-1.6/.)
>
> 4. Installing default LyX templates 
> ... Done installing default LyX templates.
>
> 5. Installing LyX's special LaTeX files 
> • Found TeX installation at .
> • Local TeX directory set to ~/Library/texmf.
> • Installed LyX's additional LaTeX .cls and .sty files.
>
> *** ERROR: Cannot run texhash command. Please run manually.
>
> ... Done.
>
>
> After, all my classes are 'unavailable'.  Also, when i try and run sudo 
> texhash from terminal, it simply says 'command not found'.
>
> I've trawled the web for a solution to this problem. It looks like a lot of 
> other people have come across this. However, none of the
> suggested solutions are working for me.
>
> Does anyone have any ideas?

Did you see this thread? --

http://www.mail-archive.com/lyx-users@lists.lyx.org/msg84463.html

My suspicion is that you really don't have MacTeX installed (at least
not properly); otherwise, you wouldn't have a problem running texhash
from the Terminal. You need to find where your MacTeX binaries are
(default is /usr/texbin) and make sure that path is one of the entries
in LyX > Preferences > Paths > PATH Prefix.

BH


  1   2   3   4   >