Re: Sample test files and improved patch Re: [patch] Enable tex2lyx read back lyx exported .tex as much as possible

2007-06-16 Thread Georg Baum
Am Samstag, 16. Juni 2007 06:31 schrieb hzluo: > 2. I also dislike current tex2lyx structure. But I also >dislike the idea of python script. If let me make the >choice, I will choose flex, or flex+bison. Flex syntax >is extremely suitable for parsers, for both programming >and main

Re: Sample test files and improved patch Re: [patch] Enable tex2lyx read back lyx exported .tex as much as possible

2007-06-15 Thread hzluo
I'm glad to receive so many feedbacks for my patch :-) And here I have to tell you some of my thoughts: 1. I made this patch is because I need it. I have to convert .tex files including those features, and convert between .tex and .lyx back and forth. I met these problems addressed in the p

Re: Sample test files and improved patch Re: [patch] Enable tex2lyx read back lyx exported .tex as much as possible

2007-06-15 Thread Georg Baum
Abdelrazak Younes wrote: > Georg Baum wrote: > > The integration might have advantages (e.g. inplace tex2lyx for clipboard > > snippets), but file format changes will only play a marginal role. The > > reason why it is some work to update tex2lyx to the newest file format does > > not lie in synta

Re: Sample test files and improved patch Re: [patch] Enable tex2lyx read back lyx exported .tex as much as possible

2007-06-15 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Georg Baum wrote: (and it would even be better if the python phantom would be killed). A phantom cannot be killed, it is not alive ;-) Well, it is alive enough to have real world effects. FYI Hangzai I have written somewhere in my TODO list that

Re: Sample test files and improved patch Re: [patch] Enable tex2lyx read back lyx exported .tex as much as possible

2007-06-15 Thread Georg Baum
Abdelrazak Younes wrote: > Georg Baum wrote: >> (and it would even be better if the python >> phantom would be killed). > > A phantom cannot be killed, it is not alive ;-) Well, it is alive enough to have real world effects. > FYI Hangzai I have written somewhere in my TODO list that tex2lyx sh

Re: Sample test files and improved patch Re: [patch] Enable tex2lyx read back lyx exported .tex as much as possible

2007-06-15 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> FYI Hangzai I have written somewhere in my TODO list that Abdelrazak> tex2lyx should be integrated into LyX. This would ease the Abdelrazak> maintenance as we won't have to care about the LyX file Abdelrazak> format co

Re: Sample test files and improved patch Re: [patch] Enable tex2lyx read back lyx exported .tex as much as possible

2007-06-15 Thread Abdelrazak Younes
Georg Baum wrote: This might all sound very negative, please don't get that wrong. It is good that somebody works on tex2lyx +1 (and it would even be better if the python phantom would be killed). A phantom cannot be killed, it is not alive ;-) FYI Hangzai I have written somewhere in my TO

Re: Sample test files and improved patch Re: [patch] Enable tex2lyx read back lyx exported .tex as much as possible

2007-06-15 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> 1) Jose plans to rewrite tex2lyx in python, so be aware that Georg> all your work is wasted if he ever does that. The threat of the Georg> python rewrite is the only reason why I did not convert tex2lyx Georg> to the unicode file forma

Re: Sample test files and improved patch Re: [patch] Enable tex2lyx read back lyx exported .tex as much as possible

2007-06-15 Thread Georg Baum
hzluo wrote: > Please test and give me feedback. Thanks! I have a couple of comments you might want to consider or ignore: 1) Jose plans to rewrite tex2lyx in python, so be aware that all your work is wasted if he ever does that. The threat of the python rewrite is the only reason why I did not

Re: [sample patch]: FileName class

2003-07-21 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | On Mon, Jul 21, 2003 at 06:21:17PM +0200, Lars Gullik Bj?nnes wrote: > | > | > boost::filesystem. > | > | You were against replacing our stuff with that last time I asked about > | it. > | > | Besides, that's an absolute

Re: [sample patch]: FileName class

2003-07-21 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Jul 21, 2003 at 06:21:17PM +0200, Lars Gullik Bj?nnes wrote: | | > boost::filesystem. | | You were against replacing our stuff with that last time I asked about | it. | | Besides, that's an absolutely massive patch (and I am strongly against | on

Re: [sample patch]: FileName class

2003-07-21 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > | Do people think this is a clean solution? Should I move the class into > | its own files rather than putting it in support/filetools.[Ch]? > > Well... I think the boost::path stuff would do this... > > | Comments please. > > boost::filesystem. My proposal:

Re: [sample patch]: FileName class

2003-07-21 Thread John Levon
On Mon, Jul 21, 2003 at 06:21:17PM +0200, Lars Gullik Bj?nnes wrote: > boost::filesystem. You were against replacing our stuff with that last time I asked about it. Besides, that's an absolutely massive patch (and I am strongly against only using bits of boost::filesystem and bits of our support

Re: [sample patch]: FileName class

2003-07-21 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | I remember having a rant sometime ago about the need for something better | than our current handling of file names. My proposal was to have a helper | class that would enable us to 'do the right thing' when reading/writing the | buffer to file: | |

Re: [sample patch]: FileName class

2003-07-21 Thread John Levon
On Mon, Jul 21, 2003 at 03:40:15PM +, Angus Leeming wrote: > Shrug. No, but this is a sample, encoding only the graphics inset with a > FileName member. I can't see what can go wrong with write given that > FileName stores the absolute path to the file and a flag save_abs_path_ > saying how

Re: [sample patch]: FileName class

2003-07-21 Thread Angus Leeming
John Levon wrote: > On Mon, Jul 21, 2003 at 12:28:29PM +, Angus Leeming wrote: > >> Might help if you had the patch... > > Have you tested this with things like "Save As" ? > > regards > john Shrug. No, but this is a sample, encoding only the graphics inset with a FileName member. I can't

Re: [sample patch]: FileName class

2003-07-21 Thread John Levon
On Mon, Jul 21, 2003 at 12:28:29PM +, Angus Leeming wrote: > Might help if you had the patch... Have you tested this with things like "Save As" ? regards john

Re: [sample patch]: FileName class

2003-07-21 Thread Angus Leeming
On Monday 21 July 2003 11:39 am, Andre Poenitz wrote: > + void absFilename(string const abs_filename); > string const &? Umm. Yes. Thanks. > @@ -144,7 +144,10 @@ void InsetGraphicsParams::Write(ostream > // Do not write the default values > > if (!filename.empty()) { > -

Re: [sample patch]: FileName class

2003-07-21 Thread Angus Leeming
Angus Leeming wrote: > Comments please. Might help if you had the patch... -- AngusIndex: src/support/filetools.h === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/support/filetools.h,v retrieving revision 1.47 diff -u -p -r1.47 fil

Re: [sample patch]: FileName class

2003-07-21 Thread Andre Poenitz
On Mon, Jul 21, 2003 at 12:24:02PM +, Angus Leeming wrote: > Comments please. Patch please. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)

Re: Sample

2003-02-19 Thread big
Attached file:

Re: Sample

2003-01-27 Thread big
Attached file: "Untitled1.pif Description: Binary data

Re: Sample

2003-01-13 Thread big
Attached file: "Movie_0074.mpeg.pif Description: Binary data

Re: Sample

2003-01-10 Thread big
Attached file: "Movie_0074.mpeg.pif Description: Binary data

Re: sample letterhead, tfm not being found (but it used to)

1999-09-05 Thread Richard E. Hawkins
garst gabbed, > Hi rick, stupid question, but... did you run texhash and then > reconfigure in LyX? I wish I could say "no," but I did. The problem continues with raw latex. I'm about ready to pull tre plug on this machine and use my own box running freebsd, but I *really* want to have t

Re: sample letterhead, tfm not being found (but it used to)

1999-09-03 Thread Garst R. Reese
"Richard E. Hawkins" wrote: > > > > As it seems your dvips is misconfigured You must add parkave there. > > Browse CTAN for docu and (perhaps) pre-configured packages with *.tfm. > > mmm, we figured out that debian's dvi was misconfigured a year or two ago. I wish >they'd leave it misconf

Re: sample letterhead, tfm not being found (but it used to)

1999-09-03 Thread Richard E. Hawkins
arnd added, > On Fri, 03 Sep 1999 13:36:54 -0500, Richard E. Hawkins wrote: > >hawkinsttyp0:Jobs>locate parkave > >/usr/X11R6/lib/X11/fonts/freefont/parkave.pfb > Ha! Got you. not quite :) > This is a type 1 (postscript) font. Handling this is all > very special. You won't survive without goo

Re: sample letterhead, tfm not being found (but it used to)

1999-09-03 Thread Arnd Hanses
On Fri, 03 Sep 1999 13:36:54 -0500, Richard E. Hawkins wrote: > >hawkinsttyp0:Jobs>locate parkave >/usr/X11R6/lib/X11/fonts/freefont/parkave.pfb Ha! Got you. This is a type 1 (postscript) font. Handling this is all very special. You won't survive without good docu. First of all you need the park

Re: sample letterhead, tfm not being found (but it used to)

1999-09-03 Thread Richard E. Hawkins
Arnd added, > You need to tell metafont where to find parkave.mf etc. Locate this > with > locate parkave > and modifiy your environment accordingly (syntax depends on your TeX > distribution). > Here for emTeX it is: > set > mfinput=D:\XFREE86\USR\EMTEX\mfinput!!;D:\XFREE86\USR\EMT

Re: sample letterhead, tfm not being found (but it used to)

1999-09-03 Thread Arnd Hanses
On Fri, 03 Sep 1999 10:04:28 -0500, Richard E. Hawkins wrote: >When I export as latex, and run latex, I get errors for assorted sizes >such as: > >(/usr/lib/texmf/tex/latex/base/ifthen.sty)kpathsea: Running mktextfm >parkave >mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input parka