diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-15 21:13:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-15 21:13:25 +0000 |
commit | a75519ac49fb11f564759ef2e7e984e064f18913 (patch) | |
tree | f90f761bbb7d5874ca2368d89f29cfa093e81047 /Master/texmf-dist/doc | |
parent | 92087ec9254485f45be7ef05102d78aca4030ab3 (diff) |
new package randtext replaces switcheml (21mar06)
git-svn-id: svn://tug.org/texlive/trunk@1853 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/randtext/README | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/switcheml/README | 4 |
2 files changed, 11 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/randtext/README b/Master/texmf-dist/doc/latex/randtext/README new file mode 100644 index 00000000000..3dbdc501dfe --- /dev/null +++ b/Master/texmf-dist/doc/latex/randtext/README @@ -0,0 +1,11 @@ +The package "randtext.sty", which supersedes "switcheml.sty", provides a +single macro \randomize{TEXT} that typesets the characters of TEXT in +random order, such that the resulting output appears correct, but most +automated attempts to read the file will misunderstand it. + +This function allows one to include an email address on a TeX document +and publish it online without fear of email address harvesters or +spammers easily picking up the address. + +For more information, please read the comments at the top of the package +file. diff --git a/Master/texmf-dist/doc/latex/switcheml/README b/Master/texmf-dist/doc/latex/switcheml/README deleted file mode 100644 index 71c09c3e94d..00000000000 --- a/Master/texmf-dist/doc/latex/switcheml/README +++ /dev/null @@ -1,4 +0,0 @@ -switcheml provides one main command, "\switcheml{EMAIL}", that obfuscates -an email address EMAIL by rearranging it so that, while it prints correctly -on the page, it is unreadable by email address harvesters (typically used -by spammers). |