On Mon, Jul 6, 2009 at 8:44 PM, Rainer M Krug<r.m.k...@gmail.com> wrote: > Hi > > I use beamer to create a handout and would like to have the normal " > instead of the fancy ones. The reason is that they are in computer > code and it should be possible to copy-paste them.
You can insert " as ERT (Ctrl-L "). However for computer code it is common to import it verbatim Insert->File->Child Document->Include Type->Verbatim (or Program Listing) (see also http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/teTeX/latex/latex2e-html/ltx-79.html) This may look more appropriate for code, as well as solving the " problem. Is this what you wanted?