]> git.donarmstrong.com Git - lib.git/blob - templates/article_shell.tex
update templates, add lyqi and update ls-R
[lib.git] / templates / article_shell.tex
1 \documentclass{article}
2 \usepackage{fancyhdr}
3 \usepackage[pdftex]{graphicx}
4 \usepackage[bf]{caption2}
5 \newenvironment{narrow}[2]{%
6   \begin{list}{}{%
7       \setlength{\topsep}{0pt}%
8       \setlength{\leftmargin}{#1}%
9       \setlength{\rightmargin}{#2}%
10       \setlength{\listparindent}{\parindent}%
11       \setlength{\itemindent}{\parindent}%
12       \setlength{\parsep}{\parskip}}%
13   \item[]}{\end{list}}
14 \renewcommand{\textfraction}{0.15}
15 \renewcommand{\topfraction}{0.85}
16 \renewcommand{\bottomfraction}{0.65}
17 \renewcommand{\floatpagefraction}{0.60}
18 \pagestyle{fancy}
19 \author{AUTHOR}
20 \title{TITLE}
21 \begin{document}
22 %\maketitle
23
24 %\figure~\ref{fig:fasta3_search} on
25 %page~\pageref{fig:fasta3_search} for {\tt fasta3} and in
26 %figure~\ref{fig:blastp_search} on page~\pageref{fig:blastp_search} for
27 %{\tt blastp}.
28
29 %\begin{figure}[htbp]
30 %\centering
31 %\includegraphics[width=1\textwidth]{blastp_image.jpg}
32 %\caption{{\tt blastp}}
33 %\label{fig:blastp_search}
34 %\end{figure}
35
36 %\begin{table}[htbp]
37 %\footnotesize
38 %\begin{narrow}{-1in}{-1in}
39 %\centering
40 %\begin{tabular}{c c c c c c}
41 %%IL7R$\alpha$ & {\it Homo sapiens} & P16871 & $2.6\cdot10^{-155}$ & $10^{-143}$ & $1.5\cdot10^{-181}$\\
42 %\end{tabular}
43 %\end{narrow}
44 %\caption{Common Hits with Expect Values $< 10^{-10}$}
45 %\label{tab:commonhits}
46 %\end{table}
47
48
49
50
51
52
53 \end{document}