<div dir="ltr">Matthew B. has looked into this (I had emailed him separately about it, forgetting that there was this message to start from) and reports that this particular combination (putting code inside a blue definition box) isn't supported well by the current CSS.<div>
<br></div><div>Is there a way to do something differently at the Racket level?</div><div><br></div><div>Robby</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Dec 21, 2013 at 4:26 PM, Neil Toronto <span dir="ltr"><<a href="mailto:neil.toronto@gmail.com" target="_blank">neil.toronto@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Yeah, I had that on my list of things to look into. They're produced by this code in "unstable/latent-contract/<u></u>defthing.rkt":<br>

<br>
(define (def/value def val . pre-flows)<br>
  (apply s.nested<br>
         (s.tabular #:style (s.style 'boxed '())<br>
                    (list (list (s.nested def))<br>
                          (list (s.tabular #:style def/value-table-style<br>
                                           (list (list "=" val))))))<br>
         pre-flows))<br>
<br>
(define def/value-table-style<br>
  (s.style 'boxed<br>
           (list<br>
            (s.table-columns<br>
             (list<br>
              (s.style 'plain<br>
                       (list 'top<br>
                             (s.attributes '((width . "0%")))))<br>
              (s.style 'plain<br>
                       (list 'top 'left<br>
                             (s.attributes '((width . "100%"))))))))))<br>
<br>
I'm not sure why the tabular with "= val" in it isn't getting the boxed style like everything else.<span class="HOEnZb"><font color="#888888"><br>
<br>
Neil ⊥</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On 12/21/2013 03:20 PM, Sam Tobin-Hochstadt wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
That same documentation has a strange rendering issue with the `= #t`<br>
in the various blue boxes. In particular, unlike here:<br>
<a href="http://docs.racket-lang.org/plot/params.html?q=z-far#%28def._%28%28lib._plot%2Fmain..rkt%29._plot-z-far-axis~3f%29%29" target="_blank">http://docs.racket-lang.org/<u></u>plot/params.html?q=z-far#%<u></u>28def._%28%28lib._plot%2Fmain.<u></u>.rkt%29._plot-z-far-axis~3f%<u></u>29%29</a><br>

they're not in the blue boxes.  I've CC'ed Matthew B. in case this is<br>
something he knows more about.<br>
<br>
Sam<br>
<br>
On Sat, Dec 21, 2013 at 5:13 PM, Neil Toronto <<a href="mailto:neil.toronto@gmail.com" target="_blank">neil.toronto@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Some plots in the documentation are missing a polygon. I think it's<br>
platform-specific, because I can't reproduce the problem.<br>
<br>
Examples:<br>
<br>
First example plot in "1.5 Renderer and Plot Bounds" (look for a light green<br>
rectangle)<br>
<br>
file:///usr/racket-5.91.0.900/<u></u>doc/plot/intro.html?q=plot#%<u></u>28part._.Renderer_and_.Plot_.<u></u>Bounds%29<br>
<br>
<br>
Last example plot in `plot-z-far-ticks' docs (look for a white hole under<br>
the "z" in the legend)<br>
<br>
<a href="http://plt.eecs.northwestern.edu/snapshots/current/doc/plot/ticks_and_transforms.html?q=plot-z-far-ticks#%28def._%28%28lib._plot%2Fmain..rkt%29._plot-z-far-ticks%29%29" target="_blank">http://plt.eecs.northwestern.<u></u>edu/snapshots/current/doc/<u></u>plot/ticks_and_transforms.<u></u>html?q=plot-z-far-ticks#%<u></u>28def._%28%28lib._plot%2Fmain.<u></u>.rkt%29._plot-z-far-ticks%29%<u></u>29</a><br>

<br>
<br>
Here's a program that renders one of the bad plots like Scribble does (I<br>
think):<br>
<br>
#lang racket<br>
<br>
(require pict plot/pict)<br>
<br>
(pict->bitmap<br>
  (plot3d-pict (polar3d (λ (θ ρ) 1) #:color 2 #:line-style 'transparent)<br>
               #:altitude 25))<br>
<br>
<br>
Neil ⊥<br>
<br>
<br>
_________________________<br>
  Racket Developers list:<br>
  <a href="http://lists.racket-lang.org/dev" target="_blank">http://lists.racket-lang.org/<u></u>dev</a><br>
</blockquote></blockquote>
<br>
_________________________<br>
 Racket Developers list:<br>
 <a href="http://lists.racket-lang.org/dev" target="_blank">http://lists.racket-lang.org/<u></u>dev</a><br>
</div></div></blockquote></div><br></div>