On 2018-04-03, 08:08 GMT, jezZiFeR wrote: > could somebody please help: how could I get rid of the > indentation of footnotes in the first line of the footer? > I want every footnote to begin at the margin without > indentation. I use KOMA-script-report in LyX 2.3.0. Please let > me know if you need a screenshot.
Try something on the tone of: \newlength{\mc@fnbodywidth} \renewcommand{\@makefntext}[1]{% \setlength{\mc@fnbodywidth}{\linewidth} \addtolength{\mc@fnbodywidth}{-1.8em} \noindent\parbox[t]{1.8em}% {\hfill\@makefnmark\hspace*{3pt}}% \parbox[t]{\mc@fnbodywidth}{#1}% } It's a long time since I really worked with LyX, but you may take a look at https://gitlab.com/mcepl/programky/tree/master/contract where you can find some inspiration (hopefully). It is completely unsupported and I have forgotten most how it works. Best, Matěj
pgp4dvQvQe5ny.pgp
Description: PGP signature