José Matos wrote:
> On Wednesday 14 May 2008 13:54:04 Neal Becker wrote:
>> I wrote a little python to generate a bunch of graphs. How do I format
>> this to a file to include in lyx?
>>
>> I tried making a file with:
>>
>> \begin_layout Standard
>> \begin_inset Graphics
>> filename N=512,e=--20.pdf
>> width 100line%
>>
>> \end_inset
>>
>> And tried insert/file/lyx, but lyx says it's not a lyx file. What is the
>> best way to implement this?
>
> How about using external insets?
>
Not sure what you mean here.
What I did:
Add \usepackage{graphicx} to preamble.
Add child doc using \input
Child doc has just a bunch of lines:
\includegraphcs[blah blah]{filename}