summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3experimental/xcoffins
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-04-23 23:34:39 +0000
committerKarl Berry <karl@freefriends.org>2012-04-23 23:34:39 +0000
commit72dbd4d80e11169509a086e144cc416f4df8f1a4 (patch)
treec7d37b738936f9fbcda479d920c97fa4fda1eeea /Master/texmf-dist/tex/latex/l3experimental/xcoffins
parent4e726ab9f8770eb45730edb560b1276687c828ef (diff)
l3experimental 3570 (23apr12)
git-svn-id: svn://tug.org/texlive/trunk@26109 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3experimental/xcoffins')
-rw-r--r--Master/texmf-dist/tex/latex/l3experimental/xcoffins/xcoffins.sty15
1 files changed, 3 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/l3experimental/xcoffins/xcoffins.sty b/Master/texmf-dist/tex/latex/l3experimental/xcoffins/xcoffins.sty
index ab210356d5c..0c88f04de5e 100644
--- a/Master/texmf-dist/tex/latex/l3experimental/xcoffins/xcoffins.sty
+++ b/Master/texmf-dist/tex/latex/l3experimental/xcoffins/xcoffins.sty
@@ -47,7 +47,7 @@
%% -----------------------------------------------------------------------
%%
\RequirePackage{xparse}
-\GetIdInfo$Id: xcoffins.dtx 3385 2012-02-12 20:37:09Z bruno $
+\GetIdInfo$Id: xcoffins.dtx 3483 2012-03-03 18:56:29Z bruno $
{L3 Experimental design-level coffins}
\ProvidesExplPackage
{\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
@@ -155,19 +155,10 @@
\NewDocumentCommand \CoffinWidth { m }
{ \coffin_wd:N #1 }
\NewDocumentCommand \DisplayCoffinHandles { m m }
- {
- \cs_if_exist:cTF { l_coffin_poles_ \int_value:w #1 _prop }
- { \coffin_display_handles:Nn #1 {#2} }
- { \msg_kernel_error:nx { unknown-coffin } { \token_to_str:N #1 } }
- }
+ { \coffin_if_exist:NT #1 { \coffin_display_handles:Nn #1 {#2} } }
\NewDocumentCommand \MarkCoffinHandle
{ m > { \SplitArgument { 1 } { , } } O { H , l } m }
- {
- \cs_if_exist:cTF { l_coffin_poles_ \int_value:w #1 _prop }
- { \coffin_mark_handle:Nnnn #1 #2 {#3} }
- { \msg_kernel_error:nx { unknown-coffin } { \token_to_str:N #1 }
- }
-}
+ { \coffin_if_exist:NT #1 { \coffin_mark_handle:Nnnn #1 #2 {#3} } }
\NewDocumentCommand \ShowCoffinStructure { m }
{ \coffin_show_structure:N #1 }
%%