hi.
i have some trouble placing comments on the margin. for this i use
in the preamble i'm using
Code: Select all
\geometry{outer=2.5cm,inner=2cm,top=1.5cm,bottom=3cm}
which causes that the comment is not placed properly but is half outside the page on even and odd pages (i'm using twoside-page mode). i thought that \geometry might cause this problem, so i removed it and added
Code: Select all
\setlength{\oddsidemargin}{2cm-1in}
\setlength{\evensidemargin}{2.5cm-1in}
\setlength{\textwidth}{16.5cm}
because this is what i found several times at google (1in is said to be some offset latex uses). this causes both margins to be about 2cm and 2.5cm (somehow not exactly, though) but the comments as well being far off the page (but well aligned to the text block). the trouble seems to be, that the space for the comment is much wider than the actual margin. but i don't know how to change this... maybe i'm just using the wrong command for placing marginal notes.
help would be much appreciated.
thanks a lot, warrence