Helge Hafting wrote: > %% 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[a4paper,twoside,norsk,smallheadings]{article} > \usepackage[T1]{fontenc} > \usepackage[latin9]{inputenc} > \usepackage{fancyhdr} > \pagestyle{fancy} > \setcounter{secnumdepth}{2} > \setcounter{tocdepth}{2} > \setlength{\parskip}{\medskipamount} > \setlength{\parindent}{0pt} > \usepackage{listings} > > \makeatletter > \usepackage{babel} > \makeatother > \begin{document} > test > > \lstinline{test}
change this line to \lstinline|test| and run the latex file. What happens? Herbert