commit 540bc42e758038049500249ddc5f3158b89e1628
parent cd3fb95c05dbb8e89f9e758310f00781a1f9b057
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Sat, 23 Jun 2007 02:33:00 +0000
more cross-referencing and icons to help explain margin notes
svn: r6720
original commit: f9b2e75a7517b1e290d3971678f862d2139011d8
Diffstat:
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/collects/scribble/latex-render.ss b/collects/scribble/latex-render.ss
@@ -63,6 +63,8 @@
(printf "\\newcommand{\\schemeinput}[1]{\\colorbox{LightGray}{\\hspace{-0.5ex}\\schemeinputcol{#1}\\hspace{-0.5ex}}}\n")
(printf "\\newcommand{\\highlighted}[1]{\\colorbox{PaleBlue}{\\hspace{-0.5ex}\\schemeinputcol{#1}\\hspace{-0.5ex}}}\n")
(printf "\\newcommand{\\techlink}[1]{#1}\n")
+ (printf "\\newcommand{\\imageleft}[1]{#1}\n")
+ (printf "\\newcommand{\\imageright}[1]{#1}\n")
(printf "\\begin{document}\n")
(when (part-title-content d)
(printf "\\title{")
diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css
@@ -282,6 +282,11 @@
font-family: Courier; font-size: 80%;
}
+ .imageleft {
+ float: left;
+ margin-right: 0.3em;
+ }
+
.nonavigation {
color: #EEEEEE;
}