bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e4d9880b02e194e314baae39529e03ffdb7361bf
parent b1748ad2c3546ee8dbb5e391edfe1295f8c7b062
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Sun, 13 Mar 2011 08:58:29 -0600

Scribble: experiment with non-bold as syntactic-form font

original commit: 991745108cbcc4ccf4fc4f16622f31d0f899a0f8

Diffstat:
Mcollects/scribble/racket.css | 4++--
Mcollects/scribble/racket.tex | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/collects/scribble/racket.css b/collects/scribble/racket.css @@ -67,7 +67,7 @@ .RktKw { color: black; - font-weight: bold; + /* font-weight: bold; */ } .RktErr { @@ -97,7 +97,7 @@ .RktStxLink { text-decoration: none; color: black; - font-weight: bold; + /* font-weight: bold; */ } .RktRes { diff --git a/collects/scribble/racket.tex b/collects/scribble/racket.tex @@ -13,7 +13,7 @@ \definecolor{OutputColor}{rgb}{0.59,0.00,0.59} \newcommand{\RktPlain}[1]{\inColor{black}{#1}} -\newcommand{\RktKw}[1]{{\SColorize{black}{\Scribtexttt{\textbf{#1}}}}} +\newcommand{\RktKw}[1]{{\SColorize{black}{\Scribtexttt{#1}}}} % no \textbf anymore \newcommand{\RktStxLink}[1]{\RktKw{#1}} \newcommand{\RktCmt}[1]{\inColor{CommentColor}{#1}} \newcommand{\RktPn}[1]{\inColor{ParenColor}{#1}}