Generalline length

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
tarektarek
Posts: 30
Joined: Fri Nov 23, 2007 12:56 am

line length

Post by tarektarek »

Hi,
I want to know how I can set the line length to 6.5 inch, is it using \textwidth? Another question, I want to shrink the space between any two lines in the bibliograph. I am including a filename.bib file at the end of the tex file.
Ex: \bibliographystyle{IEEEtran}
\bibliography{IEEEabrv, filename}
I tried to change the entry in the IEEEtran1 from baselinestretch{1.5} to baselinestretch{0.4}, but it is not working. Can someone point out what is the problem.
Thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Re: line length

Post by phi »

For the first question: Use the geometry package, it takes care of correct margin settings and the like.
Post Reply