Re: Problems reimporting exported documents

2002-02-06 Thread Mario Parra
Hello, I have some more info for those who are interested. The problem occurs when using float figures and the caption goes after the image. If the caption goes before the image, then the figure imports ok, not great but ok. Unfortunately for me, IEEE transaction demands the caption to go after t

Re: Problems reimporting exported documents

2002-02-06 Thread Mario Parra
"Kayvan A. Sylvan" wrote: > How about this solution? > > Keep a copy of your LaTeX file that you send to your advisor, then > when you get his changed copy, use "diff -c" to look at the changes > he actually made and manually (with the help of cut and paste) edit > your LyX file to reflect those

Re: Problems reimporting exported documents

2002-02-06 Thread Mario Parra
Guenter Milde wrote: > > > Export from LyX to LaTeX is no problem at all (obviously clear, as otherwise > you could not print nor see the *.dvi) > > Reimport is more tricky, especially if you have non-standard settings or > layout. E.g. some settings you can do in the Layout->Document popup will

Re: Problems reimporting exported documents

2002-02-06 Thread Mario Parra
Herbert Voss wrote: > Mario Parra wrote: > > > I guess nobody knows about this problem cause it's been a few days > > and got no replies. It is a pitty, I really liked lyx but this is a show > > stopper. > > My boss uses latex so I need to go back and forth an

Re: Problems reimporting exported documents

2002-01-31 Thread Mario Parra
Hello, I guess nobody knows about this problem cause it's been a few days and got no replies. It is a pitty, I really liked lyx but this is a show stopper. My boss uses latex so I need to go back and forth and if I can't then that's it, I'll have to write my Ph.D. thesis in latex. Thank you, -M

Problems reimporting exported documents

2002-01-28 Thread Mario Parra
Hello, I've been having a lot of problems reimporting latex files that have been created using the export to latex option in lyx. Some I've been able to get around, but this one is serious. When dealing with figures and captions, the reimported files have the caption and the figure separated. Sin

Re: Problems importing latex.

2001-12-26 Thread Mario Parra
Hello, Since nobody has steped out to give me a hand I thought I would put some more info just in case. I really love lyx and would hate to have to stop using it because of these "minor" problems. I tried the theorem bug with the article(AMS) document layout and it seems to be working ok, so I g

Problems importing latex.

2001-12-17 Thread Mario Parra
Hello, I am having at least two problems when I try to import latex into lyx using relyx. I use lyx 1.1.5fix1 on solaris because I seem to be unable to either compile or run the compiled versions and I have to rely on a binary that was posted a while back. Anyway, my problems are 1) \begin{thm}

Problems with IEEE trans layout.

2001-12-14 Thread Mario Parra
Hi, I succesfully installed IEEE trans layout and can use it in lyx without a problem. The problem I am having is that if I export the document as tex and reimport it, then things like theorem and proof are not translated back into lyx properly. They appear as latex font, and lyx thinks they are

Math labels.

2000-12-04 Thread Mario Parra
Hello, I have a couple of questions about math labels. How can one have lyx label equations using section numbers instead of chapter numbers? Once a math-label has been set, how can one change it? In a regular label one can click it and change it in the pop-up menu, but I am unable to get this to

Re: can't fire up LyX

2000-10-10 Thread Mario Parra
Kan Chee Siong wrote: > I tried to install LyX on a PC running windows98, not connected to network. > But get the following error message when I try to fire up the LyX: > > Not enough environment space. > > I can fire up the Xwin32 manually. The IP add. set in Xwin32 was 127.0.0.1 > > Thanks >Fr

Re: x-server

2000-10-05 Thread Mario Parra
Kan Chee Siong wrote: > Sorry, I made a mistake. its ReflectionX, here is the link. Let me know if > you are able to get it work. > > You could try out the evalutaion edition of ReflectionX. It is, for lack > >of a better word, GREAT. > > > >Here's the URL: > >http://www.wrq.com/products/evaluate

Re: x-server

2000-10-04 Thread Mario Parra
Kan Chee Siong wrote: > Dear Mario, > > CS<>I have problem working with Xwin32 because all the tool bar are > blinking!! I can hardly see them. Tried changing the VGA settings but > all failed. Have any ideas? > However in MIx, it don't call up the LyX. I then switch to Xreflect, > but it took m

Re: x-server

2000-10-03 Thread Mario Parra
Kan Chee Siong wrote: > Has anyone has an experience running LyX using Mix as x-server ? I have > installed Mix ver 2.0.10 and edited the x-server path in runlyx.bat file. > The dos prompt popped up says something like this: > >

Re: Small glitch in View dvi?

1999-05-07 Thread Mario Parra
Lars Gullik Bjønnes wrote: > Can those of you that does your own compiles and see this bug try > this: > > Change line 520 in filetools.C to read: > > TempBase = GetCWD(); > > and see if that makes a difference. > > Lgb This fixes the problem on my system as well. -Mario

Re: Small glitch in View dvi?

1999-05-07 Thread Mario Parra
> Can all of you that has experienced this glitch/bug tell what shell > and system you are running on? > > Lgb solaris 2.6 and 2.7 both running csh. -Mario

Re: Small glitch in View dvi?

1999-05-06 Thread Mario Parra
I look at the code for DepTable.C in both 1.0.1 and 1.0.2 and the 1.0.1 version never calls MakeAbsPath. Furthermore, in the 1.0.2 version, every time MakeAbsPath is called, there is a comment that says: // not quite sure if this is the correct place for MakeAbsPath Otherwise the files are iden

Re: Small glitch in View dvi?

1999-05-06 Thread Mario Parra
Kayvan Aghaiepour Sylvan wrote: > > > Mario> Anyway, if \use_tmpdir is false, how come it is still using /tmp? > > It shouldn't be. Did you quit and restart lyx. > > Putting the line "\use_tempdir false" in your ~/.lyx/lyxrc should make > lyx stop using temp directories (putting all intermediate

Re: Small glitch in View dvi?

1999-05-06 Thread Mario Parra
Kayvan Aghaiepour Sylvan wrote: > >>>>> "Mario" == Mario Parra <[EMAIL PROTECTED]> writes: > > Mario> One more thing, if I turn /usr_tmpdir to false and the lyx file > Mario> is not in the distribution directory, then create dvi does not > Mar

Re: Small glitch in View dvi?

1999-05-06 Thread Mario Parra
One more thing, if I turn /usr_tmpdir to false and the lyx file is not in the distribution directory, then create dvi does not even work the first time around! -Mario

Re: Small glitch in View dvi?

1999-05-06 Thread Mario Parra
Somehow the dependency files are not being set properly. This is why I think this is so. If I set use_tmpdir true then lyx creates a directory under /tmp where it stores temporary files. Over there, there is a file called nameofdocumet.tex.dep that holds the names of the latex files used to creat

Re: Small glitch in View dvi?

1999-05-06 Thread Mario Parra
> On 06 May 1999 11:04:37 +0200, Lars Gullik Bj°nnes wrote: > > >Do those of you seeing this glitch use \use_tempdir true or false? Are > >the temporary dir mounted over nfs? > > How do you set \use_tmpdir? I tried putting it in the preamble but latex won't take it. I tried both on dirs mounted

Re: Small glitch in View dvi?

1999-05-05 Thread Mario Parra
Kayvan Aghaiepour Sylvan wrote: > Could you try running ``lyx -dbg'' and seeing if that gives a clue? > > ---Kayvan I run lyx -dbg 128 for latex debugging. The first time I run view dvi, latex runs fine. Then I make some change, click update dvi and this is what debugg

Small glitch in View dvi?

1999-05-05 Thread Mario Parra
David Aronstein wrote: > I installed lyx 1.0.2 this morning and I wonder if there is a small > glitch in the View dvi command? > > If I create a simple document (say, with one line: "This is the first > sentence.") and select View dvi, then the document looks fine. > > If I then add more text

Subsections in amsart layout

1999-04-26 Thread Mario Parra
Hello, When I use amsart document layout I get the following undesired behaviour. A subsection that should look like this: 2.1 This is a subsection This is a paragraph under a subsection looks like this 2.1 This is a subsection. This is a paragraph under a subsection The lyx