Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Apr 2011 17:57:29 +0200
From:      Polytropon <freebsd@edvax.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: double spacing in vim, vi, or cream
Message-ID:  <20110417175729.e5e2040e.freebsd@edvax.de>
In-Reply-To: <20110417042545.GA70510@tinyCurrent>
References:  <20110416220236.GA14042@mail3.dcoder.net> <20110417002800.78dc8d62.freebsd@edvax.de> <20110417014758.GB14042@mail3.dcoder.net> <20110417042545.GA70510@tinyCurrent>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 17 Apr 2011 06:25:45 +0200, Matthias Apitz <guru@unixarea.de> wrote:
> El d=EDa Saturday, April 16, 2011 a las 09:47:58PM -0400, david coder esc=
ribi=F3:
>=20
> > interesting suggestions that i hadn't thought of, esp knowing nothing a=
bout
> > LaTeX.  the 1st, however, results in spaces between characters, whereas=
 what
> > i wanted was double-spacing between lines in a piece to be submitted for
> > publication.

Okay, I see now. My mistake. :-)



> At the end of editing the file:
>=20
> :1,$s-$-^M-
>=20
> (the ^M is to be done by holding down CTRL and pressing V and M)

And if you want a postprocessing solution, use the command
awk '{ printf("%s\n\n", $0); }' < single.txt > double.txt
for "vertical double-spacing".



--=20
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110417175729.e5e2040e.freebsd>