1 |
\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 |
These are the bass keywords. |
23 |
|
24 |
|
25 |
\begin{table} |
26 |
\caption{The Global Keywords} |
27 |
\begin{center} |
28 |
% Note when adding or removing columns, the \hsize numbers must add up to the total number |
29 |
% of columns. |
30 |
\begin{tabularx}{\linewidth}% |
31 |
{>{\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 |
|
36 |
{\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 |
\end{tabularx} |
45 |
\end{center} |
46 |
\end{table} |
47 |
|
48 |
|
49 |
\end{document} |