GeneralQuestion on flush margin footnotes

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
bisonfeast
Posts: 3
Joined: Tue Mar 27, 2007 8:22 am

Question on flush margin footnotes

Post by bisonfeast »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Ledurt
Posts: 12
Joined: Tue Mar 27, 2007 7:05 pm

Re: Question on flush margin footnotes

Post by Ledurt »

Try this: don't use the option "flushmargin". When in the minipage, use this command:
\setlength{\fotnotemargin}{0pt}

I didn't try it...
bisonfeast
Posts: 3
Joined: Tue Mar 27, 2007 8:22 am

Re: Question on flush margin footnotes

Post by bisonfeast »

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
bisonfeast
Posts: 3
Joined: Tue Mar 27, 2007 8:22 am

Re: Question on flush margin footnotes

Post by bisonfeast »

I can also just define a command in the preamble setting this, so all's good. Thanks.

BF
Ledurt
Posts: 12
Joined: Tue Mar 27, 2007 7:05 pm

Re: Question on flush margin footnotes

Post by Ledurt »

maybe you can even add it in the definition of minipage...
Post Reply