LaTex为字母添加圆圈

对于有为数字或字母添加圆圈需求的可以采用如下代码,已经验证,非常Nice,有效:

\documentclass{article}
\usepackage{tikz}
\newcommand*\circled[1]{\tikz[baseline=(char.base)]{
            \node[shape=circle,draw,inner sep=2pt] (char) {#1};}}
\begin{document}
Numbers aligned with the text:  \circled{1} \circled{2} \circled{3} end.
\end{document}

运行结果如下:

 \circled{A},\circled{B},\circled{C}将生成带圈的字母A,B,C:

 其大小可以通过下方命令中的sep参数进行调整:

\newcommand*\circled[1]{\tikz[baseline=(char.base)]{
            \node[shape=circle,draw,inner sep=2pt] (char) {#1};}}

 具体详情参考链接:

Good way to make \textcircled numbers?

关于在Visio中或Word中插入带圈的26个字母请参考如下链接:

1. 26个带圈字母

2. 特殊符号大全 (九蛙工具箱特殊符号大全,为你提供超全超丰富的特殊符号)

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值