Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!utkcs2!usenet From: woo@ornl.gov (John W. Wooten) Newsgroups: comp.text.tex Subject: Re: Indenting first paragraph Message-ID: <1991May17.131902.11332@cs.utk.edu> Date: 17 May 91 13:19:02 GMT References: <_x-hqdm@rpi.edu> Sender: usenet@cs.utk.edu (USENET News Poster) Organization: Univ of TN, Knoxville - CS Department Lines: 18 In article <_x-hqdm@rpi.edu> tomliew@aix01.aix.rpi.edu (Thomas Liew) writes: > Sometime ago there was some discussion on whether to indent the > first paragraph immediately following a section title or header. > I don't remember if anyone illustrated how to do the indentation. > I had no luck with /indent. Can some one throw some light on > how it can be done. Well I have no choice as I need to indent > that first paragraph to conform to a particular journal style. > I am using LaTeX to write the paper. My reply may be naive, but I always get an indented paragraph by the following set of commands: \section{Section Title} \noindent Textual material that I want indented.... I have no real idea why this works, but it does.