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