Tag Archives: latex

latex: same footnote but different reference places (with hyperlink)

I had the following issue with LaTeX: I first created a footnote. Later on in the text I wanted to refer to the same footnote. The issue is that the footnote contains a hyperlink. After reading the few pages from … Continue reading

Posted in Computer Science | Tagged | 11 Comments

FEDORA: ec-incosolata font missing

Being developer of some R packages, I have to convert some R manual file using pdflatex. Under FEDORA, the conversion seems to work but some fonts are missing. It was not easy to figure out how to fix this issue. … Continue reading

Posted in Linux | Tagged , | 1 Comment

Latex: force limits to appear above and below the sum sign (inline equation)

In LaTeX equations, when using the sum sign in an inline equation, the limits do not appear above and below the sign but on its right side. If you want the limits above and below, place the \limits command after … Continue reading

Posted in Computer Science, Uncategorized | Tagged | 6 Comments