Loading [MathJax]/jax/output/HTML-CSS/jax.js

\llap - TeX 命令



名称

\llap - 用于创建左侧重叠。

概要

{ \llap #1 }

Explore our latest online courses and learn new skills at your own pace. Enroll and become a certified expert to boost your career.

描述

\llap 命令创建一个宽度为零的框;然后将参数放置在此零宽度框的左侧(因此将与左侧的内容重叠)。

示例

  1. a\mathrel{{=}\llap{/}}b
    a=/b
  2. a\mathrel{{=}\llap{/\,}}b
    a=/b
  3. a=\mathrel{\llap{/\,}}b
    a=/b
广告