I'm trying to write a user guide in LaTeX, and I want to layout my page in a way that I can put in a left margin for comments / notes on the corresponding lines of text in the main portion of the page (eg. a pcture of an exclamation mark and some words of caution to the reader about something said in the content on the right).
Furthermore it would be nice if I could somehow get a thin line separating the margin and the main body of text.
I've tried playing around with minipage, but I don't know how to specify the placement of the columns: I can't make the "margin" column align to the left side of the page, minipage always splits the page in half.
EG:
| main content of the page
| ctd.....................
! Warning | ctd.....................
| ctd.....................
| ctd.....................
? Note | ctd.....................
| ctd.....................
