I would like my footnotes to look similar to this:
That is, have the footnote number, not necessarily in superscript as in the example above,
-
but in footnote size placed on the baseline at the lefthand margin of the page,
-
and then have the entire footnote-text indented by 36pt or 1.27cm to account for 3 digits in the footnote numbers.
I tried this in the preamble of my document:
<assign|render-footnote*|<macro|sym|nr|body|<\float|footnote|>
<small|<with|par-mode|justify|par-left|1.27cm|par-right|0cm|font-shape|right|dummy|<value|page-fnote-sep>|dummy|<value|page-fnote-barlen>|<surround|<locus|<id|<hard-id|<arg|body>>>|<link|hyperlink|<id|<hard-id|<arg|body>>>|<url|<merge|#footnr-|<arg|nr>>>>|<arg|sym>><footnote-sep>|<set-binding|<merge|footnote-|<arg|nr>>|<value|the-label>|body><right-flush>|<arg|body>>>>
</float>>>
and what I get is is this:
So obviously, the entire footnote float has been shifted by 1.27cm to the left. But this is not what I want. Does anyone know how to change the code such that the footnotes look formatted as in the first example.
Cheers, Tilda