diff options
author | Karl Berry <karl@freefriends.org> | 2022-02-02 21:40:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-02-02 21:40:02 +0000 |
commit | 318667b26e87038b4b703e3594bb740c2249d745 (patch) | |
tree | b014d77edc165777307793063521f61063b46cd8 /Master/texmf-dist/doc/latex | |
parent | e408dd8e486d9b4cf87601ee9674534a8e796475 (diff) |
fcolumn (2feb22)
git-svn-id: svn://tug.org/texlive/trunk@61855 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/fcolumn/README | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fcolumn/fcolumn.pdf | bin | 318179 -> 319237 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fcolumn/makefile | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/fcolumn/README b/Master/texmf-dist/doc/latex/fcolumn/README index e585aa6aaf4..2e9980d6a2e 100644 --- a/Master/texmf-dist/doc/latex/fcolumn/README +++ b/Master/texmf-dist/doc/latex/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! diff --git a/Master/texmf-dist/doc/latex/fcolumn/fcolumn.pdf b/Master/texmf-dist/doc/latex/fcolumn/fcolumn.pdf Binary files differindex 6b7dfce9751..e6755b24954 100644 --- a/Master/texmf-dist/doc/latex/fcolumn/fcolumn.pdf +++ b/Master/texmf-dist/doc/latex/fcolumn/fcolumn.pdf diff --git a/Master/texmf-dist/doc/latex/fcolumn/makefile b/Master/texmf-dist/doc/latex/fcolumn/makefile index 1197a571672..6a05537aa65 100644 --- a/Master/texmf-dist/doc/latex/fcolumn/makefile +++ b/Master/texmf-dist/doc/latex/fcolumn/makefile @@ -25,7 +25,7 @@ install: pdftex fcolumn.ins dist: $(DIST) - mkdir FCv1.4; cp $(DIST) FCv1.4; tar -czf fcolumn.tgz FCv1.4; rm -r FCv1.4 + mkdir FCv1.4.1temp; cp $(DIST) FCv1.4.1temp; tar -czf fcolumn.tgz FCv1.4.1temp; rm -r FCv1.4.1temp fcolumn.pdf: fcolumn.dtx fcolumn.gls fcolumn.ind fcolumn.sty fcolumn.glo fcolumn.idx: fcolumn.dtx |