ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/oopsePaper/keywordTable.tex
Revision: 1145
Committed: Tue May 4 16:59:14 2004 UTC (20 years, 4 months ago) by mmeineke
Content type: application/x-tex
File size: 858 byte(s)
Log Message:
adding a separate file to work on the bass keywords.

File Contents

# User Rev Content
1 mmeineke 1145 \documentclass[11pt]{article}
2     \usepackage{amsmath}
3     \usepackage{amssymb}
4     \usepackage{endfloat}
5     \usepackage{listings}
6     \usepackage{palatino}
7     \usepackage{graphicx}
8     \usepackage[ref]{overcite}
9     \usepackage{setspace}
10     \usepackage{tabularx}
11     \pagestyle{plain}
12     \pagenumbering{arabic}
13     \oddsidemargin 0.0cm \evensidemargin 0.0cm
14     \topmargin -21pt \headsep 10pt
15     \textheight 9.0in \textwidth 6.5in
16     \brokenpenalty=10000
17     \renewcommand{\baselinestretch}{1.2}
18     \renewcommand\citemid{\ } % no comma in optional reference note
19    
20     \begin{document}
21    
22     \begin{table}
23     \caption{The Global Keywords}
24     \begin{center}
25     \begin{tabularx}{\linewidth}%
26     {|X| %
27     X|%
28     X|%
29     X|%
30     X|}
31    
32     {\bf variable}& {\bf keyword} & {\bf units} & {\bf use} & {\bf remarks} \\
33     $\delta t$ & {\tt dt} & fs & Sets the simulation time step. & Simulation will fail if not present.
34     \end{tabularx}
35     \end{center}
36     \end{table}