Hello Nicolas,

Nicolas Goaziou wrote:
> "Sebastien Vauban" writes:
>> Nicolas Goaziou wrote:
>>> "Sebastien Vauban" writes:
>>>
>>>> It seems we can't put footnotes in the left part of the
>>>> description. Is it intended?  Could that restriction be removed?
>>>
>>> That's not really intended, and the fix is easy, but I have a question
>>> first: how would it be rendered in LaTeX?
>>>
>>> Apparently,
>>>
>>>   "\item[tag text\footnote{contents}] item's contents"
>>>
>>> isn't valid.
>>
>> I would then say just after the [...] part, so that it stays closer to where
>> we want to put it.
>>
>> But, then, you'll say the user can already do that. True.
>
> I've added support for footnote references in item tags.  Since it's
> quite tricky in LaTeX back-end (as much as nested footnote references),
> I'd appreciate if you could test it and tell me if it works as expected.

I don't think it works as expected:

--8<---------------cut here---------------start------------->8---
  - C-c C-e[1] :: Appelle le dispatcher
  - C-c a[2] a :: Appelle l'agenda

  * Footnotes

  [1] E pour export

  [2] C-c a est un préfixe commun à beaucoup de commandes
--8<---------------cut here---------------end--------------->8---

gets exported to:

--8<---------------cut here---------------start------------->8---
  \begin{itemize}
  \item C-c C-e\footnote{E pour export
   } :: Appelle le dispatcher
  \item C-c a\footnote{C-c a est un préfixe commun à beaucoup de commandes
   } a :: Appelle l'agenda
  \end{itemize}
--8<---------------cut here---------------end--------------->8---

That is, not as a description list...

Best regards,
  Seb

[1] DEFINITION NOT FOUND: 1

[2] DEFINITION NOT FOUND: 2

-- 
Sebastien Vauban


Reply via email to