Missing \leavevmode in \frameonly makes life very confusing if you're
authormdw <mdw>
Sat, 6 Sep 2003 13:08:16 +0000 (13:08 +0000)
committermdw <mdw>
Sat, 6 Sep 2003 13:08:16 +0000 (13:08 +0000)
too clever.

slowbox.dtx

index f713feb..7b0e107 100644 (file)
@@ -1,6 +1,6 @@
 % \begin{meta-comment}
 %
-% $Id: slowbox.dtx,v 1.1 2003/09/05 16:09:56 mdw Exp $
+% $Id: slowbox.dtx,v 1.2 2003/09/06 13:08:16 mdw Exp $
 %
 % Cop-out for slow things
 %
@@ -9,6 +9,10 @@
 %----- Revision history -----------------------------------------------------
 %
 % $Log: slowbox.dtx,v $
+% Revision 1.2  2003/09/06 13:08:16  mdw
+% Missing \leavevmode in \frameonly makes life very confusing if you're
+% too clever.
+%
 % Revision 1.1  2003/09/05 16:09:56  mdw
 % New feature\!
 %
@@ -41,7 +45,7 @@
 %<+package>                [2003/08/27 1.0 skipping of slow boxes]
 % \end{meta-comment}
 %
-% \CheckSum{221}
+% \CheckSum{222}
 %% \CharacterTable
 %%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
 %%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
   }%
   \dimen@#3\advance\dimen@-\dp\z@%
   \setbox\z@\hbox{\lower\dimen@\box\z@}%
-  \box\z@%  
+  \leavevmode\box\z@%  
 }
 %    \end{macrocode}
 % \end{macro}