Search found 17 matches

by d60pmp
Sat Apr 02, 2011 11:22 am
Forum: LyX
Topic: IEEETran layout broken in 1.6.7?
Replies: 4
Views: 7575

IEEETran layout broken in 1.6.7?

Rightyho, cracked it. At least on my machine.

The problem is that there's a conflict between the IEEEtran document class and amsthm package - they both define \proof.

This is made difficult to fix by the fact (correct me if I'm wrong on this) that LyX doesn't let the user mess with the stuff it ...
by d60pmp
Sat Apr 02, 2011 10:16 am
Forum: LyX
Topic: IEEETran layout broken in 1.6.7?
Replies: 4
Views: 7575

IEEETran layout broken in 1.6.7?

First of all, is it just the theorems you're having trouble with?
i.e. If you create an IEEEtran document with just some text in does it compile?

Once you have a minimum working document then you can add bits that might be problematic until it won't work any more, then post the errors here and we ...
by d60pmp
Sun Mar 13, 2011 1:34 pm
Forum: LyX
Topic: IEEETran layout broken in 1.6.7?
Replies: 4
Views: 7575

Re: IEEETran layout broken in 1.6.7?

As far as I can tell this is broken, at least on my installation, but I've found a way of working around it using ERT to define commands like \begin{keywords} instead of the unrecognised \begin{IEEEkeywords} that Lyx inserts.

I'm marking the topic as resolved.

Edit: I've unmarked the topic as ...
by d60pmp
Thu Mar 10, 2011 5:08 am
Forum: Text Formatting
Topic: Align Paragraph and Enumerate
Replies: 3
Views: 2915

Re: Align Paragraph and Enumerate

The answer is D
by d60pmp
Wed Mar 09, 2011 6:05 pm
Forum: LyX
Topic: Hyphen in spanish
Replies: 9
Views: 10236

Hyphen in spanish

by d60pmp
Wed Mar 09, 2011 5:44 pm
Forum: LyX
Topic: Problems creating a graph (graph theory)
Replies: 4
Views: 4044

Problems creating a graph (graph theory)

Yep, was just about to post saying the same thing:

%WORKS
$\xymatrix{A\ar[dr] & B\\
C & D}$

%DOESN'T WORK
$\begin{array}{cc}
A\ar[dr] & B\\
C & D\end{array}$


If you need more detail check out Help -> Specific Manuals -> XY-pic Manual

It's a nice package, I'll probably be using it to draw some ...
by d60pmp
Wed Mar 09, 2011 4:41 pm
Forum: LyX
Topic: Table borders too long
Replies: 1
Views: 1829

Table borders too long

Yikes. That's not the standard behaviour. Can you replicate it in a more minimal table? e.g one with one column and two rows and single letters in each box?

If you can't replicate it, there's something odd going on in your table contents, rewrite it more carefully and if it's still broken post the ...
by d60pmp
Wed Mar 09, 2011 4:30 pm
Forum: LyX
Topic: error missing $ inserted with numbered formula(Cntrl+Alt+N)
Replies: 1
Views: 1669

Re: error missing $ inserted with numbered formula(Cntrl+Alt

Can't replicate your problem I'm afraid. Try putting it in an inline equation, right clicking, select "display eqn" and "number whole formula" and try again. If it still doesn't work view the source (View->View Source) and post it here.
by d60pmp
Wed Mar 09, 2011 4:21 pm
Forum: LyX
Topic: Writing in the bottom of the screen
Replies: 1
Views: 1831

Writing in the bottom of the screen

This is just the Lyx way. If you must have space below the cursor then a better solution than dead text would be a vertical space:
Insert-> Formatting -> Vertical Space -> Spacing:Custom & Size: 4in
But this will show up when you create your pdf. If you wanted to be sneaky you could put, in evil ...
by d60pmp
Wed Mar 09, 2011 4:13 pm
Forum: LyX
Topic: Numbers under the references in LyX (Default/Natbib/Jurabib)
Replies: 1
Views: 1640

Numbers under the references in LyX (Default/Natbib/Jurabib)

Try changing the reference style.
  • Click on the BibTex generated Bibliography Thing
  • Change style to, for example, plain or ieeetran etc.
Does your problem persist?