## 编译环境 操作系统 * [x] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [x] TexLive `年份` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 ```java \documentclass[10pt]{article} \usepackage{tikz} %绘图 \newcommand*{\squareo}{\tikz[baseline]{\node[minimum width=0.5cm,minimum height=0.3cm,shape=rectangle,draw,anchor=base] {};}} \newcommand*{\squarem}{\tikz[baseline]{\node[minimum width=0.5cm,minimum height=0.3cm,shape=rectangle,draw,anchor=base] {1};}} \begin{document} \noindent \squareo bla bla bla \vspace{5mm} \noindent \squarem bla bla bla \end{document} ``` ![](https://wenda.latexstudio.net/data/attach/200715/8o3r272w.png) 框框里面不加文字怎么让框框和右边的文字垂直居中啊?

1 回答1

0
不知道你想干啥,就问题而论,用幻影就行了。`node` 中的内容由空改为 `\phantom{1}`。
  • 非常感谢! – wlianghe00 2020-07-16 08:19 回复

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。