Re: STY Layout and \maketitle Help

2009-06-26 Thread rgheck
Jean-Marc Lasgouttes wrote: Le 24 juin 09 à 22:31, rgheck a écrit : guess it's a tex2lyx importation bug, but I also doubt that any sane version of tex2lyx could ever catch this kind of thing reliably. Could you make an executive summary for me? The class wraps the title block in a command, \

Re: STY Layout and \maketitle Help

2009-06-25 Thread Jean-Marc Lasgouttes
Le 24 juin 09 à 22:31, rgheck a écrit : guess it's a tex2lyx importation bug, but I also doubt that any sane version of tex2lyx could ever catch this kind of thing reliably. Could you make an executive summary for me? JMarc

Re: STY Layout and \maketitle Help

2009-06-24 Thread rgheck
Danny Parker wrote: Great! That fixed it. Thanks again for your help and patience. So I'm slowly starting to understand what the problem was here. I guess what I'm still unclear on is was this a user error or LyX bug since MikTex compiled it fine. I guess it's a tex2lyx importation bug, b

Re: STY Layout and \maketitle Help

2009-06-24 Thread Danny Parker
Great! That fixed it. Thanks again for your help and patience. So I'm slowly starting to understand what the problem was here. I guess what I'm still unclear on is was this a user error or LyX bug since MikTex compiled it fine. On Wed, Jun 24, 2009 at 2:17 PM, rgheck wrote: > Danny Parker wr

Re: STY Layout and \maketitle Help

2009-06-24 Thread rgheck
Danny Parker wrote: Thanks again for the help. I added that to my layout but I'm still very new to LyX (I had to look up what ERT, Evil Red Text, was) so I don't really understand what you mean by "use it instead of standard". Could you please direct me to some reading or explain a little fu

Re: STY Layout and \maketitle Help

2009-06-24 Thread Danny Parker
Thanks again for the help. I added that to my layout but I'm still very new to LyX (I had to look up what ERT, Evil Red Text, was) so I don't really understand what you mean by "use it instead of standard". Could you please direct me to some reading or explain a little further. Danny On Wed, Ju

Re: STY Layout and \maketitle Help

2009-06-24 Thread rgheck
Danny Parker wrote: Here they are. My layout file is in the top post if you need that too. Thanks for the help. OK, the problem is that LyX outputs \maketitle as soon as you use a layout that is not marked "InTitle". Since you put \phmheader in ERT in a Standard environment, that's not InTi

Re: STY Layout and \maketitle Help

2009-06-24 Thread Danny Parker
Here they are. My layout file is in the top post if you need that too. Thanks for the help. On Wed, Jun 24, 2009 at 10:42 AM, rgheck wrote: > Danny Parker wrote: > >> Another difference is that LyX adds >> >> \setcounter{secnumdepth}{3} >> >> \setcounter{tocdepth}{3} >> >> \makeatletter >> \mak

Re: STY Layout and \maketitle Help

2009-06-24 Thread rgheck
Danny Parker wrote: Another difference is that LyX adds \setcounter{secnumdepth}{3} \setcounter{tocdepth}{3} \makeatletter \makeatother Any idea why LyX is adding these files? Yes, to control the TOC. But they are harmless. The crucial difference is that \maketitle comes earlier---probabl

Re: STY Layout and \maketitle Help

2009-06-24 Thread Danny Parker
Another difference is that LyX adds \setcounter{secnumdepth}{3} \setcounter{tocdepth}{3} \makeatletter \makeatother Any idea why LyX is adding these files? Is there a way in LyX to edit the LaTex Source directly? I'm including two files test.tex is the original LaTeX that compiles fine and tes

Re: STY Layout and \maketitle Help

2009-06-24 Thread Danny Parker
I just did that and I noticed a few differences. LyX is adding the following lines that are not in the LaTeX file and I'm not sure where they are coming from. \usepackage[T1]{fontenc} \usepackage{babel} The only other difference I can see is that LyX has \documentclass[twocolumn,english]{articl

Re: STY Layout and \maketitle Help

2009-06-24 Thread rgheck
Danny Parker wrote: I still haven't been able to figure this out. As far as I can tell the problem boils down to that MikTeX can use the .sty from the command line and I can't get LyX to generate a DVI without errors. Any suggestions? Try exporting the document to LaTeX and comparing to to w

Re: STY Layout and \maketitle Help

2009-06-24 Thread Danny Parker
I still haven't been able to figure this out. As far as I can tell the problem boils down to that MikTeX can use the .sty from the command line and I can't get LyX to generate a DVI without errors. Any suggestions?

STY Layout and \maketitle Help

2009-06-23 Thread Danny Parker
First thanks to everyone who help me get a CLS layout working recently. I'm having a new problem now. I have an phm.sty file provided by a conference and I'm trying to use it. I've added it to MikTeX and can create a .ps using the command line but I can't get it to work in LyX. I've followed th