tlnatbib.sty 594 B

12345678910111213141516171819
  1. % `tlnatbib' package
  2. %
  3. % This package should be used instead of natbib.sty, when used
  4. % with the thloria class.
  5. %
  6. % D. Roegel
  7. %
  8. \NeedsTeXFormat{LaTeX2e}[1995/12/01]
  9. \ProvidesPackage{tlnatbib}
  10. [1999/03/08 natbib package for thloria (DR)]
  11. \DeclareOption*{\PassOptionsToPackage{\CurrentOption}{natbib}}
  12. \ProcessOptions
  13. \RequirePackage{natbib}
  14. \@ifundefined{NAT@sectionbib}%
  15. {\renewcommand\bibsection{\SpecialSection{\bibname}%
  16. \generic@mark{\bibname}}}
  17. {\renewcommand\bibsection{\section*{\bibname
  18. \ifx\@mkboth\@gobbletwo\else\markright{\MakeUppercase{\bibname}}\fi}}}
  19. \endinput