Tagged Questions
1
vote
1answer
82 views
Undefined \printindex
tex/.../supp-pdf.tex
tex/.../supp-mis.tex
loading : Context Support Macros / Miscellaneous (2004.10.26)
)
loading : Context Support Macros / PDF (2004.03.26)
)
tex/latex/hyperref/nameref.sty)
! ...
7
votes
2answers
129 views
error at \ifnum\luatexversion<68
The following code (minimal example taken from here)
\documentclass{article}
% Both of these are require to duplicate the problem
\usepackage{pgfplots}
\usepackage[splitindex]{imakeidx}
...
2
votes
1answer
219 views
“! Missing } inserted.” error when using the xeindex packege
In the following example, when I use the word foo in the \IndexList command (with some other words, not lonely), I'll get the following error:
! Missing } inserted.
<inserted text>
...
5
votes
1answer
99 views
Makeindex error when ! used in \index in align environment
See MWE below. The symbol ! in the \index causes an error. This is only the case in align environments (not in equation). So it seems to have to do something with amsmath. If ! is put in an \mbox ...
6
votes
1answer
116 views
Using permute with glossaries
There is a problem with using the package permute with glossaries.
A minimal working example:
(by the way a minimal working example to show how an "index of notation" can be created)
...
0
votes
1answer
343 views
! No room for a new \count . with showidx package
I'm getting an error when I try to \usepackage{showidx}:
! No room for a new \count .
\ch@ck ...\else \errmessage {No room for a new #3}
\fi
l.41 ...
0
votes
1answer
189 views
error when generating index
The .ilg file is fulll of errors, and no \index command is accepted.
This is makeindex, version 2.15 [TeX Live 2011] (kpathsea + Thai support).
Scanning input file thesis.idx...
!! Input index error ...
3
votes
1answer
536 views
Error compiling CJK with \tableofcontents and \makeindex
A basic document with Chinese text works fine:
\documentclass{article}
\usepackage{CJKutf8}
\title{标题}
\begin{document}
\begin{CJK}{UTF8}{gkai}
\maketitle
(text)
\end{CJK}
...
0
votes
1answer
514 views
Error using the package makeidx
My index is working smoothly with the command
\makeindex
alone. However, when I put
\usepackage{makeidx}\makeindex
compilation gives two errors as
1. Command \see already defined.
...
2
votes
1answer
854 views
pdflatex with index suddenly fails with undefined control sequences
The document I have been working on has built the index fine in the past. I have since made some changes to Part and Chapters, and re-arranged things in the preamble a little. Now pdflatex, mkindex, ...
4
votes
1answer
6k views
input index file not found
Dear experts
I am using TeXnicCentre. After compiling, while I get an output pdf file, an error is found that says Could't find input index file *pathname* nor *pathname*.idx
I am afraid I cant ...
3
votes
1answer
1k views
Is it bug or feature? I cannot use makeidx in beamer.
I attempted to use makeidx.sty in my beamer project.
The first two compilation using latex, the input file can be processed successfully.
Then I execute makeindex, it also run without error.
But ...