Tobias Hilbricht wrote:

> Dear readers of this list,
> I would like to use LyX in conjunction with the latex package teubner for
> (old) greek philological typesetting. I have a working installation of
> the package teubner, however, I cannot use it with LyX. I think it is
> because it uses a language attribute in the preamble (an example is
> attached at the end). I tried to change the settings under
> edit/preferences/language, and also I tried with entries into
> format/document/LaTeX preamble, but no success.
> 
> Grateful for any helpful hints
> 
> Yours sincerely
> 
> Tobias Hilbricht

Is this not equivalent? (LyX file and tex file exported from it). I can't 
test it as I have neither the package nor iso-8859-7.def installed.

-- 
Angus

Attachment: tobias2.lyx
Description: application/lyx

%% LyX 1.3 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[greek,german]{article}
\usepackage[T1]{fontenc}
\usepackage[iso-8859-7,latin1]{inputenc}

\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\languageattribute{greek}{polutoniko}
\usepackage{teubner}
\usepackage{babel}
\makeatother
\begin{document}

\selectlanguage{greek}
\inputencoding{iso-8859-7}
\section*{SAPFOUS MELH}

\selectlanguage{german}
\inputencoding{latin1}
Sapphos Lieder
\end{document}

Reply via email to