Search found 6 matches

by trogdor
Wed May 20, 2009 9:21 pm
Forum: LyX
Topic: Some help tweaking the amsbook class?
Replies: 10
Views: 17276

Re: Some help tweaking the amsbook class?

In theory if I'd used a different document class I could have done it easily using one of the fancier theorem packages. Since I didn't want to do that, I used \qedhere where possible and just put up with the misplaced symbol everywhere else. Hacky, irritating, and contrary to the principles of LaTeX ...
by trogdor
Mon Jul 28, 2008 6:57 pm
Forum: LyX
Topic: Some help tweaking the amsbook class?
Replies: 10
Views: 17276

Some help tweaking the amsbook class?

I've got some whitespace by using \par\bigskip before \footnotesize in the theorem and lemma environments (in fact, I removed \footnotesize from those, because I didn't want the text that small). I've added \raggedbottom to avoid massive whitespace issues. I've decided to put up with the uneven ...
by trogdor
Sun Jul 27, 2008 3:08 pm
Forum: LyX
Topic: Some help tweaking the amsbook class?
Replies: 10
Views: 17276

Some help tweaking the amsbook class?

Perhaps post an example lyx file as attachment.
When I use LyX with amsmath activated, then amsmath and amssymb are loaded but not amsthm. ntheorem will be loaded later with the user specified LaTeX commands.

Perhaps it's the amsmath.inc bits that are included from amsbook.layout that ...
by trogdor
Sat Jul 26, 2008 5:20 pm
Forum: LyX
Topic: Some help tweaking the amsbook class?
Replies: 10
Views: 17276

Some help tweaking the amsbook class?


Is that compatible with the book (AMS) class that I'm using?
ntheorem works with amsmath if you use the amsmath option, for instance:
\usepackage[amsmath,thmmarks]{ntheorem}

That didn't work - it seems that LyX's implementation of amsmath automatically includes amsthm, and that this occurs ...
by trogdor
Wed Jul 16, 2008 5:55 pm
Forum: LyX
Topic: Some help tweaking the amsbook class?
Replies: 10
Views: 17276

Some help tweaking the amsbook class?

welcome to the forum!

Thanks! :)

It's not a complete preamble. The document class (ok, amsbook) and it's options are missing, you are using the @-Symbol what means there should be \makeatletter somewhere. Or it's not a common tex-document, it may be a .sty file?

Sorry, I should have mentioned ...
by trogdor
Wed Jul 16, 2008 4:52 pm
Forum: LyX
Topic: Some help tweaking the amsbook class?
Replies: 10
Views: 17276

Some help tweaking the amsbook class?

Greetings,

I'm using book (AMS) to transcribe a book, and would like to make a few modifications to get the style of output I'm aiming for. I've had some success already, I (hopefully) now just need to tweak things to get it right.

First, for reference, here's my current preamble:

\usepackage ...