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