<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>This MWE might do the trick, the problem is of course that normal \footnote cannot escape \item[...] thus we need to use \footnotemark and \footnotetext<br>
</p>
<p><br>
</p>
<p><br>
</p>
<p>\documentclass[a4paper]{article}<br>
\usepackage{ntheorem}<br>
\makeatletter<br>
\newtheoremstyle{plainfoot}%<br>
  {\item[\hskip\labelsep \theorem@headerfont ##1\ ##2\theorem@separator\footnotemark]}%<br>
  {\item[\hskip\labelsep \theorem@headerfont ##1\ ##2\ (##3)\theorem@separator\footnotemark]}<br>
<br>
\makeatother<br>
<br>
\theoremstyle{plainfoot}<br>
\theoremseparator{.}<br>
\newtheorem{theorem-foot}{Theorem}<br>
<br>
\begin{document}<br>
<br>
\begin{theorem-foot}<br>
  \footnotetext{Test}<br>
  sadf<br>
\end{theorem-foot}<br>
<br>
<br>
\end{document}<br>
<br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
<div id="Signature">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px"><br>
/Lars Madsen<br>
Institut for Matematik / Department of Mathematics<br>
Aarhus Universitet / Aarhus University<br>
Mere info: <a id="NoLP" href="http://au.dk/daleif@imf" tabindex="0">http://au.dk/daleif@math</a> / More information:
<a id="NoLP" target="_blank" href="http://au.dk/en/daleif@imf" tabindex="0">http://au.dk/en/daleif@math</a><br>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="color: rgb(33, 33, 33);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> texhax <texhax-bounces@tug.org> on behalf of Victor Ivrii <vivrii@gmail.com><br>
<b>Sent:</b> 30 November 2015 17:55<br>
<b>To:</b> texhax@tug.org<br>
<b>Subject:</b> [texhax] Theorem with footnote in the header</font>
<div> </div>
</div>
<div>
<div dir="ltr">I am using ntheorem and I would like to have a special kind of theorem (say theorem-foot} to have an output like this where ^ means raised box
<div><br>
<div><br>
</div>
<div><br>
</div>
<div>Theorem 2.1 ^5. </div>
<div>Blah-blah </div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>_____</div>
<div>^5 Cf. Theorem 1.3.</div>
<div><br>
</div>
<div><br>
<div>
<div>Also, if Blah-blah is</div>
<div><br>
</div>
<div>\begin{enumerate}</div>
<div>\item foo</div>
<div>\item bar</div>
<div>\end{enumerate}</div>
<div><br>
</div>
<div>I want "foo" start at the same line as Theorem.</div>
<div>
<div><br>
</div>
-- <br>
<div class="gmail_signature">
<div dir="ltr">Unfortunately my experiments with ntheorem did not produce what I wanted.</div>
<div dir="ltr"><br>
</div>
<div dir="ltr">Thank you in advance<br>
Victor Ivrii</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>