Search found 16 matches

by jediwhelan
Thu Jul 28, 2011 11:01 pm
Forum: Graphics, Figures & Tables
Topic: custom hyperref
Replies: 6
Views: 4017

Re: custom hyperref

I fail to see the point of providing a MWE when I have no unexplained behaviour or error messages. It was simply a question which I provided a code snippet for since it may not have been clear in words what I was trying to achieve. Clearly, the simple answer was the one provided.

Paul
by jediwhelan
Mon Jul 25, 2011 10:59 pm
Forum: Graphics, Figures & Tables
Topic: custom hyperref
Replies: 6
Views: 4017

Re: custom hyperref

Hi Stefan , Thorsten,

My original post did have a minimal working example no? I re-paste it here with the solution you Stephan gave - thanks - I think this is very cool :


\begin{document}
\section{some title}

Blah Blah Blah, see figure \ref{table:intro} , blah blah blah ...

\begin{center ...
by jediwhelan
Sun Jul 24, 2011 3:25 pm
Forum: Graphics, Figures & Tables
Topic: custom hyperref
Replies: 6
Views: 4017

custom hyperref

Hi,

I posted this question a couple weeks ago but didn't receive an answer so let me simplify the question:

is it possible to have this custom hyperref point from table titles (i.e., Table 1) to a specific anchor
in the text? Something like going backwards from a hyperref to a table.

any ...
by jediwhelan
Tue Jul 12, 2011 5:56 pm
Forum: Graphics, Figures & Tables
Topic: hyperref | Dynamic Float Linking
Replies: 0
Views: 1830

hyperref | Dynamic Float Linking

Dear all,

I use the hyperref package to link table / figure references. Also, I find this
feature very useful when reading papers. However, what would be really cool (and productive!) would be a two way link.

For example, imagine a hyperref to a table in the appendix, which then has a hyperref ...
by jediwhelan
Tue Oct 26, 2010 5:58 pm
Forum: Graphics, Figures & Tables
Topic: Centering equations in captions
Replies: 2
Views: 3273

Re: Centering equations in captions

Fantastic!
by jediwhelan
Fri Oct 22, 2010 7:17 pm
Forum: Graphics, Figures & Tables
Topic: Centering equations in captions
Replies: 2
Views: 3273

Centering equations in captions

Hi,

For the life of me, I can't work out how to center equations within caption. \begin{equation ... \end{equation can't be used within \caption, and I've experimented with various methods/workarounds but to no avail. No amount of googling has helped either.

For example:

\caption{Regression of ...
by jediwhelan
Fri Oct 22, 2010 7:07 pm
Forum: Graphics, Figures & Tables
Topic: Two series of caption
Replies: 2
Views: 1744

Re: Two series of caption

The standard way of doing this is simply reference the figures / tables / proofs or whatever in brackets:

[insert figure \ref{blahblah} about here]


Is this what you meant?
by jediwhelan
Tue Aug 24, 2010 8:03 pm
Forum: Graphics, Figures & Tables
Topic: Centering equations in captions?
Replies: 1
Views: 1596

Centering equations in captions?

Hi,

I've tried everything to get this working but to no avail. Basically, I need to be able to center equations in the captions of tables, i.e.,

\begin{table}[htbp]
\begin{center}
\begin{tabular}[c]{l c c c c c c c c c }
\toprule

Headers...

\midrule

table data ...

\bottomrule
\end ...
by jediwhelan
Sat May 30, 2009 9:05 pm
Forum: Math & Science
Topic: Theorem / Lemma / Proposition Numbering
Replies: 1
Views: 23221

Theorem / Lemma / Proposition Numbering

Hi guys,

I'm having trouble with my \newcommand numbering. I have :

\newtheorem{thm}{Theorem}[section]
\newtheorem{cor}[thm]{Corollary}
\newtheorem{lemma}[thm]{Lemma}
\newtheorem{proposition}[thm]{Proposition}
\newtheorem{condition}[thm]{Condition}

In my preamble. And am using \begin{lemma ...
by jediwhelan
Wed May 20, 2009 3:40 pm
Forum: Text Formatting
Topic: Roman Numerals
Replies: 2
Views: 3705

Roman Numerals

Hi,

I want to print some roman numerals and i'm using the command:

\Roman{enumi}

but there is nolonger printed on the pdf? Also, no error message thrown?

Am i doing something obviously silly?

Thanks
Paul