]> git.donarmstrong.com Git - lib.git/blob - templates/article_shell.tex
Use warnings in the perl module header
[lib.git] / templates / article_shell.tex
1 \documentclass[english,12pt]{article}
2 \usepackage{fancyhdr}
3 %\usepackage[pdftex]{graphicx}
4 \usepackage{graphicx}
5 \usepackage[bf]{caption2}
6 \usepackage{multirow}
7 \usepackage{textcomp}
8 \usepackage{amssymb}
9 \usepackage{setspace}
10 \usepackage[light,all]{draftcopy}
11 \usepackage[hyperfigures,backref,bookmarks,colorlinks]{hyperref}
12 \newenvironment{narrow}[2]{%
13   \begin{list}{}{%
14       \setlength{\topsep}{0pt}%
15       \setlength{\leftmargin}{#1}%
16       \setlength{\rightmargin}{#2}%
17       \setlength{\listparindent}{\parindent}%
18       \setlength{\itemindent}{\parindent}%
19       \setlength{\parsep}{\parskip}}%
20   \item[]}{\end{list}}
21 \renewcommand{\textfraction}{0.15}
22 \renewcommand{\topfraction}{0.85}
23 \renewcommand{\bottomfraction}{0.65}
24 \renewcommand{\floatpagefraction}{0.60}
25 %\renewcommand{\baselinestretch}{1.8}
26 \oddsidemargin 0.0in 
27 \textwidth 6.5in
28 \raggedbottom
29 \clubpenalty = 10000
30 \widowpenalty = 10000
31 \pagestyle{fancy}
32 \author{AUTHOR}
33 \title{TITLE}
34 \date{\ }
35 \onehalfspacing
36 \begin{document}
37 %\maketitle
38
39 %\figure~\ref{fig:fasta3_search} on
40 %page~\pageref{fig:fasta3_search} for {\tt fasta3} and in
41 %figure~\ref{fig:blastp_search} on page~\pageref{fig:blastp_search} for
42 %{\tt blastp}.
43
44 %\begin{figure}[htbp]
45 %\centering
46 %\includegraphics[width=1\textwidth]{blastp_image.jpg}
47 %\caption{{\tt blastp}}
48 %\label{fig:blastp_search}
49 %\end{figure}
50
51 %\begin{table}[htbp]
52 %\footnotesize
53 %\begin{narrow}{-1in}{-1in}
54 %\centering
55 %\begin{tabular}{c c c c c c}
56 %%IL7R$\alpha$ & {\it Homo sapiens} & P16871 & $2.6\cdot10^{-155}$ & $10^{-143}$ & $1.5\cdot10^{-181}$\\
57 %\end{tabular}
58 %\end{narrow}
59 %\caption{Common Hits with Expect Values $< 10^{-10}$}
60 %\label{tab:commonhits}
61 %\end{table}
62
63
64
65 %\bibliographystyle{plain}
66 %\bibliography{foo.bib}
67
68
69 \end{document}