diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/clipboard/clipboard.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/clipboard/clipboard.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/clipboard/clipboard.tex b/Master/texmf-dist/doc/latex/clipboard/clipboard.tex index 2603598ab14..c758527baf2 100644 --- a/Master/texmf-dist/doc/latex/clipboard/clipboard.tex +++ b/Master/texmf-dist/doc/latex/clipboard/clipboard.tex @@ -12,8 +12,8 @@ % \documentclass{ltxdoc} -\newcommand\fileversion {0.2} -\newcommand\filedate {January 18, 2013} +\newcommand\fileversion {0.3} +\newcommand\filedate {May 18, 2016} \newenvironment{Description} {\par\medskip\noindent\ignorespaces}{} @@ -31,7 +31,7 @@ \section*{Introduction} -The |clipboard| package provides a basic framework for copying and pasting text and commands across multiple documents. +The |clipboard| package provides a basic framework for copying and pasting content within a single document or across multiple documents. \begin{synopsis} \item |\newclipboard | \marg{basename} @@ -52,8 +52,8 @@ The first step is to create a clipboard. \begin{Description} \DescribeMacro{\Copy} -The command |\Copy| copies a \meta{content} identified as \meta{key} to the clipboard. -\footnote {Lowercase \texttt{\char92 copy} is already defined in {\TeX}.} +The command |\Copy| copies a \meta{content} identified as \meta{key} to the clipboard.\footnote +{Lowercase \texttt{\char92 copy} is already defined in {\TeX}.} \begin{synopsis} \item |\Copy| \marg{key} \marg{content} \end{synopsis} @@ -61,7 +61,7 @@ The command |\Copy| copies a \meta{content} identified as \meta{key} to the clip \begin{Description} \DescribeMacro{\Paste} -And the command |\Paste| pastes the content identified by \meta{key} into the same or another document. +And the command |\Paste| pastes the content identified by \meta{key} somewhere else in the same or another document. See below. \begin{synopsis} \item |\Paste| \marg{key} |