[pdftex] Help appreciated with \symbol{N} in bookmarks (fwd)

Akira Kakuto kakuto at fsci.fuk.kindai.ac.jp
Tue Jan 25 06:12:37 CET 2005


> > i have the following problem:
> > when using the \symbol{60} and the \symbol{62} command in latex, i get a 
> > false representation of this symbol in pdf-bookmarks (these commands 
> > stand for the "<" and ">" characters respectively).

I think you cannot use $\symbol{60}$ etc. for bookmarks.
The following is an example to obtain <> in bookmarks:

\documentclass{article}
\usepackage{hyperref}
\begin{document}
%
%
\catcode`\@=0
@catcode`@\=12
@section{@texorpdfstring{$@symbol{60}@symbol{62}$}{\074\076}}
@catcode`@\=0
\catcode`\@=12
%
%
\end{document}

-- 
Akira Kakuto



More information about the pdftex mailing list