I have text containing 3 symbols in pdflatex and produce pdf. It is OK. Then i copy these symbols and paste in MS word 2013 and have another symbols or from one symbols two are produced:
Before
z
{
^
After
---
Here is tex text:
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{cmap}
\usepackage[T1,T2A]{fontenc}
\usepackage[english,russian]{babel}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}
before
$\digamma$ % after copy from pdf to MS WORD: z
$\varkappa$ % after copy from pdf to MS WORD: {
$\hat{W}$ % after copy from pdf to MS WORD: two symbols
after
\end{document}
Environment:
Windows 7
Miktex 2.9
Texworks
pdflatex
Question: it is not good for users to have such pdf, how to improve situation?
Thank for your comment about post "Copying LaTeX from a PDF" Copying LaTeX from a PDF But it is not the same. I need the same utf8 code of these symbols in pdf (before copying) and in any rich editor (after copying), for example in ms word. It is simple: somebody will find article in pdf in internet and will take part of the text in his own information base, there it must seen exactly the same as he previousle saw in pdf version. BUT in post "Copying LaTeX from a PDF" the goal was to go back to latex code, i tried the example by Stephan Lehmke - after copying we have really latex code: $$f:\mathbb {R}\rightarrow \mathbb {R}$$ - this is not my goal.
That is, the currently accepted duplicate would put the LaTeX code into the clipboard if I copy the mathematics from the PDF. This is not what I want.
When I copy the PDF output of $f : \mathbf{N} \to \mathbf{Z_8} \cross \mathbf{Z_16}$, I would like to paste it into another application and see something like
f : N → Z8 × Z16
"paste as rich text format". – Akira Kakuto Jun 02 '15 at 07:24Paste ---> Paste by choosing a format ---> rich text format (RTF)My Japanese word is 2010.In copying from a pdf created by pdflatex, it is needed to choose a "rectangle" to copy to clip board. If I copy as a text, I obtain a similar result as yours.
– Akira Kakuto Jun 02 '15 at 12:40