|
72 | 72 | backgroundcolor=\color{listing}, % Set background color to listing |
73 | 73 | xleftmargin=5pt, % Extra left margin for spacing |
74 | 74 | xrightmargin=5pt, % Extra right margin for spacing |
| 75 | + columns=flexible, % or fixed or fullflexible |
75 | 76 | } |
76 | 77 |
|
77 | 78 | \newtcolorbox{note}{ |
|
87 | 88 |
|
88 | 89 | % \renewcommand{\emph}[1]{\underline{#1}} % make \emph{} use underline instead of italic |
89 | 90 | % S.G.: I went back to italic since all the other italic commands were replaced |
90 | | -\newcommand{\lmpcmd}[1]{\hspace{0pt}\colorbox{listing}{\textcolor{command}{\texttt{#1}}}\hspace{0pt}} % lammps command |
| 91 | +\newcommand{\lmpcmd}[1]{\hspace{0pt}\colorbox{listing}{\textcolor{command}{\small\texttt{#1}}}\hspace{0pt}} % lammps command |
91 | 92 | \newcommand{\flrcmd}[1]{\textcolor{command}{\texttt{#1}}} % folder in monopace |
92 | 93 | \newcommand{\flecmd}[1]{\textcolor{command}{\texttt{#1}}} % files name in monopace |
93 | 94 | %\newcommand{\guicmd}[1]{\textcolor{command}{\texttt{\enquote{#1}}}} % LAMMPS-GUI commands in quotation monopace |
@@ -412,7 +413,7 @@ \section{Content and links} |
412 | 413 | and inputs required to follow the tutorials are available from a |
413 | 414 | dedicated GitHub account, |
414 | 415 | \href{https://github.com/lammpstutorials}{github.com/lammpstutorials}. |
415 | | -Additionally, these files can be downloaded by clicking \guicmd{Start Tutorial X} |
| 416 | +Additionally, these files can be downloaded by clicking \guicmd{Start LAMMPS Tutorial X} |
416 | 417 | (where \texttt{X} = 1...8) from the \guicmd{Tutorials} menu of LAMMPS-GUI. |
417 | 418 |
|
418 | 419 | In the following, all LAMMPS input or console commands are formatted |
@@ -440,7 +441,7 @@ \subsubsection{My first input} |
440 | 441 | a series of commands for LAMMPS to execute. For clarity, the |
441 | 442 | input scripts for this tutorial will be divided into five categories, |
442 | 443 | which will be filled out step by step. To set up this tutorial, select |
443 | | -\guicmd{Start Tutorial 1} from the \guicmd{Tutorials} menu of LAMMPS--GUI, and |
| 444 | +\guicmd{Start LAMMPS Tutorial 1} from the \guicmd{Tutorials} menu of LAMMPS--GUI, and |
444 | 445 | follow the instructions. This will select and, if needed, create a folder, |
445 | 446 | place the initial input file \flecmd{initial.lmp} in it, and |
446 | 447 | open that file in the LAMMPS--GUI editor. The editor should display the |
|
0 commit comments