Michael Berger wrote:
> I have already written numerous glosses (using classicthesis v4.3 and
> others) in writing linguistic theses and dissertations without facing
> any serious problems.
> I have loaded the module Linguistics and covington.sty is in place.
> I managed to use all elements typical and common for writing linguistic
> documents.
> However, all my efforts failed to write glosses in a Beamer Presentation
> under Lyx.
> 
> Can anyone furnish me a detailed guide to do it?

There are several problems here:

1. covington and beamer conflict, since they both defines \example and 
\examples, This can be worked around by the following code in Document > 
Settings > Local Layout:

Provides covington 1
Preamble
  \let\example\relax
  \let\endexample\relax
  \let\examples\relax
  \let\endexamples\relax
  \usepackage{covington}
EndPreamble

This effectively  defuncts beamer's example(s) environment in favour of 
covington's.

2. In beamer, you need to put the glosse in a "fragile" frame.


See the attached example for both.
Jürgen


> 
> Thanks in advance,
> Michael Berger
> *
> *
> ------------------------------------------------------------------------
> Michael Berger, Dipl. Ing.
> Im Borngrund 7a
> D-35606 Solms
> id...@online.de
> Tel:  06442 706509
> Fax: 004932121247536

Attachment: beamer_glosse.lyx
Description: application/lyx

Reply via email to