Tagged Questions

2
votes
2answers
369 views

Incorrect hyperlinking in LaTeX

So far the hyperref package in LaTeX has automatically linked all the items in my report correctly. But there is one that did not get linked properly, possibly because I manually added it to the table ...
1
vote
0answers
12 views

latex: how to make appendix and hyperref packages work together with cyrillic (non ASCII) characters? [migrated]

I have latex document with hyperref and appendix packages that fails to build. But if I switch off either appendix or hypererf everything works fine \documentclass[14pt]{article} ...
1
vote
3answers
2k views

Setting up author or address string variables in LaTeX

LaTeX is a wonderful language for writing documents. With the hyperref package and pdflatex, you easily generate documents with metadata, a nice feature to get your documents referenced right on the ...
0
votes
1answer
562 views

pdftex driver of hyperref package doesn't work with utf-8 encoded .tex files

i use pdflatex to generate pdf files. my source files are all utf-8 encoded because of non-english characters. without \usepackage{hyperref} code, they can be compiled without any problem. but when i ...