On Tue, Nov 27, 2007 at 01:38:51AM -0000, [EMAIL PROTECTED] wrote: > // some ugly stuff > ostringstream h_preamble; > -string h_textclass = "article"; > -string h_options = string(); > -string h_language = "english"; > -string h_inputencoding = "latin1"; > -string h_fontscheme = "default"; > -string h_graphics = "default"; > -string h_paperfontsize = "default"; > -string h_spacing = "single"; > -string h_papersize = "default"; > -string h_use_geometry = "false"; > -string h_use_amsmath = "0"; > -string h_cite_engine = "basic"; > -string h_use_bibtopic = "false"; > -string h_paperorientation = "portrait"; > -string h_secnumdepth = "3"; > -string h_tocdepth = "3"; > -string h_paragraph_separation = "indent"; > -string h_defskip = "medskip"; > -string h_quotes_language = "english"; > -string h_papercolumns = "1"; > -string h_papersides = string(); > -string h_paperpagestyle = "default"; > -string h_tracking_changes = "false"; > -string h_output_changes = "false"; > +string h_textclass = "article"; > +string h_options = string(); > +string h_language = "english"; > +string h_inputencoding = "auto"; > +string h_font_roman = "default"; > +string h_font_sans = "default"; > +string h_font_typewriter = "default"; > +string h_font_default_family = "default"; > [...]
I don't see a particular good reason to replace well-aligned code witjh something else. Tabs are used in LyX for logical indentation only, not for alignment. Andre'