On Mon, Nov 27, 2000 at 11:33:35AM +1030, Ben Cazzolato wrote:
> Hi Guys
> 
> I am having a lot of trouble with the pre-release of Lyx 1.1.6pre2 (downloaded
> RPM from ftp://ftp.sylvan.com/pub/lyx/).  These may be new features?????????

Yes. The lyxrc format has changed significantly.

Better keep your old lyx directory around, you can use it with the
"-user" command line option, I believe.

> The size command no longer works
> lyx  -width 1270 -height 920 -xpos 0 -ypos 0
> 
> I get 
> Wrong command line option `-width'. Exiting.   

I don't know about this since I never used this option before.

> Also, the toolbar options in the lyxrc don't seem to work anymore

I've enclosed my lyxrc for you to look at.

Most of these options are subsumed by the new export format and converter
directives.

Just copy the lyxrc.default and roll your own lyxrc.

                        ---Kayvan
-- 
Kayvan A. Sylvan                   | Proud husband of      | Father to my kids:
Sylvan Associates, Inc.            | Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory
#
# My LyX settings
#

# Do not use temp_dir
\use_tempdir false

# This file has been automatically generated by LyX' lib/configure
# script. It contains default settings that have been determined by
# examining your system. PLEASE DO NOT MODIFY ANYTHING HERE! If you
# want to customize LyX, make a copy of the file LYXDIR/lyxrc as
# ~/.lyx/lyxrc and edit this file instead. Any setting in lyxrc will
# override the values given here.
\Format text      txt   ASCII           A
\Format textparagraph txt ASCII(paragraphs)     ""
\Format docbook  sgml   DocBook         B
\Format dvi       dvi   DVI             D
\Format eps       eps   EPS             ""
\Format fax       ""    Fax             ""
\Format gif      gif    GIF             ""
\Format html      html  HTML            H
\Format jpg      jpg    JPEG            ""
\Format latex     tex   LaTeX           L
\Format linuxdoc sgml   LinuxDoc        x
\Format lyx      lyx    LyX             ""
\Format literate nw     NoWeb           N
\Format pdf       pdf   PDF             P
\Format pdf2      pdf  "PDF (pdflatex)" F
\Format png       png   PNG             ""
\Format ps        ps    Postscript      t
\Format program  ""     Program         ""
\Format word      doc   Word            W


\converter latex dvi "latex $$i" "latex"
\converter latex pdf2 "pdflatex $$i" "latex"
\converter latex html "tth -t -e2 -L$$b < $$i > $$o" "originaldir,needaux"
\converter literate latex "noweave -delay -index $$i > $$o" "parselog=listerrors n"
\converter literate program "build-script $$i" "originaldir,parselog=listerrors b"
\converter dvi ps "dvips -o $$o $$i" ""
\converter ps pdf "ps2pdf $$i" ""
\converter ps fax "none" ""
\converter linuxdoc lyx "none" ""
\converter linuxdoc latex "none" ""
\converter linuxdoc dvi "none" ""
\converter linuxdoc html "none" ""
\converter docbook dvi "none" ""
\converter docbook html "none" ""

\converter latex lyx "reLyX -f $$i" ""
\converter literate lyx "noweb2lyx $$i $$o" ""
\converter html latex "none" ""
\converter word latex "none" ""

\converter gif eps "convert $$i $$o" ""
\converter png eps "convert $$i $$o" ""
\converter jpg eps "convert $$i $$o" ""
\converter gif png "convert $$i $$o" ""

\viewer dvi "xdvi"
\viewer html "netscape"
\viewer pdf "acroread"
\viewer ps "gv -swap"
\viewer eps "gv"

\ps_command "gs"
\ascii_roff_command "groff -t -Tlatin1 $$FName"
\chktex_command "none"
\spell_command "ispell"
\print_spool_command "lpr"
\print_spool_printerprefix "-P"
\font_encoding "T1"

Reply via email to