Skip to content

Releases: lualatex/luamplib

v2.37.0

06 Feb 04:02
29256db
Compare
Choose a tag to compare
  • introduce a new operator mpliblength <string>, a unicode-aware version of the length primitive
  • introduce a new operator mplibsubstring <pair> of <string>, a unicode-aware version of the substring ... of ... primitive

v2.36.3

16 Dec 08:30
0b2043b
Compare
Choose a tag to compare
  • change // to math.floor for compatibility with luajittex (#158)
  • fix documentation on mplibgraphictext considering the introduction of withshadingmethod

v2.36.2

11 Dec 07:16
022b7a9
Compare
Choose a tag to compare

fix a bug regarding expansion of options

v2.36.1

09 Dec 12:18
973c47a
Compare
Choose a tag to compare

fix a bug of previous release: missing local in front of os

v2.36.0

08 Dec 05:02
8ff6460
Compare
Choose a tag to compare
  • <path>|<textual picture> withshadingmethod <string>, where <string> shall be "linear" or "circular", gives shading effect to the <path> or <textual picture> with plain format as well as metafun. See the documentation.

  • withtransparency (<number>|<string>, <number>) gives transparency effect with plain format as well. See the documentation.

  • added dir TLT to usemplibgroup boxes

  • removed tag=artifact option. Use artifact instead.

v2.35.2

28 Nov 04:41
4ef1d0f
Compare
Choose a tag to compare
  • fix height/depth of boxes made by \mplibgroup command
  • enhanced tagging of \usemplibgroup

v2.35.1

24 Nov 16:12
d15a132
Compare
Choose a tag to compare

v2.35.0

12 Nov 06:35
d2b2a0b
Compare
Choose a tag to compare
  • even under \mplibtextextlabel{true}, the original infont operator will
    be used when the character slot of the text argument is less than 32, or is
    equal to 35, 36, 37, 38, 92, 94, 95, 123, 125, 126 or 127.

  • \mplibforcehmode will have effects on \usemplibgroup as well as ordinary
    metapost figures.

  • support tagged PDF when tagpdf package is activated. The related code is
    currently in experimental stage. See the documentation for details.

v2.34.5

03 Aug 04:58
50f0208
Compare
Choose a tag to compare
  • provide withgroupbbox macro for transparency group to enable users to control the bounding box

  • write down the width/height/depth values of mplibgroup to the log file

v2.34.4

31 Jul 09:01
304130a
Compare
Choose a tag to compare
  • withpattern operator accepts a textual picture as well as a path for its operand. Thus users can give pattern effect to the result of btex command or infont operator.

  • fix regarding line width in mplibgraphictext