Re: memoir with hyperref

2006-11-15 Thread Paul A. Rubin

Bob Lounsbury wrote:

Try adding \hypersetup{breaklinks=true} to the preamble.  (My memory 
is a bit fuzzy, but I think that's the route.)






Ok, ok (twist my arm) I'll go look at the hyperref documentation. I 
tried your suggestion and it works ... except that it breaks the link to 
the figure which kind of defeats the purpose of using hyperref. I'll 
check the documentation. Thanks for the suggestion.


By breaks the link to the figure do you mean splits the link across 
two lines, keeping it a link (which is what it's supposed to do) or 
renders the link dysfunctional?  My understanding is that it should 
cause overly long links to be broken across multiple lines, with each 
fragment of text separately hyperlinked to the same destination.  The 
manual says a couple of things that I find less than translucent:


Allows link text to break across lines; since this cannot be 
accommodated in PDF, it is only set true by default if the pdftex driver 
is used. This makes links on multiple lines into different PDF links to 
the same target.


and

The correct value is automatically set according to the driver
features. It can be overwritten for drivers that do not support broken 
links. However, at any case, the link area will be wrong and displaced.


The url.sty package has some options to let you control how/where long 
links are broken, but AFAIK hyperref has only the boolean breaklinks option.


Also, oddly enough there isn't a problem with hyperref and memoir under 
LyX 1.3.7. Maybe this is a 1.4.3 bug.


If LyX 1.3.7 generates the right output for your current document 
(using, presumably, your current LaTeX package), then it might be worth 
exporting the document from both 1.3.7 and 1.4.3 to LaTeX (or doing 
View-LaTeX if you've set that up) and comparing both the preambles and 
the actual link.  Hopefully that would pin down what changed.


/Paul



Re: memoir with hyperref

2006-11-15 Thread Paul A. Rubin

Bob Lounsbury wrote:



Could you tell me how to set that option and I'll give it a try? I don't 
have the hyperref documentation at hand and it would take me much longer 
to download it and figure out how to set the breaklinks=true option than 
if you know how to do it.


Not if you take into account the infrequency with which I check mail -- 
unless you have a *really* slow connection.  :-)


Try adding \hypersetup{breaklinks=true} to the preamble.  (My memory is 
a bit fuzzy, but I think that's the route.)


/Paul



Re: memoir with hyperref

2006-11-15 Thread Bob Lounsbury


On Nov 15, 2006, at 12:39 AM, Wolfgang Engelmann wrote:


Am Dienstag, 14. November 2006 17:54 schrieb Bob Lounsbury:

On Nov 14, 2006, at 12:19 AM, Wolfgang Engelmann wrote:

Am Dienstag, 14. November 2006 00:23 schrieb Bob Lounsbury:

Hello,

I'm using the memoir class for my thesis under 1.4.3 and I  
thought it

might be nice to use the hyperref package to create a few links. I
know there are some known issues with memoir and hyperref, but
generally these are discussed in the memoir documentation by Peter
Wilson.

However, when I add the hyperref package, any caption longer  
than one

line extends beyond the page as you can see in the attached pdf. I
don't see any warnings in Peter's documentation.

Does anyone have a suggestion? If not I just won't use the hyperref
package, but it is kind of nice.


if you use `short title´ with a shorter figure legend, would that
help?

Wolfgang


Bob Lounsbury


Yes, I think if I could get a shortened caption in the lof then there
would not be a hyperref problem. However, I'm not sure how to do this
either.


go behind Figure#: [mark] in your float and enter "short title"  
from Insert
(note that it is greyed out if you are either not in the float  
environment or
if their is already a short title). Enter your short title in the  
red framed

box which turns up. (Lyx 1.4.2)
Wolfgang


This is definitely one solution. It works! Thank you!

Re: memoir with hyperref

2006-11-15 Thread Bob Lounsbury


On Nov 15, 2006, at 10:10 AM, Paul A. Rubin wrote:


Bob Lounsbury wrote:

Could you tell me how to set that option and I'll give it a try? I  
don't have the hyperref documentation at hand and it would take me  
much longer to download it and figure out how to set the  
breaklinks=true option than if you know how to do it.


Not if you take into account the infrequency with which I check  
mail -- unless you have a *really* slow connection.  :-)


Try adding \hypersetup{breaklinks=true} to the preamble.  (My  
memory is a bit fuzzy, but I think that's the route.)


/Paul



Ok, ok (twist my arm) I'll go look at the hyperref documentation. I  
tried your suggestion and it works ... except that it breaks the link  
to the figure which kind of defeats the purpose of using hyperref.  
I'll check the documentation. Thanks for the suggestion.


Also, oddly enough there isn't a problem with hyperref and memoir  
under LyX 1.3.7. Maybe this is a 1.4.3 bug.


Bob


Re: memoir with hyperref

2006-11-15 Thread Paul A. Rubin

Bob Lounsbury wrote:

Try adding \hypersetup{breaklinks=true} to the preamble.  (My memory 
is a bit fuzzy, but I think that's the route.)






Ok, ok (twist my arm) I'll go look at the hyperref documentation. I 
tried your suggestion and it works ... except that it breaks the link to 
the figure which kind of defeats the purpose of using hyperref. I'll 
check the documentation. Thanks for the suggestion.


By "breaks the link to the figure" do you mean splits the link across 
two lines, keeping it a link (which is what it's supposed to do) or 
renders the link dysfunctional?  My understanding is that it should 
cause overly long links to be broken across multiple lines, with each 
fragment of text separately hyperlinked to the same destination.  The 
manual says a couple of things that I find less than translucent:


"Allows link text to break across lines; since this cannot be 
accommodated in PDF, it is only set true by default if the pdftex driver 
is used. This makes links on multiple lines into different PDF links to 
the same target."


and

"The correct value is automatically set according to the driver
features. It can be overwritten for drivers that do not support broken 
links. However, at any case, the link area will be wrong and displaced."


The url.sty package has some options to let you control how/where long 
links are broken, but AFAIK hyperref has only the boolean breaklinks option.


Also, oddly enough there isn't a problem with hyperref and memoir under 
LyX 1.3.7. Maybe this is a 1.4.3 bug.


If LyX 1.3.7 generates the right output for your current document 
(using, presumably, your current LaTeX package), then it might be worth 
exporting the document from both 1.3.7 and 1.4.3 to LaTeX (or doing 
View->LaTeX if you've set that up) and comparing both the preambles and 
the actual link.  Hopefully that would pin down what changed.


/Paul



Re: memoir with hyperref

2006-11-14 Thread Bob Lounsbury


On Nov 14, 2006, at 12:19 AM, Wolfgang Engelmann wrote:


Am Dienstag, 14. November 2006 00:23 schrieb Bob Lounsbury:

Hello,

I'm using the memoir class for my thesis under 1.4.3 and I thought it
might be nice to use the hyperref package to create a few links. I
know there are some known issues with memoir and hyperref, but
generally these are discussed in the memoir documentation by Peter
Wilson.

However, when I add the hyperref package, any caption longer than one
line extends beyond the page as you can see in the attached pdf. I
don't see any warnings in Peter's documentation.

Does anyone have a suggestion? If not I just won't use the hyperref
package, but it is kind of nice.


if you use `short title´ with a shorter figure legend, would that  
help?


Wolfgang


Bob Lounsbury



Yes, I think if I could get a shortened caption in the lof then there  
would not be a hyperref problem. However, I'm not sure how to do this  
either.

Re: memoir with hyperref

2006-11-14 Thread Paul A. Rubin

Bob Lounsbury wrote:

Hello,

I'm using the memoir class for my thesis under 1.4.3 and I thought it 
might be nice to use the hyperref package to create a few links. I know 
there are some known issues with memoir and hyperref, but generally 
these are discussed in the memoir documentation by Peter Wilson.


However, when I add the hyperref package, any caption longer than one 
line extends beyond the page as you can see in the attached pdf. I don't 
see any warnings in Peter's documentation.


Does anyone have a suggestion? If not I just won't use the hyperref 
package, but it is kind of nice.


Bob Lounsbury


Does setting the option breaklinks=true in the hyperref package help?

/Paul



Re: memoir with hyperref

2006-11-14 Thread Bob Lounsbury


On Nov 14, 2006, at 4:14 PM, Paul A. Rubin wrote:


Bob Lounsbury wrote:

Hello,
I'm using the memoir class for my thesis under 1.4.3 and I thought  
it might be nice to use the hyperref package to create a few  
links. I know there are some known issues with memoir and  
hyperref, but generally these are discussed in the memoir  
documentation by Peter Wilson.
However, when I add the hyperref package, any caption longer than  
one line extends beyond the page as you can see in the attached  
pdf. I don't see any warnings in Peter's documentation.
Does anyone have a suggestion? If not I just won't use the  
hyperref package, but it is kind of nice.

Bob Lounsbury


Does setting the option breaklinks=true in the hyperref package help?

/Paul



Could you tell me how to set that option and I'll give it a try? I  
don't have the hyperref documentation at hand and it would take me  
much longer to download it and figure out how to set the  
breaklinks=true option than if you know how to do it.


Bob


Re: memoir with hyperref

2006-11-14 Thread Wolfgang Engelmann
Am Dienstag, 14. November 2006 17:54 schrieb Bob Lounsbury:
 On Nov 14, 2006, at 12:19 AM, Wolfgang Engelmann wrote:
  Am Dienstag, 14. November 2006 00:23 schrieb Bob Lounsbury:
  Hello,
 
  I'm using the memoir class for my thesis under 1.4.3 and I thought it
  might be nice to use the hyperref package to create a few links. I
  know there are some known issues with memoir and hyperref, but
  generally these are discussed in the memoir documentation by Peter
  Wilson.
 
  However, when I add the hyperref package, any caption longer than one
  line extends beyond the page as you can see in the attached pdf. I
  don't see any warnings in Peter's documentation.
 
  Does anyone have a suggestion? If not I just won't use the hyperref
  package, but it is kind of nice.
 
  if you use `short title´ with a shorter figure legend, would that
  help?
 
  Wolfgang
 
  Bob Lounsbury

 Yes, I think if I could get a shortened caption in the lof then there
 would not be a hyperref problem. However, I'm not sure how to do this
 either.

go behind Figure#: [mark] in your float and enter short title from Insert 
(note that it is greyed out if you are either not in the float environment or 
if their is already a short title). Enter your short title in the red framed 
box which turns up. (Lyx 1.4.2)
Wolfgang


Re: memoir with hyperref

2006-11-14 Thread Bob Lounsbury


On Nov 14, 2006, at 12:19 AM, Wolfgang Engelmann wrote:


Am Dienstag, 14. November 2006 00:23 schrieb Bob Lounsbury:

Hello,

I'm using the memoir class for my thesis under 1.4.3 and I thought it
might be nice to use the hyperref package to create a few links. I
know there are some known issues with memoir and hyperref, but
generally these are discussed in the memoir documentation by Peter
Wilson.

However, when I add the hyperref package, any caption longer than one
line extends beyond the page as you can see in the attached pdf. I
don't see any warnings in Peter's documentation.

Does anyone have a suggestion? If not I just won't use the hyperref
package, but it is kind of nice.


if you use `short title´ with a shorter figure legend, would that  
help?


Wolfgang


Bob Lounsbury



Yes, I think if I could get a shortened caption in the lof then there  
would not be a hyperref problem. However, I'm not sure how to do this  
either.

Re: memoir with hyperref

2006-11-14 Thread Paul A. Rubin

Bob Lounsbury wrote:

Hello,

I'm using the memoir class for my thesis under 1.4.3 and I thought it 
might be nice to use the hyperref package to create a few links. I know 
there are some known issues with memoir and hyperref, but generally 
these are discussed in the memoir documentation by Peter Wilson.


However, when I add the hyperref package, any caption longer than one 
line extends beyond the page as you can see in the attached pdf. I don't 
see any warnings in Peter's documentation.


Does anyone have a suggestion? If not I just won't use the hyperref 
package, but it is kind of nice.


Bob Lounsbury


Does setting the option breaklinks=true in the hyperref package help?

/Paul



Re: memoir with hyperref

2006-11-14 Thread Bob Lounsbury


On Nov 14, 2006, at 4:14 PM, Paul A. Rubin wrote:


Bob Lounsbury wrote:

Hello,
I'm using the memoir class for my thesis under 1.4.3 and I thought  
it might be nice to use the hyperref package to create a few  
links. I know there are some known issues with memoir and  
hyperref, but generally these are discussed in the memoir  
documentation by Peter Wilson.
However, when I add the hyperref package, any caption longer than  
one line extends beyond the page as you can see in the attached  
pdf. I don't see any warnings in Peter's documentation.
Does anyone have a suggestion? If not I just won't use the  
hyperref package, but it is kind of nice.

Bob Lounsbury


Does setting the option breaklinks=true in the hyperref package help?

/Paul



Could you tell me how to set that option and I'll give it a try? I  
don't have the hyperref documentation at hand and it would take me  
much longer to download it and figure out how to set the  
breaklinks=true option than if you know how to do it.


Bob


Re: memoir with hyperref

2006-11-14 Thread Wolfgang Engelmann
Am Dienstag, 14. November 2006 17:54 schrieb Bob Lounsbury:
 On Nov 14, 2006, at 12:19 AM, Wolfgang Engelmann wrote:
  Am Dienstag, 14. November 2006 00:23 schrieb Bob Lounsbury:
  Hello,
 
  I'm using the memoir class for my thesis under 1.4.3 and I thought it
  might be nice to use the hyperref package to create a few links. I
  know there are some known issues with memoir and hyperref, but
  generally these are discussed in the memoir documentation by Peter
  Wilson.
 
  However, when I add the hyperref package, any caption longer than one
  line extends beyond the page as you can see in the attached pdf. I
  don't see any warnings in Peter's documentation.
 
  Does anyone have a suggestion? If not I just won't use the hyperref
  package, but it is kind of nice.
 
  if you use `short title´ with a shorter figure legend, would that
  help?
 
  Wolfgang
 
  Bob Lounsbury

 Yes, I think if I could get a shortened caption in the lof then there
 would not be a hyperref problem. However, I'm not sure how to do this
 either.

go behind Figure#: [mark] in your float and enter short title from Insert 
(note that it is greyed out if you are either not in the float environment or 
if their is already a short title). Enter your short title in the red framed 
box which turns up. (Lyx 1.4.2)
Wolfgang


Re: memoir with hyperref

2006-11-14 Thread Bob Lounsbury


On Nov 14, 2006, at 12:19 AM, Wolfgang Engelmann wrote:


Am Dienstag, 14. November 2006 00:23 schrieb Bob Lounsbury:

Hello,

I'm using the memoir class for my thesis under 1.4.3 and I thought it
might be nice to use the hyperref package to create a few links. I
know there are some known issues with memoir and hyperref, but
generally these are discussed in the memoir documentation by Peter
Wilson.

However, when I add the hyperref package, any caption longer than one
line extends beyond the page as you can see in the attached pdf. I
don't see any warnings in Peter's documentation.

Does anyone have a suggestion? If not I just won't use the hyperref
package, but it is kind of nice.


if you use `short title´ with a shorter figure legend, would that  
help?


Wolfgang


Bob Lounsbury



Yes, I think if I could get a shortened caption in the lof then there  
would not be a hyperref problem. However, I'm not sure how to do this  
either.

Re: memoir with hyperref

2006-11-14 Thread Paul A. Rubin

Bob Lounsbury wrote:

Hello,

I'm using the memoir class for my thesis under 1.4.3 and I thought it 
might be nice to use the hyperref package to create a few links. I know 
there are some known issues with memoir and hyperref, but generally 
these are discussed in the memoir documentation by Peter Wilson.


However, when I add the hyperref package, any caption longer than one 
line extends beyond the page as you can see in the attached pdf. I don't 
see any warnings in Peter's documentation.


Does anyone have a suggestion? If not I just won't use the hyperref 
package, but it is kind of nice.


Bob Lounsbury


Does setting the option breaklinks=true in the hyperref package help?

/Paul



Re: memoir with hyperref

2006-11-14 Thread Bob Lounsbury


On Nov 14, 2006, at 4:14 PM, Paul A. Rubin wrote:


Bob Lounsbury wrote:

Hello,
I'm using the memoir class for my thesis under 1.4.3 and I thought  
it might be nice to use the hyperref package to create a few  
links. I know there are some known issues with memoir and  
hyperref, but generally these are discussed in the memoir  
documentation by Peter Wilson.
However, when I add the hyperref package, any caption longer than  
one line extends beyond the page as you can see in the attached  
pdf. I don't see any warnings in Peter's documentation.
Does anyone have a suggestion? If not I just won't use the  
hyperref package, but it is kind of nice.

Bob Lounsbury


Does setting the option breaklinks=true in the hyperref package help?

/Paul



Could you tell me how to set that option and I'll give it a try? I  
don't have the hyperref documentation at hand and it would take me  
much longer to download it and figure out how to set the  
breaklinks=true option than if you know how to do it.


Bob


Re: memoir with hyperref

2006-11-14 Thread Wolfgang Engelmann
Am Dienstag, 14. November 2006 17:54 schrieb Bob Lounsbury:
> On Nov 14, 2006, at 12:19 AM, Wolfgang Engelmann wrote:
> > Am Dienstag, 14. November 2006 00:23 schrieb Bob Lounsbury:
> >> Hello,
> >>
> >> I'm using the memoir class for my thesis under 1.4.3 and I thought it
> >> might be nice to use the hyperref package to create a few links. I
> >> know there are some known issues with memoir and hyperref, but
> >> generally these are discussed in the memoir documentation by Peter
> >> Wilson.
> >>
> >> However, when I add the hyperref package, any caption longer than one
> >> line extends beyond the page as you can see in the attached pdf. I
> >> don't see any warnings in Peter's documentation.
> >>
> >> Does anyone have a suggestion? If not I just won't use the hyperref
> >> package, but it is kind of nice.
> >
> > if you use `short title´ with a shorter figure legend, would that
> > help?
> >
> > Wolfgang
> >
> >> Bob Lounsbury
>
> Yes, I think if I could get a shortened caption in the lof then there
> would not be a hyperref problem. However, I'm not sure how to do this
> either.

go behind Figure#: [mark] in your float and enter "short title" from Insert 
(note that it is greyed out if you are either not in the float environment or 
if their is already a short title). Enter your short title in the red framed 
box which turns up. (Lyx 1.4.2)
Wolfgang


memoir with hyperref

2006-11-13 Thread Bob Lounsbury

Hello,

I'm using the memoir class for my thesis under 1.4.3 and I thought it  
might be nice to use the hyperref package to create a few links. I  
know there are some known issues with memoir and hyperref, but  
generally these are discussed in the memoir documentation by Peter  
Wilson.


However, when I add the hyperref package, any caption longer than one  
line extends beyond the page as you can see in the attached pdf. I  
don't see any warnings in Peter's documentation.


Does anyone have a suggestion? If not I just won't use the hyperref  
package, but it is kind of nice.


Bob Lounsbury


Thesis 6.pdf
Description: Adobe PDF document


Re: memoir with hyperref

2006-11-13 Thread Wolfgang Engelmann
Am Dienstag, 14. November 2006 00:23 schrieb Bob Lounsbury:
 Hello,

 I'm using the memoir class for my thesis under 1.4.3 and I thought it
 might be nice to use the hyperref package to create a few links. I
 know there are some known issues with memoir and hyperref, but
 generally these are discussed in the memoir documentation by Peter
 Wilson.

 However, when I add the hyperref package, any caption longer than one
 line extends beyond the page as you can see in the attached pdf. I
 don't see any warnings in Peter's documentation.

 Does anyone have a suggestion? If not I just won't use the hyperref
 package, but it is kind of nice.

if you use `short title´ with a shorter figure legend, would that help?

Wolfgang

 Bob Lounsbury


memoir with hyperref

2006-11-13 Thread Bob Lounsbury

Hello,

I'm using the memoir class for my thesis under 1.4.3 and I thought it  
might be nice to use the hyperref package to create a few links. I  
know there are some known issues with memoir and hyperref, but  
generally these are discussed in the memoir documentation by Peter  
Wilson.


However, when I add the hyperref package, any caption longer than one  
line extends beyond the page as you can see in the attached pdf. I  
don't see any warnings in Peter's documentation.


Does anyone have a suggestion? If not I just won't use the hyperref  
package, but it is kind of nice.


Bob Lounsbury


Thesis 6.pdf
Description: Adobe PDF document


Re: memoir with hyperref

2006-11-13 Thread Wolfgang Engelmann
Am Dienstag, 14. November 2006 00:23 schrieb Bob Lounsbury:
 Hello,

 I'm using the memoir class for my thesis under 1.4.3 and I thought it
 might be nice to use the hyperref package to create a few links. I
 know there are some known issues with memoir and hyperref, but
 generally these are discussed in the memoir documentation by Peter
 Wilson.

 However, when I add the hyperref package, any caption longer than one
 line extends beyond the page as you can see in the attached pdf. I
 don't see any warnings in Peter's documentation.

 Does anyone have a suggestion? If not I just won't use the hyperref
 package, but it is kind of nice.

if you use `short title´ with a shorter figure legend, would that help?

Wolfgang

 Bob Lounsbury


memoir with hyperref

2006-11-13 Thread Bob Lounsbury

Hello,

I'm using the memoir class for my thesis under 1.4.3 and I thought it  
might be nice to use the hyperref package to create a few links. I  
know there are some known issues with memoir and hyperref, but  
generally these are discussed in the memoir documentation by Peter  
Wilson.


However, when I add the hyperref package, any caption longer than one  
line extends beyond the page as you can see in the attached pdf. I  
don't see any warnings in Peter's documentation.


Does anyone have a suggestion? If not I just won't use the hyperref  
package, but it is kind of nice.


Bob Lounsbury


Thesis 6.pdf
Description: Adobe PDF document


Re: memoir with hyperref

2006-11-13 Thread Wolfgang Engelmann
Am Dienstag, 14. November 2006 00:23 schrieb Bob Lounsbury:
> Hello,
>
> I'm using the memoir class for my thesis under 1.4.3 and I thought it
> might be nice to use the hyperref package to create a few links. I
> know there are some known issues with memoir and hyperref, but
> generally these are discussed in the memoir documentation by Peter
> Wilson.
>
> However, when I add the hyperref package, any caption longer than one
> line extends beyond the page as you can see in the attached pdf. I
> don't see any warnings in Peter's documentation.
>
> Does anyone have a suggestion? If not I just won't use the hyperref
> package, but it is kind of nice.

if you use `short title´ with a shorter figure legend, would that help?

Wolfgang
>
> Bob Lounsbury


Re: \usepackage{hyperref}

2006-10-20 Thread Wolfgang Engelmann
Am Donnerstag, 19. Oktober 2006 18:06 schrieb Paul A. Rubin:
 Wolfgang Engelmann wrote:
  If I use
  \usepackage{hyperref}
  in the preamble I get errors:
 
  Paragraph ended before [EMAIL PROTECTED] was complete.
  I suspect you've forgotten a `}', causing me to apply this
  control sequence to too much text. How can we recover?
  My plan is to forget the whole thing and hope for the best.
 
  What might be wrong?
 
  Wolfgang

 Possibly a conflict between hyperref and another package?  Quoting JMarc
 in another thread, there can be many cases of incompatibility between
 hyperref and other packages, where everything breaks down when someone
 uses the packages in the wrong order.  Can you post an minimal example
 that breaks?

 /Paul

Paul,
I tried in my original document to change the order of the 
 \usepackage{hyperref}
by putting it in the first line of my preamble. Same error.

Than I made a minimal example and do not get the error.
Now I have to find the cause of my problem. What is the best way?
Split the document in two parts and check each and so on?

Wolfgang


Re: \usepackage{hyperref}

2006-10-20 Thread Wolfgang Engelmann
Am Donnerstag, 19. Oktober 2006 18:06 schrieb Paul A. Rubin:
 Wolfgang Engelmann wrote:
  If I use
  \usepackage{hyperref}
  in the preamble I get errors:
 
  Paragraph ended before [EMAIL PROTECTED] was complete.
  I suspect you've forgotten a `}', causing me to apply this
  control sequence to too much text. How can we recover?
  My plan is to forget the whole thing and hope for the best.
 
  What might be wrong?
 
  Wolfgang

 Possibly a conflict between hyperref and another package?  Quoting JMarc
 in another thread, there can be many cases of incompatibility between
 hyperref and other packages, where everything breaks down when someone
 uses the packages in the wrong order.  Can you post an minimal example
 that breaks?

 /Paul

Strange:

I have copied a part of my document and tried the \usepackage{hyperref}
in the preamble and it worked alright. Afterward I used the whole copied 
document. \usepackage{hyperref} worked now too, 
however the table of contents 
in the dvi output prints over the right column (note that I use twocolumn 
pages). Same with the pdf output file. 

 A diff a.lyx copied-a.lyx shows no difference!

 ??
I am confused.
Wolfgang


Re: \usepackage{hyperref}

2006-10-20 Thread Wolfgang Engelmann
Am Donnerstag, 19. Oktober 2006 15:11 schrieb Vaclav Smidl:
 On Wednesday 18 October 2006 4:53 pm, Wolfgang Engelmann wrote:
  If I use
  \usepackage{hyperref}
  in the preamble I get errors:
 
  Paragraph ended before [EMAIL PROTECTED] was complete.
  I suspect you've forgotten a `}', causing me to apply this
  control sequence to too much text. How can we recover?
  My plan is to forget the whole thing and hope for the best.
 
  What might be wrong?

 Do you use any ERT in the main document 
no
 or any special commands in the 
 preamble?
that is my preamble:

\usepackage[round,comma]{natbib}
%\usepackage{kluwer}
\renewcommand{\cite}{\citealt}
\date{}
%\addcontentsline{toc}{*section}{BIBLIOGRAPHY}
%\def\refname{newname}
\AtBeginDocument{\renewcommand{\refname}{REFERENCES}}
%\usepackage{harvard}
%\nocite{*}
\usepackage{geometry}
%\usepackage{hyperref}


 If yes, please check if there is not any forgotten '}', otherwise, post a
 minimal example of this behaviour to the list.

 Vasek

Thanks, Vasek

Wolfgang


Re: \usepackage{hyperref}

2006-10-20 Thread Wolfgang Engelmann
Am Donnerstag, 19. Oktober 2006 18:06 schrieb Paul A. Rubin:

I include a small lyx file which shows the problem discribed before:

The reason is, that long section /subsection titles are not broken anymore if 
\usepackage{hyperref}
is active. Same, if  \usepackage{hyperref} is in the first line of the 
preamble. 

This is probably not a lyx problem. But what can I do?

Wolfgang


Re: \usepackage{hyperref}

2006-10-20 Thread Paul A. Rubin

Wolfgang Engelmann wrote:

Am Donnerstag, 19. Oktober 2006 18:06 schrieb Paul A. Rubin:

I include a small lyx file which shows the problem discribed before:

The reason is, that long section /subsection titles are not broken anymore if 
\usepackage{hyperref}
is active. Same, if  \usepackage{hyperref} is in the first line of the 
preamble. 


This is probably not a lyx problem. But what can I do?



Sorry, I can't find an attachment.

/Paul




Re: \usepackage{hyperref}

2006-10-20 Thread Wolfgang Engelmann
Am Donnerstag, 19. Oktober 2006 18:06 schrieb Paul A. Rubin:
 Wolfgang Engelmann wrote:
  If I use
  \usepackage{hyperref}
  in the preamble I get errors:
 
  Paragraph ended before [EMAIL PROTECTED] was complete.
  I suspect you've forgotten a `}', causing me to apply this
  control sequence to too much text. How can we recover?
  My plan is to forget the whole thing and hope for the best.
 
  What might be wrong?
 
  Wolfgang

 Possibly a conflict between hyperref and another package?  Quoting JMarc
 in another thread, there can be many cases of incompatibility between
 hyperref and other packages, where everything breaks down when someone
 uses the packages in the wrong order.  Can you post an minimal example
 that breaks?

 /Paul

Paul,
I tried in my original document to change the order of the 
 \usepackage{hyperref}
by putting it in the first line of my preamble. Same error.

Than I made a minimal example and do not get the error.
Now I have to find the cause of my problem. What is the best way?
Split the document in two parts and check each and so on?

Wolfgang


Re: \usepackage{hyperref}

2006-10-20 Thread Wolfgang Engelmann
Am Donnerstag, 19. Oktober 2006 18:06 schrieb Paul A. Rubin:
 Wolfgang Engelmann wrote:
  If I use
  \usepackage{hyperref}
  in the preamble I get errors:
 
  Paragraph ended before [EMAIL PROTECTED] was complete.
  I suspect you've forgotten a `}', causing me to apply this
  control sequence to too much text. How can we recover?
  My plan is to forget the whole thing and hope for the best.
 
  What might be wrong?
 
  Wolfgang

 Possibly a conflict between hyperref and another package?  Quoting JMarc
 in another thread, there can be many cases of incompatibility between
 hyperref and other packages, where everything breaks down when someone
 uses the packages in the wrong order.  Can you post an minimal example
 that breaks?

 /Paul

Strange:

I have copied a part of my document and tried the \usepackage{hyperref}
in the preamble and it worked alright. Afterward I used the whole copied 
document. \usepackage{hyperref} worked now too, 
however the table of contents 
in the dvi output prints over the right column (note that I use twocolumn 
pages). Same with the pdf output file. 

 A diff a.lyx copied-a.lyx shows no difference!

 ??
I am confused.
Wolfgang


Re: \usepackage{hyperref}

2006-10-20 Thread Wolfgang Engelmann
Am Donnerstag, 19. Oktober 2006 15:11 schrieb Vaclav Smidl:
 On Wednesday 18 October 2006 4:53 pm, Wolfgang Engelmann wrote:
  If I use
  \usepackage{hyperref}
  in the preamble I get errors:
 
  Paragraph ended before [EMAIL PROTECTED] was complete.
  I suspect you've forgotten a `}', causing me to apply this
  control sequence to too much text. How can we recover?
  My plan is to forget the whole thing and hope for the best.
 
  What might be wrong?

 Do you use any ERT in the main document 
no
 or any special commands in the 
 preamble?
that is my preamble:

\usepackage[round,comma]{natbib}
%\usepackage{kluwer}
\renewcommand{\cite}{\citealt}
\date{}
%\addcontentsline{toc}{*section}{BIBLIOGRAPHY}
%\def\refname{newname}
\AtBeginDocument{\renewcommand{\refname}{REFERENCES}}
%\usepackage{harvard}
%\nocite{*}
\usepackage{geometry}
%\usepackage{hyperref}


 If yes, please check if there is not any forgotten '}', otherwise, post a
 minimal example of this behaviour to the list.

 Vasek

Thanks, Vasek

Wolfgang


Re: \usepackage{hyperref}

2006-10-20 Thread Wolfgang Engelmann
Am Donnerstag, 19. Oktober 2006 18:06 schrieb Paul A. Rubin:

I include a small lyx file which shows the problem discribed before:

The reason is, that long section /subsection titles are not broken anymore if 
\usepackage{hyperref}
is active. Same, if  \usepackage{hyperref} is in the first line of the 
preamble. 

This is probably not a lyx problem. But what can I do?

Wolfgang


Re: \usepackage{hyperref}

2006-10-20 Thread Paul A. Rubin

Wolfgang Engelmann wrote:

Am Donnerstag, 19. Oktober 2006 18:06 schrieb Paul A. Rubin:

I include a small lyx file which shows the problem discribed before:

The reason is, that long section /subsection titles are not broken anymore if 
\usepackage{hyperref}
is active. Same, if  \usepackage{hyperref} is in the first line of the 
preamble. 


This is probably not a lyx problem. But what can I do?



Sorry, I can't find an attachment.

/Paul




Re: \usepackage{hyperref}

2006-10-20 Thread Wolfgang Engelmann
Am Donnerstag, 19. Oktober 2006 18:06 schrieb Paul A. Rubin:
> Wolfgang Engelmann wrote:
> > If I use
> > \usepackage{hyperref}
> > in the preamble I get errors:
> >
> > Paragraph ended before [EMAIL PROTECTED] was complete.
> > I suspect you've forgotten a `}', causing me to apply this
> > control sequence to too much text. How can we recover?
> > My plan is to forget the whole thing and hope for the best.
> >
> > What might be wrong?
> >
> > Wolfgang
>
> Possibly a conflict between hyperref and another package?  Quoting JMarc
> in another thread, "there can be many cases of incompatibility between
> hyperref and other packages, where everything breaks down when someone
> uses the packages in the wrong order."  Can you post an minimal example
> that breaks?
>
> /Paul

Paul,
I tried in my original document to change the order of the 
 \usepackage{hyperref}
by putting it in the first line of my preamble. Same error.

Than I made a minimal example and do not get the error.
Now I have to find the cause of my problem. What is the best way?
Split the document in two parts and check each and so on?

Wolfgang


Re: \usepackage{hyperref}

2006-10-20 Thread Wolfgang Engelmann
Am Donnerstag, 19. Oktober 2006 18:06 schrieb Paul A. Rubin:
> Wolfgang Engelmann wrote:
> > If I use
> > \usepackage{hyperref}
> > in the preamble I get errors:
> >
> > Paragraph ended before [EMAIL PROTECTED] was complete.
> > I suspect you've forgotten a `}', causing me to apply this
> > control sequence to too much text. How can we recover?
> > My plan is to forget the whole thing and hope for the best.
> >
> > What might be wrong?
> >
> > Wolfgang
>
> Possibly a conflict between hyperref and another package?  Quoting JMarc
> in another thread, "there can be many cases of incompatibility between
> hyperref and other packages, where everything breaks down when someone
> uses the packages in the wrong order."  Can you post an minimal example
> that breaks?
>
> /Paul

Strange:

I have copied a part of my document and tried the \usepackage{hyperref}
in the preamble and it worked alright. Afterward I used the whole copied 
document. \usepackage{hyperref} worked now too, 
however the table of contents 
in the dvi output prints over the right column (note that I use twocolumn 
pages). Same with the pdf output file. 

 A diff a.lyx copied-a.lyx shows no difference!

 ??
I am confused.
Wolfgang


Re: \usepackage{hyperref}

2006-10-20 Thread Wolfgang Engelmann
Am Donnerstag, 19. Oktober 2006 15:11 schrieb Vaclav Smidl:
> On Wednesday 18 October 2006 4:53 pm, Wolfgang Engelmann wrote:
> > If I use
> > \usepackage{hyperref}
> > in the preamble I get errors:
> >
> > Paragraph ended before [EMAIL PROTECTED] was complete.
> > I suspect you've forgotten a `}', causing me to apply this
> > control sequence to too much text. How can we recover?
> > My plan is to forget the whole thing and hope for the best.
> >
> > What might be wrong?
>
> Do you use any ERT in the main document 
no
> or any special commands in the 
> preamble?
that is my preamble:

\usepackage[round,comma]{natbib}
%\usepackage{kluwer}
\renewcommand{\cite}{\citealt}
\date{}
%\addcontentsline{toc}{*section}{BIBLIOGRAPHY}
%\def\refname{newname}
\AtBeginDocument{\renewcommand{\refname}{REFERENCES}}
%\usepackage{harvard}
%\nocite{*}
\usepackage{geometry}
%\usepackage{hyperref}

>
> If yes, please check if there is not any forgotten '}', otherwise, post a
> minimal example of this behaviour to the list.
>
> Vasek

Thanks, Vasek

Wolfgang


Re: \usepackage{hyperref}

2006-10-20 Thread Wolfgang Engelmann
Am Donnerstag, 19. Oktober 2006 18:06 schrieb Paul A. Rubin:

I include a small lyx file which shows the problem discribed before:

The reason is, that long section /subsection titles are not broken anymore if 
\usepackage{hyperref}
is active. Same, if  \usepackage{hyperref} is in the first line of the 
preamble. 

This is probably not a lyx problem. But what can I do?

Wolfgang


Re: \usepackage{hyperref}

2006-10-20 Thread Paul A. Rubin

Wolfgang Engelmann wrote:

Am Donnerstag, 19. Oktober 2006 18:06 schrieb Paul A. Rubin:

I include a small lyx file which shows the problem discribed before:

The reason is, that long section /subsection titles are not broken anymore if 
\usepackage{hyperref}
is active. Same, if  \usepackage{hyperref} is in the first line of the 
preamble. 


This is probably not a lyx problem. But what can I do?



Sorry, I can't find an attachment.

/Paul




\usepackage{hyperref}

2006-10-19 Thread Wolfgang Engelmann
If I use
\usepackage{hyperref}
in the preamble I get errors:

Paragraph ended before [EMAIL PROTECTED] was complete.  
I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.

What might be wrong?

Wolfgang


Re: \usepackage{hyperref}

2006-10-19 Thread Vaclav Smidl
On Wednesday 18 October 2006 4:53 pm, Wolfgang Engelmann wrote:
 If I use
 \usepackage{hyperref}
 in the preamble I get errors:

 Paragraph ended before [EMAIL PROTECTED] was complete.
 I suspect you've forgotten a `}', causing me to apply this
 control sequence to too much text. How can we recover?
 My plan is to forget the whole thing and hope for the best.

 What might be wrong?

Do you use any ERT in the main document or any special commands in the 
preamble?

If yes, please check if there is not any forgotten '}', otherwise, post a 
minimal example of this behaviour to the list.

Vasek


Re: \usepackage{hyperref}

2006-10-19 Thread Paul A. Rubin

Wolfgang Engelmann wrote:

If I use
\usepackage{hyperref}
in the preamble I get errors:

Paragraph ended before [EMAIL PROTECTED] was complete.  
I suspect you've forgotten a `}', causing me to apply this

control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.

What might be wrong?

Wolfgang



Possibly a conflict between hyperref and another package?  Quoting JMarc 
in another thread, there can be many cases of incompatibility between 
hyperref and other packages, where everything breaks down when someone 
uses the packages in the wrong order.  Can you post an minimal example 
that breaks?


/Paul




\usepackage{hyperref}

2006-10-19 Thread Wolfgang Engelmann
If I use
\usepackage{hyperref}
in the preamble I get errors:

Paragraph ended before [EMAIL PROTECTED] was complete.  
I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.

What might be wrong?

Wolfgang


Re: \usepackage{hyperref}

2006-10-19 Thread Vaclav Smidl
On Wednesday 18 October 2006 4:53 pm, Wolfgang Engelmann wrote:
 If I use
 \usepackage{hyperref}
 in the preamble I get errors:

 Paragraph ended before [EMAIL PROTECTED] was complete.
 I suspect you've forgotten a `}', causing me to apply this
 control sequence to too much text. How can we recover?
 My plan is to forget the whole thing and hope for the best.

 What might be wrong?

Do you use any ERT in the main document or any special commands in the 
preamble?

If yes, please check if there is not any forgotten '}', otherwise, post a 
minimal example of this behaviour to the list.

Vasek


Re: \usepackage{hyperref}

2006-10-19 Thread Paul A. Rubin

Wolfgang Engelmann wrote:

If I use
\usepackage{hyperref}
in the preamble I get errors:

Paragraph ended before [EMAIL PROTECTED] was complete.  
I suspect you've forgotten a `}', causing me to apply this

control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.

What might be wrong?

Wolfgang



Possibly a conflict between hyperref and another package?  Quoting JMarc 
in another thread, there can be many cases of incompatibility between 
hyperref and other packages, where everything breaks down when someone 
uses the packages in the wrong order.  Can you post an minimal example 
that breaks?


/Paul




\usepackage{hyperref}

2006-10-19 Thread Wolfgang Engelmann
If I use
\usepackage{hyperref}
in the preamble I get errors:

Paragraph ended before [EMAIL PROTECTED] was complete.  
I suspect you've forgotten a `}', causing me to apply this
control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.

What might be wrong?

Wolfgang


Re: \usepackage{hyperref}

2006-10-19 Thread Vaclav Smidl
On Wednesday 18 October 2006 4:53 pm, Wolfgang Engelmann wrote:
> If I use
> \usepackage{hyperref}
> in the preamble I get errors:
>
> Paragraph ended before [EMAIL PROTECTED] was complete.
> I suspect you've forgotten a `}', causing me to apply this
> control sequence to too much text. How can we recover?
> My plan is to forget the whole thing and hope for the best.
>
> What might be wrong?

Do you use any ERT in the main document or any special commands in the 
preamble?

If yes, please check if there is not any forgotten '}', otherwise, post a 
minimal example of this behaviour to the list.

Vasek


Re: \usepackage{hyperref}

2006-10-19 Thread Paul A. Rubin

Wolfgang Engelmann wrote:

If I use
\usepackage{hyperref}
in the preamble I get errors:

Paragraph ended before [EMAIL PROTECTED] was complete.  
I suspect you've forgotten a `}', causing me to apply this

control sequence to too much text. How can we recover?
My plan is to forget the whole thing and hope for the best.

What might be wrong?

Wolfgang



Possibly a conflict between hyperref and another package?  Quoting JMarc 
in another thread, "there can be many cases of incompatibility between 
hyperref and other packages, where everything breaks down when someone 
uses the packages in the wrong order."  Can you post an minimal example 
that breaks?


/Paul




RE: Hyperref, memoir, chappg= pdf page numbering oddity when including

2006-07-12 Thread Sanders, Maarten \(M.J.L.\)



met vriendelijke groet / kind regards,

Maarten Sanders
Hi all,

I got a bit further, I found a workaround. If I export the file twice in a row 
the page numbering gets right. For some reason my document is too complex and 
needs one more go before the index files are right. Should I report this as a 
bug?

Maarten

-Original Message-
From: Sanders, Maarten (M.J.L.) [mailto:[EMAIL PROTECTED]
Sent: 11 July 2006 13:59
To: lyx-users@lists.lyx.org
Subject: Hyperref, memoir, chappg= pdf page numbering oddity when including




Hi,

I am wondering if anyone has seen this before and can help me to overcome.

I have a master document containing many Child documents and branches and in 
ERT frontmatter and mainmatter. If I generate a pdf from this document I get a 
nice document with roman numbers for the frontmatter, plainpages for the part 
pages and chappg numbering on the chapter pages. This numbering is also visible 
in acroread as it is printed on the pages, except for the part pages where 
ordinary page numbering is used.

The funny thing which happens is that when I include this master document in 
another document with the sole purpose of activating branches the roman 
numbering breaks in the middle of the multipage index to normal numbers and the 
chappg numbering in the acroread bottom bar becomes one chapter ahead.

Does anyone have a clue on why this is happening? Below my .layout file which 
might be interesting for other people as well.

Regards,

Maarten



#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[memoir]{memoir in van Oord stijl}
# Memoir textclass definition file
# Author: Jürgen Spitzmüller [EMAIL PROTECTED]
# Improvements by: Bennett Helm [EMAIL PROTECTED]
# feel free to contribute missing features!

Input memoir.layout


#
# Eigen styles
#

# Style Warning:

Style Warning
  MarginFirst_Dynamic
  LatexType Command
  LatexName warning
  ParIndent MM
  ParSkip   0.4
  Align Block
  AlignPossible Block, Left
  BottomSep 0.4
  Labelsep  xx
  LabelType Static
  LabelString   Warning:
  Font
Color   Red
  EndFont
  LabelFont
SizeLarge
Color   Black
Shape   Italic
  EndFont
End
#

# Style Tip:

Style Tip
  MarginFirst_Dynamic
  LatexType Command
  LatexName tip
  ParIndent MM
  ParSkip   0.4
  Align Block
  AlignPossible Block, Left
  BottomSep 0.4
  Labelsep  xx
  LabelType Static
  LabelString   Tip:
  Font
Color   Blue
  EndFont
  LabelFont
SizeLarge
Color   Black
Shape   Italic
  EndFont
End
#

# Style Leesvoer:

Style Leesvoer
  MarginFirst_Dynamic
  LatexType Command
  LatexName info
  ParIndent MM
  ParSkip   0.4
  Align Block
  AlignPossible Block, Left
  BottomSep 0.4
  Labelsep  xx
  LabelType Static
  LabelString   Info:
  Font
Color   Magenta
  EndFont
  LabelFont
SizeLarge
Color   Black
Shape   Italic
  EndFont
End #

Preamble

%  /usr/share/texmf/web2c/texmf.cnf shell_escape = t zetten
% genereren md5sum t.b.v versienummer 
\def\tmpfile{/tmp/w18-test-\the\year\the\month\the\day\the\time.tex}

 \immediate\write18{echo `md5sum \jobname.dvi | sed 's/ .*$//'`  \tmpfile}

%% onder windows niet...

%
% Opmaak kop- en voetteksten
\makeheadrule{plain}{120mm}{.5pt} \makefootrule{plain}{120mm}{.5pt}{1mm}
\makeevenhead{plain}{\textsf{\fontsize{8}{9.6}\selectfont\rightmark}}{}{\textsf{\fontsize{8}{9.6}\selectfont\leftmark}}
\makeoddhead{plain}{\textsf{\fontsize{8}{9.6}\selectfont\rightmark}}{}{\includegraphics[width=15mm]{images/doc-logo.eps}}
\makeevenfoot{plain}{\textsf{\fontsize{8}{9.6}\selectfont{\thepage}}}{}{}
\makeoddfoot{plain}{}{}{\textsf{\fontsize{8}{9.6}\selectfont{\thepage}}}

\makepagestyle{part}
\makeheadrule{part}{120mm}{.5pt} \makefootrule{part}{120mm}{.5pt}{1mm}
\makeevenhead{part}{}{}{\textsf{\fontsize{8}{9.6}\selectfont\leftmark}}
\makeoddhead{part}{}{}{\includegraphics[width=15mm]{images/doc-logo.eps}}
\makeevenfoot{part}{}{}{}
\makeoddfoot{part}{}{}{}

\makeheadrule{headings}{120mm}{.5pt}
\makefootrule{headings}{120mm}{.5pt}{1mm}
\makeevenhead{headings}{\textsf{\fontsize{8}{9.6

RE: Hyperref, memoir, chappg= pdf page numbering oddity when including

2006-07-12 Thread Sanders, Maarten \(M.J.L.\)



met vriendelijke groet / kind regards,

Maarten Sanders
Hi all,

I got a bit further, I found a workaround. If I export the file twice in a row 
the page numbering gets right. For some reason my document is too complex and 
needs one more go before the index files are right. Should I report this as a 
bug?

Maarten

-Original Message-
From: Sanders, Maarten (M.J.L.) [mailto:[EMAIL PROTECTED]
Sent: 11 July 2006 13:59
To: lyx-users@lists.lyx.org
Subject: Hyperref, memoir, chappg= pdf page numbering oddity when including




Hi,

I am wondering if anyone has seen this before and can help me to overcome.

I have a master document containing many Child documents and branches and in 
ERT frontmatter and mainmatter. If I generate a pdf from this document I get a 
nice document with roman numbers for the frontmatter, plainpages for the part 
pages and chappg numbering on the chapter pages. This numbering is also visible 
in acroread as it is printed on the pages, except for the part pages where 
ordinary page numbering is used.

The funny thing which happens is that when I include this master document in 
another document with the sole purpose of activating branches the roman 
numbering breaks in the middle of the multipage index to normal numbers and the 
chappg numbering in the acroread bottom bar becomes one chapter ahead.

Does anyone have a clue on why this is happening? Below my .layout file which 
might be interesting for other people as well.

Regards,

Maarten



#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[memoir]{memoir in van Oord stijl}
# Memoir textclass definition file
# Author: Jürgen Spitzmüller [EMAIL PROTECTED]
# Improvements by: Bennett Helm [EMAIL PROTECTED]
# feel free to contribute missing features!

Input memoir.layout


#
# Eigen styles
#

# Style Warning:

Style Warning
  MarginFirst_Dynamic
  LatexType Command
  LatexName warning
  ParIndent MM
  ParSkip   0.4
  Align Block
  AlignPossible Block, Left
  BottomSep 0.4
  Labelsep  xx
  LabelType Static
  LabelString   Warning:
  Font
Color   Red
  EndFont
  LabelFont
SizeLarge
Color   Black
Shape   Italic
  EndFont
End
#

# Style Tip:

Style Tip
  MarginFirst_Dynamic
  LatexType Command
  LatexName tip
  ParIndent MM
  ParSkip   0.4
  Align Block
  AlignPossible Block, Left
  BottomSep 0.4
  Labelsep  xx
  LabelType Static
  LabelString   Tip:
  Font
Color   Blue
  EndFont
  LabelFont
SizeLarge
Color   Black
Shape   Italic
  EndFont
End
#

# Style Leesvoer:

Style Leesvoer
  MarginFirst_Dynamic
  LatexType Command
  LatexName info
  ParIndent MM
  ParSkip   0.4
  Align Block
  AlignPossible Block, Left
  BottomSep 0.4
  Labelsep  xx
  LabelType Static
  LabelString   Info:
  Font
Color   Magenta
  EndFont
  LabelFont
SizeLarge
Color   Black
Shape   Italic
  EndFont
End #

Preamble

%  /usr/share/texmf/web2c/texmf.cnf shell_escape = t zetten
% genereren md5sum t.b.v versienummer 
\def\tmpfile{/tmp/w18-test-\the\year\the\month\the\day\the\time.tex}

 \immediate\write18{echo `md5sum \jobname.dvi | sed 's/ .*$//'`  \tmpfile}

%% onder windows niet...

%
% Opmaak kop- en voetteksten
\makeheadrule{plain}{120mm}{.5pt} \makefootrule{plain}{120mm}{.5pt}{1mm}
\makeevenhead{plain}{\textsf{\fontsize{8}{9.6}\selectfont\rightmark}}{}{\textsf{\fontsize{8}{9.6}\selectfont\leftmark}}
\makeoddhead{plain}{\textsf{\fontsize{8}{9.6}\selectfont\rightmark}}{}{\includegraphics[width=15mm]{images/doc-logo.eps}}
\makeevenfoot{plain}{\textsf{\fontsize{8}{9.6}\selectfont{\thepage}}}{}{}
\makeoddfoot{plain}{}{}{\textsf{\fontsize{8}{9.6}\selectfont{\thepage}}}

\makepagestyle{part}
\makeheadrule{part}{120mm}{.5pt} \makefootrule{part}{120mm}{.5pt}{1mm}
\makeevenhead{part}{}{}{\textsf{\fontsize{8}{9.6}\selectfont\leftmark}}
\makeoddhead{part}{}{}{\includegraphics[width=15mm]{images/doc-logo.eps}}
\makeevenfoot{part}{}{}{}
\makeoddfoot{part}{}{}{}

\makeheadrule{headings}{120mm}{.5pt}
\makefootrule{headings}{120mm}{.5pt}{1mm}
\makeevenhead{headings}{\textsf{\fontsize{8}{9.6

RE: Hyperref, memoir, chappg=> pdf page numbering oddity when including

2006-07-12 Thread Sanders, Maarten \(M.J.L.\)



met vriendelijke groet / kind regards,

Maarten Sanders
Hi all,

I got a bit further, I found a workaround. If I export the file twice in a row 
the page numbering gets right. For some reason my document is too complex and 
needs one more go before the index files are right. Should I report this as a 
bug?

Maarten

-Original Message-
From: Sanders, Maarten (M.J.L.) [mailto:[EMAIL PROTECTED]
Sent: 11 July 2006 13:59
To: lyx-users@lists.lyx.org
Subject: Hyperref, memoir, chappg=> pdf page numbering oddity when including




Hi,

I am wondering if anyone has seen this before and can help me to overcome.

I have a master document containing many Child documents and branches and in 
ERT frontmatter and mainmatter. If I generate a pdf from this document I get a 
nice document with roman numbers for the frontmatter, plainpages for the part 
pages and chappg numbering on the chapter pages. This numbering is also visible 
in acroread as it is printed on the pages, except for the part pages where 
ordinary page numbering is used.

The funny thing which happens is that when I include this master document in 
another document with the sole purpose of activating branches the roman 
numbering breaks in the middle of the multipage index to normal numbers and the 
chappg numbering in the acroread bottom bar becomes one chapter ahead.

Does anyone have a clue on why this is happening? Below my .layout file which 
might be interesting for other people as well.

Regards,

Maarten



#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[memoir]{memoir in van Oord stijl}
# Memoir textclass definition file
# Author: Jürgen Spitzmüller <[EMAIL PROTECTED]>
# Improvements by: Bennett Helm <[EMAIL PROTECTED]>
# feel free to contribute missing features!

Input memoir.layout


#
# Eigen styles
#

# Style Warning:

Style Warning
  MarginFirst_Dynamic
  LatexType Command
  LatexName warning
  ParIndent MM
  ParSkip   0.4
  Align Block
  AlignPossible Block, Left
  BottomSep 0.4
  Labelsep  xx
  LabelType Static
  LabelString   "Warning:"
  Font
Color   Red
  EndFont
  LabelFont
SizeLarge
Color   Black
Shape   Italic
  EndFont
End
#

# Style Tip:

Style Tip
  MarginFirst_Dynamic
  LatexType Command
  LatexName tip
  ParIndent MM
  ParSkip   0.4
  Align Block
  AlignPossible Block, Left
  BottomSep 0.4
  Labelsep  xx
  LabelType Static
  LabelString   "Tip:"
  Font
Color   Blue
  EndFont
  LabelFont
SizeLarge
Color   Black
Shape   Italic
  EndFont
End
#

# Style Leesvoer:

Style Leesvoer
  MarginFirst_Dynamic
  LatexType Command
  LatexName info
  ParIndent MM
  ParSkip   0.4
  Align Block
  AlignPossible Block, Left
  BottomSep 0.4
  Labelsep  xx
  LabelType Static
  LabelString   "Info:"
  Font
Color   Magenta
  EndFont
  LabelFont
SizeLarge
Color   Black
Shape   Italic
  EndFont
End #

Preamble

%  /usr/share/texmf/web2c/texmf.cnf shell_escape = t zetten
% genereren md5sum t.b.v versienummer 
\def\tmpfile{/tmp/w18-test-\the\year\the\month\the\day\the\time.tex}

 \immediate\write18{echo `md5sum \jobname.dvi | sed 's/ .*$//'` > \tmpfile}

%% onder windows niet...

%
% Opmaak kop- en voetteksten
\makeheadrule{plain}{120mm}{.5pt} \makefootrule{plain}{120mm}{.5pt}{1mm}
\makeevenhead{plain}{\textsf{\fontsize{8}{9.6}\selectfont\rightmark}}{}{\textsf{\fontsize{8}{9.6}\selectfont\leftmark}}
\makeoddhead{plain}{\textsf{\fontsize{8}{9.6}\selectfont\rightmark}}{}{\includegraphics[width=15mm]{images/doc-logo.eps}}
\makeevenfoot{plain}{\textsf{\fontsize{8}{9.6}\selectfont{\thepage}}}{}{}
\makeoddfoot{plain}{}{}{\textsf{\fontsize{8}{9.6}\selectfont{\thepage}}}

\makepagestyle{part}
\makeheadrule{part}{120mm}{.5pt} \makefootrule{part}{120mm}{.5pt}{1mm}
\makeevenhead{part}{}{}{\textsf{\fontsize{8}{9.6}\selectfont\leftmark}}
\makeoddhead{part}{}{}{\includegraphics[width=15mm]{images/doc-logo.eps}}
\makeevenfoot{part}{}{}{}
\makeoddfoot{part}{}{}{}

\makeheadrule{headings}{120mm}{.5pt}
\makefootrule{headings}{120mm}{.5pt}{

Hyperref, memoir, chappg= pdf page numbering oddity when including

2006-07-11 Thread Sanders, Maarten \(M.J.L.\)


%
% Automatisch centreren van tabellen
\makeatletter
\renewenvironment{table}[1][]{%
  \ifthenelse{\equal{#1}{}}{%
[EMAIL PROTECTED]
  }{%
[EMAIL PROTECTED]
  }%
  \centering
}{%
  [EMAIL PROTECTED]
}
\makeatother


%
% Eigen commmando's
\newcommand{\warning}[1]{%
\fboxsep=15pt%
\fboxrule=1pt%
\hspace{-1.5cm}%
\raisebox{-1\baselineskip}%
{\includegraphics[width=1cm]{images/doc-let-op.eps}}%
\hspace{0.5cm}%
\framebox{\parbox[t]{0.9\textwidth}{\textit{#1

\newcommand{\tip}[1]{%
\fboxsep=15pt%
\fboxrule=1pt%
\hspace{-1.5cm}%
\raisebox{-1\baselineskip}%
{\includegraphics[width=1cm]{images/doc-tip.eps}}%
\hspace{0.5cm}%
\framebox{\parbox[t]{0.9\textwidth}{\textit{#1

\newcommand{\info}[1]{%
\fboxsep=15pt%
\fboxrule=1pt%
\hspace{-1.5cm}%
\raisebox{-1\baselineskip}%
{\includegraphics[width=1cm]{images/doc-leesvoer.eps}}%
\hspace{0.5cm}%
\framebox{\parbox[t]{0.9\textwidth}{\textit{#1

% PDF opties

\usepackage[
plainpages=false,
hypertexnames=true,
pdfpagelabels=true,
bookmarks=true,
hyperindex=false,
a4paper=true,
colorlinks=true, % als we geen rode hokjes om de links willen (print wel!)
linkcolor=black,
pdfpagemode=UseOutlines,
bookmarksnumbered=true]{hyperref}
% Fix PDF links bij gebruik van memoir + hyperref
\usepackage{memhfixc}
   
EndPreamble



__
Disclaimer: This mail transmission and any attached files are confidential and 
are intended for the addressee only. If you are not the person or organization 
to whom it is addressed, you must not copy, disclose, distribute or take any 
action in reliance upon it. If you have received this message in error, please 
contact the sender by email and delete all copies of this message and all 
copies of any attached files.


Hyperref, memoir, chappg= pdf page numbering oddity when including

2006-07-11 Thread Sanders, Maarten \(M.J.L.\)


%
% Automatisch centreren van tabellen
\makeatletter
\renewenvironment{table}[1][]{%
  \ifthenelse{\equal{#1}{}}{%
[EMAIL PROTECTED]
  }{%
[EMAIL PROTECTED]
  }%
  \centering
}{%
  [EMAIL PROTECTED]
}
\makeatother


%
% Eigen commmando's
\newcommand{\warning}[1]{%
\fboxsep=15pt%
\fboxrule=1pt%
\hspace{-1.5cm}%
\raisebox{-1\baselineskip}%
{\includegraphics[width=1cm]{images/doc-let-op.eps}}%
\hspace{0.5cm}%
\framebox{\parbox[t]{0.9\textwidth}{\textit{#1

\newcommand{\tip}[1]{%
\fboxsep=15pt%
\fboxrule=1pt%
\hspace{-1.5cm}%
\raisebox{-1\baselineskip}%
{\includegraphics[width=1cm]{images/doc-tip.eps}}%
\hspace{0.5cm}%
\framebox{\parbox[t]{0.9\textwidth}{\textit{#1

\newcommand{\info}[1]{%
\fboxsep=15pt%
\fboxrule=1pt%
\hspace{-1.5cm}%
\raisebox{-1\baselineskip}%
{\includegraphics[width=1cm]{images/doc-leesvoer.eps}}%
\hspace{0.5cm}%
\framebox{\parbox[t]{0.9\textwidth}{\textit{#1

% PDF opties

\usepackage[
plainpages=false,
hypertexnames=true,
pdfpagelabels=true,
bookmarks=true,
hyperindex=false,
a4paper=true,
colorlinks=true, % als we geen rode hokjes om de links willen (print wel!)
linkcolor=black,
pdfpagemode=UseOutlines,
bookmarksnumbered=true]{hyperref}
% Fix PDF links bij gebruik van memoir + hyperref
\usepackage{memhfixc}
   
EndPreamble



__
Disclaimer: This mail transmission and any attached files are confidential and 
are intended for the addressee only. If you are not the person or organization 
to whom it is addressed, you must not copy, disclose, distribute or take any 
action in reliance upon it. If you have received this message in error, please 
contact the sender by email and delete all copies of this message and all 
copies of any attached files.


Hyperref, memoir, chappg=> pdf page numbering oddity when including

2006-07-11 Thread Sanders, Maarten \(M.J.L.\)
%
[EMAIL PROTECTED]
  }%
  \centering
}{%
  [EMAIL PROTECTED]
}
\makeatother


%
% Automatisch centreren van tabellen
\makeatletter
\renewenvironment{table}[1][]{%
  \ifthenelse{\equal{#1}{}}{%
[EMAIL PROTECTED]
  }{%
[EMAIL PROTECTED]
  }%
  \centering
}{%
  [EMAIL PROTECTED]
}
\makeatother


%
% Eigen commmando's
\newcommand{\warning}[1]{%
\fboxsep=15pt%
\fboxrule=1pt%
\hspace{-1.5cm}%
\raisebox{-1\baselineskip}%
{\includegraphics[width=1cm]{images/doc-let-op.eps}}%
\hspace{0.5cm}%
\framebox{\parbox[t]{0.9\textwidth}{\textit{#1

\newcommand{\tip}[1]{%
\fboxsep=15pt%
\fboxrule=1pt%
\hspace{-1.5cm}%
\raisebox{-1\baselineskip}%
{\includegraphics[width=1cm]{images/doc-tip.eps}}%
\hspace{0.5cm}%
\framebox{\parbox[t]{0.9\textwidth}{\textit{#1

\newcommand{\info}[1]{%
\fboxsep=15pt%
\fboxrule=1pt%
\hspace{-1.5cm}%
\raisebox{-1\baselineskip}%
{\includegraphics[width=1cm]{images/doc-leesvoer.eps}}%
\hspace{0.5cm}%
\framebox{\parbox[t]{0.9\textwidth}{\textit{#1

% PDF opties

\usepackage[
plainpages=false,
hypertexnames=true,
pdfpagelabels=true,
bookmarks=true,
hyperindex=false,
a4paper=true,
colorlinks=true, % als we geen rode hokjes om de links willen (print wel!)
linkcolor=black,
pdfpagemode=UseOutlines,
bookmarksnumbered=true]{hyperref}
% Fix PDF links bij gebruik van memoir + hyperref
\usepackage{memhfixc}
   
EndPreamble



__
Disclaimer: This mail transmission and any attached files are confidential and 
are intended for the addressee only. If you are not the person or organization 
to whom it is addressed, you must not copy, disclose, distribute or take any 
action in reliance upon it. If you have received this message in error, please 
contact the sender by email and delete all copies of this message and all 
copies of any attached files.


Re: hyperref use

2006-05-31 Thread Dominik Waßenhoven

Kamran SHAFQAT schrieb:

i am trying to use hyperref in a report class document. [...]

\hypersetup{backref=true, 
bookmarksopen=true,bookmarks=true,bookmarkstype=toc,citebordercolor=1 1 1,

=1 1 1,pagebordercolor=1 1 1}

In the Pdf file the links are created in the table of contents and also 
for the references in the text. But the problem is that all the links 
have boxes around them. 


You know that the boxes are not printed? -- so the printed pdf file has 
no color, but the links can still be used when read on screen.


i tired citebordercolor option as above and also 
linkbordercolor=1 1 1 and colorlinks=false option but the it has no 
effect on the ouput. Also the bookmarks it not created.


If you want to have colored links you have to set colorlinks=true (and 
maybe change the linkcolor, urlcolor etc. if the standard values are not 
what you want). If you want to have links, but black text without boxes, 
you have to set colorlinks=false and pdfborder={0 0 0} (i.e. a white box 
around the link, which is not visible on white paper) or colorlinks=true 
and linkcolor=black.


HTH,
Dominik.-



Re: hyperref use

2006-05-31 Thread Dominik Waßenhoven

Kamran SHAFQAT schrieb:

i am trying to use hyperref in a report class document. [...]

\hypersetup{backref=true, 
bookmarksopen=true,bookmarks=true,bookmarkstype=toc,citebordercolor=1 1 1,

=1 1 1,pagebordercolor=1 1 1}

In the Pdf file the links are created in the table of contents and also 
for the references in the text. But the problem is that all the links 
have boxes around them. 


You know that the boxes are not printed? -- so the printed pdf file has 
no color, but the links can still be used when read on screen.


i tired citebordercolor option as above and also 
linkbordercolor=1 1 1 and colorlinks=false option but the it has no 
effect on the ouput. Also the bookmarks it not created.


If you want to have colored links you have to set colorlinks=true (and 
maybe change the linkcolor, urlcolor etc. if the standard values are not 
what you want). If you want to have links, but black text without boxes, 
you have to set colorlinks=false and pdfborder={0 0 0} (i.e. a white box 
around the link, which is not visible on white paper) or colorlinks=true 
and linkcolor=black.


HTH,
Dominik.-



Re: hyperref use

2006-05-31 Thread Dominik Waßenhoven

Kamran SHAFQAT schrieb:

i am trying to use hyperref in a report class document. [...]

\hypersetup{backref=true, 
bookmarksopen=true,bookmarks=true,bookmarkstype=toc,citebordercolor=1 1 1,

=1 1 1,pagebordercolor=1 1 1}

In the Pdf file the links are created in the table of contents and also 
for the references in the text. But the problem is that all the links 
have boxes around them. 


You know that the boxes are not printed? -- so the printed pdf file has 
no color, but the links can still be used when read on screen.


i tired citebordercolor option as above and also 
linkbordercolor=1 1 1 and colorlinks=false option but the it has no 
effect on the ouput. Also the bookmarks it not created.


If you want to have colored links you have to set colorlinks=true (and 
maybe change the linkcolor, urlcolor etc. if the standard values are not 
what you want). If you want to have links, but black text without boxes, 
you have to set colorlinks=false and pdfborder={0 0 0} (i.e. a white box 
around the link, which is not visible on white paper) or colorlinks=true 
and linkcolor=black.


HTH,
Dominik.-



hyperref use

2006-05-30 Thread Kamran SHAFQAT

Hi,
i am trying to use hyperref in a report class document. i would like to 
have a list in the bookmark section of pdf file showing the table of 
contents and have links so that the reader can move from the reference 
in the text to biblogrphy section and back. i don't know much about it 
but by reading the manual i tried to add the following command in the 
preamble for this


\hypersetup{backref=true, 
bookmarksopen=true,bookmarks=true,bookmarkstype=toc,citebordercolor=1 1 1,

=1 1 1,pagebordercolor=1 1 1}

In the Pdf file the links are created in the table of contents and also 
for the references in the text. But the problem is that all the links 
have boxes around them. i tired citebordercolor option as above and also 
linkbordercolor=1 1 1 and colorlinks=false option but the it has no 
effect on the ouput. Also the bookmarks it not created.



i would be very thankful to receive some help on this issue.



regards


Kamran



hyperref use

2006-05-30 Thread Kamran SHAFQAT

Hi,
i am trying to use hyperref in a report class document. i would like to 
have a list in the bookmark section of pdf file showing the table of 
contents and have links so that the reader can move from the reference 
in the text to biblogrphy section and back. i don't know much about it 
but by reading the manual i tried to add the following command in the 
preamble for this


\hypersetup{backref=true, 
bookmarksopen=true,bookmarks=true,bookmarkstype=toc,citebordercolor=1 1 1,

=1 1 1,pagebordercolor=1 1 1}

In the Pdf file the links are created in the table of contents and also 
for the references in the text. But the problem is that all the links 
have boxes around them. i tired citebordercolor option as above and also 
linkbordercolor=1 1 1 and colorlinks=false option but the it has no 
effect on the ouput. Also the bookmarks it not created.



i would be very thankful to receive some help on this issue.



regards


Kamran



hyperref use

2006-05-30 Thread Kamran SHAFQAT

Hi,
i am trying to use hyperref in a report class document. i would like to 
have a list in the bookmark section of pdf file showing the table of 
contents and have links so that the reader can move from the reference 
in the text to biblogrphy section and back. i don't know much about it 
but by reading the manual i tried to add the following command in the 
preamble for this


\hypersetup{backref=true, 
bookmarksopen=true,bookmarks=true,bookmarkstype=toc,citebordercolor=1 1 1,

=1 1 1,pagebordercolor=1 1 1}

In the Pdf file the links are created in the table of contents and also 
for the references in the text. But the problem is that all the links 
have boxes around them. i tired citebordercolor option as above and also 
linkbordercolor=1 1 1 and colorlinks=false option but the it has no 
effect on the ouput. Also the bookmarks it not created.



i would be very thankful to receive some help on this issue.



regards


Kamran



RE: Problem with hyperref and long names

2006-02-27 Thread Gisbert, Fernando
Thanks, breaklinks option worked well.
Fernando


-Original Message-
From: Johan Ingvast [mailto:[EMAIL PROTECTED]
Sent: Fri 2/24/2006 9:20 PM
To: lyx-users@lists.lyx.org
Subject: Re: Problem with hyperref and long names
 
Gisbert, Fernando wrote:
 Possibly this is not a lyx question but a latex one, but anyway, any answer 
 will be greatly appreciated. I am trying to use hyperref to navigate my pfd 
 document, but when I write long title names, hyperref is not able to break 
 the line, and it gets out of the page. Is there any option in hyperref to 
 avoid this situation? Or is any other package that manages this appropriately?
Yes, there is an argument to hyperref to set. Try
\usepackage[breaklinks]{hyperref}
/johan





RE: Problem with hyperref and long names

2006-02-27 Thread Gisbert, Fernando
Thanks, breaklinks option worked well.
Fernando


-Original Message-
From: Johan Ingvast [mailto:[EMAIL PROTECTED]
Sent: Fri 2/24/2006 9:20 PM
To: lyx-users@lists.lyx.org
Subject: Re: Problem with hyperref and long names
 
Gisbert, Fernando wrote:
 Possibly this is not a lyx question but a latex one, but anyway, any answer 
 will be greatly appreciated. I am trying to use hyperref to navigate my pfd 
 document, but when I write long title names, hyperref is not able to break 
 the line, and it gets out of the page. Is there any option in hyperref to 
 avoid this situation? Or is any other package that manages this appropriately?
Yes, there is an argument to hyperref to set. Try
\usepackage[breaklinks]{hyperref}
/johan





RE: Problem with hyperref and long names

2006-02-27 Thread Gisbert, Fernando
Thanks, breaklinks option worked well.
Fernando


-Original Message-
From: Johan Ingvast [mailto:[EMAIL PROTECTED]
Sent: Fri 2/24/2006 9:20 PM
To: lyx-users@lists.lyx.org
Subject: Re: Problem with hyperref and long names
 
Gisbert, Fernando wrote:
> Possibly this is not a lyx question but a latex one, but anyway, any answer 
> will be greatly appreciated. I am trying to use hyperref to navigate my pfd 
> document, but when I write long title names, hyperref is not able to break 
> the line, and it gets out of the page. Is there any option in hyperref to 
> avoid this situation? Or is any other package that manages this appropriately?
Yes, there is an argument to hyperref to set. Try
\usepackage[breaklinks]{hyperref}
/johan





Problem with hyperref and long names

2006-02-24 Thread Gisbert, Fernando
Possibly this is not a lyx question but a latex one, but anyway, any answer 
will be greatly appreciated. I am trying to use hyperref to navigate my pfd 
document, but when I write long title names, hyperref is not able to break the 
line, and it gets out of the page. Is there any option in hyperref to avoid 
this situation? Or is any other package that manages this appropriately?
Thanks in advance.


Re: Problem with hyperref and long names

2006-02-24 Thread Uwe Stöhr

Gisbert, Fernando schrieb:

 I am trying to use hyperref to navigate my pfd document, but when I 
write long title names, hyperref is
 not able to break the line, and it gets out of the page. Is there any 
option in hyperref to avoid this

 situation?

The PDF-bookmarks are restricted to one line. You can only set

- a short title
- or an alternative title that should be displayed as PDF-bookmark

I attached an example LyX-file showing the possibilities.

regards Uwe


newfile1.lyx
Description: application/lyx


Problem with hyperref and long names

2006-02-24 Thread Gisbert, Fernando
Possibly this is not a lyx question but a latex one, but anyway, any answer 
will be greatly appreciated. I am trying to use hyperref to navigate my pfd 
document, but when I write long title names, hyperref is not able to break the 
line, and it gets out of the page. Is there any option in hyperref to avoid 
this situation? Or is any other package that manages this appropriately?
Thanks in advance.


Re: Problem with hyperref and long names

2006-02-24 Thread Uwe Stöhr

Gisbert, Fernando schrieb:

 I am trying to use hyperref to navigate my pfd document, but when I 
write long title names, hyperref is
 not able to break the line, and it gets out of the page. Is there any 
option in hyperref to avoid this

 situation?

The PDF-bookmarks are restricted to one line. You can only set

- a short title
- or an alternative title that should be displayed as PDF-bookmark

I attached an example LyX-file showing the possibilities.

regards Uwe


newfile1.lyx
Description: application/lyx


Problem with hyperref and long names

2006-02-24 Thread Gisbert, Fernando
Possibly this is not a lyx question but a latex one, but anyway, any answer 
will be greatly appreciated. I am trying to use hyperref to navigate my pfd 
document, but when I write long title names, hyperref is not able to break the 
line, and it gets out of the page. Is there any option in hyperref to avoid 
this situation? Or is any other package that manages this appropriately?
Thanks in advance.


Re: Problem with hyperref and long names

2006-02-24 Thread Uwe Stöhr

Gisbert, Fernando schrieb:

> I am trying to use hyperref to navigate my pfd document, but when I 
write long title names, hyperref is
> not able to break the line, and it gets out of the page. Is there any 
option in hyperref to avoid this

> situation?

The PDF-bookmarks are restricted to one line. You can only set

- a short title
- or an alternative title that should be displayed as PDF-bookmark

I attached an example LyX-file showing the possibilities.

regards Uwe


newfile1.lyx
Description: application/lyx


Re: Help with off by one error when producing bookmarks with hyperref and beamer

2006-01-02 Thread Uwe Stöhr

 The problem is that setting tocdepth to 1 causes hyperref to produce
 no bookmarks (setting tocdepth to 2 includes only the sections and no
 subsections it the bookmarks BTW).

 There seems to be an off by one error in
 tex/latex/hyperref/hpdftex.def (I think line 817) that causes this.
 Any ideas on how to get around this?

The maintainer of hyperref will surely help you when you send him your 
problem description. His email is


oberdiek at uni-freiburg.de

If this isn't a hyperref bug, then contact the author of beamer.

 (one option is if someone knows how to do = instead of  in tex)

Use the command

\ge

regards Uwe


Re: Help with off by one error when producing bookmarks with hyperref and beamer

2006-01-02 Thread Uwe Stöhr

 The problem is that setting tocdepth to 1 causes hyperref to produce
 no bookmarks (setting tocdepth to 2 includes only the sections and no
 subsections it the bookmarks BTW).

 There seems to be an off by one error in
 tex/latex/hyperref/hpdftex.def (I think line 817) that causes this.
 Any ideas on how to get around this?

The maintainer of hyperref will surely help you when you send him your 
problem description. His email is


oberdiek at uni-freiburg.de

If this isn't a hyperref bug, then contact the author of beamer.

 (one option is if someone knows how to do = instead of  in tex)

Use the command

\ge

regards Uwe


Re: Help with off by one error when producing bookmarks with hyperref and beamer

2006-01-02 Thread Uwe Stöhr

> The problem is that setting tocdepth to 1 causes hyperref to produce
> no bookmarks (setting tocdepth to 2 includes only the sections and no
> subsections it the bookmarks BTW).
>
> There seems to be an off by one error in
> tex/latex/hyperref/hpdftex.def (I think line 817) that causes this.
> Any ideas on how to get around this?

The maintainer of hyperref will surely help you when you send him your 
problem description. His email is


oberdiek at uni-freiburg.de

If this isn't a hyperref bug, then contact the author of beamer.

> (one option is if someone knows how to do >= instead of > in tex)

Use the command

\ge

regards Uwe


Help with off by one error when producing bookmarks with hyperref and beamer

2005-12-24 Thread Micha Feigin
I am trying to produce a presentation with beamer. Due to the amount of
sections/subsections (no way around that, and I know that its not good to have
too many) I want to only display only the sections in the table of contents
(otherwise it runs of the screen).

The problem is that setting tocdepth to 1 causes hyperref to produce no
bookmarks (setting tocdepth to 2 includes only the sections and no subsections
it the bookmarks BTW).

There seems to be an off by one error in tex/latex/hyperref/hpdftex.def (I
think line 817) that causes this. Any ideas on how to get around this? (one
option is if someone knows how to do = instead of  in tex)

Thanks
 
 +++
 This Mail Was Scanned By Mail-seCure System
 at the Tel-Aviv University CC.


Help with off by one error when producing bookmarks with hyperref and beamer

2005-12-24 Thread Micha Feigin
I am trying to produce a presentation with beamer. Due to the amount of
sections/subsections (no way around that, and I know that its not good to have
too many) I want to only display only the sections in the table of contents
(otherwise it runs of the screen).

The problem is that setting tocdepth to 1 causes hyperref to produce no
bookmarks (setting tocdepth to 2 includes only the sections and no subsections
it the bookmarks BTW).

There seems to be an off by one error in tex/latex/hyperref/hpdftex.def (I
think line 817) that causes this. Any ideas on how to get around this? (one
option is if someone knows how to do = instead of  in tex)

Thanks
 
 +++
 This Mail Was Scanned By Mail-seCure System
 at the Tel-Aviv University CC.


Help with off by one error when producing bookmarks with hyperref and beamer

2005-12-24 Thread Micha Feigin
I am trying to produce a presentation with beamer. Due to the amount of
sections/subsections (no way around that, and I know that its not good to have
too many) I want to only display only the sections in the table of contents
(otherwise it runs of the screen).

The problem is that setting tocdepth to 1 causes hyperref to produce no
bookmarks (setting tocdepth to 2 includes only the sections and no subsections
it the bookmarks BTW).

There seems to be an off by one error in tex/latex/hyperref/hpdftex.def (I
think line 817) that causes this. Any ideas on how to get around this? (one
option is if someone knows how to do >= instead of > in tex)

Thanks
 
 +++
 This Mail Was Scanned By Mail-seCure System
 at the Tel-Aviv University CC.


Re: more hyperref

2005-06-24 Thread Uwe Stöhr

Geoffrey Lloyd wrote:


I now have it working. However it only links the number such that figure 1
 has a link for the 1 not the whole 'figure 1'. Is there any way to 
link the

 whole thing?

Add the following line to the preamble:

\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1

You can also change the name from figure to e.g. Fig. with the 
following commands:


\renewcommand{\figureautorefname}{Fig.\negthinspace}
\renewcommand{\tableautorefname}{Tab.\negthinspace}

And please have a look at the hyperref manual. All those commands are 
described there.


regards Uwe


multiple cross references using hyperref

2005-06-24 Thread Geoffrey Lloyd
Hi

I have several instances where I write 

'refering to equations 1.x and 1.y'. 

I am now using the \autoref part of hyperref and it prioduces nice out put but 
with multiple references like above I get 

'refering to equation 1.x and equation 1.y'

It is possible using this package to get the first output using \autoref.  It 
would look and read much better.

Geoff

MOre hyperref problems.....

2005-06-24 Thread Geoffrey Lloyd
This time it is not stylistic but some sort of glitch.

I have a bibliography in my toc has always been there - ie I havent added it as 
a toc line or anything. Anyway it is page 63. If I click the hyperref in the 
toc it goes to page 62, the same is true if I select the bookmark in the pdf.

I have no idea how to get this to go to the correct place - in fact I am sure 
it was working properly at one point.

Any help much appreciated.

Geoff

Re: multiple cross references using hyperref

2005-06-24 Thread Uwe Stöhr

Geoffrey Lloyd wrote:

I have several instances where I write 

'refering to equations 1.x and 1.y'. 


I am now using the \autoref part of hyperref and it produces nice out put

 but with multiple references like above I get


'refering to equation 1.x and equation 1.y'

It is possible using this package to get the first output using \autoref.


Redefine the command \equationautorefname temporarily.
E.g.

\newlength{\abc}
\settowidth{\abc}{\space}
\newcommand{\NoEqName}{\renewcommand{\equationautorefname}{\hspace{-\abc}}}
\newcommand{\EqName}{\renewcommand{\equationautorefname}{equation\space}}

and then use the command \NoEqName before the second reference and 
behind it the command \eqName to return to the normal behaviour.


regards Uwe


Re: more hyperref

2005-06-24 Thread Uwe Stöhr

Geoffrey Lloyd wrote:


I now have it working. However it only links the number such that figure 1
 has a link for the 1 not the whole 'figure 1'. Is there any way to 
link the

 whole thing?

Add the following line to the preamble:

\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1

You can also change the name from figure to e.g. Fig. with the 
following commands:


\renewcommand{\figureautorefname}{Fig.\negthinspace}
\renewcommand{\tableautorefname}{Tab.\negthinspace}

And please have a look at the hyperref manual. All those commands are 
described there.


regards Uwe


multiple cross references using hyperref

2005-06-24 Thread Geoffrey Lloyd
Hi

I have several instances where I write 

'refering to equations 1.x and 1.y'. 

I am now using the \autoref part of hyperref and it prioduces nice out put but 
with multiple references like above I get 

'refering to equation 1.x and equation 1.y'

It is possible using this package to get the first output using \autoref.  It 
would look and read much better.

Geoff

MOre hyperref problems.....

2005-06-24 Thread Geoffrey Lloyd
This time it is not stylistic but some sort of glitch.

I have a bibliography in my toc has always been there - ie I havent added it as 
a toc line or anything. Anyway it is page 63. If I click the hyperref in the 
toc it goes to page 62, the same is true if I select the bookmark in the pdf.

I have no idea how to get this to go to the correct place - in fact I am sure 
it was working properly at one point.

Any help much appreciated.

Geoff

Re: multiple cross references using hyperref

2005-06-24 Thread Uwe Stöhr

Geoffrey Lloyd wrote:

I have several instances where I write 

'refering to equations 1.x and 1.y'. 


I am now using the \autoref part of hyperref and it produces nice out put

 but with multiple references like above I get


'refering to equation 1.x and equation 1.y'

It is possible using this package to get the first output using \autoref.


Redefine the command \equationautorefname temporarily.
E.g.

\newlength{\abc}
\settowidth{\abc}{\space}
\newcommand{\NoEqName}{\renewcommand{\equationautorefname}{\hspace{-\abc}}}
\newcommand{\EqName}{\renewcommand{\equationautorefname}{equation\space}}

and then use the command \NoEqName before the second reference and 
behind it the command \eqName to return to the normal behaviour.


regards Uwe


Re: more hyperref

2005-06-24 Thread Uwe Stöhr

Geoffrey Lloyd wrote:


I now have it working. However it only links the number such that figure 1
> has a link for the 1 not the whole 'figure 1'. Is there any way to 
link the

> whole thing?

Add the following line to the preamble:

\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1

You can also change the name from "figure" to e.g. "Fig." with the 
following commands:


\renewcommand{\figureautorefname}{Fig.\negthinspace}
\renewcommand{\tableautorefname}{Tab.\negthinspace}

And please have a look at the hyperref manual. All those commands are 
described there.


regards Uwe


multiple cross references using hyperref

2005-06-24 Thread Geoffrey Lloyd
Hi

I have several instances where I write 

'refering to equations 1.x and 1.y'. 

I am now using the \autoref part of hyperref and it prioduces nice out put but 
with multiple references like above I get 

'refering to equation 1.x and equation 1.y'

It is possible using this package to get the first output using \autoref.  It 
would look and read much better.

Geoff

MOre hyperref problems.....

2005-06-24 Thread Geoffrey Lloyd
This time it is not stylistic but some sort of glitch.

I have a bibliography in my toc has always been there - ie I havent added it as 
a toc line or anything. Anyway it is page 63. If I click the hyperref in the 
toc it goes to page 62, the same is true if I select the bookmark in the pdf.

I have no idea how to get this to go to the correct place - in fact I am sure 
it was working properly at one point.

Any help much appreciated.

Geoff

Re: multiple cross references using hyperref

2005-06-24 Thread Uwe Stöhr

Geoffrey Lloyd wrote:

I have several instances where I write 

'refering to equations 1.x and 1.y'. 


I am now using the \autoref part of hyperref and it produces nice out put

> but with multiple references like above I get


'refering to equation 1.x and equation 1.y'

It is possible using this package to get the first output using \autoref.


Redefine the command \equationautorefname temporarily.
E.g.

\newlength{\abc}
\settowidth{\abc}{\space}
\newcommand{\NoEqName}{\renewcommand{\equationautorefname}{\hspace{-\abc}}}
\newcommand{\EqName}{\renewcommand{\equationautorefname}{equation\space}}

and then use the command \NoEqName before the second reference and 
behind it the command \eqName to return to the normal behaviour.


regards Uwe


more hyperref

2005-06-23 Thread Geoffrey Lloyd
Many thanks for all the useful comments yesterday about the hyperref package.

I now have it working. However it only links the number such that figure 1 has 
a link for the 1 not the whole 'figure 1'. Is there any way to link the whole 
thing?

Also the backref links from the bibliography only appear as a number of the 
page. I have read that the old backrefx package used to write (Cited on #). I 
can't seem to implement this even though it is apparently built into the new 
hyperref package.

Any ideas at all?

Geoff

more hyperref

2005-06-23 Thread Geoffrey Lloyd
Many thanks for all the useful comments yesterday about the hyperref package.

I now have it working. However it only links the number such that figure 1 has 
a link for the 1 not the whole 'figure 1'. Is there any way to link the whole 
thing?

Also the backref links from the bibliography only appear as a number of the 
page. I have read that the old backrefx package used to write (Cited on #). I 
can't seem to implement this even though it is apparently built into the new 
hyperref package.

Any ideas at all?

Geoff

more hyperref

2005-06-23 Thread Geoffrey Lloyd
Many thanks for all the useful comments yesterday about the hyperref package.

I now have it working. However it only links the number such that figure 1 has 
a link for the 1 not the whole 'figure 1'. Is there any way to link the whole 
thing?

Also the backref links from the bibliography only appear as a number of the 
page. I have read that the old backrefx package used to write (Cited on #). I 
can't seem to implement this even though it is apparently built into the new 
hyperref package.

Any ideas at all?

Geoff

Hyperref

2005-06-22 Thread Geoffrey Lloyd
Hi

I am using the little hyperref premable from the lyx wiki 

 \usepackage[
 colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black,
 pdfstartview=FitH,
 bookmarksopen=true,bookmarksopenlevel=0,
 pagebackref=true,
 pdftoolbar=false]{hyperref} 

and all works beautifully until I include my front pages. I am not quite sure 
what the issue is but it causes a lot of errors in lyx. My first guess is that 
is means there are two pages number 1 and so on. One of the warnings is shown 
here 



pdfTeX warning (ext4): destination with the same identifier (name{page.1}) ha
 
  [1

_

Has anyone got a way around this particular problem.

Geoff

Re: Hyperref

2005-06-22 Thread Uwe Stöhr

Geoffrey Lloyd wrote:

I am using the little hyperref premable from the lyx wiki 


 \usepackage[
 colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black,
 pdfstartview=FitH,
 bookmarksopen=true,bookmarksopenlevel=0,
 pagebackref=true,
 pdftoolbar=false]{hyperref} 


and all works beautifully until I include my front pages.
 I am not quite sure what the issue is but it causes a lot of errors 
in lyx.

 My first guess is that is means there are two pages number 1 and so on.

Yes this is the problem. This happens when two pages have internally the 
same number, mostly when you have a page numbered III and one numbered 
3. hyperref doesn't know in this case to which page it should set the 
page anchor for references.


 Has anyone got a way around this particular problem.

Use the following hyperref options:

pdfpagelabels, plainpages=false

 One of the warnings is shown here




pdfTeX warning (ext4): destination with the same identifier (name{page.1}) ha
 
  [1

_


That LyX shows this error although it is a warning is a bug taht is 
fixed for the next LyX version (see 
http://bugzilla.lyx.org/show_bug.cgi?id=1824).


regards Uwe


Re: Hyperref

2005-06-22 Thread Geoffrey Lloyd

Many thanks

I have solved that with the little additional hyperref option.

I now have a further issue.  In my book I include an abstract and 
acknowledgements. These are included in the table of contents using ERT and 
\addcontentsline.


However although both appear in the bookmarks, they both link to the same 
page, ie the first on the comes up.  Is there anyway to correct this.  WHen 
I use \pdfbookmark.. I end up with two enteries in the bookmarks which 
looks horrid.
- Original Message - 
From: Uwe Stöhr [EMAIL PROTECTED]

To: Geoffrey Lloyd [EMAIL PROTECTED]
Cc: lyx-users@lists.lyx.org
Sent: Wednesday, June 22, 2005 10:48 PM
Subject: Re: Hyperref



Geoffrey Lloyd wrote:


I am using the little hyperref premable from the lyx wiki \usepackage[
 colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black,
 pdfstartview=FitH,
 bookmarksopen=true,bookmarksopenlevel=0,
 pagebackref=true,
 pdftoolbar=false]{hyperref} and all works beautifully until I include my 
front pages.

 I am not quite sure what the issue is but it causes a lot of errors
in lyx.
 My first guess is that is means there are two pages number 1 and so on.

Yes this is the problem. This happens when two pages have internally the 
same number, mostly when you have a page numbered III and one numbered 
3. hyperref doesn't know in this case to which page it should set the 
page anchor for references.


 Has anyone got a way around this particular problem.

Use the following hyperref options:

pdfpagelabels, plainpages=false

 One of the warnings is shown here




pdfTeX warning (ext4): destination with the same identifier 
(name{page.1}) ha

 [1
_


That LyX shows this error although it is a warning is a bug taht is fixed 
for the next LyX version (see 
http://bugzilla.lyx.org/show_bug.cgi?id=1824).


regards Uwe





Hyperref

2005-06-22 Thread Geoffrey Lloyd
Hi

I am using the little hyperref premable from the lyx wiki 

 \usepackage[
 colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black,
 pdfstartview=FitH,
 bookmarksopen=true,bookmarksopenlevel=0,
 pagebackref=true,
 pdftoolbar=false]{hyperref} 

and all works beautifully until I include my front pages. I am not quite sure 
what the issue is but it causes a lot of errors in lyx. My first guess is that 
is means there are two pages number 1 and so on. One of the warnings is shown 
here 



pdfTeX warning (ext4): destination with the same identifier (name{page.1}) ha
 
  [1

_

Has anyone got a way around this particular problem.

Geoff

Re: Hyperref

2005-06-22 Thread Uwe Stöhr

Geoffrey Lloyd wrote:

I am using the little hyperref premable from the lyx wiki 


 \usepackage[
 colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black,
 pdfstartview=FitH,
 bookmarksopen=true,bookmarksopenlevel=0,
 pagebackref=true,
 pdftoolbar=false]{hyperref} 


and all works beautifully until I include my front pages.
 I am not quite sure what the issue is but it causes a lot of errors 
in lyx.

 My first guess is that is means there are two pages number 1 and so on.

Yes this is the problem. This happens when two pages have internally the 
same number, mostly when you have a page numbered III and one numbered 
3. hyperref doesn't know in this case to which page it should set the 
page anchor for references.


 Has anyone got a way around this particular problem.

Use the following hyperref options:

pdfpagelabels, plainpages=false

 One of the warnings is shown here




pdfTeX warning (ext4): destination with the same identifier (name{page.1}) ha
 
  [1

_


That LyX shows this error although it is a warning is a bug taht is 
fixed for the next LyX version (see 
http://bugzilla.lyx.org/show_bug.cgi?id=1824).


regards Uwe


Re: Hyperref

2005-06-22 Thread Geoffrey Lloyd

Many thanks

I have solved that with the little additional hyperref option.

I now have a further issue.  In my book I include an abstract and 
acknowledgements. These are included in the table of contents using ERT and 
\addcontentsline.


However although both appear in the bookmarks, they both link to the same 
page, ie the first on the comes up.  Is there anyway to correct this.  WHen 
I use \pdfbookmark.. I end up with two enteries in the bookmarks which 
looks horrid.
- Original Message - 
From: Uwe Stöhr [EMAIL PROTECTED]

To: Geoffrey Lloyd [EMAIL PROTECTED]
Cc: lyx-users@lists.lyx.org
Sent: Wednesday, June 22, 2005 10:48 PM
Subject: Re: Hyperref



Geoffrey Lloyd wrote:


I am using the little hyperref premable from the lyx wiki \usepackage[
 colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black,
 pdfstartview=FitH,
 bookmarksopen=true,bookmarksopenlevel=0,
 pagebackref=true,
 pdftoolbar=false]{hyperref} and all works beautifully until I include my 
front pages.

 I am not quite sure what the issue is but it causes a lot of errors
in lyx.
 My first guess is that is means there are two pages number 1 and so on.

Yes this is the problem. This happens when two pages have internally the 
same number, mostly when you have a page numbered III and one numbered 
3. hyperref doesn't know in this case to which page it should set the 
page anchor for references.


 Has anyone got a way around this particular problem.

Use the following hyperref options:

pdfpagelabels, plainpages=false

 One of the warnings is shown here




pdfTeX warning (ext4): destination with the same identifier 
(name{page.1}) ha

 [1
_


That LyX shows this error although it is a warning is a bug taht is fixed 
for the next LyX version (see 
http://bugzilla.lyx.org/show_bug.cgi?id=1824).


regards Uwe





Hyperref

2005-06-22 Thread Geoffrey Lloyd
Hi

I am using the little hyperref premable from the lyx wiki 

 \usepackage[
 colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black,
 pdfstartview=FitH,
 bookmarksopen=true,bookmarksopenlevel=0,
 pagebackref=true,
 pdftoolbar=false]{hyperref} 

and all works beautifully until I include my front pages. I am not quite sure 
what the issue is but it causes a lot of errors in lyx. My first guess is that 
is means there are two pages number 1 and so on. One of the warnings is shown 
here 



pdfTeX warning (ext4): destination with the same identifier (name{page.1}) ha
 
  [1

_

Has anyone got a way around this particular problem.

Geoff

Re: Hyperref

2005-06-22 Thread Uwe Stöhr

Geoffrey Lloyd wrote:

I am using the little hyperref premable from the lyx wiki 


 \usepackage[
 colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black,
 pdfstartview=FitH,
 bookmarksopen=true,bookmarksopenlevel=0,
 pagebackref=true,
 pdftoolbar=false]{hyperref} 


and all works beautifully until I include my front pages.
> I am not quite sure what the issue is but it causes a lot of errors 
in lyx.

> My first guess is that is means there are two pages number 1 and so on.

Yes this is the problem. This happens when two pages have internally the 
same number, mostly when you have a page numbered "III" and one numbered 
"3". hyperref doesn't know in this case to which page it should set the 
page anchor for references.


> Has anyone got a way around this particular problem.

Use the following hyperref options:

pdfpagelabels, plainpages=false

> One of the warnings is shown here




pdfTeX warning (ext4): destination with the same identifier (name{page.1}) ha
 
  [1

_


That LyX shows this error although it is a warning is a bug taht is 
fixed for the next LyX version (see 
http://bugzilla.lyx.org/show_bug.cgi?id=1824).


regards Uwe


Re: Hyperref

2005-06-22 Thread Geoffrey Lloyd

Many thanks

I have solved that with the little additional hyperref option.

I now have a further issue.  In my book I include an abstract and 
acknowledgements. These are included in the table of contents using ERT and 
\addcontentsline.


However although both appear in the bookmarks, they both link to the same 
page, ie the first on the comes up.  Is there anyway to correct this.  WHen 
I use \pdfbookmark.. I end up with two enteries in the bookmarks which 
looks horrid.
- Original Message - 
From: "Uwe Stöhr" <[EMAIL PROTECTED]>

To: "Geoffrey Lloyd" <[EMAIL PROTECTED]>
Cc: <lyx-users@lists.lyx.org>
Sent: Wednesday, June 22, 2005 10:48 PM
Subject: Re: Hyperref



Geoffrey Lloyd wrote:


I am using the little hyperref premable from the lyx wiki \usepackage[
 colorlinks=true,linkcolor=black,citecolor=black,urlcolor=black,
 pdfstartview=FitH,
 bookmarksopen=true,bookmarksopenlevel=0,
 pagebackref=true,
 pdftoolbar=false]{hyperref} and all works beautifully until I include my 
front pages.

> I am not quite sure what the issue is but it causes a lot of errors
in lyx.
> My first guess is that is means there are two pages number 1 and so on.

Yes this is the problem. This happens when two pages have internally the 
same number, mostly when you have a page numbered "III" and one numbered 
"3". hyperref doesn't know in this case to which page it should set the 
page anchor for references.


> Has anyone got a way around this particular problem.

Use the following hyperref options:

pdfpagelabels, plainpages=false

> One of the warnings is shown here




pdfTeX warning (ext4): destination with the same identifier 
(name{page.1}) ha

 [1
_


That LyX shows this error although it is a warning is a bug taht is fixed 
for the next LyX version (see 
http://bugzilla.lyx.org/show_bug.cgi?id=1824).


regards Uwe





Re[4]: hyperref + spaces in PDF title

2005-06-02 Thread Andrei Popov
 I useexplicit hypersetup command.
 Maybe you could try ?

Jean-Pierre, thanks a lot!

I don't see the actual difference between
\hypersetup and \usepackage[...]{hyperref}, but your suggestion worked
nonetheless!

Neat... =)

-- 
WBR,
Andrei Popov

Using LyX 1.3.4 on Linux



Re[4]: hyperref + spaces in PDF title

2005-06-02 Thread Andrei Popov
 I useexplicit hypersetup command.
 Maybe you could try ?

Jean-Pierre, thanks a lot!

I don't see the actual difference between
\hypersetup and \usepackage[...]{hyperref}, but your suggestion worked
nonetheless!

Neat... =)

-- 
WBR,
Andrei Popov

Using LyX 1.3.4 on Linux



<    1   2   3   4   5   6   7   8   >