summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3experimental/xcoffins/xcoffins.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3experimental/xcoffins/xcoffins.sty')
-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 }
%%