delorie.com/archives/browse.cgi | search |
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=b9IKD3MbRlTmx6xK8va9LUaRBZlqvyYAlo8bPPEnQY8=; | |
b=Iw4L/QJg6nyTY/u4yAqdb1MvAaQfPXCVgO8rytaA2q3scO2NEojWzOigg0sB1iMm3k | |
bS28lvBCxAr5ucNPACSwO0EUZibQy5kboAfsfVEXYHB68Iko61skXWuXeHtTvJUEYa+p | |
bqkDy0ZvzfE6Ojt8gOpXjkLprck+k6zl4aJGeNlkslw7yRjB/5vrqJVu9cy/l0gLqnsw | |
MPlcrEJLe/yJpqdPAGJgakjhBmIiWWy+i3AqzhNdniC1hC8yZRR4G+Md1luQInu/1N8z | |
UfosuTu6zKaGUAQmHpYWy3dDYxzCoSItoeLz5VTTcUckM2qhwmt4rRjXMZAeSorVxiUo | |
bhaQ== | |
X-Received: | by 10.152.88.39 with SMTP id bd7mr1455392lab.89.1407147021384; |
Mon, 04 Aug 2014 03:10:21 -0700 (PDT) | |
Date: | Mon, 4 Aug 2014 14:09:58 +0400 |
From: | Vladimir Zhbanov <vzhbanov AT gmail DOT com> |
To: | geda-user AT delorie DOT com |
Subject: | Re: [geda-user] Print monochromatic schematic? |
Message-ID: | <20140804100958.GB24580@localhost.localdomain> |
Mail-Followup-To: | geda-user AT delorie DOT com |
References: | <CAOFvGD4MCEk4qUkyDtrPG1+oCz5c0p2PZgpQ6RAgVurBMyonDQ AT mail DOT gmail DOT com> |
<1397322739 DOT 772 DOT 8 DOT camel AT AMD64X2 DOT fritz DOT box> | |
<CAOFvGD6m=FZJtO7GfuO20S6+BX3h3UhfGFowN0uSmOHukuUz0A AT mail DOT gmail DOT com> | |
MIME-Version: | 1.0 |
In-Reply-To: | <CAOFvGD6m=FZJtO7GfuO20S6+BX3h3UhfGFowN0uSmOHukuUz0A@mail.gmail.com> |
User-Agent: | Mutt/1.5.23 (2014-03-12) |
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 |
On Sat, Apr 12, 2014 at 02:11:10PM -0400, Jason White wrote: ... > I pasted (output-color "disabled") into my local gafrc file using the > gSchem 1.9.1 release. It does day it loaded the RC file however it > does not effect print operation. The 1.9 series versions have a new config system. See http://wiki.geda-project.org/geda:gaf_utility and gaf(1) for details. In your case you can just do: gaf config --user gschem.printing monochrome true ... > First hadling of color vs mono printing is not consistent between the > three functions below. As far as I can tell you cannot actually invoke > x_print_export_pdf and x_print_export_pdf_page from the gui as I tried > exporting PDFs and PDF pages and only draw_page__print_operation was > called. You can export pdf using either gschem print dialog or 'gaf export' command. These are different ways and they use different settings. In the first case, the 'gschem.printing' settings will be used; and you can find the required settings for the second case if you'll read the above pages. ... > Okay, so that brings up a question I would like to make a patch to fix > this printing issue. However, I cannot find the file and related > functions which are called from the the menu View->Dark/Light/BW where > the color scheme is set. Does anyone have any pointers? gschem has different color maps for viewing and printing. See http://wiki.geda-project.org/geda:gschem_ug:config You can also make your own printing color map which will suit your needs. If you want, you can use this way to make B&W colormap and even make some elements (e.g. square end cues of unconnected nets) invisible when printing.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |