diff --git a/doc/colvars-refman-css.tex b/doc/colvars-refman-css.tex index 749e223b2..88cd0b563 100644 --- a/doc/colvars-refman-css.tex +++ b/doc/colvars-refman-css.tex @@ -6,6 +6,7 @@ % Colvars repository at GitHub. \Css{ +body { font-family: sans-serif; } li { margin-bottom:1em; } .heading { background-color: rgb(215, 215, 215); diff --git a/doc/colvars-refman-main.tex b/doc/colvars-refman-main.tex index e48361bb0..62d8c12cf 100644 --- a/doc/colvars-refman-main.tex +++ b/doc/colvars-refman-main.tex @@ -1112,7 +1112,7 @@ To select atoms via the \refkey{atomsFile}{atom-group|atomsFile} keyword, the option \refkey{atomsFile}{atom-group|atomsCol} is required, and atoms are selected based on either one of the following cases. \begin{enumerate} \item[\emph{(i)}] All atoms with a non-zero value of the corresponding column are selected. -\item[\emph{(ii)}] If and only if \refkey{atomsFile}{atom-group|atomsColValue} is provided, only atoms with a value of \texttt{atomsCol} equaling \texttt{atomsColValue} are selected. +\item[\emph{(ii)}] If and only if \refkey{atomsColValue}{atom-group|atomsColValue} is provided, only atoms with a value of \texttt{atomsCol} equaling \texttt{atomsColValue} are selected. This can be useful to reuse the same PDB file for generating multiple selections. \end{enumerate} diff --git a/doc/colvars-refman.tex b/doc/colvars-refman.tex index 464ee1488..a40766678 100644 --- a/doc/colvars-refman.tex +++ b/doc/colvars-refman.tex @@ -15,9 +15,9 @@ \usepackage{mathrsfs} \usepackage[T1]{fontenc} -\usepackage{times} -\usepackage{inconsolata} \usepackage{mathptmx} +\usepackage{helvet} +\renewcommand{\familydefault}{\sfdefault} \usepackage{calc}