@@ -422,11 +422,11 @@ \section{Content and links}
422422dedicated GitHub account,
423423\href {https://github.com/lammpstutorials}{github.com/lammpstutorials}.
424424Additionally, these files can be downloaded by clicking \guicmd {Start LAMMPS Tutorial X}
425- (where \texttt {X } = 1...8) from the \guicmd {Tutorials} menu of LAMMPS-GUI.
425+ (where \texttt {X } = 1...8) from the \guicmd {Tutorials} menu of LAMMPS-- GUI.
426426
427427In the following, all LAMMPS input or console commands are formatted
428428with a \lmpcmd {colored background}. Keyboard shortcuts and
429- file names are formatted in \flecmd {monospace}, and LAMMPS-GUI options and menus
429+ file names are formatted in \flecmd {monospace}, and LAMMPS-- GUI options and menus
430430are in \guicmd {quoted monospace}.
431431% S.G.: I removed "folder names" because all folders will eventually be removed (TO CONTROL BEFORE SUBMITTING)
432432% S.G.: I removed "Section titles" as well because it seems to be using a different style
@@ -528,15 +528,15 @@ \subsubsection{My first input}
528528\begin {figure }
529529\centering
530530\includegraphics [width=\linewidth ]{GUI-1.png}
531- \caption {A screenshot of the LAMMPS-GUI \guicmd {Editor} window during
531+ \caption {A screenshot of the LAMMPS-- GUI \guicmd {Editor} window during
532532 \hyperref [lennard-jones-label]{Tutorial 1}. The coloring of the text
533533 is based on the syntax for LAMMPS input files. The pop-up menu is the
534534 context menu for right-clicking on the \lmpcmd {atom\_ style} line.}
535535\label {fig:GUI-1 }
536536\end {figure }
537537
538538Each LAMMPS command is associated with extensive online documentation
539- detailing the different options for that command. From the LAMMPS-GUI
539+ detailing the different options for that command. From the LAMMPS-- GUI
540540editor buffer, the documentation can be accessed by
541541right-clicking the line with a command, such as \lmpcmd {units lj}, and
542542selecting \guicmd {View documentation for (\dots )}\, . LAMMPS--GUI will
@@ -694,7 +694,7 @@ \subsubsection{My first input}
694694energy. Except for trivial systems, minimization algorithms will find a
695695local minimum rather than the global minimum.
696696
697- Run the minimization and observe that LAMMPS-GUI will capture the output
697+ Run the minimization and observe that LAMMPS-- GUI will capture the output
698698and update the chart in real time. This run executes quickly (depending
699699on your computer's capabilities) and LAMMPS--GUI may fail to capture some
700700of the thermodynamic data (see figure \ref {fig:chart-log }). In that
@@ -707,7 +707,7 @@ \subsubsection{My first input}
707707\centering
708708\includegraphics [width=0.49\linewidth ]{chart-1}
709709\includegraphics [width=0.497\linewidth ]{output-1}
710- \caption {\guicmd {Charts} (left) and \guicmd {Output} (right) windows of LAMMPS-GUI
710+ \caption {\guicmd {Charts} (left) and \guicmd {Output} (right) windows of LAMMPS-- GUI
711711 after performing the minimization simulation of \hyperref [lennard-jones-label]{Tutorial 1}.}
712712\label {fig:chart-log }
713713\end {figure }
@@ -1129,7 +1129,7 @@ \subsubsection{Improving the script}
11291129of atoms in each region as a function of time
11301130(Fig.\, \ref {fig:mixing }\, a). To view their evolution, select the entries
11311131\guicmd {v\_ n1\_ in} or \guicmd {v\_ n2\_ in} in the \guicmd {Select data} drop-down
1132- menu in the \guicmd {Charts} window of LAMMPS-GUI.
1132+ menu in the \guicmd {Charts} window of LAMMPS-- GUI.
11331133
11341134In addition, as the mixing progresses, the average coordination number
11351135between atoms of types 1 and 2 increases from about $ 0.01 $ to $ 0.04 $
@@ -1883,7 +1883,7 @@ \subsubsection{Preparing the water reservoir}
18831883complete state of the simulation, including atomic positions, velocities, and
18841884box dimensions (similar to \lmpcmdnote {write\_ data}), but also the groups,
18851885the compute, or the \lmpcmdnote {atom\_ style}. Use the \guicmd {Inspect Restart}
1886- option of the LAMMPS-GUI to vizualize the content saved in \flecmd {water.restart}.
1886+ option of the LAMMPS-- GUI to vizualize the content saved in \flecmd {water.restart}.
18871887\end {note }
18881888
18891889\begin {figure }
@@ -4288,7 +4288,7 @@ \subsubsection{Installing Linux .flatpak variant}
42884288menu under `` Science'' . Additionally, the `` .lmp'' file extension will be
42894289registered to launch LAMMPS--GUI when opening a file with this
42904290extension in the desktop's file manager. You can then
4291- launch LAMMPS-GUI from the command line using the following command:
4291+ launch LAMMPS-- GUI from the command line using the following command:
42924292\ begin{lstlisting}
42934293flatpak run org.lammps.lammps-gui
42944294\end {lstlisting }
@@ -4393,7 +4393,7 @@ \subsection{Running LAMMPS}
43934393% mention no log file -> Output window -> Save to file
43944394% SG: the "no log file" is already specified in the "The Output Window" subsection, so may be unecessary?
43954395
4396- From within the LAMMPS-GUI main window, LAMMPS can be started either from
4396+ From within the LAMMPS-- GUI main window, LAMMPS can be started either from
43974397the \guicmd {Run} menu by selecting the \guicmd {Run LAMMPS from Editor Buffer} entry,
43984398using the keyboard shortcut Ctrl-Enter (Command-Enter on macOS), or by clicking the
43994399green \guicmd {Run} button in the status bar. While LAMMPS is running, a message on
0 commit comments