Search found 3 matches

by george
Wed Jun 02, 2010 11:52 pm
Forum: General
Topic: margin notes in tabbing environment
Replies: 0
Views: 1030

margin notes in tabbing environment

I need to put a margin note next to a tabbing environment. If I try to use \marginpar within the environment I get an error: LaTeX Error: Not in outer par mode.

I've tried putting the \marginpar just before the \begin of the environment, but it ends up aligned with the last line of the preceding ...
by george
Fri Feb 08, 2008 2:45 am
Forum: General
Topic: margin note in tabbing environment
Replies: 2
Views: 2867

Re: margin note in tabbing environment

Perfect! Many thanks Juanjo.

George

(Sorry I posted this in the wrong topic. Is there a way to move it to latex >> general instead of latex-community >> general?)
by george
Fri Feb 08, 2008 1:03 am
Forum: General
Topic: margin note in tabbing environment
Replies: 2
Views: 2867

margin note in tabbing environment

Hi -

I need to put a margin note (a file name) next to a code example in my text. I'm currently using the tabbing environment to display my code, and considering switching to the listing package.

If I try to use \marginpar in the tabbing environment I get an error: LaTeX Error: Not in outer par ...