Search found 3 matches

by tumerictj
Fri Feb 10, 2012 7:44 am
Forum: Document Classes
Topic: New Environment with corresponding Bookmarks
Replies: 4
Views: 3792

Re: New Environment with corresponding Bookmarks

Clever.... This solves my question.

Thank You!
by tumerictj
Thu Feb 09, 2012 10:01 pm
Forum: Document Classes
Topic: New Environment with corresponding Bookmarks
Replies: 4
Views: 3792

New Environment with corresponding Bookmarks

I'm using

\theoremstyle{plain} \newtheorem{ex}{Exercise}

with AMS and hyperref packages in the preamble.

As it is,

\begin{exercise}[blaBlaBla]
...
\end{exercise}

works nicely to name and number exercises, but I would like pdfLaTeX to make a bookmark called "Exercise #whatever," (I don ...
by tumerictj
Wed Feb 08, 2012 8:29 pm
Forum: Document Classes
Topic: New Environment with corresponding Bookmarks
Replies: 4
Views: 3792

New Environment with corresponding Bookmarks

Hi All,

I have been using LaTeX for a while, but this is my first post.

I would like to make a numbered "Exercise" environment that generates (via the hyperref package) a corresponding bookmark "Exercise #_" in the PDF output file.

I know how to define the envioronment and how to manually create ...