diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3experimental/xcoffins/l3coffins.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3experimental/xcoffins/l3coffins.dtx | 22 |
1 files changed, 21 insertions, 1 deletions
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} |