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