maieul / latexhumain

LaTeX et sciences humaines
48 stars 11 forks source link

Hyperref warnings #15

Closed AKielhorn closed 8 years ago

AKielhorn commented 11 years ago

I had two problems with index creation:

  1. the main idx file wasn't written
  2. printindex used the wrong base filename (This is a work around, not a bug fix.)

I added texorpdfstring to some definitions and sectioning commands to remove hyperref warnings and create clean TOC entries in the pdf.

Axel

maieul commented 11 years ago

Plese, open one pull request by problem :-)

I think the problem of makeindex is with the actual version of imakeidx, but will be not with the next version (I have written to the author).

I don't understand why for \arg you made the escape inside the macro and not for \cs and \oldcs.

Actually, I can't accept this request, because it's multiply the code ...

AKielhorn commented 11 years ago

Am 14.10.2012 um 14:47 schrieb Maïeul Rouquette:

Plese, open one pull request by problem :-)

I will try again.

I think the problem of makeindex is with the actual version of imakeidx, but will be not with the next version (I have written to the author).

The first patch is necessary if I understood the documentation correct. The second may be a bug in imakeidx. (I use the TeXLive 2012 version) I'm waiting for an update to imakeidx.

I don't understand why for \arg you made the escape inside the macro and not for \cs and \oldcs.

Actually, I can't accept this request, because it's multiply the code ...

In that case I have to dig deeper into the \cs and \oldcs definition.

Axel