Search found 11 matches

by zillions
Wed Jan 13, 2010 6:06 pm
Forum: Graphics, Figures & Tables
Topic: preventing a line-break before a table
Replies: 1
Views: 1698

preventing a line-break before a table

I would like to have some text and then a small 2x2 table (tabular) on the same line. Now, there is an automatic line-break that's causing the table to be on the next line.

I read on another forum that ~ will prevent a line-break for text, but it doesn't seem to work in this situation.

I also ...
by zillions
Mon Sep 14, 2009 5:04 pm
Forum: General
Topic: hyperref colors
Replies: 2
Views: 37753

Re: hyperref colors

thanks, it was surprisingly easy despite the extensive manual. looks like a great package
by zillions
Mon Sep 14, 2009 4:17 pm
Forum: General
Topic: hyperref colors
Replies: 2
Views: 37753

hyperref colors

Could someone help explain how to use different colors in this package? (I would like to have gray).

I wasn't able to use RGB colors as suggested here:
http://en.wikibooks.org/wiki/LaTeX/Hyperlinks#Customization

There was an error "unrecognized colors"

I also tried using the color names at the ...
by zillions
Sat Sep 05, 2009 6:00 pm
Forum: General
Topic: PDF contents (viewed in acrobat or Mac Preview) incorrect
Replies: 7
Views: 5078

PDF contents (viewed in acrobat or Mac Preview) incorrect

Now I've found a solution by going through this process (as you suggested)!

If I comment out this line
\usepackage[twoside,varioref,rightFloats]{fltpage} % fullpage figures w/ captions on opposite side\

then the PDF contents are generated correctly. Otherwise it includes only the first few ...
by zillions
Sat Sep 05, 2009 5:17 pm
Forum: General
Topic: PDF contents (viewed in acrobat or Mac Preview) incorrect
Replies: 7
Views: 5078

PDF contents (viewed in acrobat or Mac Preview) incorrect

Sorry, my example was too simple. Here's another try. Now the image still looks the same.

I checked and I don't have \addcontentsline anywhere in my files.



\documentclass[a4paper,twoside,12pt]{book}
\usepackage{graphicx}

\usefont{T1}{bch}{m}{n}%
\renewcommand\familydefault{bch}

\usepackage ...
by zillions
Sat Sep 05, 2009 4:41 pm
Forum: General
Topic: PDF contents (viewed in acrobat or Mac Preview) incorrect
Replies: 7
Views: 5078

PDF contents (viewed in acrobat or Mac Preview) incorrect

I've reduced it now to a surprisingly small MWE. When I compile the file below, my PDF contents are actually unchanged! So, even though I have removed all of the contents, the items in the sidebar (photo right side) still remain. Instead it should say chapters One, Two, Three. Do I need to run a ...
by zillions
Fri Sep 04, 2009 11:48 pm
Forum: Document Classes
Topic: importing multiple page pdfs
Replies: 6
Views: 26828

Re: importing multiple page pdfs

thanks, solved that one too!
by zillions
Fri Sep 04, 2009 11:09 pm
Forum: Document Classes
Topic: importing multiple page pdfs
Replies: 6
Views: 26828

Re: importing multiple page pdfs

This was an extremely helpful post for me. I've inserted multipage documents.

But now I would like to number these pages according to their place inside the latex document. I would like to superimpose the correct page number on top of the inserted PDF.

Is this possible?

thanks,
Bobby
by zillions
Fri Sep 04, 2009 11:04 pm
Forum: Graphics, Figures & Tables
Topic: Wrong numbers in List of Figures
Replies: 2
Views: 2304

Re: Wrong numbers in List of Figures

Thanks Thorsten, that definitely works now. And I see the code button now. Very cool. --bobby
by zillions
Fri Sep 04, 2009 10:57 pm
Forum: General
Topic: PDF contents (viewed in acrobat or Mac Preview) incorrect
Replies: 7
Views: 5078

PDF contents (viewed in acrobat or Mac Preview) incorrect

I'm generating a PDF for my PhD thesis with pdftex. It's a complicated document with many chapters, include statements, etc.

When I view the PDF in either TeXShop, Preview, or Acrobat Pro 9, the contents of the PDF are incorrect. I see only the first couple entries for the first chapter. Also, the ...