Georg Baum wrote: > Nobody answered this one. > > Do we want > tex2lyx infile.tex > > to create infile.lyx or do we want it to write to stdout like it is doing > now?
I think that it should write to stdout. I think that we should also support $ tex2lyx -o outfile.lyx infile.tex $ tex2lyx --outfile outfile.lyx infile.tex and $ tex2lyx --outdir somedir infile.tex I think that tex2lyx should exit (creating nothing) if it ascertains that it will create more than one file and --outdir has not been specified. You asked ;-) -- Angus