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