GayBSD documentation tree
Find a file
Nik Clayton 2d91cbead9 Removed double whitespace from the end of stops -- . , ! ? : ;
Some parts of the handbook had single spaces after stops, some had double
or triple. While the typographical convention for monospaced fonts may
be to use double spaces after them, that doesn't apply here. TeX will
ignore them, as will HTML. If we need them for a plain text version of the
Handbook then the stylesheet / conversion mechanism can insert them
as necessary.

Searching for

   _\([;:!\.\?,]\)  +_

in Emacs and replacing with

   _\1 _

(ignore the '_', they're just to delineate the regexps) does the job
quite nicely. However, you can't do this everywhere, since some of the
double spaces might be in program listings or other literal sections
(e.g., the BSD Copyright), so you need to sit and bounce on the 'y' or
'n' key as appropriate for each occurance of a stop.
1998-10-21 21:51:11 +00:00
en Removed double whitespace from the end of stops -- . , ! ? : ; 1998-10-21 21:51:11 +00:00
en_US.ISO8859-1 Removed double whitespace from the end of stops -- . , ! ? : ; 1998-10-21 21:51:11 +00:00
en_US.ISO_8859-1 Removed double whitespace from the end of stops -- . , ! ? : ; 1998-10-21 21:51:11 +00:00
es DTRT for installation. 1998-10-07 02:54:53 +00:00
es_ES.ISO8859-1 DTRT for installation. 1998-10-07 02:54:53 +00:00
es_ES.ISO_8859-1 DTRT for installation. 1998-10-07 02:54:53 +00:00
FAQ Make the link to the search page a full link so it 1998-10-15 20:24:22 +00:00
handbook Add SURANYI Peter for p5-Gtk. 1998-10-19 15:45:11 +00:00
ja Merge the following changes in the English version: 1998-10-21 14:06:50 +00:00
ja_JP.eucJP Update "Original revision:" 1998-10-17 09:38:14 +00:00
sgml This is a DSSSL stylesheet. It builds upon Norm Walsh's modular 1998-06-30 08:52:15 +00:00
Makefile Added the 'es' subdirectory to LANGSUBDIR, now that the Spanish translation 1998-07-20 17:18:49 +00:00