Tagged Questions
7
votes
4answers
119 views
No indent in modified \maketitle in article
I am looking to have the title left justified along with the name of the author and teacher and the date. I have managed to get it left justified but the name is being indented, this is not what I ...
10
votes
2answers
4k views
Indent a code listing in LaTeX
For a little LaTeX document I am writing I would like to insert source code fields (in SQL) into my paper.
I found out that I can use the listings package for this, which works well so far:
...