is there a Quarto way to
- place the table of contens (TOC) where I like it. Like for references (Bibliography Generation)
::: {#refs}
:::
(for LaTeX please see answer in comment from @shafee for further information)
toc: false
```{=latex}
\tableofcontents
```
- create Copy-paste-able/searchable PDF files TeX FAQ
header-includes:
- \usepackage{mmap}
- replace default title page, is there something like
toc: false
? https://en.wikibooks.org/wiki/LaTeX/Title_Creation
\begin{titlepage}
\end{titlepage}