commit 5db56595cce44480b879b026f792a049d346543f
parent 78bd91e1a05b4c48ad398199d8927feb0c6be2c6
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Wed, 16 Jul 2008 01:04:01 +0000
add noborder latex macro
svn: r10786
original commit: cd6acfdd28b5233636e89134153a957f89481d11
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/collects/scribble/scribble.tex b/collects/scribble/scribble.tex
@@ -65,6 +65,7 @@
\newcommand{\techinside}[1]{#1}
\newcommand{\badlink}[1]{#1}
\newcommand{\indexlink}[1]{#1}
+\newcommand{\noborder}[1]{#1}
\newcommand{\imageleft}[1]{} % drop it
\newcommand{\smaller}[1]{{\footnotesize #1}}