Tagged Questions
5
votes
3answers
330 views
hyperref bad references
After cleaning up my project and compiling a tex file 10 times in a row:
rm temp.toc temp.pdf temp.out temp.html temp.aux
xelatex temp.tex # executed 10 times!
I still get bad references with ...
0
votes
1answer
125 views
Problem with fancyref, babel and equation references
I am using fancyref and babel together in a LaTeX document and redefine the label for the equation references by \renewcommand{\frefeqname}{Eq.}, so that they look something like "Eq. (3.4)". However, ...
3
votes
1answer
927 views
How to make \ref references include the word 'Figure'? [duplicate]
Possible Duplicate:
Table, Figure, and Listing prefixes
Automatically inserting “Section, Subsection, etc”
I'm using the package hyperref.
When referencing my figure, I ...
13
votes
3answers
442 views
hyperref links break with babel + hebrew (or right-to-left language)
It's time for Eyal's babel + Hebrew incompatibility of the week. And this time: hyperref... :-(
Basically, you can't get links with right-to-left text. It's about the direction rather than the ...
1
vote
1answer
87 views
Is babel breaking my labels?
I'm wondering if the babel package is breaking my labels. I'm calling babel with this:
% Russian
\usepackage[utf8x]{inputenc}
\usepackage[english,russian]{babel}
\addto{\captionsrussian}{%
...
5
votes
2answers
106 views
How to get chapter numbers to work in sections with memoir pagestyle{headings} and using babel?
I have a very strange behavior which I have managed to get boil downed into this minimal example. It's probably a bug report for either memoir or babel developers (where should that be sent?) but I ...