I am new to LaTeX and I'm creating a template for handins for school work.
I am using the article document class with the twoclumn option. In the beginning of the template I am making a header with name of class and title for
exercise. I would like to be able to, on a line in the header, write something at the beginning of the line and then on the same line flush something to the right margin but in the first column. Sketch:
MyClassTitle ___________space_____________ SomethingHere || Right column
where || denotes the boundary between the two columns. I have been trying with flushright and raggedleft but can not make it work.
