From 7acdf2cb9b7e59c02820e2618b450917a6977898 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 14 Apr 2014 22:46:56 +0000 Subject: repltext (13apr14) git-svn-id: svn://tug.org/texlive/trunk@33442 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/repltext/repltext.sty | 54 +++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/repltext/repltext.sty (limited to 'Master/texmf-dist/tex/latex/repltext') 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 +%% +%% 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'. -- cgit v1.2.3