Since this problem seemed to be independant of the glossaries package I opend a new thread for the more general case.
The fix for a normal hyperlink is easy enough: (thank you frabjous)
It looks like the latex version takes it out of math mode.
Try this:
\documentclass{article}
\usepackage ...
Search found 12 matches
- Thu Mar 04, 2010 2:51 pm
- Forum: Text Formatting
- Topic: hyperref and glossaries in subscripts
- Replies: 5
- Views: 5345
- Thu Mar 04, 2010 2:46 pm
- Forum: General
- Topic: hyperref in subscripts (using LaTeX compiler)
- Replies: 2
- Views: 2581
Re: hyperref in subscripts (using LaTeX compiler)
Ah, ok; so there exists a simple fix for a normal hyperlink - thank you very much!
Now the question remains how to fix the problem when the hyperlinks are created by glossaries (or other packages), but I will pose that in the original thread.
Best regards
Martin
Now the question remains how to fix the problem when the hyperlinks are created by glossaries (or other packages), but I will pose that in the original thread.
Best regards
Martin
- Wed Mar 03, 2010 12:05 pm
- Forum: General
- Topic: hyperref in subscripts (using LaTeX compiler)
- Replies: 2
- Views: 2581
hyperref in subscripts (using LaTeX compiler)
Hello
In a previous topic it was found out that my problem statement was too specific (by defining the hyperlink via the glossary package), so I hope it is correct to start a new topic with the real problem:
The hyperref package works fine in subscripts if the document is compiled using PDFLaTeX ...
In a previous topic it was found out that my problem statement was too specific (by defining the hyperlink via the glossary package), so I hope it is correct to start a new topic with the real problem:
The hyperref package works fine in subscripts if the document is compiled using PDFLaTeX ...
- Tue Feb 23, 2010 4:52 pm
- Forum: Math & Science
- Topic: special layout for huge equations
- Replies: 12
- Views: 8268
special layout for huge equations
Sorry for the late answer, I was occupied with some more calculations rather than the report the past few months...
The asnwer is, indeed yes. You can use, for example the adjustwidth environment provided by the changepage package to change the page layout for your equation (I don't like very ...
The asnwer is, indeed yes. You can use, for example the adjustwidth environment provided by the changepage package to change the page layout for your equation (I don't like very ...
- Tue Feb 23, 2010 11:56 am
- Forum: Text Formatting
- Topic: hyperref and glossaries in subscripts
- Replies: 5
- Views: 5345
Re: hyperref and glossaries in subscripts
Oh, the problem is narrowing down:
When I use the Latex => PDF compiler option, the outputs are indeed as expected! The problem only occurs when I use the Latex => PS => PDF option, which I need for my final report because I'm using PStricks.
Here the compiler options:
Latex => PDF
compiler ...
When I use the Latex => PDF compiler option, the outputs are indeed as expected! The problem only occurs when I use the Latex => PS => PDF option, which I need for my final report because I'm using PStricks.
Here the compiler options:
Latex => PDF
compiler ...
- Tue Feb 23, 2010 10:52 am
- Forum: Text Formatting
- Topic: hyperref and glossaries in subscripts
- Replies: 5
- Views: 5345
Re: hyperref and glossaries in subscripts
Hello
Ok, so this means that it is a problem with the compiler and not with the program itself, that's allready good to know
But I just did an update of all my packages and that didn't help. What else could I try to do? Or what exactly would you need to be able to help me with this problem?
Ok, so this means that it is a problem with the compiler and not with the program itself, that's allready good to know

But I just did an update of all my packages and that didn't help. What else could I try to do? Or what exactly would you need to be able to help me with this problem?
- Thu Feb 18, 2010 3:13 pm
- Forum: Text Formatting
- Topic: hyperref and glossaries in subscripts
- Replies: 5
- Views: 5345
hyperref and glossaries in subscripts
Hello
In my report I would like to make a glossary for commonly used index that are usually placed in subscripts. This works just fine with the glossaries package - but when I want to improve the document for pdf-reading by adding the hyperref package the sizes and the fonts are changed.
Here a ...
In my report I would like to make a glossary for commonly used index that are usually placed in subscripts. This works just fine with the glossaries package - but when I want to improve the document for pdf-reading by adding the hyperref package the sizes and the fonts are changed.
Here a ...
- Thu Nov 12, 2009 6:31 pm
- Forum: Math & Science
- Topic: special layout for huge equations
- Replies: 12
- Views: 8268
special layout for huge equations
I think you problem may be the difference between the margins and the entire page. Assuming your textwidth is centered on the page, if the line is longer than the textwidth, it is started at the left margin and runs over the right margin, no longer appearing to be centered on the page.
If you ...
If you ...
- Thu Nov 12, 2009 12:58 pm
- Forum: Math & Science
- Topic: special layout for huge equations
- Replies: 12
- Views: 8268
special layout for huge equations
(e. g. Schroedinger equation in polar coordinates).
Uuuh, sounds sweet :)
Use the flalign environment and slightly rearrange the lines of your equations.
Thanks for the hint with flalign, I didn't know about this environment before.
Unfortunately it still doesn't really do what I was hoping for ...
Uuuh, sounds sweet :)
Use the flalign environment and slightly rearrange the lines of your equations.
Thanks for the hint with flalign, I didn't know about this environment before.
Unfortunately it still doesn't really do what I was hoping for ...
- Thu Nov 12, 2009 11:56 am
- Forum: Math & Science
- Topic: special layout for huge equations
- Replies: 12
- Views: 8268
special layout for huge equations
Build a concrete example with one of the concerned equations.
As you wish! I hoped to avoid this, but here is the biggest culprit in question:
\documentclass[a4paper]{report}
\pagestyle{plain}
\usepackage{amsmath}
\newcommand{\spsi}{\hspace{1pt}\mathrm{s}\delta\hspace{1pt}}
\newcommand{\cpsi ...
As you wish! I hoped to avoid this, but here is the biggest culprit in question:
\documentclass[a4paper]{report}
\pagestyle{plain}
\usepackage{amsmath}
\newcommand{\spsi}{\hspace{1pt}\mathrm{s}\delta\hspace{1pt}}
\newcommand{\cpsi ...