]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/ChangeLog
handle \cr in math arrays and tables
[lyx.git] / src / tex2lyx / ChangeLog
1 2004-07-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
2
3         * math.C (parse_math): change tex "\\cr" line ending to "\\\\"
4         * table.C (parse_table): recognize tex "\\cr" line ending
5
6 2004-06-28  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
7
8         * math.C, preamble.C, tex2lyx.[Ch], text.C: const fixes
9         * context.[Ch]: new Font struct, and add it to Context
10         * text.C (parse_text): reset size after size change
11         * text.C: handle declaration form of font attribute changes (new
12         and old style)
13         * text.C (parse_text): handle \textmd, \textup and \textnormal
14         * text.C (parse_text_attributes): new
15
16 2004-06-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
17
18         * text.C (output_command_layout, parse_environment): fix bug 1446
19         by passing parent_context.deeper_paragraph to the child context
20
21 2004-06-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
22
23         * preamble.C, text.C: s/wether/whether/g
24         * text.C (eat_whitespace): new method
25         * texparser.C (getArg): use always curr_token().asInput()
26         * texparser.[Ch] (isParagraph): new method
27         * texparser.C (skip_spaces): handle "\n +\n" correctly
28         * texparser.[Ch] (asMode): remove, since it is unused
29
30 2004-05-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
31
32         * Makefile.am (BUILT_SOURCES): move lengthcommon.C from here...
33         (tex2lyx_SOURCES): ... to here
34
35         * lengthcommon.C: new file
36
37 2004-04-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
38
39         * preamble.C: recognize \lyxdot
40         * text.C (parse_text): translate \lyxdot in graphics file names
41         * text.C (handle_ert): translate '\n' (fixes %-newline combinations
42         in \def commands)
43
44 2004-03-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
45
46         * text.C (parse_text): handle vspaces like '1cm' correctly
47
48 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
49
50         * text.C (parse_box): "\\" -> '\\' in calls to contains.
51
52 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
53
54         * text.C: reorder the using statements.
55         (translate_len): remove usage of a uninitialized variable.
56         (isLayout): make it adaptable and constify operator()
57         (findLayout): reformat slightly and dont use the same var for
58         different things.
59
60 2004-01-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
61
62         * text.C: fix status tag output for ERT inset
63
64 2003-12-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
65
66         * preamble.C: Change file format from 225 to 228
67         * text.C: Convert minipages and parboxes to box insets
68         * text.C: Changes for format 228 (see ../../development/FORMAT)
69         * text.C: Add lyxgreyedout environment
70         * context.[Ch]: New function Context::add_extra_stuff()
71
72 2003-12-08  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
73
74         * text.C: Use the new VSpace inset (fixes a bug with added_space top)
75         * text.C: Fix \= in tabbing env again
76         * text.C: Fix invocation of parse_command()
77
78 2003-11-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
79
80         * tex2lyx.C:
81         * tex2lyx.h:
82         * text.C: Read a list of commands and their arguments from a reLyX
83         compatible syntax file in order to parse optional argumnts correctly.
84         * preamble.C:
85         * table.C:
86         * text.C:
87         * tex2lyx.C:
88         * texparser.C
89         * math.C: change size() to !empty() where it was used as bool
90
91 2003-11-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
92
93         * math.C:
94         * table.C:
95         * text.C:
96         * context.[Ch]: New functions Context::set_item(),
97         Context::new_paragraph(ostream & os) and Context::atParagraphStart()
98         to make Context usage more explicit
99         * texparser.[Ch]: Rework Parser::tokenize (see comment in texparser.h)
100         * table.C:
101         * math.C:
102         * texparser.C: Don't silently drop comments
103         * texparser.C: Token::asInput() does not append a space anymore
104         * texparser.[Ch]: Renamed Parser::prev_token() to Parser::curr_token().
105         New function Parser::prev_token() returns now really the previous token
106         * Context.[Ch]:
107         * text.C: Convert known vspaces at paragraph start to \\added_space_top
108         * preamble.C: Don't put out newlines twice.
109         * text.C: Fix minipage position bug
110         * text.C: Fix \labelwidthstring bug
111         * text.C: Recognize alignment environments
112         * text.C: Fix a few cases of incorrect context usage, resulting
113         in missing or superflous \begin_layout / \end_laout lines.
114
115 2003-10-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
116
117         * math.C:
118         * preamble.C:
119         * table.C:
120         * tex2lyx.C:
121         * tex2lyx.h:
122         * texparser.C:
123         * texparser.h:
124         * text.C:
125         - add \text{}, \intertext{} and \fbox{} support in mathmode.
126         - add support for some math environments like displaymath
127         - allow parsing of partial documents (for inclusion with \input).
128         - steal commandline switches -c and -f from reLyX to support the
129                      previous point
130         - add support for lengths with comma (4,5cm instead of 4.5cm) to
131                      minipage environments. Handle \textwidth etc. without factor
132         - rearrange active_environments.[push,pop]back() so that they are always
133                called in pairs
134         - write an error message if layout file could not be found.
135         - convert \begin{comment}...\end{comment} to comment inset
136         - handle \= correctly inside tabbing environments
137         - fix multicolumn vertical rule bug in tables
138         - add missing \includegraphics options
139         - output minipages with latex lengths as ERT, since lyx cannot handle them
140         - recognize \textsl{}
141         - remove duplicate \ldots
142         - recognize \bibliographystyle and \bibliography
143         - handle \psfrag{ps-text}[ps-pos][tex-pos]{tex-text} correctly
144         - handle environments in table cells correctly
145         - add missing -userdir and -sysdir commandline switches
146         - recognize start of appendix
147         - handle optional arg to \item as ERT in itemize environment, since LyX
148                      does not support it directly
149
150 2003-10-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
151
152         * Makefile.am (BUILT_SOURCES): use this instead of "linked_files"
153         and the link_files target. make the BUILT_SOURCES dependency
154         automatically link the needed files.
155
156 2003-10-14  Angus Leeming  <leeming@lyx.org>
157
158         * Makefile.am: move boost.C from the linked_files section
159         to the tex2lyx_SOURCES section.
160
161         * boost.C: new file. Simpler than the version in the main lyx source.
162         No reference to the emergencyCleanup stuff.
163
164         * tex2lyx.C: remove emergencyCleanup() stuff.
165
166 2003-10-08  Angus Leeming  <leeming@lyx.org>
167
168         Fix doxygen warnings.
169
170         * Spacing.h: \file Spacing.h -> \file tex2lyx/Spacing.h
171         * gettext.C: \file gettext.C -> \file tex2lyx/gettext.C
172         * gettext.h: \file gettext.h -> \file tex2lyx/gettext.h
173         * lyxfont.C: \file lyxfont.C -> \file tex2lyx/lyxfont.C
174         * lyxfont.h: \file lyxfont.h -> \file tex2lyx/lyxfont.h
175         * text.C:    \file text.C    -> \file tex2lyx/text.C
176
177 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
178
179         * tex2lyx.C: adjust for new debugstream.
180
181 2003-09-08  Angus Leeming  <leeming@lyx.org>
182
183         * math.C:
184         * preamble.C:
185         * table.C:
186         * tex2lyx.C:
187         * texparser.C: remove redundant using directives.
188
189 2003-08-19  Angus Leeming  <leeming@lyx.org>
190
191         * most files: add 'standard conformant' header blurb.
192         Also add Jean-Marc as an author where appropriate.
193
194 2003-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
195
196         * Makefile.am (EXTRA_DIST):
197         * test-insets.tex: new file. Describes the insets and special
198         characters that tex2lyx handles.
199
200         * text.C (parse_text): support \vref, \vpageref (only one optional
201         argument), \prettyref; add support for include inset; when \\ has
202         optional arguments, use ERT; support also \listoffigures,
203         \listoftables, and \listof{xxx} for existing float types;
204         translate lenghts properly for graphics inset.
205         (parse_environment): add support for minipages
206
207         * text.C (translate_len): A simple function to translate a latex
208         length to something lyx can understand. Not perfect, but rather
209         best-effort.
210
211 2003-08-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
212
213         * text.C (parse_text): special handling for \item and \bibitem
214         macros
215
216         * context.C (begin_layout, end_layout, begin_deeper, end_deeper):
217         tiny helper functions
218         (check_layout):
219         (check_end_deeper): add special handling for the case of a normal
220         paragraph inside a list-like environment.
221
222         * test-structure.tex: add more stuff there
223
224 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
225
226         * context.h: compile fix
227
228 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
229
230         * text.C: some tweaks to make nesting work. What still does not
231         work is nesting a standard paragraph in a list.
232
233         * test-structure.tex: update a bit
234
235         * context.C (check_deeper, check_end_deeper): new methods to
236         handle the *_deeper stuff
237
238         * preamble.C (end_preamble): small tweaks
239
240 2003-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
241
242         * text.C: update to use Context struct, and more notably:
243         (cap, check_layout, check_end_layout): remove
244         (parse_text_snippet): new thin wrapper around parse_text, used for
245         things like \textrm{...}
246         (parse_environment): remove existing depth handling code, which is
247         handled transparently by the Context struct; make unknown
248         environments work (again?) through ERT
249
250         * test-structure.tex: new test file, used to try out various
251         layouts combinations
252
253         * tex2lyx.C:
254         * tex2lyx.h:
255         * table.C: update to use Context struct
256
257         * context.[Ch]: new helper struct which is passed to parse_*
258         functions and handles *_layout and *_deeper tags output
259
260         * Makefile.am (EXTRA_DIST): new file test-structure.tex
261         (tex2lyx_SOURCES): add context.[Ch]
262
263 2003-07-30  Angus Leeming  <leeming@lyx.org>
264
265         * Makefile.am: Hide the fact that we re-generate those symbolic links
266         brainlessly.
267
268 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
269
270         * text.C (check_layout): \layout -> \begin_layout
271         (parse_text_in_inset): convenience function
272
273         * tex2lyx.C (main): \the_end -> \end_document
274
275         * preamble.C (end_preamble): update version number to 225
276
277         * text.C (parse_text): replace test on "lyxcode" with test on
278         LyXLayout::freespacing.
279         (check_end_layout): new function, used to check whether we need to
280         add an \end_layout
281
282 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
283
284         * tex2lyx.C (clean_layouts): remove
285
286         * text.C: output lazily the \layout commands using the
287         check_layout function. Remove all explicit \layout tags.
288         (parse_text): pass an optional parameter 'layout'
289         (handle_par): remove
290
291         * text.C (output_command_layout): renamed from output_layout
292         (parse_environment): new method containing a part of parse_text
293
294         * tex2lyx.C:
295         * preamble.C:
296         * table.C: \begin_layout -> \layout. We are not quite ready for
297         that yet
298
299 2003-07-28  José Matos  <jamatos@lyx.org>
300
301         * text.C:
302         * tex2lyx.C:
303         * preamble.C:
304         * table.C: \layout -> \begin_layout.
305
306 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
307
308         * text.C (parse_text): read environment from layout file too. Now,
309         all layout entries are supported (but many hacks remain); note
310         that the nesting support is broken and will have to be completely
311         redone
312         (parse_text): basic support for english double quotes
313
314         * table.C (handle_tabular): make the output more similar to LyX
315         and fix a little
316
317         * text.C (output_layout): fix handling of optional argument
318         (parse_text): small tweaks to make output format closer to lyx
319         format; support \tableofcontents; fix/improve support for various
320         special characters
321
322 2003-07-27  Angus Leeming  <leeming@lyx.org>
323
324         * Makefile.am: remove unused graphics_link_files cruft.
325         Thanks, Kayvan!
326
327 2003-07-27  Angus Leeming  <leeming@lyx.org>
328
329         * tex2lyx.C: add Debug::ANY hack.
330
331         * text.C: remove hardcoded command layouts.
332
333 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
334
335         * text.C (parse_text): fix handling of \LaTeXe macro
336
337 2003-07-26  Angus Leeming  <leeming@lyx.org>
338
339         * Spacing.h:
340         * lyxfont.[Ch]:
341         * gettext.[Ch]: minimal (near empty) analogues of the real LyX
342         files; enough to get LyXTextClass and LyXLayout to compile without
343         needing to store any real information about Spacing or Font.
344
345         * Makefile.am: add these files above and also include a minimal
346         chunk of the main lyx source tree as soft links in order to add in
347         LyXTextClass and LyXLayout.
348
349         * .cvsignore: add all these soft links.
350
351         * preamble.C (end_preamble): passed a LyXTextClass arg.
352         (parse_preamble): returns the document LyXTextClass.
353
354         * tabular.C (handle_tabular): passed a LyXTextClass arg. In turn
355         pass it to parse_text.
356
357         * tex2lyx.C: add some global vars, build_lyxdir et al. For now,
358         give them some horrible hard-coded value.
359         (main): receive a LyXTextClass var from parse_preamble and pass it
360         on to parse_text.
361
362         * text.C (parse_text): receives a LyXTextClass arg. Use it to
363         remove the hard-coded handling of floats and instead check the
364         textclass for its existence. Also handle wide floats naturally.
365
366         * tex2lyx.h: associated changes to function declarations.
367
368 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
369
370         * texparser.C (catInit): same warning avoidance as in math_parser.C
371         (setCatCode): cast to safe type
372         (getCatCode): ditto
373
374 2003-05-17  Joao Luis M. Assirati  <assirati@fma.if.usp.br>
375
376         * texparser.C: fix paragraph parsing after comment
377
378 2003-04-29  André Pönitz  <poenitz@gmx.net>
379
380         * Makefile.am:
381           texparser.h: whitespace
382
383 2003-04-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
384
385         * table.C: use string::erase(), not string::clear() to enable older
386         versions of gcc to compile the code.
387
388 2003-04-17  André Pönitz  <poenitz@gmx.net>
389
390         * math.C:
391           preamble.C:
392           table.C:
393     text.C: new files
394
395         * table.C: better table handling
396
397         * tex2lyx.C: lots of small changes
398
399 2003-02-25  Angus Leeming  <leeming@lyx.org>
400
401         * .cvsignore: ignore *.lo and libtexparser.la.
402
403 2003-02-20  Angus Leeming  <leeming@lyx.org>
404
405         * tex2lyx.C: swap <sstream> for "Lsstream.h".
406
407 2003-02-11  Angus Leeming  <leeming@lyx.org>
408
409         * tex2lyx.C (handle_opt): prevent infinite loop if opts is empty.
410         (handle_package): new function, factoring code out of Parser::parse.
411         (trim): copied across from support/lstrings.C
412         (Parser::parse): handle '\usepackage{foo, bar}'.
413
414 2003-02-11  André Pönitz  <poenitz@gmx.net>
415
416         * tex2lyx.C: first shot at real code
417
418 2003-02-11  Angus Leeming  <leeming@lyx.org>
419
420         * .cvsignore: new file.
421
422 2003-02-10  Angus Leeming  <leeming@lyx.org>
423
424         * Makefile.am: empty, dummy file so that autogen.sh and configure
425         are happy.