Search found 3 matches

by bclyons12
Wed Aug 22, 2012 9:35 pm
Forum: Viewers for PDF, PS, and DVI
Topic: How to suppess navigation pane in Acrobat Reader
Replies: 9
Views: 33523

How to suppess navigation pane in Acrobat Reader

This option for the hyperref package seems to do what you want:

Code: Select all

\usepackage[pdfpagemode=UseNone]{hyperref}
In this case, the bookmarks will still be created but they will not be displayed when Adobe Reader launches.
by bclyons12
Thu May 17, 2012 8:09 pm
Forum: General
Topic: revtex4-1 | In-line and Superscript Citations
Replies: 1
Views: 6368

revtex4-1 | In-line and Superscript Citations

I found a solution. The \onlinecite command exists in the revtex4-1 class. I don't know what the solution would be in other situations.
by bclyons12
Thu May 17, 2012 6:57 pm
Forum: General
Topic: revtex4-1 | In-line and Superscript Citations
Replies: 1
Views: 6368

revtex4-1 | In-line and Superscript Citations

Hi everyone,

I'm writing a paper using the revtex4-1 document class and thebibliography environment (references have to be in the same document for the journal). In general, I want the citations to be superscripts, which they are right now. I would also like to be able to switch to an inline ...