Skip to main content

All Questions

Tagged with
0 votes
0 answers
51 views

Custom table of contents for Theorems in LaTeX Document

I'm creating a LaTeX document (on Overleaf) filled with mathematical theorems and proofs. To quickly overview which theorems have been proven, I need a custom table of contents (TOC) that organizes ...
Martin Kunze's user avatar
0 votes
1 answer
66 views

Automation hyperlink from title to relevant Wikipedia page

I would like to hyperlink any subsection to a relevant Wikipedia page while clicking on it. let's say that the name of the subsection is: " Row and column vectors (wiki) " when clicking on (...
Saar BK's user avatar
0 votes
1 answer
41 views

Revise hyperlinks in multiple documents using a master hyperlink text file

While moving my teaching materials online, I got into a little technical challenge and would appreciate any inputs or pointers. Premise: Every week, I'd have a set of teaching notes. Learning would go ...
Penguin_Knight's user avatar
1 vote
1 answer
293 views

Automatically generate list of links in a document (similar to list of figures etc.)

Suppose you have a document containing lots of links but hidden under description text generated via hyperref. In a electronic version of the document you can just click on the link, but if you have ...
student's user avatar
  • 29.2k
3 votes
2 answers
656 views

Properly setting \thecounter when defining \newcounter{counter}[resetwith]

With \newcounter{counter}[resetwith], I can define a counter to be automatically reset when resetwith changes. However, it seems that \thecounter is defined to just display the value of counter, and ...
ysalmon's user avatar
  • 1,160
1 vote
1 answer
45 views

Navigation last next for own automated labels

I would like to add some navigation to my PDFs, such as jumping from change note to change note or todo note to todo note or such to the next such and back, something like \newcounter{cnt:todo} \...
Erik Itter's user avatar
0 votes
1 answer
170 views

Automatically add text numbering not included in headings to pdf bookmarks

In the following example, I have added the belowpdfbookmark command of the hyperref package after the lettrine numbers to add these to the bookmarks manually. How can I do this automatically, so that ...
dietz's user avatar
  • 163
11 votes
3 answers
2k views

How can I programmatically populate a PDF's pdfcreator field?

As I understand it, embedding (as metadata) the typesetting engine that was used to produce a PDF document is good practice. Here is an example of how this can be done using the hyperref package: \...
jub0bs's user avatar
  • 59.3k
3 votes
1 answer
1k views

How do I Auto-Label Hyperref Fillable Forms \TextField?

Is there any way to put an automatic label into the hyperref package's \TextField parameters field like this: \newcounter{lexemeCounter} \newcommand\lexemeCount{\stepcounter{lexeme}\...
Jonathan Komar's user avatar
4 votes
1 answer
238 views

How can I enable non-standard characters such as blanks or german Umlaute (ä,ö,ü) for hyperref labels?

I am trying to write a small package that (as a minor sub-feature) incorporates some usage of hyperref to get internal cross-references. To be precise, I want to do provide functionality like the ...
carsten's user avatar
  • 2,986
1 vote
1 answer
1k views

Fine-tuning bibliography

This question concerns fine-tuning a bibliography. I collected bib files (that are available for download from the source of a journal article) and put them all in a single biblio.bib file. Here are ...
Ash's user avatar
  • 443