summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/frenchsp.helpmark
blob: fe55209b7e5747424262cdf27a1cfced6cb41846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
+-----------------------------------------------------------------------------+
|                                frenchspacing                                |
+-----------------------------------------------------------------------------+
 
Abbreviation:  ã|noneã%
 
Parameters:    ã|noneã%
 
    ã|Description:ã%
By  default, TEXT1  will  double space  after hard  punctuation,  unless the
letter  prior  to  the punctuation  is  a  capital  letter.     To make  all
interword  spacing  the  same,  regardless  of punctuation,   you can  enter
the  \frenchspacing  markup.      This  will  turn  off  the  extra  spacing
following  punctuation for  the rest  of a  document or  until TEXT1  sees a
\nonfrenchspacing markup.
 
    ã|Example:ã%
Consider this bibliographic entry:
 
\bibentry
 
Grabens, Gruss M. 1970. {\it Mechanical Processes
in the Human Geomechanism}. Winston: Geomedical
Publications, International.
 
Without \frenchspacing it might print as:
 
+-----------------------------------------------------------------------------+
|                                                                             |
| Grabens, Gruss M.  1970.  Mechanical Processes  in the Human Geomechanism.  |
|    Winston:  Geomedical Publications, International.                        |
|                                                                             |
+-----------------------------------------------------------------------------+
 
If you had specified \frenchspacing,
 
\frenchspacing
\bibentry
Grabens, Gruss M. 1970. {\it Mechanical Processes
in the Human Geomechanism}. Winston: Geomedical
Publications, International.
 
it would print as:
 
+-----------------------------------------------------------------------------+
|                                                                             |
| Grabens, Gruss  M. 1970. Mechanical  Processes in  the Human Geomechanism.  |
|    Winston: Geomedical Publications, International.                         |
|                                                                             |
+-----------------------------------------------------------------------------+
 
    ã|Notes:ã%
none.