Hello,<div><br></div><div>I have defined new verse environment as below and it does seem to change. However, I am not able to reduce the verse begin and end space further. I tried to change listparindent. Please suggest.</div>
<div><br></div><div>Thanks,</div><div>Sreenivasa<br><br><div class="gmail_quote">On Sun, Aug 2, 2009 at 2:15 PM, François Patte <span dir="ltr">&lt;<a href="mailto:francois.patte@mi.parisdescartes.fr">francois.patte@mi.parisdescartes.fr</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
Le 02/08/2009 08:35, Sreenivasa Guttal a écrit :<br>
<div class="im">&gt; Hello,<br>
&gt;<br>
&gt; I frequently get feedback to reduce the vertical space automatically<br>
&gt; introduced by latex/xelatex in section headers etc. I have some solution<br>
&gt; for section headers now, but could not do the same for verse<br>
&gt; environment. If one looks @ the output, the space introduced by verse<br>
&gt; before and after looks significantly more. My work used indian languages<br>
&gt; like sanskrit.<br>
<br>
</div>Build your own environment, for instance:<br>
<br>
\makeatletter<br>
\newenvironment{sutra}{%<br>
\refstepcounter{sutra}<br>
                \let\\\@centercr<br>
                \list{}{\itemsep      \z@<br>
                        \itemindent   -1.5em%<br>
                        \listparindent\itemindent<br>
                        \advance\leftmargin 1em}%<br>
                \item\relax}<br>
               {\endlist}<br>
\makeatother<br>
<br>
Adjust the parameters until they fit what you wish.<br>
<br>
If you want your new environment to be still named &quot;verse&quot;, use<br>
\renewenvironment (with the same syntax).<br>
<br>
<br>
- --<br>
François Patte<br>
UFR de mathématiques et informatique<br>
Université Paris Descartes<br>
45, rue des Saints Pères<br>
F-75270 Paris Cedex 06<br>
Tél. +33 (0)1 4286 2145<br>
<a href="http://www.math-info.univ-paris5.fr/~patte" target="_blank">http://www.math-info.univ-paris5.fr/~patte</a><br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.9 (GNU/Linux)<br>
Comment: Using GnuPG with Fedora - <a href="http://enigmail.mozdev.org/" target="_blank">http://enigmail.mozdev.org/</a><br>
<br>
iEYEARECAAYFAkp1Ug0ACgkQdE6C2dhV2JXymgCfUafwrRQTD3/1ZTb/97A/HRsa<br>
ihkAoI2jJ6HrV4ycL5XSq5WlJZArKthH<br>
=r8dl<br>
-----END PGP SIGNATURE-----<br>
</blockquote></div><br></div>