MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Q: How to print with line wrap AND syntax coloring?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg99021] Re: Q: How to print with line wrap AND syntax coloring?
  • From: mike.honeychurch at gmail.com
  • Date: Fri, 24 Apr 2009 03:46:59 -0400 (EDT)
  • References: <gspgoh$o00$1@smc.vnet.net>

On Apr 23, 5:43 am, Adam <Juneap... at gmail.com> wrote:
> How do I edit the "printout" environment so that it includes line
> wrapping AND syntax coloring?

In your printout style:

Cell[StyleData[All, "Printout"],
 ScreenStyleEnvironment->"Printout",
 PageWidth->PaperWidth,
 PrivateEvaluationOptions->{"OutputFormPageWidth"->"PaperWidth"},
ShowSyntaxStyles->True,
ShowAutoStyles->True,

...

]


  • Prev by Date: MatrixPlot with color range bar
  • Next by Date: Re: Using a jpg picture for a 2D plot background
  • Previous by thread: Q: How to print with line wrap AND syntax coloring?
  • Next by thread: FindFit tips