% nar.sty \typeout{National Cancer Institute Style version = 1.01 of nci.sty 2001 Dec 6} % 1.00, 2001 Dec 5: origin % see: % http://www.lecb.ncifcrf.gov/~toms/latex.html % Dr. Thomas D. Schneider % National Cancer Institute % Laboratory of Experimental and Computational Biology % Frederick, Maryland 21702-1201 % toms@ncifcrf.gov % permanent email: toms@alum.mit.edu % http://www.lecb.ncifcrf.gov/~toms/ % ****************************************************************************** % set up page edges % need 1 inch margins all around % 11 inches high -2 inches gives 9 inch high text: \textheight 9in % this works %\topmargin -0.5in % -0.5 would shift the whole thing up %\headheight 0in %\headsep 0in % 8.5 inch wide - 2 inches = 6.5 inch wide text \textwidth 6.5in \oddsidemargin 0in % ****************************************************************************** % Setting the font % http://www.realtimelinux.org/archives/documentation/199912/0015.html % > OK, I've fixed the style file to include \usepackage{pslatex} and % >it is true that the fonts come out *much* better within acrobat. Ta. % % Well, it actually does more than simply using type-1. It switches to use % Times New Roman & co., so the fonts are known to any pdf-viewer and don't % need to be embedded into the PDF :-) % ( I actually don't like Times New Roman to much, but as I said before % there are advantages - esp. the smaller file size should be considered !) \usepackage{pslatex} % Times New Roman % with this font one needs one extra \! \providecommand{\trademark}{} % Guide to LaTeX page 195 \renewcommand{\trademark}{${^{\bigcirc \! \!\!\!\!\!\!\mbox{\tiny R}}}$} % ****************************************************************************** % start HTML links \usepackage{html} \bodytext{ } % ****************************************************************************** % do figures \usepackage{graphics} \usepackage{wrapfig} \usepackage{floatfig} % ****************************************************************************** % references \usepackage[normalem]{ulem} \bibliographystyle{nci} \usepackage{noReferences} % ****************************************************************************** % Set the page number at the bottom of the page % A Guide to LaTeX page 347 \renewcommand{\thepage}{TDS-\arabic{page}} % ****************************************************************************** % be sure to put the initfloatfigs after the begin: % \begin{document} % \initfloatingfigs % ******************************************************************************