Re: [Orgmode] How to export =\'= as a table entry in latex

2010-09-28 Thread Carsten Dominik
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 | =\'= |

Re: [Orgmode] How to export =\'= as a table entry in latex

2010-09-20 Thread Giovanni Ridolfi
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

[Orgmode] How to export =\'= as a table entry in latex

2010-09-19 Thread 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 | It did not work after I hit C-c C-e p. So I modified it as | =\'= | signle quote | | =\"= | double quote | St