Advertisement
Guest User

float font line spacing

a guest
Sep 12th, 2011
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. \def\@xfloat#1[#2]{\ifhmode \@bsphack\@floatpenalty -\@Mii\else
  2. \@floatpenalty-\@Miii\fi\def\@captype{#1}\ifinner
  3. \@parmoderr\@floatpenalty\z@
  4. \else\@next\@currbox\@freelist{\@tempcnta\csname ftype@#1\endcsname
  5. \multiply\@tempcnta\@xxxii\advance\@tempcnta\sixt@@n
  6. \@tfor \@tempa :=#2\do
  7. {\if\@tempa h\advance\@tempcnta \@ne\fi
  8. \if\@tempa t\advance\@tempcnta \tw@\fi
  9. \if\@tempa b\advance\@tempcnta 4\relax\fi
  10. \if\@tempa p\advance\@tempcnta 8\relax\fi
  11. }\global\count\@currbox\@tempcnta}\@fltovf\fi
  12. \global\setbox\@currbox\vbox\bgroup
  13. \def\baselinestretch{1}
  14. \ifx\undefined\selectfont
  15. \small\normalsize
  16. \else
  17. \@newbaseline
  18. \fi
  19. \boxmaxdepth\z@
  20. \hsize\columnwidth \@parboxrestore}
  21. \long\def\@footnotetext#1{\insert\footins{\def\baselinestretch{1}\footnotesize
  22. \interlinepenalty\interfootnotelinepenalty
  23. \splittopskip\footnotesep
  24. \splitmaxdepth \dp\strutbox \floatingpenalty \@MM
  25. \hsize\columnwidth \@parboxrestore
  26. \edef\@currentlabel{\csname p@footnote\endcsname\@thefnmark}\@makefntext
  27. {\rule{\z@}{\footnotesep}\ignorespaces
  28. #1\strut}}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement