summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fcolumn/README
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/fcolumn/README')
-rw-r--r--macros/latex/contrib/fcolumn/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/macros/latex/contrib/fcolumn/README b/macros/latex/contrib/fcolumn/README
index e585aa6aaf..2e9980d6a2 100644
--- a/macros/latex/contrib/fcolumn/README
+++ b/macros/latex/contrib/fcolumn/README
@@ -15,7 +15,7 @@ column. For example the f-column in the current version of the package
is using 3,2 as #3, meaning that numbers are typeset with 2 decimal
digits and grouping is done on 3 digits. The grouping character is
``.'' and the decimal separator is ``,'', thereby coding for the
-continental European standard. People in the Anglo-saxon world would
+continental European standard. People in the Anglo-Saxon world would
rather code |\newcolumntype{f}{F{,}{.}{3,2}{}}|.
To show where and how the f-column is used, let's look at a typical
@@ -48,7 +48,8 @@ which allows one to restart a table, so that multiple tables
that are aligned are possible in one tabular environment.
The fcolumn specifier can be used in a tabular environment
and in the longtable environment. Specific fcolumn formatting,
-like colour and/or font changes are possible.
+like colour and/or font changes are possible, see the file
+fcolumn.pdf.
To install:
-----------
@@ -56,12 +57,12 @@ Run the file fcolumn.ins through (La)TeX (in a directory also
containing fcolumn.dtx) or type ``make install'' and move the
resultant file fcolumn.sty to a place searched by TeX.
-To produce the documentation:
------------------------------
+To generate the documentation:
+------------------------------
Type ``make''. Or run the file fcolumn.dtx through LaTeX,
update the glossary and index by makeindex:
makeindex -s gglo.ist -o fcolumn.gls fcolumn.glo
- makeindex -s gglo.ist -o fcolumn.ind fcolumn.idx
+ makeindex -s gind.ist -o fcolumn.ind fcolumn.idx
and then LaTeX fcolumn.dtx again; presto!