From: Uwe Stöhr Date: Sat, 27 Jul 2013 21:56:38 +0000 (+0200) Subject: csv2lyx.py: re-enable the feature to import CSV files X-Git-Tag: 2.0.7~37 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=12f66667ac089700475f3e6aa9ba666472e492d2;p=features.git csv2lyx.py: re-enable the feature to import CSV files - the feature war broken because the file format was not updated to that of LyX 2.0.x --- diff --git a/lib/scripts/csv2lyx.py b/lib/scripts/csv2lyx.py index 0002144461..46a903e258 100644 --- a/lib/scripts/csv2lyx.py +++ b/lib/scripts/csv2lyx.py @@ -23,53 +23,77 @@ def error(message): sys.stderr.write(message + '\n') sys.exit(1) -header = """#csv2lyx created this file -\lyxformat 276 +header = """#csv2lyx created this file. For more info see http://www.lyx.org/ +\\lyxformat 413 \\begin_document \\begin_header \\textclass article +\\use_default_options true +\\maintain_unincluded_children false +\\language english +\\language_package default \\inputencoding auto +\\fontencoding global \\font_roman default \\font_sans default \\font_typewriter default \\font_default_family default +\\use_non_tex_fonts false \\font_sc false \\font_osf false \\font_sf_scale 100 \\font_tt_scale 100 + \\graphics default +\\default_output_format default +\\output_sync 0 +\\bibtex_command default +\\index_command default \\paperfontsize default +\\use_hyperref false \\papersize default \\use_geometry false \\use_amsmath 1 -\\use_esint 0 +\\use_esint 1 +\\use_mhchem 1 +\\use_mathdots 1 \\cite_engine basic \\use_bibtopic false +\\use_indices false \\paperorientation portrait +\\suppress_date false +\\use_refstyle 1 +\\index Index +\\shortcut idx +\\color #008000 +\\end_index \\secnumdepth 3 \\tocdepth 3 \\paragraph_separation indent -\\defskip medskip +\\paragraph_indentation default +\\quotes_language english \\papercolumns 1 \\papersides 1 \\paperpagestyle default \\tracking_changes false \\output_changes false +\\html_math_output 0 +\\html_css_as_file 0 +\\html_be_strict false \\end_header \\begin_body \\begin_layout Standard -\\align left \\begin_inset Tabular - + """ cell = """ \\begin_inset Text -\\begin_layout Standard +\\begin_layout Plain Layout %s \\end_layout diff --git a/status.20x b/status.20x index db6f0a1c4f..5a81a56247 100644 --- a/status.20x +++ b/status.20x @@ -63,6 +63,8 @@ What's new - Fix compilation of documents containing chemical equations and math integrals (bug 8731). +- Fix import of CSV-files. + - Added h5 and h6 as HTML tags for Paragraph and Subparagraph. - Include alt tag when exporting math as images (bug 8746).