Search:   Help

Navigation

Groups

LyX documentation

Edit

Shared groups

Links

FAQ /

DebuggingLayoutFiles

Please categorize this page.
<< | Page list | >>

This pages gives some tips for creating and debugging Lyx Layout files

This debugging script was taken from Steve Litt's page.

 
echo q to quit, e to edit in LyX, anything else to regenerate Postscript
read var
until test "$var" = "q"; do
        cd
        rm -f hello.ps
        echo; echo; echo; echo;
        if test "$var" = "e"; then
                lyx hello.lyx
        else
                lyx --export ps  hello.lyx
                gv hello.ps
        fi
        echo q to quit, e to edit in LyX, anything else to regenerate Postscript
        read var
done
  

<< | FAQ.PageList | >>

Edit - History - Print - Recent Changes - All Recent Changes - Search
Page last modified on 2005-12-01 23:20 UTC