ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/oopsePaper/keywordTable.tex
Revision: 1146
Committed: Tue May 4 19:41:47 2004 UTC (20 years, 4 months ago) by mmeineke
Content type: application/x-tex
File size: 1643 byte(s)
Log Message:
adding to the table

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 mmeineke 1146 These are the bass keywords.
23    
24    
25 mmeineke 1145 \begin{table}
26     \caption{The Global Keywords}
27     \begin{center}
28 mmeineke 1146 % Note when adding or removing columns, the \hsize numbers must add up to the total number
29     % of columns.
30 mmeineke 1145 \begin{tabularx}{\linewidth}%
31 mmeineke 1146 {>{\setlength{\hsize}{1.00\hsize}}X%
32     >{\setlength{\hsize}{0.4\hsize}}X%
33     >{\setlength{\hsize}{1.2\hsize}}X%
34     >{\setlength{\hsize}{1.4\hsize}}X}
35 mmeineke 1145
36 mmeineke 1146 {\bf keyword} & {\bf units} & {\bf use} & {\bf remarks} \\ \hline
37     {\tt forceField} & string & Sets the force field. & Simulation will fail if not present. \\
38     {\tt ensemble} & string & Sets the ensemble. & Simulation will fail if not present. \\
39     {\tt dt} & fs & Sets the time step. & Simulation will fail if not present. \\
40     {\tt nComponents} & integer & Sets the number of components. & Simulation will fail if not present. \\
41     {\tt initialConfig} & string & Sets the file containing the initial configuration. & Simulation will fail if not present.\\
42     {\tt targetTemp } & K & Sets the target temperature. & Used when re-scaling the velocities and by the constant temperature ensembles. \\
43    
44 mmeineke 1145 \end{tabularx}
45     \end{center}
46 mmeineke 1146 \end{table}
47    
48    
49     \end{document}