On Sep 19, 2010, at 4:29 PM, zwz wrote:
Those days when I was preparing a presentation about the special chars
that starts with a =\= in C programming language, I made such a table
| \' | signle quote |
| \" | double quote |
It did not work after I hit C-c C-e p.
So I modified it as
| =\'= |
zwz writes:
Hi, zwz
> Those days when I was preparing a presentation about the special chars
> that starts with a =\= in C programming language, I made such a table
>
> | \' | signle quote |
> | \" | double quote |
what about
| \backslash ' | quote |
| \setminus " | double |
choose the o
Those days when I was preparing a presentation about the special chars
that starts with a =\= in C programming language, I made such a table
| \' | signle quote |
| \" | double quote |
It did not work after I hit C-c C-e p.
So I modified it as
| =\'= | signle quote |
| =\"= | double quote |
St