summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-01-19 23:29:22 +0000
committerKarl Berry <karl@freefriends.org>2013-01-19 23:29:22 +0000
commit169c29d4673f08c0a3c8fab0adb51e816808bb93 (patch)
tree2686cbe743afa133833dcb6d653178cf3f8185e8 /Master/texmf-dist/tex/latex
parent87fe11f127e1248f747f9d41ba17d367052115e9 (diff)
rm copypaste, replaced by clipboard
git-svn-id: svn://tug.org/texlive/trunk@28877 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/copypaste/copypaste.sty43
1 files changed, 0 insertions, 43 deletions
diff --git a/Master/texmf-dist/tex/latex/copypaste/copypaste.sty b/Master/texmf-dist/tex/latex/copypaste/copypaste.sty
deleted file mode 100644
index 7bbf0c6845d..00000000000
--- a/Master/texmf-dist/tex/latex/copypaste/copypaste.sty
+++ /dev/null
@@ -1,43 +0,0 @@
-%%
-%% This is file `copypaste.sty',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% copypaste.dtx (with options: `package')
-%%
-%% Copyright (C) 2013 Eduardo C. Lourenço de Lima
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License, either
-%% version 1.3 of this license or (at your option) any later
-%% version. The latest version of this license is in
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% and version 1.3 or later is part of all distributions of LaTeX
-%% version 2005/12/01 or later.
-%%
-\NeedsTeXFormat{LaTeX2e}[1996/06/01]
-\ProvidesPackage{copypaste}[2013/01/11 v0.1 Copy and paste]
-\newwrite\@copypaste
-
-\newcommand\savecopypaste[1]{%
- \immediate\openout\@copypaste=#1.cpy}
-
-\newcommand\opencopypaste[1]{%
- \input{#1.cpy}}
-
-\newcommand\yank[2]{%
- \defcopy{#1}{#2}%
- \immediate\write\@copypaste{\noexpand\defcopy{#1}{\unexpanded{#2}}}%
- #2}
-
-\newcommand\defcopy[2]{%
- \@namedef{@copypaste@#1}{#2}}
-
-\newcommand\paste[1]{%
- \@nameuse{@copypaste@#1}}
-\endinput
-%%
-%% End of file `copypaste.sty'.