Tagged Questions
2
votes
3answers
134 views
\ref doesn't work in math mode if hyperref and bidi packages are loaded [closed]
Is \ref supposed to work in math mode? If hyperref and bidi are loaded, it generates errors:
\documentclass{article}
\usepackage{hyperref}
\usepackage{bidi}
\begin{document}
Testing labels with ...
2
votes
1answer
146 views
“improper alphabetic constant” with hyperref and bidi packages
I'm getting an "improper alphabetic constant" error in xelatex which appears to be due to an interaction between the bidi and hyperref packages, when I redefine the \section cmd. Here's an MWE:
...
4
votes
1answer
206 views
Problem when bidi & hyperref packages are used with custom document class (XeLaTeX)
There is a problem when bidi & hyperref packages are used together and custom document style is used. For example:
\documentclass[unicode]{myreport}
\usepackage{xltxtra}
\author{Author}
...