diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/yquant/yquant-lang.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/yquant/yquant-lang.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/yquant/yquant-lang.tex b/Master/texmf-dist/tex/latex/yquant/yquant-lang.tex index cc882a7ffb0..1b462d2d85f 100644 --- a/Master/texmf-dist/tex/latex/yquant/yquant-lang.tex +++ b/Master/texmf-dist/tex/latex/yquant/yquant-lang.tex @@ -65,9 +65,19 @@ overlay/height/.is if=yquant@lang@attr@overlay@height,% overlay/ht/.forward to=/yquant/global attrs/overlay/height,% overlay/h/.forward to=/yquant/global attrs/overlay/height,% + overlay/left/.forward to=/yquant/global attrs/overlay/height,% + overlay/l/.forward to=/yquant/global attrs/overlay/height,% + overlay/before/.forward to=/yquant/global attrs/overlay/height,% + overlay/bef/.forward to=/yquant/global attrs/overlay/height,% + overlay/b/.forward to=/yquant/global attrs/overlay/height,% overlay/depth/.is if=yquant@lang@attr@overlay@depth,% overlay/dp/.forward to=/yquant/global attrs/overlay/depth,% overlay/d/.forward to=/yquant/global attrs/overlay/depth,% + overlay/right/.forward to=/yquant/global attrs/overlay/depth,% + overlay/r/.forward to=/yquant/global attrs/overlay/depth,% + overlay/after/.forward to=/yquant/global attrs/overlay/depth,% + overlay/aft/.forward to=/yquant/global attrs/overlay/depth,% + overlay/a/.forward to=/yquant/global attrs/overlay/depth,% overlay/single/.code={\pgfkeysalso{% /yquant/global attrs/overlay/height={#1},% /yquant/global attrs/overlay/depth={#1}% |