On 03-Jan-12 3:18 am, Bogdan wrote:
Whenever the converter is called (view, update, export, etc), the wrapper will parse and replace the \documentclass[]{} definition accordingly. In my example above, LyX would output the following tex code:%% LyX 2.0.2 created this file. For more info, see http://www.lyx.org/. %% Do not edit unless you really know what you are doing. \documentclass[12pt,british,a4paper,nofonttune,\newcommand{\CLASSINPUTbottomtextmargin}{2cm}]{IEEEtran} \usepackage[T1]{fontenc} \usepackage[latin9]{inputenc} ...
Sorry, the above code should read: %% LyX 2.0.2 created this file. For more info, see http://www.lyx.org/. %% Do not edit unless you really know what you are doing. \documentclass[12pt,british,a4paper,nofonttune,predocclass=\newcommand{\CLASSINPUTbottomtextmargin}{2cm}]{IEEEtran} \usepackage[T1]{fontenc} \usepackage[latin9]{inputenc} ...
