Search found 3 matches
- Mon Feb 04, 2008 9:47 pm
- Forum: General
- Topic: Good formatting practice for books?
- Replies: 4
- Views: 2850
Re: Good formatting practice for books?
You are my saviour, danke!
- Mon Feb 04, 2008 12:41 am
- Forum: General
- Topic: Good formatting practice for books?
- Replies: 4
- Views: 2850
Good formatting practice for books?
I made a post and forgot about it, which is bad form on my part. Specifically I wanted to know a way to space paragraphs, which I in the end found through Google:
\setlength\headheight{14pt}
\setlength{\parindent}{0.0in}
\setlength{\parskip}{0.1in}
So, problem solved. My next issue is seemingly ...
\setlength\headheight{14pt}
\setlength{\parindent}{0.0in}
\setlength{\parskip}{0.1in}
So, problem solved. My next issue is seemingly ...
- Wed Jan 09, 2008 7:04 am
- Forum: General
- Topic: Good formatting practice for books?
- Replies: 4
- Views: 2850
Good formatting practice for books?
I'm currently familiarizing myself with LaTeX by virtue of writing a book using it, and I'm wondering what is considered to be good practice for formatting, to keep the work clean. I'm separating paragraphs with a \paragraph{} break, for example, at the end of each one, but I'm not so sure that this ...