01.19.2005 20:46

Preamble to K grant

I have the format for the K grant down pretty well now. I have the following included in my LaTeX preamble. The nih2.cls if from the sidebar link of LaTeX for NIH Grants, the newer style.
\documentclass[kk,11pt]{nih2} \usepackage[title]{appendix} \usepackage{varioref}% nice with \autoref{label}, use \vpageref[]{label} \usepackage[super,sort&compress]{natbib} \usepackage[smaller]{acronym} \usepackage{hyperref} \usepackage[defblank,neverdecrease]{paralist} \usepackage{hanging} \usepackage{ctable} % \usepackage{pdfsync} \piname{Gregson, Aric L.}

% %%%%%%% My own edits: % %%%%%%% % % Usage: \mc{number of columns spanned}{Major column heading} % Note: different from standard usage, included Left justification \newcommand{\mc}[2]{\multicolumn{#1}{l}{#2}}

% %%%%%%%%%% Heading Modifications for RCA PHS 398 \renewcommand{\thepart}{\Roman{part}} \renewcommand{\thesection}{\thepart.\arabic{section}} \renewcommand{\thesubsection}{\thesection.\Alph{subsection}} \renewcommand{\thesubsubsection}{\thesubsection.\roman{subsubsection}}

\renewcommand{\bibname}{Literature Cited}

%%%%% Aliases for this paper - shortcuts \newcommand{\PF}{\emph{Plasmodium falciparum}} \newcommand{\pf}{\emph{P.\ falciparum}} \newcommand{\cs}{circumsporozoite\ } \newcommand{\ab}{antibody\ } \newcommand{\abs}{antibodies\ } \newcommand{\xs}{x-irradiated sporozoites} \newcommand{\XS}{X-irradiated sporozoites} \newcommand{\x}{x-irradiated sporozoite} \newcommand{\X}{X-irradiated sporozoite} \newcommand{\TC}{T-cell}
Actually, I didn't end up modifying it that much. I have used many extra packages to make my life simplier. The paralist with is compact forms of listing environment is a life-saver. I don't think I could have done it without that, because of the page requirements. Anyway, better get back to writing something on it! Only 13 days left!!!!! PANIC!!!!

Posted by aorchid | Categories: Work/Typography