diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-18 23:13:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-18 23:13:42 +0000 |
commit | 133d6491ea0d17095d44e58e987b93d64e5a6afc (patch) | |
tree | 8c7264ae315fb7fdc834abb0f7f84c2923595ac5 /Master | |
parent | 6cff5abeab9bf94a6cabb2cbdba9d458c9727b73 (diff) |
l3experimental 2607 (17aug11)
git-svn-id: svn://tug.org/texlive/trunk@23598 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/l3experimental/README | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3experimental/xcoffins/l3coffins.pdf | bin | 582990 -> 323735 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf | bin | 449737 -> 369097 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/l3experimental/xcoffins/l3coffins.dtx | 22 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/l3experimental/xcoffins/xcoffins-test.tex (renamed from Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins-test.tex) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/l3experimental/xcoffins/xcoffins-tschichold-example-keyval.tex (renamed from Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins-tschichold-example-keyval.tex) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/l3experimental/xcoffins/xcoffins-tschichold-example.tex (renamed from Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins-tschichold-example.tex) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/l3experimental/xcoffins/l3coffins.sty | 2 |
8 files changed, 32 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/l3experimental/README b/Master/texmf-dist/doc/latex/l3experimental/README index 2c78df594eb..83c8236aeba 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/README +++ b/Master/texmf-dist/doc/latex/l3experimental/README @@ -2,7 +2,7 @@ Experimental LaTeX3 High-Level Concepts ======================================= - 2011/05/11 + 2011/08/14 WHERE TO GET IT @@ -51,6 +51,15 @@ there are ways to control or change its behaviour. The xgalley module provides a mechanism for filling galleys and controlling the spacing, hyphenation and justification within them. +xfss +---- + +This package is a translation of LaTeX's font selection scheme into expl3. +Its primary utility is to provide font support when LaTeX3 is built as a +format, but in time features will be added that will make it useful in 2e +as well. + + DISCUSSION ---------- diff --git a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/l3coffins.pdf b/Master/texmf-dist/doc/latex/l3experimental/xcoffins/l3coffins.pdf Binary files differindex c16d49fcfcd..58c0fdbc8d6 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/l3coffins.pdf +++ b/Master/texmf-dist/doc/latex/l3experimental/xcoffins/l3coffins.pdf diff --git a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf b/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf Binary files differindex 59b06cece2c..5385cc718f0 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf +++ b/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf diff --git a/Master/texmf-dist/source/latex/l3experimental/xcoffins/l3coffins.dtx b/Master/texmf-dist/source/latex/l3experimental/xcoffins/l3coffins.dtx index 5bd7eefbd77..292225a6e0a 100644 --- a/Master/texmf-dist/source/latex/l3experimental/xcoffins/l3coffins.dtx +++ b/Master/texmf-dist/source/latex/l3experimental/xcoffins/l3coffins.dtx @@ -36,7 +36,7 @@ % %<*driver|package> \RequirePackage{expl3,graphicx,xcolor} -\GetIdInfo$Id: l3coffins.dtx 2488 2011-06-30 19:19:20Z joseph $ +\GetIdInfo$Id: l3coffins.dtx 2564 2011-08-13 12:50:15Z joseph $ {L3 Experimental coffins} %</driver|package> %<*driver> @@ -207,6 +207,26 @@ % expressions. % \end{function} % +% \begin{function}{\coffin_resize:Nnn, \coffin_resize:cnn} +% \begin{syntax} +% \cs{coffin_resize:Nnn} \meta{coffin} \Arg{width} \Arg{total-height} +% \end{syntax} +% Resized the \meta{coffin} to \meta{width} and \meta{total-height}, +% both of which should be given as dimension expressions. These may +% include the terms \cs{TotalHeight}, \cs{Height}, \cs{Depth} and +% \cs{Width}, which will evaluate to the appropriate dimensions of +% the \meta{coffin}. +% \end{function} +% +% \begin{function}{\coffin_scale:Nnn, \coffin_scale:cnn} +% \begin{syntax} +% \cs{coffin_scale:Nnn} \meta{coffin} \Arg{x-scale} \Arg{y-scale} +% \end{syntax} +% Scales the \meta{coffin} by a factors \meta{x-scale} and +% \meta{y-scale} in the horizontal and vertical directions, +% respectively. The two scale factors should be given as real numbers. +% \end{function} +% % \begin{function}{\coffin_typeset:Nnnnn, \coffin_typeset:cnnnn} % \begin{syntax} % \cs{coffin_typeset:Nnnnn} \meta{coffin} \Arg{pole1} \Arg{pole2} diff --git a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins-test.tex b/Master/texmf-dist/source/latex/l3experimental/xcoffins/xcoffins-test.tex index 1ede1770c08..1ede1770c08 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins-test.tex +++ b/Master/texmf-dist/source/latex/l3experimental/xcoffins/xcoffins-test.tex diff --git a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins-tschichold-example-keyval.tex b/Master/texmf-dist/source/latex/l3experimental/xcoffins/xcoffins-tschichold-example-keyval.tex index e83c0b490b6..e83c0b490b6 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins-tschichold-example-keyval.tex +++ b/Master/texmf-dist/source/latex/l3experimental/xcoffins/xcoffins-tschichold-example-keyval.tex diff --git a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins-tschichold-example.tex b/Master/texmf-dist/source/latex/l3experimental/xcoffins/xcoffins-tschichold-example.tex index 343c9d7e29f..343c9d7e29f 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins-tschichold-example.tex +++ b/Master/texmf-dist/source/latex/l3experimental/xcoffins/xcoffins-tschichold-example.tex diff --git a/Master/texmf-dist/tex/latex/l3experimental/xcoffins/l3coffins.sty b/Master/texmf-dist/tex/latex/l3experimental/xcoffins/l3coffins.sty index 4b2f0f1d923..772660fc181 100644 --- a/Master/texmf-dist/tex/latex/l3experimental/xcoffins/l3coffins.sty +++ b/Master/texmf-dist/tex/latex/l3experimental/xcoffins/l3coffins.sty @@ -47,7 +47,7 @@ %% ----------------------------------------------------------------------- %% \RequirePackage{expl3,graphicx,xcolor} -\GetIdInfo$Id: l3coffins.dtx 2488 2011-06-30 19:19:20Z joseph $ +\GetIdInfo$Id: l3coffins.dtx 2564 2011-08-13 12:50:15Z joseph $ {L3 Experimental coffins} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} |