·

LaTeX如何打出长竖线?

Published at 2024-10-26 23:11:16Viewed 17 times
Professional article
Please reprint with source link

在Latex中输出长竖线有以下几种指令:

1. \big

\frac{df}{dx}\big|_{x = x_0}

输出结果如下:

$$\frac{df}{dx}\big|_{x = x_0}$$

2. \Big

\frac{df}{dx}\Big|_{x = x_0}

输出结果如下:

$$\frac{df}{dx}\Big|_{x = x_0}$$

3. \bigg

\frac{df}{dx}\bigg|_{x = x_0}

输出结果如下:

$$\frac{df}{dx}\bigg|_{x = x_0}$$

4. \Bigg

\frac{df}{dx}\Bigg|_{x = x_0}

输出结果如下:

$$\frac{df}{dx}\Bigg|_{x = x_0}$$

5. \left+\right

\left.\dfrac{dy}{dx}\right|_{x=0}

输出结果如下:

$$\left.\dfrac{dy}{dx}\right|_{x=0}$$

Comments

There is no comment, let's add the first one.

弦圈热门内容

[antd: Message] You are calling notice in render which will break in React 18 concurrent mode. Please trigger in effect instead.

I'm getting this error when using MessageWarning: [antd: Message] You are calling notice in render which will break in React 18 concurrent mode. Please trigger in effect instead.Here is my code:import { message } from 'antd'; export default function Page() { const [messageApi, contextHolder] = message.useMessage(); const res = await fetch("/api/...", { method: "POST", }); if (!res.ok) { messageApi.error("Error! Fail to login!"); } return ( <Home> ... </Home> ) }

Get connected with us on social networks! Twitter

©2024 Guangzhou Sinephony Technology Co., Ltd All Rights Reserved