Re: How do I avoid luatex defaults?

2011-04-04 Thread Jürgen Spitzmüller
Anthony Campbell wrote:
 I haven't used LyX for some time and when I did so today I found that it
 was using luatex as the default for exporting pdf files. This produced
 errors. I evntually found how to return to the previous choice
 (pdflatex) but is there any way to configure LyX to use the previous
 representation of choices fir File - Export? I couldn't find anything
 in Preferences.

How did you export? Via the command line?

Jürgen


Re: How do I avoid luatex defaults?

2011-04-04 Thread Anthony Campbell
On 04 Apr 2011, Jürgen Spitzmüller wrote:
 Anthony Campbell wrote:
  I haven't used LyX for some time and when I did so today I found that it
  was using luatex as the default for exporting pdf files. This produced
  errors. I evntually found how to return to the previous choice
  (pdflatex) but is there any way to configure LyX to use the previous
  representation of choices fir File - Export? I couldn't find anything
  in Preferences.
 
 How did you export? Via the command line?
 
 Jürgen

Via the menu (File  Export). This initially offers me pdf(luatex).
I now have to go to More Options to find pdf(ps2pdf). Not a major
problem, of course, but I preferred the previous arrangement.


Anthony

-- 
Anthony Campbell - a...@acampbell.org.uk 
Microsoft-free zone - Using Debian GNU/Linux 
http://www.acampbell.org.uk - sample my ebooks at
http://www.smashwords.com/profile/view/acampbell



Re: How do I avoid luatex defaults?

2011-04-04 Thread Jürgen Spitzmüller
Anthony Campbell wrote:
 Via the menu (File  Export). This initially offers me pdf(luatex).
 I now have to go to More Options to find pdf(ps2pdf). Not a major
 problem, of course, but I preferred the previous arrangement.

This isn't supposed to be so. Do you have any special settings for this 
document, e.g. Use non_TeX fonts?

Or do you have customized file format preferences? Try if temporarily renaming 
the files preferences and/or lyxrc.defaults helps. 

Jürgen


Re: How do I avoid luatex defaults?

2011-04-04 Thread Anthony Campbell
On 04 Apr 2011, Jürgen Spitzmüller wrote:
 Anthony Campbell wrote:
  Via the menu (File  Export). This initially offers me pdf(luatex).
  I now have to go to More Options to find pdf(ps2pdf). Not a major
  problem, of course, but I preferred the previous arrangement.
 
 This isn't supposed to be so. Do you have any special settings for this 
 document, e.g. Use non_TeX fonts?
 
 Or do you have customized file format preferences? Try if temporarily 
 renaming 
 the files preferences and/or lyxrc.defaults helps. 
 
 Jürgen

Thanks for your help.

Yes, moving Preferences aside makes things work correctly. I can't see
anything in the file that is relevant. One odd thing: whether
Preferences is there or not, the following error lines occur:


arcadia:$ LyX: Unknown tag `-lpf' [around line 13 of file ~/.lyx/lyxrc.defaults 
current token: '-lpf' context: '']
LyX: Unknown tag `$$i' [around line 13 of file ~/.lyx/lyxrc.defaults current 
token: '$$i' context: '']
LyX: Unknown tag `-mode' [around line 13 of file ~/.lyx/lyxrc.defaults current 
token: '-mode' context: '']
LyX: Unknown tag `EditPosition' [around line 14 of file ~/.lyx/lyxrc.defaults 
current token: 'EditPosition' context: '']


The relevant lines in lyxrc.defaults are:


\Format diadia DIA auto auto  vector
\Format agragr Grace   auto auto  vector
\editor_alternatives fen xboard -lpf $$i -mode EditPosition

Not sure what that means or whether it natters.

Anthony

-- 
Anthony Campbell - a...@acampbell.org.uk 
Microsoft-free zone - Using Debian GNU/Linux 
http://www.acampbell.org.uk - sample my ebooks at
http://www.smashwords.com/profile/view/acampbell



Re: How do I avoid luatex defaults?

2011-04-04 Thread Jürgen Spitzmüller
Anthony Campbell wrote:
 Thanks for your help.
 
 Yes, moving Preferences aside makes things work correctly. I can't see
 anything in the file that is relevant. 

I suppose the following note from the 2.0 RELEASE_NOTES is relevant:

We have introduced a new flag to decide whether or not a given document
format shall be listed in the File  Export menu. This was necessary since
this menu got too large. If the flag menu=export is not explicitly set,
the formats are not included in the menu. This means that you might need
to click Show in export menu in Preferences  File Formats for your
customized file formats if you want them to appear in the menu.
Note, though, that you still can export to any possible format via
File  Export  More Formats and Options ...

 One odd thing: whether
 Preferences is there or not, the following error lines occur:
 
 
 arcadia:$ LyX: Unknown tag `-lpf' [around line 13 of file
 ~/.lyx/lyxrc.defaults current token: '-lpf' context: ''] LyX: Unknown tag
 `$$i' [around line 13 of file ~/.lyx/lyxrc.defaults current token: '$$i'
 context: ''] LyX: Unknown tag `-mode' [around line 13 of file
 ~/.lyx/lyxrc.defaults current token: '-mode' context: ''] LyX: Unknown tag
 `EditPosition' [around line 14 of file ~/.lyx/lyxrc.defaults current
 token: 'EditPosition' context: '']
 
 
 The relevant lines in lyxrc.defaults are:
 
 
 \Format diadia DIA
 auto auto  vector \Format
 agragr Grace   auto auto  vector
 \editor_alternatives fen xboard -lpf $$i -mode EditPosition
 
 Not sure what that means or whether it natters.

I believe the problem is that xboard -lpf $$i -mode EditPosition is not 
enquoted. I'll have a look.

Jürgen


Re: How do I avoid luatex defaults?

2011-04-04 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote:
  One odd thing: whether
 
  Preferences is there or not, the following error lines occur:
  
  
 
  arcadia:$ LyX: Unknown tag `-lpf' [around line 13 of file
  ~/.lyx/lyxrc.defaults current token: '-lpf' context: ''] LyX: Unknown tag
  `$$i' [around line 13 of file ~/.lyx/lyxrc.defaults current token: '$$i'
  context: ''] LyX: Unknown tag `-mode' [around line 13 of file
  ~/.lyx/lyxrc.defaults current token: '-mode' context: ''] LyX: Unknown
  tag `EditPosition' [around line 14 of file ~/.lyx/lyxrc.defaults current
  token: 'EditPosition' context: '']
 
  
  
 
  The relevant lines in lyxrc.defaults are:
  
  
 
  \Format diadia DIA
  auto auto  vector \Format
  agragr Grace   auto auto  vector
  \editor_alternatives fen xboard -lpf $$i -mode EditPosition
 
  
 
  Not sure what that means or whether it natters.
 
 I believe the problem is that xboard -lpf $$i -mode EditPosition is not 
 enquoted. I'll have a look.

An error in the parser. This will be fixed in the next release.

Jürgen


Re: How do I avoid luatex defaults?

2011-04-04 Thread Anthony Campbell
On 04 Apr 2011, Jürgen Spitzmüller wrote:
 Anthony Campbell wrote:
  Thanks for your help.
  
  Yes, moving Preferences aside makes things work correctly. I can't see
  anything in the file that is relevant. 
 
 I suppose the following note from the 2.0 RELEASE_NOTES is relevant:
 
 We have introduced a new flag to decide whether or not a given document
 format shall be listed in the File  Export menu. This was necessary since
 this menu got too large. If the flag menu=export is not explicitly set,
 the formats are not included in the menu. This means that you might need
 to click Show in export menu in Preferences  File Formats for your
 customized file formats if you want them to appear in the menu.
 Note, though, that you still can export to any possible format via
 File  Export  More Formats and Options ...
 
  One odd thing: whether
  Preferences is there or not, the following error lines occur:
  
  
  arcadia:$ LyX: Unknown tag `-lpf' [around line 13 of file
  ~/.lyx/lyxrc.defaults current token: '-lpf' context: ''] LyX: Unknown tag
  `$$i' [around line 13 of file ~/.lyx/lyxrc.defaults current token: '$$i'
  context: ''] LyX: Unknown tag `-mode' [around line 13 of file
  ~/.lyx/lyxrc.defaults current token: '-mode' context: ''] LyX: Unknown tag
  `EditPosition' [around line 14 of file ~/.lyx/lyxrc.defaults current
  token: 'EditPosition' context: '']
  
  
  The relevant lines in lyxrc.defaults are:
  
  
  \Format diadia DIA
  auto auto  vector \Format
  agragr Grace   auto auto  vector
  \editor_alternatives fen xboard -lpf $$i -mode EditPosition
  
  Not sure what that means or whether it natters.
 
 I believe the problem is that xboard -lpf $$i -mode EditPosition is not 
 enquoted. I'll have a look.
 
 Jürgen

Many thanks.

Anthony

-- 
Anthony Campbell - a...@acampbell.org.uk 
Microsoft-free zone - Using Debian GNU/Linux 
http://www.acampbell.org.uk - sample my ebooks at
http://www.smashwords.com/profile/view/acampbell



Re: How do I avoid luatex defaults?

2011-04-04 Thread Jürgen Spitzmüller
Anthony Campbell wrote:
 I haven't used LyX for some time and when I did so today I found that it
 was using luatex as the default for exporting pdf files. This produced
 errors. I evntually found how to return to the previous choice
 (pdflatex) but is there any way to configure LyX to use the previous
 representation of choices fir File - Export? I couldn't find anything
 in Preferences.

How did you export? Via the command line?

Jürgen


Re: How do I avoid luatex defaults?

2011-04-04 Thread Anthony Campbell
On 04 Apr 2011, Jürgen Spitzmüller wrote:
 Anthony Campbell wrote:
  I haven't used LyX for some time and when I did so today I found that it
  was using luatex as the default for exporting pdf files. This produced
  errors. I evntually found how to return to the previous choice
  (pdflatex) but is there any way to configure LyX to use the previous
  representation of choices fir File - Export? I couldn't find anything
  in Preferences.
 
 How did you export? Via the command line?
 
 Jürgen

Via the menu (File  Export). This initially offers me pdf(luatex).
I now have to go to More Options to find pdf(ps2pdf). Not a major
problem, of course, but I preferred the previous arrangement.


Anthony

-- 
Anthony Campbell - a...@acampbell.org.uk 
Microsoft-free zone - Using Debian GNU/Linux 
http://www.acampbell.org.uk - sample my ebooks at
http://www.smashwords.com/profile/view/acampbell



Re: How do I avoid luatex defaults?

2011-04-04 Thread Jürgen Spitzmüller
Anthony Campbell wrote:
 Via the menu (File  Export). This initially offers me pdf(luatex).
 I now have to go to More Options to find pdf(ps2pdf). Not a major
 problem, of course, but I preferred the previous arrangement.

This isn't supposed to be so. Do you have any special settings for this 
document, e.g. Use non_TeX fonts?

Or do you have customized file format preferences? Try if temporarily renaming 
the files preferences and/or lyxrc.defaults helps. 

Jürgen


Re: How do I avoid luatex defaults?

2011-04-04 Thread Anthony Campbell
On 04 Apr 2011, Jürgen Spitzmüller wrote:
 Anthony Campbell wrote:
  Via the menu (File  Export). This initially offers me pdf(luatex).
  I now have to go to More Options to find pdf(ps2pdf). Not a major
  problem, of course, but I preferred the previous arrangement.
 
 This isn't supposed to be so. Do you have any special settings for this 
 document, e.g. Use non_TeX fonts?
 
 Or do you have customized file format preferences? Try if temporarily 
 renaming 
 the files preferences and/or lyxrc.defaults helps. 
 
 Jürgen

Thanks for your help.

Yes, moving Preferences aside makes things work correctly. I can't see
anything in the file that is relevant. One odd thing: whether
Preferences is there or not, the following error lines occur:


arcadia:$ LyX: Unknown tag `-lpf' [around line 13 of file ~/.lyx/lyxrc.defaults 
current token: '-lpf' context: '']
LyX: Unknown tag `$$i' [around line 13 of file ~/.lyx/lyxrc.defaults current 
token: '$$i' context: '']
LyX: Unknown tag `-mode' [around line 13 of file ~/.lyx/lyxrc.defaults current 
token: '-mode' context: '']
LyX: Unknown tag `EditPosition' [around line 14 of file ~/.lyx/lyxrc.defaults 
current token: 'EditPosition' context: '']


The relevant lines in lyxrc.defaults are:


\Format diadia DIA auto auto  vector
\Format agragr Grace   auto auto  vector
\editor_alternatives fen xboard -lpf $$i -mode EditPosition

Not sure what that means or whether it natters.

Anthony

-- 
Anthony Campbell - a...@acampbell.org.uk 
Microsoft-free zone - Using Debian GNU/Linux 
http://www.acampbell.org.uk - sample my ebooks at
http://www.smashwords.com/profile/view/acampbell



Re: How do I avoid luatex defaults?

2011-04-04 Thread Jürgen Spitzmüller
Anthony Campbell wrote:
 Thanks for your help.
 
 Yes, moving Preferences aside makes things work correctly. I can't see
 anything in the file that is relevant. 

I suppose the following note from the 2.0 RELEASE_NOTES is relevant:

We have introduced a new flag to decide whether or not a given document
format shall be listed in the File  Export menu. This was necessary since
this menu got too large. If the flag menu=export is not explicitly set,
the formats are not included in the menu. This means that you might need
to click Show in export menu in Preferences  File Formats for your
customized file formats if you want them to appear in the menu.
Note, though, that you still can export to any possible format via
File  Export  More Formats and Options ...

 One odd thing: whether
 Preferences is there or not, the following error lines occur:
 
 
 arcadia:$ LyX: Unknown tag `-lpf' [around line 13 of file
 ~/.lyx/lyxrc.defaults current token: '-lpf' context: ''] LyX: Unknown tag
 `$$i' [around line 13 of file ~/.lyx/lyxrc.defaults current token: '$$i'
 context: ''] LyX: Unknown tag `-mode' [around line 13 of file
 ~/.lyx/lyxrc.defaults current token: '-mode' context: ''] LyX: Unknown tag
 `EditPosition' [around line 14 of file ~/.lyx/lyxrc.defaults current
 token: 'EditPosition' context: '']
 
 
 The relevant lines in lyxrc.defaults are:
 
 
 \Format diadia DIA
 auto auto  vector \Format
 agragr Grace   auto auto  vector
 \editor_alternatives fen xboard -lpf $$i -mode EditPosition
 
 Not sure what that means or whether it natters.

I believe the problem is that xboard -lpf $$i -mode EditPosition is not 
enquoted. I'll have a look.

Jürgen


Re: How do I avoid luatex defaults?

2011-04-04 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote:
  One odd thing: whether
 
  Preferences is there or not, the following error lines occur:
  
  
 
  arcadia:$ LyX: Unknown tag `-lpf' [around line 13 of file
  ~/.lyx/lyxrc.defaults current token: '-lpf' context: ''] LyX: Unknown tag
  `$$i' [around line 13 of file ~/.lyx/lyxrc.defaults current token: '$$i'
  context: ''] LyX: Unknown tag `-mode' [around line 13 of file
  ~/.lyx/lyxrc.defaults current token: '-mode' context: ''] LyX: Unknown
  tag `EditPosition' [around line 14 of file ~/.lyx/lyxrc.defaults current
  token: 'EditPosition' context: '']
 
  
  
 
  The relevant lines in lyxrc.defaults are:
  
  
 
  \Format diadia DIA
  auto auto  vector \Format
  agragr Grace   auto auto  vector
  \editor_alternatives fen xboard -lpf $$i -mode EditPosition
 
  
 
  Not sure what that means or whether it natters.
 
 I believe the problem is that xboard -lpf $$i -mode EditPosition is not 
 enquoted. I'll have a look.

An error in the parser. This will be fixed in the next release.

Jürgen


Re: How do I avoid luatex defaults?

2011-04-04 Thread Anthony Campbell
On 04 Apr 2011, Jürgen Spitzmüller wrote:
 Anthony Campbell wrote:
  Thanks for your help.
  
  Yes, moving Preferences aside makes things work correctly. I can't see
  anything in the file that is relevant. 
 
 I suppose the following note from the 2.0 RELEASE_NOTES is relevant:
 
 We have introduced a new flag to decide whether or not a given document
 format shall be listed in the File  Export menu. This was necessary since
 this menu got too large. If the flag menu=export is not explicitly set,
 the formats are not included in the menu. This means that you might need
 to click Show in export menu in Preferences  File Formats for your
 customized file formats if you want them to appear in the menu.
 Note, though, that you still can export to any possible format via
 File  Export  More Formats and Options ...
 
  One odd thing: whether
  Preferences is there or not, the following error lines occur:
  
  
  arcadia:$ LyX: Unknown tag `-lpf' [around line 13 of file
  ~/.lyx/lyxrc.defaults current token: '-lpf' context: ''] LyX: Unknown tag
  `$$i' [around line 13 of file ~/.lyx/lyxrc.defaults current token: '$$i'
  context: ''] LyX: Unknown tag `-mode' [around line 13 of file
  ~/.lyx/lyxrc.defaults current token: '-mode' context: ''] LyX: Unknown tag
  `EditPosition' [around line 14 of file ~/.lyx/lyxrc.defaults current
  token: 'EditPosition' context: '']
  
  
  The relevant lines in lyxrc.defaults are:
  
  
  \Format diadia DIA
  auto auto  vector \Format
  agragr Grace   auto auto  vector
  \editor_alternatives fen xboard -lpf $$i -mode EditPosition
  
  Not sure what that means or whether it natters.
 
 I believe the problem is that xboard -lpf $$i -mode EditPosition is not 
 enquoted. I'll have a look.
 
 Jürgen

Many thanks.

Anthony

-- 
Anthony Campbell - a...@acampbell.org.uk 
Microsoft-free zone - Using Debian GNU/Linux 
http://www.acampbell.org.uk - sample my ebooks at
http://www.smashwords.com/profile/view/acampbell



Re: How do I avoid luatex defaults?

2011-04-04 Thread Jürgen Spitzmüller
Anthony Campbell wrote:
> I haven't used LyX for some time and when I did so today I found that it
> was using luatex as the default for exporting pdf files. This produced
> errors. I evntually found how to return to the previous choice
> (pdflatex) but is there any way to configure LyX to use the previous
> representation of choices fir File -> Export? I couldn't find anything
> in Preferences.

How did you export? Via the command line?

Jürgen


Re: How do I avoid luatex defaults?

2011-04-04 Thread Anthony Campbell
On 04 Apr 2011, Jürgen Spitzmüller wrote:
> Anthony Campbell wrote:
> > I haven't used LyX for some time and when I did so today I found that it
> > was using luatex as the default for exporting pdf files. This produced
> > errors. I evntually found how to return to the previous choice
> > (pdflatex) but is there any way to configure LyX to use the previous
> > representation of choices fir File -> Export? I couldn't find anything
> > in Preferences.
> 
> How did you export? Via the command line?
> 
> Jürgen

Via the menu (File > Export). This initially offers me pdf(luatex).
I now have to go to More Options to find pdf(ps2pdf). Not a major
problem, of course, but I preferred the previous arrangement.


Anthony

-- 
Anthony Campbell - a...@acampbell.org.uk 
Microsoft-free zone - Using Debian GNU/Linux 
http://www.acampbell.org.uk - sample my ebooks at
http://www.smashwords.com/profile/view/acampbell



Re: How do I avoid luatex defaults?

2011-04-04 Thread Jürgen Spitzmüller
Anthony Campbell wrote:
> Via the menu (File > Export). This initially offers me pdf(luatex).
> I now have to go to More Options to find pdf(ps2pdf). Not a major
> problem, of course, but I preferred the previous arrangement.

This isn't supposed to be so. Do you have any special settings for this 
document, e.g. "Use non_TeX fonts"?

Or do you have customized file format preferences? Try if temporarily renaming 
the files "preferences" and/or "lyxrc.defaults" helps. 

Jürgen


Re: How do I avoid luatex defaults?

2011-04-04 Thread Anthony Campbell
On 04 Apr 2011, Jürgen Spitzmüller wrote:
> Anthony Campbell wrote:
> > Via the menu (File > Export). This initially offers me pdf(luatex).
> > I now have to go to More Options to find pdf(ps2pdf). Not a major
> > problem, of course, but I preferred the previous arrangement.
> 
> This isn't supposed to be so. Do you have any special settings for this 
> document, e.g. "Use non_TeX fonts"?
> 
> Or do you have customized file format preferences? Try if temporarily 
> renaming 
> the files "preferences" and/or "lyxrc.defaults" helps. 
> 
> Jürgen

Thanks for your help.

Yes, moving Preferences aside makes things work correctly. I can't see
anything in the file that is relevant. One odd thing: whether
Preferences is there or not, the following error lines occur:


arcadia:$ LyX: Unknown tag `-lpf' [around line 13 of file ~/.lyx/lyxrc.defaults 
current token: '-lpf' context: '']
LyX: Unknown tag `$$i' [around line 13 of file ~/.lyx/lyxrc.defaults current 
token: '$$i' context: '']
LyX: Unknown tag `-mode' [around line 13 of file ~/.lyx/lyxrc.defaults current 
token: '-mode' context: '']
LyX: Unknown tag `EditPosition' [around line 14 of file ~/.lyx/lyxrc.defaults 
current token: 'EditPosition' context: '']


The relevant lines in lyxrc.defaults are:


\Format diadia DIA"" "auto" "auto"  "vector"
\Format agragr Grace  "" "auto" "auto"  "vector"
\editor_alternatives fen xboard -lpf $$i -mode EditPosition

Not sure what that means or whether it natters.

Anthony

-- 
Anthony Campbell - a...@acampbell.org.uk 
Microsoft-free zone - Using Debian GNU/Linux 
http://www.acampbell.org.uk - sample my ebooks at
http://www.smashwords.com/profile/view/acampbell



Re: How do I avoid luatex defaults?

2011-04-04 Thread Jürgen Spitzmüller
Anthony Campbell wrote:
> Thanks for your help.
> 
> Yes, moving Preferences aside makes things work correctly. I can't see
> anything in the file that is relevant. 

I suppose the following note from the 2.0 RELEASE_NOTES is relevant:

"We have introduced a new flag to decide whether or not a given "document"
format shall be listed in the File > Export menu. This was necessary since
this menu got too large. If the flag "menu=export" is not explicitly set,
the formats are not included in the menu. This means that you might need
to click "Show in export menu" in Preferences > File Formats for your
customized file formats if you want them to appear in the menu.
Note, though, that you still can export to any possible format via
File > Export > More Formats and Options ..."

> One odd thing: whether
> Preferences is there or not, the following error lines occur:
> 
> 
> arcadia:$ LyX: Unknown tag `-lpf' [around line 13 of file
> ~/.lyx/lyxrc.defaults current token: '-lpf' context: ''] LyX: Unknown tag
> `$$i' [around line 13 of file ~/.lyx/lyxrc.defaults current token: '$$i'
> context: ''] LyX: Unknown tag `-mode' [around line 13 of file
> ~/.lyx/lyxrc.defaults current token: '-mode' context: ''] LyX: Unknown tag
> `EditPosition' [around line 14 of file ~/.lyx/lyxrc.defaults current
> token: 'EditPosition' context: '']
> 
> 
> The relevant lines in lyxrc.defaults are:
> 
> 
> \Format diadia DIA""
> "auto" "auto"  "vector" \Format
> agragr Grace  "" "auto" "auto"  "vector"
> \editor_alternatives fen xboard -lpf $$i -mode EditPosition
> 
> Not sure what that means or whether it natters.

I believe the problem is that "xboard -lpf $$i -mode EditPosition" is not 
enquoted. I'll have a look.

Jürgen


Re: How do I avoid luatex defaults?

2011-04-04 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote:
> > One odd thing: whether
> >
> > Preferences is there or not, the following error lines occur:
> > 
> > 
> >
> > arcadia:$ LyX: Unknown tag `-lpf' [around line 13 of file
> > ~/.lyx/lyxrc.defaults current token: '-lpf' context: ''] LyX: Unknown tag
> > `$$i' [around line 13 of file ~/.lyx/lyxrc.defaults current token: '$$i'
> > context: ''] LyX: Unknown tag `-mode' [around line 13 of file
> > ~/.lyx/lyxrc.defaults current token: '-mode' context: ''] LyX: Unknown
> > tag `EditPosition' [around line 14 of file ~/.lyx/lyxrc.defaults current
> > token: 'EditPosition' context: '']
> >
> > 
> > 
> >
> > The relevant lines in lyxrc.defaults are:
> > 
> > 
> >
> > \Format diadia DIA""
> > "auto" "auto"  "vector" \Format
> > agragr Grace  "" "auto" "auto"  "vector"
> > \editor_alternatives fen xboard -lpf $$i -mode EditPosition
> >
> > 
> >
> > Not sure what that means or whether it natters.
> 
> I believe the problem is that "xboard -lpf $$i -mode EditPosition" is not 
> enquoted. I'll have a look.

An error in the parser. This will be fixed in the next release.

Jürgen


Re: How do I avoid luatex defaults?

2011-04-04 Thread Anthony Campbell
On 04 Apr 2011, Jürgen Spitzmüller wrote:
> Anthony Campbell wrote:
> > Thanks for your help.
> > 
> > Yes, moving Preferences aside makes things work correctly. I can't see
> > anything in the file that is relevant. 
> 
> I suppose the following note from the 2.0 RELEASE_NOTES is relevant:
> 
> "We have introduced a new flag to decide whether or not a given "document"
> format shall be listed in the File > Export menu. This was necessary since
> this menu got too large. If the flag "menu=export" is not explicitly set,
> the formats are not included in the menu. This means that you might need
> to click "Show in export menu" in Preferences > File Formats for your
> customized file formats if you want them to appear in the menu.
> Note, though, that you still can export to any possible format via
> File > Export > More Formats and Options ..."
> 
> > One odd thing: whether
> > Preferences is there or not, the following error lines occur:
> > 
> > 
> > arcadia:$ LyX: Unknown tag `-lpf' [around line 13 of file
> > ~/.lyx/lyxrc.defaults current token: '-lpf' context: ''] LyX: Unknown tag
> > `$$i' [around line 13 of file ~/.lyx/lyxrc.defaults current token: '$$i'
> > context: ''] LyX: Unknown tag `-mode' [around line 13 of file
> > ~/.lyx/lyxrc.defaults current token: '-mode' context: ''] LyX: Unknown tag
> > `EditPosition' [around line 14 of file ~/.lyx/lyxrc.defaults current
> > token: 'EditPosition' context: '']
> > 
> > 
> > The relevant lines in lyxrc.defaults are:
> > 
> > 
> > \Format diadia DIA""
> > "auto" "auto"  "vector" \Format
> > agragr Grace  "" "auto" "auto"  "vector"
> > \editor_alternatives fen xboard -lpf $$i -mode EditPosition
> > 
> > Not sure what that means or whether it natters.
> 
> I believe the problem is that "xboard -lpf $$i -mode EditPosition" is not 
> enquoted. I'll have a look.
> 
> Jürgen

Many thanks.

Anthony

-- 
Anthony Campbell - a...@acampbell.org.uk 
Microsoft-free zone - Using Debian GNU/Linux 
http://www.acampbell.org.uk - sample my ebooks at
http://www.smashwords.com/profile/view/acampbell



How do I avoid luatex defaults?

2011-03-30 Thread Anthony Campbell
I haven't used LyX for some time and when I did so today I found that it
was using luatex as the default for exporting pdf files. This produced
errors. I evntually found how to return to the previous choice
(pdflatex) but is there any way to configure LyX to use the previous
representation of choices fir File - Export? I couldn't find anything
in Preferences.

Anthony
-- 
Anthony Campbell - a...@acampbell.org.uk 
Microsoft-free zone - Using Debian GNU/Linux 
http://www.acampbell.org.uk - sample my ebooks at
http://www.smashwords.com/profile/view/acampbell



How do I avoid luatex defaults?

2011-03-30 Thread Anthony Campbell
I haven't used LyX for some time and when I did so today I found that it
was using luatex as the default for exporting pdf files. This produced
errors. I evntually found how to return to the previous choice
(pdflatex) but is there any way to configure LyX to use the previous
representation of choices fir File - Export? I couldn't find anything
in Preferences.

Anthony
-- 
Anthony Campbell - a...@acampbell.org.uk 
Microsoft-free zone - Using Debian GNU/Linux 
http://www.acampbell.org.uk - sample my ebooks at
http://www.smashwords.com/profile/view/acampbell



How do I avoid luatex defaults?

2011-03-30 Thread Anthony Campbell
I haven't used LyX for some time and when I did so today I found that it
was using luatex as the default for exporting pdf files. This produced
errors. I evntually found how to return to the previous choice
(pdflatex) but is there any way to configure LyX to use the previous
representation of choices fir File -> Export? I couldn't find anything
in Preferences.

Anthony
-- 
Anthony Campbell - a...@acampbell.org.uk 
Microsoft-free zone - Using Debian GNU/Linux 
http://www.acampbell.org.uk - sample my ebooks at
http://www.smashwords.com/profile/view/acampbell