tex2lyx and svjour3

2025-05-07 Thread Marco Morandini
Consider the attached .tex file. tex2lyx (lyx 2.4, commit 0a2cc00ddda101eadbe12e5b9c8f23c00fb7f9f3 ) is not able to import it because marco@sun:/tmp/lyx_tmpdir.vyYLPhOYXMfW/lyx_tmpbuf0> tex2lyx2.4 -f newfile2.tex newfile2.lyx tex2lyx warning: Creating file /tmp/lyx_tmpdir.vyYLPhOYXMfW/lyx_tmp

Re: git pull hangs

2020-10-29 Thread Marco Morandini
I have killed all those stale connections. Hopefully that will help. (I will guess that the working IP for some reason had an open connection.) First and foremost: this solved it, and now it works. Thank you again! Now, the embarrassing part: from your logs we found out that the unique working

Re: git pull hangs

2020-10-28 Thread Marco Morandini
would it be possible to get a log from the server on your side? Or could you give a look? On our side we can make whatever test you may ask for. I'd be happy to try to help. What logs would be useful, do you think? Thank you! It would be great if you could have a look into git-daemon's log, a

Re: git pull hangs

2020-10-28 Thread Marco Morandini
https://gitlab.com/jkulesza/lyx This one works for us. Perhaps you can try pulling from there (as a test and/or as a workaround)? Yes, as a workaround it's fine, thank you! Hope to be able to sort this out, though. Marco -- lyx-devel mailing list lyx-devel

Re: git pull hangs

2020-10-27 Thread Marco Morandini
The git server is run by Open Source Labs at Ohio State University. It would be surprising if you were blacklisted there. Have you checked with your IT folks about whether they are prohibiting some traffic? Apologize for bothering you again about this, but we really need an help or a suggestion

git pull hangs

2020-10-06 Thread Marco Morandini
First of all, apologize if this is the wrong mailing list; should this be the case, please let me know who I should contact. I've been following lyx, as a user, since forever. I prefer to stay on the stable branch, and build it from source. Recently I was unable to update the branch with git pull

Re: [PATCH] GraphicsConverter: do not use ChangeExtension

2002-09-11 Thread Marco Morandini
Jean-Marc Lasgouttes wrote: >>>>>>"Marco" == Marco Morandini <[EMAIL PROTECTED]> writes: >>>>> > > > I applied your patch to 1.2.2cvs. Thanks. I also applied something > similar to 1.3.0cvs (but there is an additional ChangeExte

Re: Help: GraphicCache - reload graphic file

2002-09-09 Thread Marco Morandini
_("into tempdir")); + return RemoveExtension(orig_file); + } } } } Index: src/insets/ChangeLog ===

Re: Help: GraphicCache - reload graphic file

2002-09-05 Thread Marco Morandini
Jean-Marc Lasgouttes wrote: > > I would certainly like to have something like that in 1.2.2, since > several people have complained about it already. However, Angus, I > would appreciate if you could read it and see if you find no > obvious error. > > Marco, I assume you have tested it hard :)

Re: Help: GraphicCache - reload graphic file

2002-08-30 Thread Marco Morandini
Angus Leeming wrote: > On Friday 30 August 2002 3:21 pm, Marco Morandini wrote: > >>This draft patch should detect when a graphic file is changed, >>and rebuild the cache. > > > We can already detect that the file has changed in 1.3 cvs. > Great! Thanks, I'll look there. Marco Morandini

Help: GraphicCache - reload graphic file

2002-08-30 Thread Marco Morandini
ciate comments and suggestions to improve the patch (I don't have clear the Cache behaviour, but perhaps you can suggest me how to do it right) Thanks in advance, Marco Morandini P.S. the diff is agains lyx 1.2.2 cvs Index: src/graphics/Graph

[PATCH] GraphicsConverter: do not use ChangeExtension

2002-08-28 Thread Marco Morandini
In Lyx 1.2.2 CVS, GraphicsConvert.C:113 you do not use ChangeExtension. The same problem may arise in GConverter::build_script, few lines later. The attached files trigger the problem. Regards, Marco Morandini RCS file: /cvs/lyx/lyx-devel/src/graphics/GraphicsConverter.C,v retrieving revision

insetcite.C:365: invalid conversion from `const char*' to `char'

2002-08-21 Thread Marco Morandini
Marco Morandini RCS file: /cvs/lyx/lyx-devel/src/insets/insetcite.C,v retrieving revision 1.32.2.2 diff -u -r1.32.2.2 insetcite.C --- src/insets/insetcite.C 2002/08/21 10:29:23 1.32.2.2 +++ src/insets/insetcite.C 2002/08/21 12:40:59 @@ -362,7 +362,7 @@ string

Re: math_hullinset.C

2002-07-02 Thread Marco Morandini
Jean-Marc Lasgouttes wrote: >>>>>>"Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >>>>> > > Andre> On Tue, Jul 02, 2002 at 11:34:38AM +0200, Marco Morandini > Andre> wrote: > >>>In BRANCH_1_2_X I had to #i

math_hullinset.C

2002-07-02 Thread Marco Morandini
2002/07/02 09:22:49 @@ -5,6 +5,7 @@ #endif #include "math_hullinset.h" +#include "math_gridinset.h" #include "math_mathmlstream.h" #include "math_streamstr.h" #include "math_support.h" Regards, Marco Morandini

[PATCH] bug 345

2002-05-06 Thread Marco Morandini
This is a tentative (and perhaps naive) patch for bug 345. Regards, Marco Morandini Index: src/mathed/math_cursor.C === RCS file: /cvs/lyx/lyx-devel/src/mathed/math_cursor.C,v retrieving revision 1.257 diff -u -r1.257

Minibuffer

2002-04-29 Thread Marco Morandini
I apoligize for writing this, but I'm no more able to write commands in the Minibuffer. It never gets activated. I'm the only one with this problem? Lyx from cvs, xforms 0.. Thanks for your help, Marco Morandini

Re: Graphics & Export LaTeX: non-eps-graphics cause trouble

2002-04-19 Thread Marco Morandini
phics[...]{document_name_images/my} - if the included file is already an eps file: \includegraphics[...]{original_path/my} Marco Morandini

A mathed bug?

2002-04-19 Thread Marco Morandini
-In mathed, write something: abcd select some characters write something different The selected chars are not deleted. Ragards, Marco Morandini

Re: [PATCH] Re: A wish and two mathed bugs?

2002-04-18 Thread Marco Morandini
Angus Leeming wrote: > On Thursday 18 April 2002 5:03 pm, Marco Morandini wrote: > > In ControlGraphics.C, are you sure you need to #include "converter.h"? > It defines the class Format and declares the external formats variable. > > and #include "insets/i

Re: A wish and two mathed bugs?

2002-04-18 Thread Marco Morandini
Angus Leeming wrote: > On Thursday 18 April 2002 5:24 pm, Marco Morandini wrote: > > > Notice the all important /usr/local/share/lyx-1.2.0cvs/xfonts > > ... > > xset +fp ${PATH_TO_YOUR_LYX_XFONTS_DIR} You got it, xset +fp . and it works fine. Tha

Re: A wish and two mathed bugs?

2002-04-18 Thread Marco Morandini
Andre Poenitz wrote: > On Thu, Apr 18, 2002 at 03:17:26PM +0200, Marco Morandini wrote: > >>The ?bugs? >>1) mathed: in math text mode, it was possible (1.1.6 fix4) to enter a _ >>character by escaping it with \. Not this seems to be no more possible. > > > Ind

[PATCH] Re: A wish and two mathed bugs?

2002-04-18 Thread Marco Morandini
Angus Leeming wrote: > On Thursday 18 April 2002 2:17 pm, Marco Morandini wrote: > >>The wish: from >>http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg36560.html >>some more extensions were added to the graphic file selection filter. >>However, it would b

A wish and two mathed bugs?

2002-04-18 Thread Marco Morandini
already possible? The ?bugs? 1) mathed: in math text mode, it was possible (1.1.6 fix4) to enter a _ character by escaping it with \. Not this seems to be no more possible. 2) mathed: with current cvs, I'm not able to view on the screen some charactes, like \otimes. Thanks in advance,

ps preview: just a note

2002-04-09 Thread Marco Morandini
ghostview does not handle it. However, it would be nice to add "-watch" to the default command line arguments of gv. Regards, Marco Morandini

End of unknown command

2002-03-27 Thread Marco Morandini
fter "\T" and THEN if i write "{" lyx magically closes it. The other way I end up with a single ''text-type'' "{". This is not a big issue (and I'm not sure my description of the problem is clear), but is annoying. Thanks in advance, Marco Morandini

lyx crash: insert column

2002-03-26 Thread Marco Morandini
da in main_arena () from /lib/libc.so.6 (gdb) bt #0 0x403bc1da in main_arena () from /lib/libc.so.6 #1 0x in ?? () (gdb) bt #0 0x403bc1da in main_arena () from /lib/libc.so.6 #1 0x in ?? () Thanks, Marco Morandini #LyX 1.2 created this file. For more info see http://www.

Re: make install error

2002-03-26 Thread Marco Morandini
Jean-Marc Lasgouttes wrote: >>>>>>"Marco" == Marco Morandini <[EMAIL PROTECTED]> writes: >>>>> > > Marco> A few more details after noticing > Marco> http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg35269.html > > Ma

Grace converter configuration

2002-03-26 Thread Marco Morandini
\$i" "" +\\converter agr eps "xmgrace -hardcopy -printfile \$\$o -hdevice EPS \$\$i" "" \\converter bmp eps "$bmp_to_eps" "" \\converter fits eps "$fits_to_eps" "" \\converter gif eps "$gif_to_eps" "" Regards, Marco Morandini

Re: make install error

2002-03-25 Thread Marco Morandini
nts.scale cat xfonts/tmpfonts >>xfonts/fonts.scale cp xfonts/fonts.scale xfonts/fonts.dir fi rm -f xfonts/tmpfonts #-- but my system does not have such X11 fonts (cmex10.pfb, for example), only Tex ones: cmex10.tfm and cmex10.mf (in /usr/share/texmf/fonts) Hope this helps. Marco Morandini

Help: make install error

2002-03-25 Thread Marco Morandini
l-xfonts] Error 1 make[3]: Leaving directory `/home3/marco/lyx-devel/lib' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/home3/marco/lyx-devel/lib' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home3/marco/lyx-devel/lib' make: *** [install-re