diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-31 17:59:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-31 17:59:43 +0000 |
commit | e5a3e047c5cac01088ac7ff188774249eb852cad (patch) | |
tree | aab4d0898d88121226c8285aa5a45fef240238bc /Master/texmf-dist/tex/latex/l3experimental/xgalley | |
parent | 12907d9fa0bec7cb55d96f610a8a9390f2883b1d (diff) |
l3experimental 3160 (31aug12)
git-svn-id: svn://tug.org/texlive/trunk@27561 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3experimental/xgalley')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3experimental/xgalley/l3galley.sty | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/l3experimental/xgalley/xgalley.sty | 12 |
2 files changed, 3 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/l3experimental/xgalley/l3galley.sty b/Master/texmf-dist/tex/latex/l3experimental/xgalley/l3galley.sty index ded7ca681b1..30c72196f57 100644 --- a/Master/texmf-dist/tex/latex/l3experimental/xgalley/l3galley.sty +++ b/Master/texmf-dist/tex/latex/l3experimental/xgalley/l3galley.sty @@ -48,7 +48,7 @@ %% ----------------------------------------------------------------------- %% \RequirePackage{xparse} -\GetIdInfo$Id: l3galley.dtx 4009 2012-07-20 18:18:29Z joseph $ +\GetIdInfo$Id: l3galley.dtx 4155 2012-08-29 10:29:58Z joseph $ {L3 Experimental galley code} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} diff --git a/Master/texmf-dist/tex/latex/l3experimental/xgalley/xgalley.sty b/Master/texmf-dist/tex/latex/l3experimental/xgalley/xgalley.sty index fa9a8ef1730..5e6a07f9f50 100644 --- a/Master/texmf-dist/tex/latex/l3experimental/xgalley/xgalley.sty +++ b/Master/texmf-dist/tex/latex/l3experimental/xgalley/xgalley.sty @@ -48,7 +48,7 @@ %% ----------------------------------------------------------------------- %% \RequirePackage{l3bootstrap} -\GetIdInfo$Id: xgalley.dtx 3991 2012-07-16 19:00:35Z joseph $ +\GetIdInfo$Id: xgalley.dtx 4155 2012-08-29 10:29:58Z joseph $ {L3 Experimental galley} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} @@ -298,14 +298,6 @@ end-skip = 15 pt plus 1 fil , indent-width = 0 pt } -\DeclareInstance { justification } { centered } { std } - { - end-skip = 0 pt , - fixed-word-spacing = true , - indent-width = 0 pt , - left-skip = 0 pt plus 1 em , - right-skip = 0 pt plus 1 em - } \DeclareInstance { justification } { ragged-left } { std } { end-skip = 0 pt , @@ -322,7 +314,7 @@ left-skip = 0 pt , right-skip = 0 pt plus 2 em } -\DeclareInstance { justification } { centering } { std } +\DeclareInstance { justification } { center } { std } { end-skip = 0 pt , fixed-word-spacing = true , |