I was wondering if anyone could help me with the following:
I'm typing up lecture notes and I like to be able to tell where lectures begin. I've been typing
\marginpar{\fbox{Lecture 1}}
, \marginpar{\fbox{Lecture 2}}
, etc.. where I've wanted to show the start of a new lecture. But what I'd really like is to set up a new command with a counter so that I can just type \lect
throughout my .tex
file and have the lecture # increased by one each time.Any help would be greatly appreciated.
Thanks,
Jon
