Is this possible to automatize? I would like everything that is in the footnotes (author(s), title, year of publication/edition) except page numbers or chapter specifications. If it could be made to work, do I have to write the footnotes in some uniform way?
|
What you are looking for is simply a bibliography, which is one of LaTeX's specialties. Nowadays a combination of
|
||||
|
|

\usepackage{scrextend},\deffootnote[1.8em]{0pt}{1.6em}{\makebox[1.8em][l]{\thefootnotemark.}}, and then I use it like this\footnote{Padron-McCarthy and Risch: {\em Databasteknik} (2005), chapters 5 and 11.}. – Emanuel Berg Feb 21 at 2:49