Search found 4 matches

by LukeDrew
Thu Oct 31, 2024 10:03 pm
Forum: General
Topic: Expl3: Passing bool variable to a key that "accepts boolean values only"
Replies: 0
Views: 2596

Expl3: Passing bool variable to a key that "accepts boolean values only"

Hello,

I have two Expl packages: pkga.sty and pkgb.sty . Both accept boolean key hyper . I want to nest pkgb setup in pkga , so can I pass hyper=true|false from my document to pkga , which in turn passes it to the pkgb .

The problem is that I am getting the error Key 'pkgb/hyper' accepts boolean ...
by LukeDrew
Wed Apr 10, 2024 4:59 am
Forum: General
Topic: Indexing terms from included PDF file (pdfpages+imakeidx+hyperref)
Replies: 3
Views: 78738

Indexing terms from included PDF file (pdfpages+imakeidx+hyperref)

I finished the code that solves the problem. I put it below - maybe it will be useful to someone in the future. May require some adjustment, since only a tiny subset of \includepdf options is wrapped. Thank you once more for the inspiration.

pdfpw.sty :


\newcommand{\ExplFileName}{pdfpw} % see ...
by LukeDrew
Fri Apr 05, 2024 9:06 pm
Forum: General
Topic: Indexing terms from included PDF file (pdfpages+imakeidx+hyperref)
Replies: 3
Views: 78738

Indexing terms from included PDF file (pdfpages+imakeidx+hyperref)

Hi Stefan, thank you for uploading the file and inspiring suggestions!

As to numbers, I have 50+ pdf pages included using \includepdf with 40+ items added using addtotoc option and 70+ figures/tables added to LoF/LoT using addtolist option. I expect a significant amount of index terms to be added ...
by LukeDrew
Wed Apr 03, 2024 10:09 pm
Forum: General
Topic: Indexing terms from included PDF file (pdfpages+imakeidx+hyperref)
Replies: 3
Views: 78738

Indexing terms from included PDF file (pdfpages+imakeidx+hyperref)

Hello,

As it is my first topic, I'd like to say hello to the whole community!

I am writing PhD thesis that consists of several chapters and then several articles added using \includepdf command from pdfpages package.

I would like to add some terms from included PDF files to the index, with ...