Skip to content

Commit 37b332d

Browse files
committed
removed monospace for lammps commands
1 parent da55176 commit 37b332d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lammps-tutorials.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
% \renewcommand{\emph}[1]{\underline{#1}} % make \emph{} use underline instead of italic
9090
% S.G.: I went back to italic since all the other italic commands were replaced
91-
\newcommand{\lmpcmd}[1]{\hspace{0pt}\colorbox{listing}{\textcolor{command}{\small\texttt{#1}}}\hspace{0pt}} % lammps command
91+
\newcommand{\lmpcmd}[1]{\hspace{0pt}\colorbox{listing}{\textcolor{command}{\small{#1}}}\hspace{0pt}} % lammps command
9292
\newcommand{\flrcmd}[1]{\textcolor{command}{\texttt{#1}}} % folder in monopace
9393
\newcommand{\flecmd}[1]{\textcolor{command}{\texttt{#1}}} % files name in monopace
9494
%\newcommand{\guicmd}[1]{\textcolor{command}{\texttt{\enquote{#1}}}} % LAMMPS-GUI commands in quotation monopace
@@ -417,7 +417,7 @@ \section{Content and links}
417417
(where \texttt{X} = 1...8) from the \guicmd{Tutorials} menu of LAMMPS-GUI.
418418

419419
In the following, all LAMMPS input or console commands are formatted
420-
in \lmpcmd{colored monospace}. Keyboard shortcuts and
420+
with a \lmpcmd{colored background}. Keyboard shortcuts and
421421
file names are formatted in \flecmd{monospace}, and LAMMPS-GUI options and menus
422422
are in \guicmd{quoted monospace}.
423423
% S.G.: I removed "folder names" because all folders will eventually be removed (TO CONTROL BEFORE SUBMITTING)

0 commit comments

Comments
 (0)