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