Search found 7 matches

by Judith
Fri Jan 02, 2009 12:03 pm
Forum: General
Topic: Wrong page numbers in TOC
Replies: 9
Views: 36421

Re: Wrong page numbers in TOC

Thank you very much!

I tried the second suggestion, and it worked PERFECTLY :D

Thanks!
by Judith
Thu Jan 01, 2009 6:42 pm
Forum: General
Topic: Wrong page numbers in TOC
Replies: 9
Views: 36421

Wrong page numbers in TOC

"Does not make sense" in the meaning of "are totally wrong". E.g. the nine page bibliography is listed as only having two pages, and those have the wrong numbers.

I have, of course, re-run everything several times.

Example:
\documentclass[11pt]{book}
\usepackage{makeidx}
\usepackage{chicago ...
by Judith
Thu Jan 01, 2009 3:53 pm
Forum: General
Topic: Wrong page numbers in TOC
Replies: 9
Views: 36421

Wrong page numbers in TOC

Hi,

I have a problem with the automatically generated Table of Contents. For the front matter and the mainmatter, everything works just fine. But the page numbers for all chapters in the backmatter (including an index and a bibtex bibliography) do not make sense. If I take out the index and the ...
by Judith
Tue Oct 14, 2008 7:38 am
Forum: General
Topic: Graphicx problem
Replies: 6
Views: 3428

Re: Graphicx problem

Thanks a lot! I guess I'll be doing this as well.
by Judith
Sun Oct 12, 2008 5:35 pm
Forum: General
Topic: Graphicx problem
Replies: 6
Views: 3428

Re: Graphicx problem

Hurray! That worked!
Does the problem lie with my DVI viewer? I use Evince Document Viewer 2.22.2. Well, I guess I can us the PS just as well...

Thanks again!
by Judith
Sun Oct 12, 2008 4:45 pm
Forum: General
Topic: Graphicx problem
Replies: 6
Views: 3428

Re: Graphicx problem

Hi,
no draft-option, I'm afraid.
That's my attempt at a MWE:

\documentclass[12pt,oneside,a4paper,openany]{book}\rmfamily
\usepackage{graphicx}

\begin{document}

\chapter{asjkfda}

\begin{figure}[ht]
\centering
\includegraphics{/home/path/image.eps}
\caption{Caption Text}
\label{fig:Label ...
by Judith
Sun Oct 12, 2008 12:42 pm
Forum: General
Topic: Graphicx problem
Replies: 6
Views: 3428

Graphicx problem

Hi,

When I include images into my documents, they are not included in my compiled document. Instead, I only get a black frame. I used to work with TexnicCenter, and never had this problem there. (Using Kile now)

This is how I include images:
\begin{figure}[ht]
\centering
\includegraphics{/home ...