Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!wuarchive!udel!brahms.udel.edu!anita From: anita@brahms.udel.edu (Anita Marie Hoover) Newsgroups: comp.text.tex Subject: Re: Indenting references correctly Message-ID: <21217@brahms.udel.edu> Date: 8 May 91 16:54:55 GMT References: <1991May8.135711.1753@rigel.econ.uga.edu> <1991May8.152815.23824@csrd.uiuc.edu> Organization: University of Delaware Lines: 40 In article <1991May8.152815.23824@csrd.uiuc.edu> eijkhout@s41.csrd.uiuc.edu (Victor Eijkhout) writes: =>glenn@rigel.econ.uga.edu (Glenn F. Leavell) writes: => =>>What is the easiest way to format references in TeX so that the 2nd and =>>all subsequent lines of each entry are indented? => =>>For example, how do I get this: => =>>Buchanan, James M. and Dwight R. Lee, "Cartels, Coalitions, and Constitutional =>> Politics," Constitutional Political Economy , Vol. 2, No. 2 (Spring/Summer =>> 1991), forthcoming. => =>\hangafter=1 \hangindent=\parindent => or % Define heading to be whatever you want or totally get rid of it % if you don't need it. \def\heading#1{\centerline{\bf #1}\par} \def\beginref#1{\heading{#1}\begingroup \clubpenalty=10000 \widowpenalty=10000 \normalbaselines\parindent 0pt \parskip.5\baselineskip \everypar{\hangindent3em}} \def\endref{\par\endgroup} Produces single spaced references with 1 1/2 spacing between references. To use, \beginref{References} Buchanan, James M. and Dwight R. Lee, ``Cartels, Coalitions, and Constitutional Politics,'' Constitutional Political Economy , Vol. 2, No. 2 (Spring/Summer 1991), forthcoming. Hoover, Anita Z., ``Little testing reference,'' blah, blah, blah. \endref