Tagged Questions
4
votes
2answers
144 views
Insert hyphenation point in BibTeX using PDFLaTeX and hyperref
How to tell PDFLaTeX to make hyphenation in place where I want it to be?
I have my document file:
\documentclass[10pt,a4paper]{article}
\PassOptionsToPackage{hyphens}{url}\usepackage{hyperref}
...
2
votes
1answer
156 views
How to compile LaTeX out-of-source while using bibtex?
I often use the out-of-source compilation on my LaTeX code to separate the generated files from the source files, thus I can conveniently commit my code to the repository. The command is like this:
...
4
votes
3answers
264 views
Hyperlink each bib entry to its DOI page
Can I have each bib entry hyper-linked to its DOI page? i.e. clicking anywhere on the bib entry (preferably anywhere, but if not possible, at least on the title of the paper) in the PDF should open ...
6
votes
1answer
149 views
adjusting a constant in a *.bst file (plainurl.bst)
I am using plainurl.bst style, Miktex 2.8, pdflatex to generate a pdf file. It gives explicitly the URL of my bib file. I would like to get this link attached to the title (i.e. embedded below the ...
2
votes
0answers
876 views
Problem compiling BibTeX bibliography with pdfLaTeX [closed]
I'm sure this is an amateur problem, but I can't seem to get my BibTeX bibliography to compile using pdfLaTeX. It worked before when I did Latex->DVI->PDF, but then I had to add some syntactic ...
0
votes
0answers
431 views
PdfLatex does not compile the BibTex [closed]
I have a weird problem !
When I use includegraphics to insert pdf files the pdflatex does not compile the .bib file ! As you know you it is not possible to use pdf graphics in LaTeX, I'm assuming that ...