Tagged Questions
2
votes
1answer
101 views
Hyperref font selection problem with babel and french
How one can change font in the text form?
\documentclass{standalone}
\usepackage{xcolor}
\usepackage[utf8]{inputenc}
\usepackage[T2A]{fontenc}
\usepackage[english,russian,french]{babel}
...
3
votes
1answer
67 views
autoref in French documents incompatible with TeX4ht
I'm currently using MiKTeX 2.9 on Windows 7 and can't get to compile a French document correctly. Here is a very minimal example:
\documentclass[francais]{article}
\usepackage[T1]{fontenc}
...
2
votes
1answer
102 views
hyperref autoref capitalization problems with babel
I have already read some similar qustions, but the solution over there does not work if I add the 'babel' package. The thing is change the autorefname of one specific, say Figure, and I just want to ...
5
votes
3answers
323 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 ...
9
votes
2answers
1k views
Conflict between babel, hyperref and appendix package
While writing my thesis I use the hyperref and appendix packages like in the little example below.
test.tex
\documentclass{book}
\usepackage{hyperref}
\usepackage[titletoc]{appendix}
...
3
votes
1answer
900 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 ...
5
votes
2answers
358 views
babel \L command reverses letters, inserts Ł symbol
It's time for Eyal's babel+Hebrew (or right-to-left) incompatibility of the week; and this time, it's hyperref again.
If you have:
\documentclass{article}
\usepackage[hebrew,english]{babel}
...
13
votes
3answers
441 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 ...