Latex template for quickly writing summaries of courses -


For some courses, I have permission to write a summary and use it in the exam. The allowed summary is usually limited to something like ten A4 pages. I quickly swallowed a latex template, but I have not found anything useful yet.

The template should allow access to the full space available on A4 paper, by default, latex documents usually have large ranges. I think I am not the first person to look for such a template, so if you know the best templates then please post any link.

You can use your margin very easily with the geometry package (which I believe That most Latex distributions should be part of)

You will also need more than one column layout and AIIMS mathematics packages.

You can find a bunch of details on the page layout here

I will probably use something like this:

documentclass [A4paper] {Article} \ usepackage {margin = 1cm} {geomtry} \ usepackage {amspath} \ usepackage {multicol} \ start {document} \ start {multicols} {3} ... my stuff here ... \ end {Multicols} \ End {document}

Edit: The original version was trying to use plain style, which does not exist. Apart from this, the document was used instead of the introduction, and there were some spelling mistakes. Unless you fill it up with some stub data, Google does not seem to be useful ... to get the random fill text for "lorem ipsum" Google


Comments