I am writing a minor thesis and am in trouble as to footnotes formatting. I have searched everywhere but I just can't figure out a solution to this problem (being a LaTeX beginner). I believe it is similar to this thread, but there is a big difference in that I need my footnote paragraphs to be ragged right. I have to solve this as soon as possible, so I am eternally grateful for any help I can get!
I am using LyX with the Memoir book class and with the following code in the preamble (along with \raggedright for the body text) I almost get what I want:
Code: Select all
\usepackage[ragged,hang]{footmisc}
\setlength{\footnotesep}{14pt}
\setlength{\skip\footins}{24pt}
Without the footmisc package and with the following code:
Code: Select all
\renewcommand\@makefntext[1]{%
\noindent\parbox[t][\height][l]{3em}{\@thefnmark.}\parbox[t][\height][l]{14cm}{#1}\vskip3pt}
\makeatother
Thanks in advance!
Håkan