Jean-Marc Lasgouttes a écrit :
Alain> On my linux system with Texlive,
Alain> \documentclass[10pt,frenchb]{article}
Alain> \usepackage[utf8]{inputenc} \usepackage{babel}

Alain> works well, but I don't know whether this is really good latex.

Yes this is reasonable latex. Could you try to understand what the
culprit is (from a minimal LyX generated file that does not work, try
to change things one by one)?

JMarc


This is the minimal example I could find.

I have just added frenchb to the document class and the \usepackage{babel} to the lyx generated file.

%% LyX 1.5.0svn created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[11pt,frenchb]{article}
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage[utf8]{inputenc}
\usepackage{geometry}
\geometry{verbose,a4paper,tmargin=2cm,bmargin=2cm,lmargin=1cm,rmargin=1.5cm,headheight=1cm,headsep=1cm,footskip=1cm}

\makeatletter
\AtBeginDocument{
 \def\labelitemi{\normalfont\bfseries{--}}
 \def\labelitemii{\(\bullet\)}
}

\makeatother
\begin{document}
\og test \fg{}
\end{document}

Regards,

Alain


Reply via email to