Michael Eidenbenz
20. Oktober 2016 um 11:13
hello,

how can I put the footnote number right after the quotationmarks without having a newline?
dontleavehmode does not work.
The quotation environments creates a separate paragraph for the content and anything
after is belongs to a new paragraph.
thanks michael

\definestartstop[Citation]
[before={\startnarrower[left,right]\startquotation},
after={\stopquotation\stopnarrower\dontleavehmode}]
You can do the same with a custom quote environment:

\definedelimitedtext
  [Citation]
  [quotation]
  [leftmargin=standard]

Wolfgang