Commit 13cc67dd authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #252 from albert-github/feature/bug_latex_index_komal

Bug ?? for page numbers in the latex indices
parents 9d1c6f6f 37ea04c3
......@@ -1065,7 +1065,7 @@ void LatexGenerator::endIndexItem(const char *ref,const char *fn)
{
if (!ref && fn)
{
t << "}{\\pageref{" << fn << "}}{}" << endl;
t << "}{\\pageref{" << stripPath(fn) << "}}{}" << endl;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment