Discussion:
bold Greek letters and cross references in pdf
sebszab
2007-05-17 09:08:40 UTC
Permalink
Hi,

I have two simple questions:

1. How can I make bold Greek lowercases? Greek capital letters appear
bold when I use the \mathbf{\Phi} command, for example, but \mathbf
{\phi} appears as \phi.

2. How could I make cross references in the pdf file in the sense that
clicking to the cross reference would jump to the corresponding
equation, theorem, etc.? I have seen pdf files with this feature but I
don't know how to do it.

Thanks very much for any help.
Regards,
Szabolcs
Andreas Lindstrot
2007-05-17 14:22:56 UTC
Permalink
Hi Szabolcs
cross references in PDFs you can make with the paket hyperrefs, see in the manual.
For your first problem I have no idea.
Greetings
Andreas
_______________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192
jgarcia177
2007-05-19 21:41:25 UTC
Permalink
Post by Andreas Lindstrot
Hi Szabolcs
cross references in PDFs you can make with the paket hyperrefs, see in the manual.
For your first problem I have no idea.
Greetings
Andreas
_______________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192
Please, I am usign miktex but in the package manager doesn't appear
this package hyperrefs, ¿Where can I get it?
Thanks

Jorge Garcia
Bogdan Cristea
2007-05-19 19:40:31 UTC
Permalink
Hi

1) for bold Greek letters (upper and lower case) use
\boldsymbol{} command defined by amsmath package
2) for pdf files with cross references use hyperref
package. Include this at the beginning of your file:

\usepackage{hyperref}

regards
Bogdan
Post by sebszab
Hi,
1. How can I make bold Greek lowercases? Greek
capital letters appear
bold when I use the \mathbf{\Phi} command, for
example, but \mathbf
{\phi} appears as \phi.
2. How could I make cross references in the pdf file
in the sense that
clicking to the cross reference would jump to the
corresponding
equation, theorem, etc.? I have seen pdf files with
this feature but I
don't know how to do it.
Thanks very much for any help.
Regards,
Szabolcs
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
sebszab
2007-05-22 09:03:03 UTC
Permalink
Thanks very much for the help, the \boldsymbol{} command is what I
want, although it is still italic and not only bold as in the case of
latin letters, but it is fine.
Regarding the hyperref package, I'm gonna look at the manual and find
the appropriate commands.
Thanks again.
Szabolcs
Post by Bogdan Cristea
Hi
1) for bold Greek letters (upper and lower case) use
\boldsymbol{} command defined by amsmath package
2) for pdf files with cross references use hyperref
\usepackage{hyperref}
regards
Bogdan
Post by sebszab
Hi,
1. How can I make bold Greek lowercases? Greek
capital letters appear
bold when I use the \mathbf{\Phi} command, for
example, but \mathbf
{\phi} appears as \phi.
2. How could I make cross references in the pdf file
in the sense that
clicking to the cross reference would jump to the
corresponding
equation, theorem, etc.? I have seen pdf files with
this feature but I
don't know how to do it.
Thanks very much for any help.
Regards,
Szabolcs
______________________________________________________________________
_______
Post by Bogdan Cristea
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
Andreas Lindstrot
2007-05-22 06:01:36 UTC
Permalink
Hi Jorge
Post by jgarcia177
Please, I am usign miktex but in the package manager doesn't appear
this package hyperrefs, ¿Where can I get it?
Thanks
In Miktex is the programm "browse packages" (it is also linked in the start listing), there you can see all packages, which are installed and which are avaiable.
In this programm you can install it directly.
Greetings
Andreas


_______________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192
Continue reading on narkive:
Loading...