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