I've attached a MWE showing a bad interaction between hyperref and the command
\newcommand{\smalltilde}[0]{\raisebox{-1.5mm}{\~}}
Is hyperref redefining \raisebox ? How do I fix this?
Cheers,
Steve
General ⇒ hyperref interferes with \raisebox ?
hyperref interferes with \raisebox ?
- Attachments
-
- hyperref-smalltilde-debug.tex
- (839 Bytes) Downloaded 331 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
hyperref interferes with \raisebox ?
Thank you, that worked beautifully -- can you tell me why?
Steve
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: hyperref interferes with \raisebox ?
Hi Steve,
\~ is also used for accents like \~{a} for ã. This may cause that error, \~{} prevents that.
Stefan
\~ is also used for accents like \~{a} for ã. This may cause that error, \~{} prevents that.
Stefan
LaTeX.org admin