|
LaTeX: Graphics in margin
How can I put a small graphic in the margin next to each section?
My guess is that I should define a command that places a graphic in the margin, and then renew \section so it invokes this command each time it is used.
Another approach might be to reduce the left margin in section titles by e.g. 20mm for a 20mm wide graphic, and renew \section so the compiler places this graphic before it inserts the title.
but how would I code either without too much trouble?
|