diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-27 20:38:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-27 20:38:38 +0000 |
commit | dc531b6de8cb862393125392a26f35c541ac8c9a (patch) | |
tree | f9afc8d912a0fbc44e2c11da4ff9b48032c08cf8 /Master/texmf-dist/tex/csplain/fonts | |
parent | 30396a603a178a5cf062125e543547313701f87a (diff) |
csplain (27jun16)
git-svn-id: svn://tug.org/texlive/trunk@41552 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/csplain/fonts')
-rw-r--r-- | Master/texmf-dist/tex/csplain/fonts/glyphtounicode-cs.tex | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/csplain/fonts/glyphtounicode-cs.tex b/Master/texmf-dist/tex/csplain/fonts/glyphtounicode-cs.tex new file mode 100644 index 00000000000..4581f30d943 --- /dev/null +++ b/Master/texmf-dist/tex/csplain/fonts/glyphtounicode-cs.tex @@ -0,0 +1,21 @@ +% glyphtounicode-cs.tex +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% P. Olsak, inspired by Pali Rohar + +% Use \input glyphtounicode-cs +% in your pdfTeX document if you want to have working characters mentioned +% below when copy-pasting from PDF output or when finding string in the PDF +% output. This file is special only for csfonts in T1 (*.pfb) format. Other +% fonts (like lmfonts, for example) need not to use it. + +% Note that this file works in pdfTeX only. Other glyph names listed in the +% glyphtounicode.tex file need not to be declared because the contents of +% this file is hardcoded in typical PDF viewers. + +\pdfgentounicode=1 +\pdfglyphtounicode{csquotedblright}{201C} +\pdfglyphtounicode{althyphen}{002D} +\pdfglyphtounicode{polishlcross}{0337} +\pdfglyphtounicode{suppress}{0337} + +% end of file |