Hi all,
I would like to make my minipage footnotes flush margin on left but normal footnotes indented. Using footmisc package moves both minipage and regular footnotes. Any suggestions?
Bisonfeast
General ⇒ Question on flush margin footnotes
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Question on flush margin footnotes
Try this: don't use the option "flushmargin". When in the minipage, use this command:
\setlength{\fotnotemargin}{0pt}
I didn't try it...
\setlength{\fotnotemargin}{0pt}
I didn't try it...
-
- Posts: 3
- Joined: Tue Mar 27, 2007 8:22 am
Re: Question on flush margin footnotes
Your suggestion works. I was hoping for something where I wouldn't have to go to each minipage if I need to change the margin, but I'll take what I can get.
Thanks.
bisonfeast
Thanks.
bisonfeast
-
- Posts: 3
- Joined: Tue Mar 27, 2007 8:22 am
Re: Question on flush margin footnotes
I can also just define a command in the preamble setting this, so all's good. Thanks.
BF
BF
Re: Question on flush margin footnotes
maybe you can even add it in the definition of minipage...