summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/repltext
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-04-14 22:46:56 +0000
committerKarl Berry <karl@freefriends.org>2014-04-14 22:46:56 +0000
commit7acdf2cb9b7e59c02820e2618b450917a6977898 (patch)
tree090b2d4e259bedfe4326af137f7a03d8b73c33e4 /Master/texmf-dist/tex/latex/repltext
parent3fe818279bc8c59e73a01b9f2ca548f1e007ecf0 (diff)
repltext (13apr14)
git-svn-id: svn://tug.org/texlive/trunk@33442 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/repltext')
-rw-r--r--Master/texmf-dist/tex/latex/repltext/repltext.sty54
1 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/repltext/repltext.sty b/Master/texmf-dist/tex/latex/repltext/repltext.sty
new file mode 100644
index 00000000000..227473fd27f
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/repltext/repltext.sty
@@ -0,0 +1,54 @@
+%%
+%% This is file `repltext.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% repltext.dtx (with options: `package')
+%%
+%% Copyright (C) 2014 by Scott Pakin <scott+repl@pakin.org>
+%%
+%% This file may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License, either version 1.3c 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.3c or later is part of all distributions of LaTeX version
+%% 2006/05/20 or later.
+%%
+\NeedsTeXFormat{LaTeX2e}[1999/12/01]
+\ProvidesPackage{repltext}
+ [2014/04/11 v1.0 PDF replacement text]
+\RequirePackage{ifpdf}
+\RequirePackage{graphicx}
+\newtoks\repl@text@toks
+\newcommand{\repltext}{%
+ \bgroup
+ \let\do=\@makeother
+ \dospecials
+ \catcode`\{=1
+ \catcode`\}=2
+ \afterassignment\repl@text@i
+ \global\repl@text@toks=%
+}
+\newcommand{\repl@text@i}{%
+ \egroup
+ \repl@text@ii
+}
+\newcommand{\repl@text@ii}[1]{%
+ \pdfliteral{
+ /Span << /ActualText (\pdfescapestring{\the\repl@text@toks}) >>
+ BDC
+ }%
+ #1%
+ \scalebox{0.000001}{-}%
+ \pdfliteral{EMC}%
+}
+\newcommand{\prevrepl}{%
+ \expandafter\scantokens\expandafter{\the\repl@text@toks}%
+}
+\endinput
+%%
+%% End of file `repltext.sty'.