Skip to content

Commit f401f79

Browse files
committed
fixed extra spacing when copy-pasting LJ/cut command
1 parent 85d0749 commit f401f79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lammps-tutorials.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
backgroundcolor=\color{listing}, % Set background color to listing
7575
xleftmargin=5pt, % Extra left margin for spacing
7676
xrightmargin=5pt, % Extra right margin for spacing
77-
columns=flexible, % or fixed or fullflexible
77+
columns=fullflexible, %flexible or fixed or fullflexible
7878
}
7979

8080
\newtcolorbox{note}{
@@ -534,7 +534,7 @@ \subsubsection{My first input}
534534
that details the different options for that command. From the \lammpsgui{}
535535
editor buffer, you can access the documentation by
536536
right-clicking on a line containing a command (e.g.,~\lmpcmd{units lj}) and
537-
selecting \guicmd{View Documentation for 'units'}. This action will
537+
selecting \guicmd{View Documentation for `units'}. This action will
538538
prompt your web browser to open the corresponding URL for the online manual.
539539
A screenshot of this context menu is shown in Fig.~\ref{fig:GUI-1}.
540540

0 commit comments

Comments
 (0)