summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/frenchsp.helpmark
diff options
context:
space:
mode:
Diffstat (limited to 'macros/text1/cms_help_files/frenchsp.helpmark')
-rw-r--r--macros/text1/cms_help_files/frenchsp.helpmark53
1 files changed, 53 insertions, 0 deletions
diff --git a/macros/text1/cms_help_files/frenchsp.helpmark b/macros/text1/cms_help_files/frenchsp.helpmark
new file mode 100644
index 0000000000..fe55209b7e
--- /dev/null
+++ b/macros/text1/cms_help_files/frenchsp.helpmark
@@ -0,0 +1,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.