@@ -49,11 +49,11 @@ begin
4949(setup.define) //renmatrix.before exec
5050
5151/renmatrix.xalignopts <<
52- /offleft dup /left dup /center dup /right dup /offright dup
52+ /offleft dup /left dup /center dup /right dup /offright dup /justify dup
5353>> readonly def
5454
5555/renmatrix.yalignopts <<
56- /above dup /top dup /center dup /bottom dup /below dup
56+ /above dup /top dup /center dup /bottom dup /below dup /justify dup
5757>> readonly def
5858
5959/renmatrix.directionoptions <<
@@ -224,13 +224,13 @@ begin
224224
225225 textxalign (unset) ne {
226226 //renmatrix.xalignopts textxalign known not {
227- /bwipp.renmatrixBadTextxalign (textxalign must be offleft, left, center, right or offright ) //raiseerror exec
227+ /bwipp.renmatrixBadTextxalign (textxalign must be offleft, left, center, right, offright or justify ) //raiseerror exec
228228 } if
229229 } if
230230
231231 textyalign (unset) ne {
232232 //renmatrix.yalignopts textyalign known not {
233- /bwipp.renmatrixBadTextyalign (textyalign must be above, top, center, bottom or below ) //raiseerror exec
233+ /bwipp.renmatrixBadTextyalign (textyalign must be above, top, center, bottom, below or justify ) //raiseerror exec
234234 } if
235235 } if
236236
@@ -243,11 +243,11 @@ begin
243243 } if
244244
245245 //renmatrix.xalignopts extratextxalign known not {
246- /bwipp.renmatrixBadExtratextxalign (extratextxalign must be offleft, left, center, right or offright ) //raiseerror exec
246+ /bwipp.renmatrixBadExtratextxalign (extratextxalign must be offleft, left, center, right, offright or justify ) //raiseerror exec
247247 } if
248248
249249 //renmatrix.yalignopts extratextyalign known not {
250- /bwipp.renmatrixBadExtratextyalign (extratextyalign must be above, top, center, bottom or below ) //raiseerror exec
250+ /bwipp.renmatrixBadExtratextyalign (extratextyalign must be above, top, center, bottom, below or justify ) //raiseerror exec
251251 } if
252252
253253 //renmatrix.directionoptions extratextdirection known not {
0 commit comments