Re: multiple style sheets in command line
Otfried Cheong <[email protected]>
| Newsgroups | gmane.comp.graphics.ipe.general |
|---|---|
| Organization | Ipe Headquarter |
| Message-ID | <[email protected]> |
Guillaume BATOG wrote:
> Maybe it is completely independant of Ipe but I don't succeed to specify two
> style sheet files in command line.
>
> ipe -sheet file1.isy and ipe -sheet file2.isy work well
>
> ipe -sheet fileA.isy fileB.isy
> with {A,B}={1,2} doesn't work: ipe opens with an alert window: "Document fileA
> could not be opened Parsing error at position 69"
You need to write:
ipe -sheet fileA.isy -sheet fileB.isy
Cheers,
Otfried