csviks
2010-07-18 00:35:03 UTC
Hi:
I am trying to accomplish something rather small, and am sure that
some package may already offer this. But I'm having a hard time
getting it to work. Any help much appreciated!
I define the following sections in the document
-----------------------------------------------------------------------------------------
\section{Great Idea 1: My First Section} \label{marker1}
blah blah blah blah blah
\section{Great Idea 2: My Second Section} \label{marker2}
blah blah blah
------------------------------------------------------------------------------------------
Now I have some text where I refer to the above sections:
In \ref{marker1} we showed this, and in \ref{marker2} we showed that.
*What I want to show up is*:
In Great Idea 1, we showed this, and in Great Idea 2 we showed that.
Which means that the \ref or \autoref or \nameref or \varioref etc
picks up only a specified part of the text from the section title. Any
way to accomplish this?
thanks!
I am trying to accomplish something rather small, and am sure that
some package may already offer this. But I'm having a hard time
getting it to work. Any help much appreciated!
I define the following sections in the document
-----------------------------------------------------------------------------------------
\section{Great Idea 1: My First Section} \label{marker1}
blah blah blah blah blah
\section{Great Idea 2: My Second Section} \label{marker2}
blah blah blah
------------------------------------------------------------------------------------------
Now I have some text where I refer to the above sections:
In \ref{marker1} we showed this, and in \ref{marker2} we showed that.
*What I want to show up is*:
In Great Idea 1, we showed this, and in Great Idea 2 we showed that.
Which means that the \ref or \autoref or \nameref or \varioref etc
picks up only a specified part of the text from the section title. Any
way to accomplish this?
thanks!