]> git.donarmstrong.com Git - lib.git/blob - templates/article_shell.tex
* Add usage error section and update copyright of the perl script template
[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 \newenvironment{enumerate*}%
27   {\begin{enumerate}%
28     \setlength{\itemsep}{0pt}%
29     \setlength{\parskip}{0pt}}%
30   {\end{enumerate}}
31 \newenvironment{itemize*}%
32   {\begin{itemize}%
33     \setlength{\itemsep}{0pt}%
34     \setlength{\parskip}{0pt}}%
35   {\end{itemize}}
36 \oddsidemargin 0.0in 
37 \textwidth 6.5in
38 \raggedbottom
39 \clubpenalty = 10000
40 \widowpenalty = 10000
41 \pagestyle{fancy}
42 \author{AUTHOR}
43 \title{TITLE}
44 \date{\ }
45 \onehalfspacing
46 \begin{document}
47 %\maketitle
48
49 %\figure~\ref{fig:fasta3_search} on
50 %page~\pageref{fig:fasta3_search} for {\tt fasta3} and in
51 %figure~\ref{fig:blastp_search} on page~\pageref{fig:blastp_search} for
52 %{\tt blastp}.
53
54 %\begin{figure}[htbp]
55 %\centering
56 %\includegraphics[width=1\textwidth]{blastp_image.jpg}
57 %\caption{{\tt blastp}}
58 %\label{fig:blastp_search}
59 %\end{figure}
60
61 %\begin{table}[htbp]
62 %\footnotesize
63 %\begin{narrow}{-1in}{-1in}
64 %\centering
65 %\begin{tabular}{c c c c c c}
66 %%IL7R$\alpha$ & {\it Homo sapiens} & P16871 & $2.6\cdot10^{-155}$ & $10^{-143}$ & $1.5\cdot10^{-181}$\\
67 %\end{tabular}
68 %\end{narrow}
69 %\caption{Common Hits with Expect Values $< 10^{-10}$}
70 %\label{tab:commonhits}
71 %\end{table}
72
73
74
75 %\bibliographystyle{plain}
76 %\bibliography{foo.bib}
77
78
79 \end{document}