I am trying to implement the solutions that are found here to add a footnote that comes without a number, e.g. this or this one. But even using \Footnotetext{}{text} from nccfoots always produces a footnote that has no number but still a dot (from the numbering).
I am using the latest MacTeX-2017 distribution.
UPDATE: I am very sorry that I have not have provided a MWE sooner, but I got hold up in something...
Anyway, while preparing the MWE, I figured that the issue is related to a conflict with the biblatex-chicago package.
\documentclass{article}
\usepackage{lipsum}
\usepackage{nccfoots} % or any other method to supress numbers
\usepackage[
authordate,
backend=biber,
maxcitenames=2,
uniquelist=false
]{biblatex-chicago}
\begin{document}
\Footnotetext{}{A nccfoots footnote.}
\end{document}
If I delete \usepackage{biblatex-chicago} from the MWE, it will actually work. Otherwise the output looks as follows:
Do you see a workaround?




\documentclass{...}and ending with\end{document}. – Michael Fraiman Jun 24 '17 at 16:26