I want to call up my LyxServer and tell it to export a given file as ascii.  This will 
mean that I have to set up the latex preamble for a differing set of ascii only 
rendering macros.

BUT, I tried something like this and it tended to bomb out
I am using a 0.12.0beta are problems like this cleared in the latest cut or can 
somebody tell me where I'm going wrong

----

#!/bin/sh
if [ -p /home/will/.lyx/.lyxpipe.in ] ; then 
        echo 'LYXCMD:will:buffer-open:/home/will/Sstl/Pdata/w2pages.lyx' >>  
/home/will/.lyx/.lyxpipe.in
        read answer < /home/will/.lyx/.lyxpipe.out
        echo $answer
        echo 'LYXCMD:will:buffer-export ascii' >> /home/will/.lyx/.lyxpipe.in
        read answer < /home/will/.lyx/.lyxpipe.out
        echo $answer
fi

-- 
                +++ the lyx project user mailing list +++
                To unsubscribe from this list send mail to 
                         [EMAIL PROTECTED]
                    with the **Subject** unsubscribe.

Reply via email to