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