Using lyx on the windows command line

2008-05-19 Thread Tim Michelsen
Using lyx on the windows command line Hello, I'd like to automatize the PDF-generation an publication of my Lyx-documents. I there I way that allows me to run lyx.exe from command line and having it convert a file to a PDF using pdflatex? I am looking into something like: lyx.exe input.lyx

Re: Using lyx on the windows command line

2008-05-19 Thread Abdelrazak Younes
Tim Michelsen wrote: Using lyx on the windows command line Hello, I'd like to automatize the PDF-generation an publication of my Lyx-documents. I there I way that allows me to run lyx.exe from command line and having it convert a file to a PDF using pdflatex? I am looking into something like

Re: Using lyx on the windows command line

2008-05-19 Thread Tim Michelsen
I am looking into something like: lyx.exe input.lyx --format=PDFLATEX output.pdf lyx -e pdf2 input.lyx This will produce input.pdf, you cannot specify output.pdf. Very nice, thanks I can now write my batch file which does the publishing automatically. I tried lyx.exe /HELP but Lyx just

Using lyx on the windows command line

2008-05-19 Thread Tim Michelsen
Using lyx on the windows command line Hello, I'd like to automatize the PDF-generation an publication of my Lyx-documents. I there I way that allows me to run lyx.exe from command line and having it convert a file to a PDF using pdflatex? I am looking into something like: lyx.exe input.lyx

Re: Using lyx on the windows command line

2008-05-19 Thread Abdelrazak Younes
Tim Michelsen wrote: Using lyx on the windows command line Hello, I'd like to automatize the PDF-generation an publication of my Lyx-documents. I there I way that allows me to run lyx.exe from command line and having it convert a file to a PDF using pdflatex? I am looking into something like

Re: Using lyx on the windows command line

2008-05-19 Thread Tim Michelsen
I am looking into something like: lyx.exe input.lyx --format=PDFLATEX output.pdf lyx -e pdf2 input.lyx This will produce input.pdf, you cannot specify output.pdf. Very nice, thanks I can now write my batch file which does the publishing automatically. I tried lyx.exe /HELP but Lyx just

Using lyx on the windows command line

2008-05-19 Thread Tim Michelsen
Using lyx on the windows command line Hello, I'd like to automatize the PDF-generation an publication of my Lyx-documents. I there I way that allows me to run lyx.exe from command line and having it convert a file to a PDF using pdflatex? I am looking into something like: lyx.exe input.lyx

Re: Using lyx on the windows command line

2008-05-19 Thread Abdelrazak Younes
Tim Michelsen wrote: Using lyx on the windows command line Hello, I'd like to automatize the PDF-generation an publication of my Lyx-documents. I there I way that allows me to run lyx.exe from command line and having it convert a file to a PDF using pdflatex? I am looking into something like

Re: Using lyx on the windows command line

2008-05-19 Thread Tim Michelsen
I am looking into something like: lyx.exe input.lyx --format=PDFLATEX output.pdf lyx -e pdf2 input.lyx This will produce input.pdf, you cannot specify output.pdf. Very nice, thanks I can now write my batch file which does the publishing automatically. I tried lyx.exe /HELP but Lyx just