Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TexStudio如何添加删除线? #25

Closed
zhouzhongyuan opened this issue Mar 6, 2017 · 0 comments
Closed

TexStudio如何添加删除线? #25

zhouzhongyuan opened this issue Mar 6, 2017 · 0 comments

Comments

@zhouzhongyuan
Copy link
Owner

zhouzhongyuan commented Mar 6, 2017

如何添加删除线?

删除线:strikethrough middlline

Strikethrough Text

方案一(使用ulem包):

\usepackage{ulem}
\sout{Hello World}

方案二(使用soul包):

\usepackage{soul}
\st{Hellow world}

效果如下

效果图

如何安装TexStudio包?

红色删除线

\setstcolor{red}
\st {Hello World}

来自Colored Strikeout

注意

  • \usepackage{soul}应该放在begin前面

Todo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant