I already used \usepackage[side,flushmargin]{footmisc} to put all footnotes at the margin area, but they parallel to noted texts.
so how can I make them looks like the above sample?
These are my codes:
Code: Select all
\documentclass[10pt,a4paper]{book}\textwidth=11cm\textheight=25cm\marginparsep=1cm\usepackage{fancyhdr}\pagestyle{plain}\renewcommand{\headrulewidth}{0.4pt} \renewcommand{\footrulewidth}{0.4pt}\renewcommand\thepage{{\large\arabic{page}}}\usepackage{geometry}\geometry{left=2cm,right=7cm,top=2cm,bottom=2cm}\usepackage[side,flushmargin]{footmisc}\usepackage{morefloats}\usepackage[german,french]{babel}\begin{document}\frontmatter\begin{flushleft}\thispagestyle{empty}\pagenumbering{Roman}\mainmatter\chapter{chapter1}"Chasing Pavements"I've made up my mind,Don't need to think it over\footnote{adele1}If I'm wrong, I am rightDon't need to look no further\footnote{adele1}This ain't lustI know this is love
This is the outcome of my codes: Thanks a lot!