Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to export graphics in "Working" style environment rather than "Printout"?
    primarykey
    data
    text
    <p>I have learned recently that <a href="http://groups.google.com/group/comp.soft-sys.math.mathematica/msg/7f5cb9e2d4677855" rel="noreferrer"><code>Export</code> in <em>Mathematica</em> uses by default the <code>"Printout"</code> screen style environment rather than <code>"Working"</code> when exporting to PDF</a>. It sometimes results in <a href="http://groups.google.com/group/comp.soft-sys.math.mathematica/browse_thread/thread/9ea5e78b181f9f6f/7f5cb9e2d4677855%3Fq%3D%2522Printout%2522%2BMagnification%2B0.8%2Bgroup:comp.soft-sys.math.mathematica%237f5cb9e2d4677855&amp;ei=T-7ZTeGeLMPG_QbOz_SVCA&amp;sa=t&amp;ct=res&amp;cd=1&amp;source=groups&amp;usg=AFQjCNHY6PZIvxkgjmMOo4f5xfcgNBbxdQ" rel="noreferrer"><code>FontSize</code> fluctuations in the resulting PDF</a> which are very annoying.</p> <p>Try for example:</p> <pre><code>Show[First@ImportString[ExportString[Style[T, 100], "PDF"], "PDF"], Prolog -&gt; Inset[Style[T, 100], FormatType -&gt; StandardForm]] Show[First@ImportString[ExportString[Style[T, 100], "PDF"], "PDF"], Prolog -&gt; Inset[Style[T, 100, Magnification -&gt; .8], FormatType -&gt; StandardForm]] </code></pre> <p><img src="https://i.stack.imgur.com/5t2ZS.png" alt="screenshot"></p> <p>You can see that the exported "T" has 80% of the size of "T" that appears in the notebook. This is how the <code>"Printout"</code> environment is tuned on by default.</p> <p>Is there a way to force <code>Export</code> use the default <code>"Working"</code> environment?</p> <p>P.S. For some reason setting a private stylesheet with <code>Magnification-&gt;1</code> for the "Printout" environment does not affect <code>Export</code>. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload