Go to page:

Search:   Help

Developers' side bar

Selected categories

Edit

Shared groups

Links

XML

Categories: Development, LyX_1_6

Various notes about the new XML file format for LyX 1.6.

Testing tips

Command sequences

  • Command that instructs LyX to open a file and save it under a different name. The file is deleted first to avoid a question about overwriting the output file.
    fin=in.lyx
    fout=/tmp/out.lyx
    rm -f $fout
    lyx -x "command-sequence file-open $fin; buffer-write-as $fout; lyx-quit;"
    
    Note: An extra argument -lyxdir <path-to-lyxdir/lib> may be needed.
    Note: The path to the output file must be absolute before bug 4135 is fixed.

Categories

Category: Development, LyX_1_6

Edit - History - Print - Recent Changes - All Recent Changes - Search
Page last modified on 2007-09-01 11:06 CEST