Search found 937 matches

by Cham
Fri Jul 01, 2011 5:04 pm
Forum: Page Layout
Topic: Problem with Index (packages conflicts ?)
Replies: 13
Views: 7381

Problem with Index (packages conflicts ?)

There's something fishy with my code (or is it ?). I need help to solve the index. Here's what I've found today :

The indexation works perfectly if I just remove the empheq package (what the ... ?). If I keep it, I can get the index to work correctly if I reduce considerably the book (by removing ...
by Cham
Fri Jul 01, 2011 5:00 pm
Forum: General
Topic: What's wrong with my appendices ?
Replies: 2
Views: 1858

What's wrong with my appendices ?

There's something fishy with my code. I need help to solve the index. Here's what I've found today :

The indexation works perfectly if I just remove the empheq package (what the ... ?). If I keep it, I can get the index to work correctly if I reduce considerably the book (by removing several ...
by Cham
Thu Jun 30, 2011 10:13 pm
Forum: General
Topic: What's wrong with my appendices ?
Replies: 2
Views: 1858

What's wrong with my appendices ?

I'm experiencing indexing problems with words located in my appendices (the index is okay with words from normal chapters). All page numbers given in the index (for words from the appendices) have an offset of 2 pages and I don't know why.

I'm using the book document class. Here's a tiny snippet of ...
by Cham
Thu Jun 30, 2011 8:45 pm
Forum: Page Layout
Topic: Problem with Index (packages conflicts ?)
Replies: 13
Views: 7381

Re: Problem with Index (packages conflicts ?)

I'm trying to reproduce the issues with a "basic" compilable version to be placed here, but it's really complicated. I'll try to post something later.
by Cham
Thu Jun 30, 2011 6:56 pm
Forum: Math & Science
Topic: Centered Equation aligned with a Line of Text
Replies: 3
Views: 3304

Re: Centered Equation aligned with a Line of Text

I agree that we shouldn't adjust the vertical position by hand, so the first solution isn't satisfying.

In the case of the second solution, the inserted short text isn't aligned with the integral equation. After a compilation on my system, it appears at the standard position with the equation below ...
by Cham
Thu Jun 30, 2011 6:00 pm
Forum: Page Layout
Topic: Problem with Index (packages conflicts ?)
Replies: 13
Views: 7381

Problem with Index (packages conflicts ?)

I'm having some problems that I really don't understand with my index :( . It's systematically giving wrong pages numbers, offset by two pages (I'm using the makeidx package). There's an apparent conflict with the empheq package, since when I remove it from my preamble, the problem is solved (but I ...
by Cham
Thu Jun 30, 2011 3:43 am
Forum: Math & Science
Topic: Centered Equation aligned with a Line of Text
Replies: 3
Views: 3304

Centered Equation aligned with a Line of Text

Very often, I would like to write an equation after a line of text, with the equation on the same line as the text while horizontally centered on the page and its eq:number appearing on the right side. I don't want LaTeX to reduce the size of the equation, since there's just a single line of text on ...
by Cham
Wed Jun 29, 2011 8:41 pm
Forum: Math & Science
Topic: The best way to emphasize equations ?
Replies: 7
Views: 13138

The best way to emphasize equations ?

Haa ! Ok, now it's working. Wasn't obvious !

EDIT : Wow ! Now it's awesome :shock: . This is exactly what I need !

Again, thanks A LOT for all of your precious help ! ;)
by Cham
Wed Jun 29, 2011 8:09 pm
Forum: Math & Science
Topic: The best way to emphasize equations ?
Replies: 7
Views: 13138

The best way to emphasize equations ?

I'm yet unable to make it to work. :( For example, I used this code :
\begin{empheq}[boxtype=\fbox]
\begin{equation}
\label{hamiltonian}
H(q, p) = \tensor{\dot q}{^i} \hspace{1pt} \tensor{p}{_i} - L.
\end{equation}
\end{empheq}

I'm getting several error messages when I try to compile it. Of ...
by Cham
Wed Jun 29, 2011 7:46 pm
Forum: Page Layout
Topic: Add a horizontal Line in the Header
Replies: 9
Views: 24207

Re: Add a horizontal Line in the Header

Thanks a lot for your precious help ! :)