[Ipe-discuss] pdftoipe then ipe open gives parse error

Larry Evans cppljevans at suddenlink.net
Wed Aug 3 16:34:27 CEST 2016



On 08/03/2016 08:34 AM, Günter Rote wrote:
> Here is a workaround:
>
> Insert the line
> <page>
> after
> <ipestyle>
> <layout paper="595 842" frame="539.059 798.142" origin="38.8977 28.5178"/>
> </ipestyle>
>
> (after the 6th line, or in the appropriate place in your ipe file.

Thanks Gunter.  I tried this and the 1st part of my file now has:

<?xml version="1.0"?>
<!DOCTYPE ipe SYSTEM "ipe.dtd">
<ipe version="70000" creator="pdftoipe 2013/01/24">
<ipestyle>
<layout paper="612 792" frame="612 792" origin="0 0"/>
</ipestyle>
<ipestyle>
<preamble>\usepackage[utf8]{inputenc}</preamble>
</ipestyle>
<page>
<path fill="0.862991 1 0.983994" fillrule="wind">

Before, the error message occurred just after the <path ; however,
now it's at position 114522, which is on this line:

<path fill="0.862991 1 0.983994" fillrule="wind">

I'm guessing it's missing another <page> since the line above
that ended in </page>.

I'll try zhengdao at iastate.edu suggestion about getting latest
version to see if problem is solved.

Thanks.

-regards,
Larry





More information about the Ipe-discuss mailing list