user defined default linewidth in .ps output

Bug #698762 reported by nobody
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gEDA
Won't Fix
Wishlist
Unassigned

Bug Description

this feature is very usefull when for example output
file of size A2 is printed on paper size A4. Laser
printer 1200 dpi make it posible

<email address hidden>

Revision history for this message
avian1 (avian1) wrote :

This is more of a hack than a real solution (there was a
discussion on the geda-dev mailing list about this some time
ago - see the thread about the new print dialog), but it
works for me.

You have to make your own Postscript prolog with gschem.

Copy the original "prolog.ps" file to your ~/.gEDA directory
and add the following line to your ~/.gEDA/gafrc file:

(postscript-prolog "${HOME}/.gEDA/prolog.ps")

Now you can do all sorts of tricks in "prolog.ps". To double
the linewidth, replace all occurrences of "setlinewidth"
with "2 mul setlinewidth".

I also like to increase the text size. You can do that by
replacing the "exch scalefont" line with "exch 1.6 mul
scalefont" (which scales all font sizes by 1.6).

Peter TB Brett (peter-b)
tags: added: libgeda
removed: gschem
Revision history for this message
Peter TB Brett (peter-b) wrote :

gschem now uses a completely different renderer (libgedacairo), so this bug is out of date.

Changed in geda:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.