lyx_mirror/src/tex2lyx
Georg Baum fd7594f86a Fix bug 2289
* src/tex2lyx/text.C
	(void parse_noweb): new, parse a noweb code chunck
	(void parse_text): handle noweb <<xxx>>= and [[xxx]] constructs

	* src/tex2lyx/tex2lyx.[Ch]: new global variable noweb_mode and
	command line option to set it

	* src/tex2lyx/preamble.C
	(parse_preamble): prepend "literate-" to the textclass name in
	noweb mode

	* lib/configure.py
	(checkConverterEntries): fix literate -> lyx converter
	(checkConverterEntries): fix typo in latex -> sxw converter


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14639 a592a061-630c-0410-9148-cb99ea01b6c8
2006-08-13 13:22:34 +00:00
..
boost.C Turn LyX into a singleton class. Kill the BufferView cache. 2003-10-14 21:30:23 +00:00
ChangeLog Partial fix for bug 2420 (backport of changeset 14495 from G. Baum) 2006-08-08 13:12:07 +00:00
context.C Fix bug 2667 (from Georg Baum) 2006-08-07 13:47:28 +00:00
context.h Fix bug 2667 (from Georg Baum) 2006-08-07 13:47:28 +00:00
gettext.C Fix a bunch of doxygen warnings. 2003-10-08 11:31:51 +00:00
gettext.h Fix a bunch of doxygen warnings. 2003-10-08 11:31:51 +00:00
lengthcommon.C some more gettext work 2004-05-26 22:44:45 +00:00
lyxfont.C Fix a bunch of doxygen warnings. 2003-10-08 11:31:51 +00:00
lyxfont.h Fix a bunch of doxygen warnings. 2003-10-08 11:31:51 +00:00
Makefile.am Remove USE_COMPRESSION and force the use of zlib, by Bo Peng (ben.bob@gmail.com) 2006-04-28 16:35:50 +00:00
math.C fix bug 2234 2006-03-16 15:11:03 +00:00
pch.h More pch work. 2004-08-18 14:20:18 +00:00
preamble.C Fix bug 2289 2006-08-13 13:22:34 +00:00
Spacing.h the convert patch 2005-01-27 21:05:44 +00:00
table.C * text.C, tex2lyx.h (translate_len): make public 2006-03-16 15:38:31 +00:00
test-insets.tex After all those hours of frustrating coding on tex2lyx, I decided that I would do easy things for a change. As a result, many new insets are supported, among which minipage; see the files text-*.tex for an idea of things that work now 2003-08-07 22:59:53 +00:00
test-structure.tex Get rid of trailing whitespace 'noise' in future patches for the 2003-09-09 18:27:24 +00:00
test.ltx * src/tex2lyx/test.ltx: 2006-08-12 20:03:09 +00:00
tex2lyx.C Fix bug 2289 2006-08-13 13:22:34 +00:00
tex2lyx.h Fix bug 2289 2006-08-13 13:22:34 +00:00
tex2lyx.man drop reLyX like it is hot, and setup to use tex2lyx instead (and remerged po files + no.po small update) 2005-07-16 15:18:14 +00:00
texparser.C Don't crash on nested tables anymore 2005-03-14 17:34:57 +00:00
texparser.h Don't crash on nested tables anymore 2005-03-14 17:34:57 +00:00
text.C Fix bug 2289 2006-08-13 13:22:34 +00:00