summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/l3experimental/README11
-rw-r--r--Master/texmf-dist/doc/latex/l3experimental/xcoffins/l3coffins.pdfbin582990 -> 323735 bytes
-rw-r--r--Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdfbin449737 -> 369097 bytes
-rw-r--r--Master/texmf-dist/source/latex/l3experimental/xcoffins/l3coffins.dtx22
-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.sty2
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
index c16d49fcfcd..58c0fdbc8d6 100644
--- a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/l3coffins.pdf
+++ b/Master/texmf-dist/doc/latex/l3experimental/xcoffins/l3coffins.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf b/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf
index 59b06cece2c..5385cc718f0 100644
--- a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf
+++ b/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf
Binary files differ
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}