From 3b599d9910b4fe668c87ddd32a48d48f8a377560 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 28 Sep 2015 21:17:02 +0000 Subject: fcolumn (28sep15) git-svn-id: svn://tug.org/texlive/trunk@38489 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/fcolumn/README | 41 ++++++++++++++++-------- Master/texmf-dist/doc/latex/fcolumn/fcolumn.pdf | Bin 212093 -> 247757 bytes 2 files changed, 28 insertions(+), 13 deletions(-) (limited to 'Master/texmf-dist/doc/latex/fcolumn') diff --git a/Master/texmf-dist/doc/latex/fcolumn/README b/Master/texmf-dist/doc/latex/fcolumn/README index 27e64940f25..b9fbe8c82a0 100644 --- a/Master/texmf-dist/doc/latex/fcolumn/README +++ b/Master/texmf-dist/doc/latex/fcolumn/README @@ -11,9 +11,9 @@ version of a generic column F. The generic version expects three arguments: |#1| is the separator, |#2| is the decimal mark, and |#3| the coding used for grouping digits of the integer part and decimal part. 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 decimal separator is -``,'' and the grouping character is ``.'', thereby coding for the +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 rather code |\newcolumntype{f}{F{,}{.}{3,2}}|. @@ -29,20 +29,35 @@ cash 145,85 profit 27.542,62 ---------- ---------- 227.542,62 227.542,62 -The core part of the table is input as -\begin{table} +The core part of this table is input as \begin{tabular}{lflf} -house & 20000000 & equity capital & 5000000\\ -bank account & -60323 & mortgage & 15000000\\ -savings & 2800000\\ +house & 20000000 & equity capital & 5000000\\ +bank account & -60323 & mortgage & 15000000\\ +savings & 2800000 \\ cash & 14585 & profit & 2754262\\ \sumline \end{tabular} -\end{table} The column specifier ``f'' (for ``finance'') is able to do the typesetting. It constructs the sum line, typesets the numbers, -calculates the totals, and checks whether the two columns are in -balance; if not, the user is warned via a message. A special command -\resetsumline exists which alllows one to restart a table, so that -multiple tables in one tabular environment are possible. +calculates the totals, makes rules of the correct widths, and +checks whether the two columns are in balance; if not, the user +is warned via a message. A special command \resetsumline exists +which allows one to restart a table, so that multiple tables +in one tabular environment are possible. + +To install: +----------- +Run the file fcolumn.ins through LaTeX (in a directory also +containing fcolumn.dtx) and move the file fcolumn.sty to a place +searched by TeX. + +To produce the documentation: +----------------------------- +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 + +and then LaTeX again; presto! diff --git a/Master/texmf-dist/doc/latex/fcolumn/fcolumn.pdf b/Master/texmf-dist/doc/latex/fcolumn/fcolumn.pdf index 33c18d4202e..e5a127dbebe 100644 Binary files a/Master/texmf-dist/doc/latex/fcolumn/fcolumn.pdf and b/Master/texmf-dist/doc/latex/fcolumn/fcolumn.pdf differ -- cgit v1.2.3