In the terminal

for i in *.tex; do lyx -e pdf2 $i;done

el

on 4/24/07 4:35 PM Abdelrazak Younes said the following:
> Gunnar Lindholm wrote:
>>> I have many lyx files. I want to batch convert them to pdf. how can i
>>> do it
>>> on windows/ubuntu. please help.
>> On the command line
>>
>> lyx -e pdf  *.lyx
> 
> AFAIK this won't work with 1.4.x but it will with 1.5.0. With 1.4 you'll
> need to give one file per export command. Something using 'find' and
> pipe it to lyx -e pdflatex should do the trick. Or use 1.5.0beta2 ;-)
> 
> Abdel.
> 
> 

Reply via email to