I have some documents scanned as pdf, and since I want to hand them in to my university combined as one document, I want to attach a table of contents to make the reader aware of the fact, that there are several documents inside this pdf. So, since I already have the documents and I am not producing them in Latex anymore, I only want to create the table of contents in Latex. Usually, Latex pulls its information for the toc out of the document it won't have this time. So, is there manual way of creating a table of contents, where I can type in myself, which section exists and what page it is on?
Thank you all in advance and have a nice weekend!
PS: I double checked if that topic was already dealt with, but I didn't find anything.
pdfpages
package. This allows you to stitch the pdfs together and add information for the toc via theaddtotoc={....}
option – samcarter_is_at_topanswers.xyz