X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=NhrmFUexQSwI0iTZmN3+ibVTltxxXDRsjOuLRRZOcL8=; b=bFth3ziu/o6nRg3VEjuvsqm0Krqu3tAA7zVZMFZB49+KNNQRTa9gy4UkQCeLHTRJyf bK0MIg+19LJN3BruOOSkpzci0JvOsm1g775UTLLtKfHe0BV3pIJGrDGOCseNIYrSmPw9 y3otpo8P88fb7QCiRgTrvS35fkGjZR5UbjYVq6AC/hRXxR9AOtlD8pAyRpsPpb0d6i5U Sh4PWljxYS5vV/f2+N69FNrbabuOOjknfTJJR26I/Ea8qqs5FJt8eWAlDwk2S38RULmi z1IO3+LOo6nn8KGGj7waao3sSnuyIjmnxDB7a8JecNwlKQXTbdTNYhuAsyB0hOlUwy6/ qVNA== Date: Wed, 17 Oct 2012 21:35:04 +0400 From: Vladimir Zhbanov To: geda-user AT delorie DOT com Subject: Re: [geda-user] Text scaling during zoom in gschem Message-ID: <20121017173503.GC6695@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <507b8d7c DOT 8ad3440a DOT 7926 DOT ffff8637 AT mx DOT google DOT com> <20121015092411 DOT 4eca1f3f AT svelte> <20121015171327 DOT GA25788 AT localhost DOT localdomain> <20121016083227 DOT GB12759 AT visitor2 DOT iram DOT es> <20121016141653 DOT GA27435 AT localhost DOT localdomain> <20121017081319 DOT GA16322 AT visitor2 DOT iram DOT es> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20121017081319.GA16322@visitor2.iram.es> User-Agent: Mutt/1.5.21 (2010-09-15) Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, Oct 17, 2012 at 10:13:19AM +0200, Gabriel Paubert wrote: ... > Unfortunately, for example the recent gsch2pdf code relies > on cairo 1.10 at least, which is not yet in debian-stable. > I also think that I hit a bug (probably in libgeda) on a > non-x86 machine: the output pdf scale depends on the directory > in which symbols are found. It looks like a wild pointer/memory > corruption, but I won't be able to debug more before early > November. As far as I can see gsch2pdf uses the same output page size for different schematic sizes, so if your symbols have different sizes you get the different scales. BTW, gschem can also print all your schematics from command line at once (blinking only once) if you change the print.scm a bit. Moreover, it can print EPS from command line. And if you pipe its output to a certain program you can get the PDF file, too ;) -- http://vzhbanov.byethost33.com