Hi!

Is tex2lyx supposed to recognize character styles? Say I have a file file.tex
with \Rcode{1+1} LaTeX markup. Tex2lyx will use layout file with the following
CharStyle definition 

CharStyle Rcode
  LaTeXName             Rcode
  LaTeXType             Command
  Font
    Family              typewriter
    Color               latex
  EndFont
  Preamble
   \newcommand{\Rcode}[1]{{\texttt{#1}}}
  EndPreamble
End

What should I see in imported file?
 * an TeX ERT box with \Rcode{1+1} or 
 * 1+1 as Rcode character sytle

Thanks, Gregor

Reply via email to