Re: Change Evolution Print Size

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 2006-06-10 at 14:21 -0500, Gregory P. Ennis wrote:
> On Sat, 2006-06-10 at 15:07 -0400, Travis Fraser wrote:
> > On Fri, 2006-06-09 at 11:13 +0100, Chris Bradford wrote:
> > > Is there a way to change the evolution default font size for printing?
> > > 
> > > If find that the font size is about twice that of Outlook!
> > > 
> > I have never found a way to change it since evolution 1.4 series. I end
> > up printing emails from evolution as 2-pages to a sheet of paper.
> > > Many thanks,
> > > 
> > > Chris Bradford
> > > 
> > > 
> > > This message has been scanned for viruses by BlackSpider MailControl - www.blackspider.com
> > > 
> > -- 
> > Travis Fraser <travis@xxxxxxxxxxxxx>
> > 
> 
> Cris,
> 
> I made a request to the 'evolution' dev mailing list about 6 months ago,
> and they were aware of the problem.  At that time they did not have the
> resources of personnel to resolve it.  
> 
> I would suggest that you file a bug report with them and maybe if enough
> of us let them know this is important they will see the size of the
> problem it causes to users and increase the priority of the fix.
> 
> Greg
>  
> 
I find this a real pain and end up cut/paste to a file and then doing
something like the following (if necessary)
fold -s -w 140

then run this small, crude script on the file
#!/bin/bash
DIR=`dirname $1`
BASE=`basename $1`
#echo $DIR  $BASE
enscript --margin '40:::' -L 100 -j -o - -M A4 -f Clean8 \ --header='$n|
%W|Page $% of $=' $1>/tmp/${BASE}.ps
gv /tmp/${BASE}.ps
rm /tmp/${BASE}.ps

I do the same for cut/paste from web pages when necessary

There must be a better way !!!!

John




-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux