diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/xsim/xsim_manual.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/xsim/xsim_manual.tex | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/xsim/xsim_manual.tex b/Master/texmf-dist/doc/latex/xsim/xsim_manual.tex index 5156221b0e6..46706662a11 100644 --- a/Master/texmf-dist/doc/latex/xsim/xsim_manual.tex +++ b/Master/texmf-dist/doc/latex/xsim/xsim_manual.tex @@ -13,7 +13,7 @@ % Web: https://github.com/cgnieder/xsim % E-Mail: contact@mychemistry.eu % ---------------------------------------------------------------------------- -% Copyright 2017--2019 Clemens Niederberger +% Copyright 2017--2020 Clemens Niederberger % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -2274,10 +2274,11 @@ For this manual we then get the following list\footnote{Taking care of the } \section{The \pkg*{xsimverb} package}\label{sec:xsimverb-package} -\xsim\ comes bundled with another package called \pkg{xsimverb}. This package -loads a very small subset of \xsim\ which allows to create environments which -write their contents verbatim to external files. It provides the following -commands (which of course are also available in \xsim, too): +\xsim\ comes bundled with another package called +\pkg{xsimverb}\xsimverbversion. This package loads a very small subset of +\xsim\ which allows to create environments that write their contents verbatim +to external files. It provides the following commands (which of course are +also available in \xsim, too): \begin{commands} \command{XSIMfilewritestart}[\sarg\marg{file name}] @@ -2309,7 +2310,7 @@ commands (which of course are also available in \xsim, too): value is~$0$. \end{commands} -An example of how to use those commands: +The following code shows an example of how to use those commands: \begin{sourcecode} \documentclass{article} \usepackage{xsimverb,listings} |