Export format

2008-10-11 Thread Myriam Abramson

Hello,

I would like to convert from LyX 1.5.2 to Lyx 1.4. on the command
line, lyx -e 'format'. What format should I specify to convert to 1.4? 

TIA
-- 
   myriam



Re: Export format

2008-10-11 Thread Richard heck

Myriam Abramson wrote:

Hello,

I would like to convert from LyX 1.5.2 to Lyx 1.4. on the command
line, lyx -e 'format'. What format should I specify to convert to 1.4? 

  

lyx14. See ToolsPreferencesFile formats.

rh



Export format

2008-10-11 Thread Myriam Abramson

Hello,

I would like to convert from LyX 1.5.2 to Lyx 1.4. on the command
line, lyx -e 'format'. What format should I specify to convert to 1.4? 

TIA
-- 
   myriam



Re: Export format

2008-10-11 Thread Richard heck

Myriam Abramson wrote:

Hello,

I would like to convert from LyX 1.5.2 to Lyx 1.4. on the command
line, lyx -e 'format'. What format should I specify to convert to 1.4? 

  

lyx14. See ToolsPreferencesFile formats.

rh



Export format

2008-10-11 Thread Myriam Abramson

Hello,

I would like to convert from LyX 1.5.2 to Lyx 1.4. on the command
line, lyx -e 'format'. What format should I specify to convert to 1.4? 

TIA
-- 
   myriam



Re: Export format

2008-10-11 Thread Richard heck

Myriam Abramson wrote:

Hello,

I would like to convert from LyX 1.5.2 to Lyx 1.4. on the command
line, lyx -e 'format'. What format should I specify to convert to 1.4? 

  

lyx14. See Tools>Preferences>File formats.

rh



Command line export format

2004-10-20 Thread Roger Light
Hi,
Does anybody know how I can find the formats that are available for the 
--export command line option?

I wish to replicate the behaviour of File-Export-PDF (pdflatex) but on 
the command line. Using --export pdf does not seem to use pdflatex. 
--export pdflatex isn't supported.

Any ideas?
Regards,
Roger
This message has been scanned but we cannot guarantee that it and any
attachments are free from viruses or other damaging content: you are
advised to perform your own checks.  Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.


Re: Command line export format

2004-10-20 Thread Angus Leeming
Roger Light wrote:

 Hi,
 
 Does anybody know how I can find the formats that are available for
 the --export command line option?
 
 I wish to replicate the behaviour of File-Export-PDF (pdflatex)
 but on the command line. Using --export pdf does not seem to use
 pdflatex. --export pdflatex isn't supported.
 
 Any ideas?
 
 Regards,
 
 Roger

'grep' is your friend here. Run it over 
${PREFIX}/share/lyx/lyxrc.defaults where your installed lyx 
executable is to be found at ${PREFIX}/bin/lyx. Assuming you're using 
a unix box.

$ grep converter ~/lyx/13x/build/lib/lyxrc.defaults
\converter date   dateoutdate +%d-%m-%Y  $$o 
\converter docbookdocbook-xml cp $$i $$o xml
\converter docbookdvinone 
\converter docbookhtml   none 
\converter dvipdf3   dvipdfm $$i  
\converter dvips dvips -o $$o $$i 
\converter fenasciichess python $$s/fen2ascii.py $$i $$o
  
\converter figpdftex sh $$s/fig2pdftex.sh $$i $$o 
\converter figpstex  sh $$s/fig2pstex.sh $$i $$o  
\converter html   latex  none 
\converter latex  html   tth -t -e2 -L$$b  $$i  $$o 
originaldir,needaux
\converter latex  dvilatex $$ilatex
\converter latex  lyxreLyX-1.4.0cvs -f $$i
\converter latex  pdf2   pdflatex $$i latex
\converter linuxdoc   dvinone 
\converter linuxdoc   html   none 
\converter linuxdoc   latex  none 
\converter linuxdoc   lyxnone 
\converter literate   latex  none 
\converter literate   lyxnone 
\converter lyxpreview png 
\converter lyxpreview ppmpython $$s/lyxpreview2bitmap.py
  
\converter ps faxnone 
\converter ps pdfps2pdf -dCompatibilityLevel=1.3 
$$i  
\converter word   latex  none 
\converter figepsfig2dev -L eps $$i $$o 
\converter figppmfig2dev -L ppm $$i $$o 
\converter figpngfig2dev -L png $$i $$o 
\converter epspdfepstopdf --outfile=$$o $$i 

-- 
Angus



Command line export format

2004-10-20 Thread Roger Light
Hi,
Does anybody know how I can find the formats that are available for the 
--export command line option?

I wish to replicate the behaviour of File-Export-PDF (pdflatex) but on 
the command line. Using --export pdf does not seem to use pdflatex. 
--export pdflatex isn't supported.

Any ideas?
Regards,
Roger
This message has been scanned but we cannot guarantee that it and any
attachments are free from viruses or other damaging content: you are
advised to perform your own checks.  Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.


Re: Command line export format

2004-10-20 Thread Angus Leeming
Roger Light wrote:

 Hi,
 
 Does anybody know how I can find the formats that are available for
 the --export command line option?
 
 I wish to replicate the behaviour of File-Export-PDF (pdflatex)
 but on the command line. Using --export pdf does not seem to use
 pdflatex. --export pdflatex isn't supported.
 
 Any ideas?
 
 Regards,
 
 Roger

'grep' is your friend here. Run it over 
${PREFIX}/share/lyx/lyxrc.defaults where your installed lyx 
executable is to be found at ${PREFIX}/bin/lyx. Assuming you're using 
a unix box.

$ grep converter ~/lyx/13x/build/lib/lyxrc.defaults
\converter date   dateoutdate +%d-%m-%Y  $$o 
\converter docbookdocbook-xml cp $$i $$o xml
\converter docbookdvinone 
\converter docbookhtml   none 
\converter dvipdf3   dvipdfm $$i  
\converter dvips dvips -o $$o $$i 
\converter fenasciichess python $$s/fen2ascii.py $$i $$o
  
\converter figpdftex sh $$s/fig2pdftex.sh $$i $$o 
\converter figpstex  sh $$s/fig2pstex.sh $$i $$o  
\converter html   latex  none 
\converter latex  html   tth -t -e2 -L$$b  $$i  $$o 
originaldir,needaux
\converter latex  dvilatex $$ilatex
\converter latex  lyxreLyX-1.4.0cvs -f $$i
\converter latex  pdf2   pdflatex $$i latex
\converter linuxdoc   dvinone 
\converter linuxdoc   html   none 
\converter linuxdoc   latex  none 
\converter linuxdoc   lyxnone 
\converter literate   latex  none 
\converter literate   lyxnone 
\converter lyxpreview png 
\converter lyxpreview ppmpython $$s/lyxpreview2bitmap.py
  
\converter ps faxnone 
\converter ps pdfps2pdf -dCompatibilityLevel=1.3 
$$i  
\converter word   latex  none 
\converter figepsfig2dev -L eps $$i $$o 
\converter figppmfig2dev -L ppm $$i $$o 
\converter figpngfig2dev -L png $$i $$o 
\converter epspdfepstopdf --outfile=$$o $$i 

-- 
Angus



Command line export format

2004-10-20 Thread Roger Light
Hi,
Does anybody know how I can find the formats that are available for the 
--export command line option?

I wish to replicate the behaviour of File->Export->PDF (pdflatex) but on 
the command line. Using "--export pdf" does not seem to use pdflatex. 
"--export pdflatex" isn't supported.

Any ideas?
Regards,
Roger
This message has been scanned but we cannot guarantee that it and any
attachments are free from viruses or other damaging content: you are
advised to perform your own checks.  Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.


Re: Command line export format

2004-10-20 Thread Angus Leeming
Roger Light wrote:

> Hi,
> 
> Does anybody know how I can find the formats that are available for
> the --export command line option?
> 
> I wish to replicate the behaviour of File->Export->PDF (pdflatex)
> but on the command line. Using "--export pdf" does not seem to use
> pdflatex. "--export pdflatex" isn't supported.
> 
> Any ideas?
> 
> Regards,
> 
> Roger

'grep' is your friend here. Run it over 
${PREFIX}/share/lyx/lyxrc.defaults where your installed lyx 
executable is to be found at ${PREFIX}/bin/lyx. Assuming you're using 
a unix box.

$ grep converter ~/lyx/13x/build/lib/lyxrc.defaults
\converter date   dateout"date +%d-%m-%Y > $$o" ""
\converter docbookdocbook-xml "cp $$i $$o" "xml"
\converter docbookdvi"none" ""
\converter docbookhtml   "none" ""
\converter dvipdf3   "dvipdfm $$i"  ""
\converter dvips "dvips -o $$o $$i" ""
\converter fenasciichess "python $$s/fen2ascii.py $$i $$o"
  ""
\converter figpdftex "sh $$s/fig2pdftex.sh $$i $$o" ""
\converter figpstex  "sh $$s/fig2pstex.sh $$i $$o"  ""
\converter html   latex  "none" ""
\converter latex  html   "tth -t -e2 -L$$b < $$i > $$o" 
"originaldir,needaux"
\converter latex  dvi"latex $$i""latex"
\converter latex  lyx"reLyX-1.4.0cvs -f $$i"""
\converter latex  pdf2   "pdflatex $$i" "latex"
\converter linuxdoc   dvi"none" ""
\converter linuxdoc   html   "none" ""
\converter linuxdoc   latex  "none" ""
\converter linuxdoc   lyx"none" ""
\converter literate   latex  "none" ""
\converter literate   lyx"none" ""
\converter lyxpreview png"" ""
\converter lyxpreview ppm"python $$s/lyxpreview2bitmap.py"
  ""
\converter ps fax"none" ""
\converter ps pdf"ps2pdf -dCompatibilityLevel=1.3 
$$i"  ""
\converter word   latex  "none" ""
\converter figeps"fig2dev -L eps $$i $$o" ""
\converter figppm"fig2dev -L ppm $$i $$o" ""
\converter figpng"fig2dev -L png $$i $$o" ""
\converter epspdf"epstopdf --outfile=$$o $$i" ""

-- 
Angus