Re: hyperlinks in LyX

2009-10-09 Thread Olivier Ripoll

0 wrote:

I've got Section 1 and Section 2 in a LyX document. In Section 1, I want to 
have a click-able link to Section 2. How do I make it?


Hi,

First insert a label on section 2 (Insert-Label...). You will be 
proposed a label name, you may change it if you want. That's the target 
of the link.


Then, at the place you want to insert the link, insert a cross reference 
(Insert-Cross-Reference...) you select the label created before for 
section 2 and press OK.


You can use it in LyX to jump to section 2 by right-click and choosing 
Go to Label in the context menu or by left-clicking and pressing the 
Go to Label button in the window that opens.


When generating a pdf (pdfLaTeX), you'll see the coloured section number 
and it will be a link to section 2. So you'd better insert the cross 
reference in a sentence like See section [Ref: sec:label]. where the 
bracket part is the cross reference inset. This inset is replaced by the 
number 2 in the pdf. You can choose more options in the  cross-reference 
window with the Format drop-down menu.


Have a look at section 6.1 of the user manual for a better explanation.

Best regards,

Olivier



Re: hyperlinks in LyX

2009-10-09 Thread Olivier Ripoll

0 wrote:

I've got Section 1 and Section 2 in a LyX document. In Section 1, I want to 
have a click-able link to Section 2. How do I make it?


Hi,

First insert a label on section 2 (Insert-Label...). You will be 
proposed a label name, you may change it if you want. That's the target 
of the link.


Then, at the place you want to insert the link, insert a cross reference 
(Insert-Cross-Reference...) you select the label created before for 
section 2 and press OK.


You can use it in LyX to jump to section 2 by right-click and choosing 
Go to Label in the context menu or by left-clicking and pressing the 
Go to Label button in the window that opens.


When generating a pdf (pdfLaTeX), you'll see the coloured section number 
and it will be a link to section 2. So you'd better insert the cross 
reference in a sentence like See section [Ref: sec:label]. where the 
bracket part is the cross reference inset. This inset is replaced by the 
number 2 in the pdf. You can choose more options in the  cross-reference 
window with the Format drop-down menu.


Have a look at section 6.1 of the user manual for a better explanation.

Best regards,

Olivier



Re: hyperlinks in LyX

2009-10-09 Thread Olivier Ripoll

0 wrote:

I've got "Section 1" and "Section 2" in a LyX document. In Section 1, I want to 
have a click-able link to Section 2. How do I make it?


Hi,

First insert a label on section 2 (Insert->Label...). You will be 
proposed a label name, you may change it if you want. That's the target 
of the link.


Then, at the place you want to insert the link, insert a cross reference 
(Insert->Cross-Reference...) you select the label created before for 
section 2 and press "OK".


You can use it in LyX to jump to section 2 by right-click and choosing 
"Go to Label" in the context menu or by left-clicking and pressing the 
"Go to Label" button in the window that opens.


When generating a pdf (pdfLaTeX), you'll see the coloured section number 
and it will be a link to section 2. So you'd better insert the cross 
reference in a sentence like "See section [Ref: sec:label]." where the 
bracket part is the cross reference inset. This inset is replaced by the 
number 2 in the pdf. You can choose more options in the  cross-reference 
window with the "Format" drop-down menu.


Have a look at section 6.1 of the user manual for a better explanation.

Best regards,

Olivier



hyperlinks in LyX

2009-10-05 Thread 0
I've got Section 1 and Section 2 in a LyX document. In Section 1, I want to 
have a click-able link to Section 2. How do I make it?


  


hyperlinks in LyX

2009-10-05 Thread 0
I've got Section 1 and Section 2 in a LyX document. In Section 1, I want to 
have a click-able link to Section 2. How do I make it?


  


hyperlinks in LyX

2009-10-05 Thread 0
I've got "Section 1" and "Section 2" in a LyX document. In Section 1, I want to 
have a click-able link to Section 2. How do I make it?


  


Re: Hyperlinks in Lyx

2001-06-27 Thread ben

Dekel Tsur a écrit :

 Hyperref can be used with either pdflatex or with latex+dvips+ps2pdf.
 For the former, put \usepackage[pdftex]{hyperref} in the preamble,
 and for the later, put \usepackage[ps2pdf]{hyperref}.

To have hyperref for both pd2pdf and pdflatex you can put in the preamble:

\ifx\pdfoutput
  \usepackage[pdftex]{hyperref}
\else
  \usepackage[dvips]{hyperref}
\fi

BG




Re: Hyperlinks in Lyx

2001-06-27 Thread ben

Dekel Tsur a écrit :

 Hyperref can be used with either pdflatex or with latex+dvips+ps2pdf.
 For the former, put \usepackage[pdftex]{hyperref} in the preamble,
 and for the later, put \usepackage[ps2pdf]{hyperref}.

To have hyperref for both pd2pdf and pdflatex you can put in the preamble:

\ifx\pdfoutput
  \usepackage[pdftex]{hyperref}
\else
  \usepackage[dvips]{hyperref}
\fi

BG




Re: Hyperlinks in Lyx

2001-06-27 Thread ben

Dekel Tsur a écrit :

> Hyperref can be used with either pdflatex or with latex+dvips+ps2pdf.
> For the former, put \usepackage[pdftex]{hyperref} in the preamble,
> and for the later, put \usepackage[ps2pdf]{hyperref}.

To have hyperref for both pd2pdf and pdflatex you can put in the preamble:

\ifx\pdfoutput
  \usepackage[pdftex]{hyperref}
\else
  \usepackage[dvips]{hyperref}
\fi

BG




Re: Hyperlinks in Lyx

2001-06-26 Thread Dekel Tsur

On Tue, Jun 26, 2001 at 08:11:31AM +1000, Kathryn Andersen wrote:
 On Mon, Jun 25, 2001 at 08:47:24AM -0700, Michelle Dukich wrote:
  I am trying to add a hyperlink into my text to allow
  users viewing the document online to click and be
  linked to a webpage.  The INSERT-URL option is not
  exactly what I need.  This only puts something in the
  format of a webpage addy but does not make a clickable
  link.  
  
 Two questions:
 - are you using the hyperref package?  (Because you should be)
 - What is the final format you are trying to click from?  I know
   the URL stuff works from a PDF file produced by pdflatex, but I can't
   remember if it always works with a PDF file produced via
   dvi - ps - PDF

Hyperref can be used with either pdflatex or with latex+dvips+ps2pdf.
For the former, put \usepackage[pdftex]{hyperref} in the preamble,
and for the later, put \usepackage[ps2pdf]{hyperref}.



Re: Hyperlinks in Lyx

2001-06-26 Thread Dekel Tsur

On Tue, Jun 26, 2001 at 08:11:31AM +1000, Kathryn Andersen wrote:
 On Mon, Jun 25, 2001 at 08:47:24AM -0700, Michelle Dukich wrote:
  I am trying to add a hyperlink into my text to allow
  users viewing the document online to click and be
  linked to a webpage.  The INSERT-URL option is not
  exactly what I need.  This only puts something in the
  format of a webpage addy but does not make a clickable
  link.  
  
 Two questions:
 - are you using the hyperref package?  (Because you should be)
 - What is the final format you are trying to click from?  I know
   the URL stuff works from a PDF file produced by pdflatex, but I can't
   remember if it always works with a PDF file produced via
   dvi - ps - PDF

Hyperref can be used with either pdflatex or with latex+dvips+ps2pdf.
For the former, put \usepackage[pdftex]{hyperref} in the preamble,
and for the later, put \usepackage[ps2pdf]{hyperref}.



Re: Hyperlinks in Lyx

2001-06-26 Thread Dekel Tsur

On Tue, Jun 26, 2001 at 08:11:31AM +1000, Kathryn Andersen wrote:
> On Mon, Jun 25, 2001 at 08:47:24AM -0700, Michelle Dukich wrote:
> > I am trying to add a hyperlink into my text to allow
> > users viewing the document online to click and be
> > linked to a webpage.  The INSERT->URL option is not
> > exactly what I need.  This only puts something in the
> > format of a webpage addy but does not make a clickable
> > link.  
>  
> Two questions:
> - are you using the hyperref package?  (Because you should be)
> - What is the final format you are trying to "click" from?  I know
>   the URL stuff works from a PDF file produced by pdflatex, but I can't
>   remember if it always works with a PDF file produced via
>   dvi -> ps -> PDF

Hyperref can be used with either pdflatex or with latex+dvips+ps2pdf.
For the former, put \usepackage[pdftex]{hyperref} in the preamble,
and for the later, put \usepackage[ps2pdf]{hyperref}.



Hyperlinks in Lyx

2001-06-25 Thread Michelle Dukich

 
 Greetings:

I am trying to add a hyperlink into my text to allow
users viewing the document online to click and be
linked to a webpage.  The INSERT-URL option is not
exactly what I need.  This only puts something in the
format of a webpage addy but does not make a clickable
link.  

I searched in two LaTeX books as well:  

_LaTeX Line by Line_  by Diller
_LaTeX A Document Preparation Guide_ by Lamport

and neither book has any references at all to URLs or
to hyperlinks.  

Is there such a thing as a hyperlink in Lyx/LaTeX/TeX/
 Any help here would be greatly appreciated.  

Michelle




__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/



Re: Hyperlinks in Lyx

2001-06-25 Thread Kathryn Andersen

On Mon, Jun 25, 2001 at 08:47:24AM -0700, Michelle Dukich wrote:
  
  Greetings:
 
 I am trying to add a hyperlink into my text to allow
 users viewing the document online to click and be
 linked to a webpage.  The INSERT-URL option is not
 exactly what I need.  This only puts something in the
 format of a webpage addy but does not make a clickable
 link.  
 
Two questions:
- are you using the hyperref package?  (Because you should be)
- What is the final format you are trying to click from?  I know
  the URL stuff works from a PDF file produced by pdflatex, but I can't
  remember if it always works with a PDF file produced via
  dvi - ps - PDF

Kathryn Andersen
-=-=-=-=-=-=-=-=-
I shouldn't drink so much wine.  I'll be seeing pink asteroids next.
-- Vila Restal  (Blake's 7: Rescue [D1])
-- 
 _--_|\ | Kathryn Andersen  [EMAIL PROTECTED]
/  \|   http://www.katspace.com
\_.--.*/|   
  v | #include standard/disclaimer.h
| Melbourne - Victoria - Australia - Southern Hemisphere
Maranatha!  |   - Earth - Sol - Milky Way Galaxy - Universe



Hyperlinks in Lyx

2001-06-25 Thread Michelle Dukich

 
 Greetings:

I am trying to add a hyperlink into my text to allow
users viewing the document online to click and be
linked to a webpage.  The INSERT-URL option is not
exactly what I need.  This only puts something in the
format of a webpage addy but does not make a clickable
link.  

I searched in two LaTeX books as well:  

_LaTeX Line by Line_  by Diller
_LaTeX A Document Preparation Guide_ by Lamport

and neither book has any references at all to URLs or
to hyperlinks.  

Is there such a thing as a hyperlink in Lyx/LaTeX/TeX/
 Any help here would be greatly appreciated.  

Michelle




__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/



Re: Hyperlinks in Lyx

2001-06-25 Thread Kathryn Andersen

On Mon, Jun 25, 2001 at 08:47:24AM -0700, Michelle Dukich wrote:
  
  Greetings:
 
 I am trying to add a hyperlink into my text to allow
 users viewing the document online to click and be
 linked to a webpage.  The INSERT-URL option is not
 exactly what I need.  This only puts something in the
 format of a webpage addy but does not make a clickable
 link.  
 
Two questions:
- are you using the hyperref package?  (Because you should be)
- What is the final format you are trying to click from?  I know
  the URL stuff works from a PDF file produced by pdflatex, but I can't
  remember if it always works with a PDF file produced via
  dvi - ps - PDF

Kathryn Andersen
-=-=-=-=-=-=-=-=-
I shouldn't drink so much wine.  I'll be seeing pink asteroids next.
-- Vila Restal  (Blake's 7: Rescue [D1])
-- 
 _--_|\ | Kathryn Andersen  [EMAIL PROTECTED]
/  \|   http://www.katspace.com
\_.--.*/|   
  v | #include standard/disclaimer.h
| Melbourne - Victoria - Australia - Southern Hemisphere
Maranatha!  |   - Earth - Sol - Milky Way Galaxy - Universe



Hyperlinks in Lyx

2001-06-25 Thread Michelle Dukich

 
 Greetings:

I am trying to add a hyperlink into my text to allow
users viewing the document online to click and be
linked to a webpage.  The INSERT->URL option is not
exactly what I need.  This only puts something in the
format of a webpage addy but does not make a clickable
link.  

I searched in two LaTeX books as well:  

_LaTeX Line by Line_  by Diller
_LaTeX A Document Preparation Guide_ by Lamport

and neither book has any references at all to URLs or
to hyperlinks.  

Is there such a thing as a hyperlink in Lyx/LaTeX/TeX/
 Any help here would be greatly appreciated.  

Michelle




__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/



Re: Hyperlinks in Lyx

2001-06-25 Thread Kathryn Andersen

On Mon, Jun 25, 2001 at 08:47:24AM -0700, Michelle Dukich wrote:
>  
>  Greetings:
> 
> I am trying to add a hyperlink into my text to allow
> users viewing the document online to click and be
> linked to a webpage.  The INSERT->URL option is not
> exactly what I need.  This only puts something in the
> format of a webpage addy but does not make a clickable
> link.  
 
Two questions:
- are you using the hyperref package?  (Because you should be)
- What is the final format you are trying to "click" from?  I know
  the URL stuff works from a PDF file produced by pdflatex, but I can't
  remember if it always works with a PDF file produced via
  dvi -> ps -> PDF

Kathryn Andersen
-=-=-=-=-=-=-=-=-
"I shouldn't drink so much wine.  I'll be seeing pink asteroids next."
-- Vila Restal  (Blake's 7: Rescue [D1])
-- 
 _--_|\ | Kathryn Andersen  <[EMAIL PROTECTED]>
/  \|   
\_.--.*/|   
  v | #include "standard/disclaimer.h"
| Melbourne -> Victoria -> Australia -> Southern Hemisphere
Maranatha!  |   -> Earth -> Sol -> Milky Way Galaxy -> Universe