Tagged Questions
2
votes
0answers
68 views
Some errors with a little document
I have some errors with my paper in LaTeX, and I don't understand how to fix the problems :
The first is :
pdfTeX warning (ext4): destination with the sa
me identifier (name{page.1}) has been ...
8
votes
1answer
71 views
Hyphenation does not work with acro and luatex, but with pdftex
I'm using luatex 0.70.1 together with acro 1.2 and I have the following MWE.
\documentclass{minimal}
\usepackage[ngerman]{babel}
\usepackage{acro}
\DeclareAcronym{DNA}{
short=DNA,
...
2
votes
1answer
90 views
How to put kana with CJK in the name of a “polyglotic” glossary entry?
After discovered how to mix glossary and acronym system (See here), and how to put kana/kanji working with pdfLaTeX (See here), I was trying to mix the both, in order to create kind of dictonnary, ...
3
votes
1answer
960 views
Acronym not defined warning
I'm getting some strange warnings when I build my latex files with pdftex (texlipse). I have defined an acronym list like this:
\chapter*{Acronyms}
\addcontentsline{toc}{chapter}{Acronyms}
...