Go to page:

Search:   Help

Developers' side bar

Selected categories

Edit

Shared groups

Links

XML

Categories: Development, LyX_2_0

Various notes about the new XML file format for LyX 2.0

Work in progress ...

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.

Categories

Category: Development, LyX_2_0

Edit - History - Print - Recent Changes - All Recent Changes - Search
Page last modified on 2008-12-13 14:38 CET