parbox对齐问题

2020-07-01 10:52发布

## 编译环境 操作系统 * [x] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [x] TexLive `年...

## 编译环境 操作系统 * [x] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [x] TexLive `年份` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 ```java \documentclass[twocolumn,landscape,twoside, 8pt]{ctexart} \usepackage[paperwidth=21cm,paperheight=29.7cm,top=2.6cm,bottom=2.533cm,right=1cm,left=1cm,columnsep=0.6cm,headheight=24pt,footskip=41pt]{geometry} \usepackage{microtype} \newdimen\numberwidth \numberwidth=0.6cm \newlength{\lhalf} \setlength{\lhalf}{4.1cm} \begin{document} \par \hangindent 0.4cm \hangafter 1 \noindent \makebox[0.4cm][r]{6. }wxtk\\ \makebox[\numberwidth][l]{(8).}% \parbox{\lhalf}{A.encouraged}\parbox{\lhalf}{B.prevented}\\ \makebox[\numberwidth][l]{}\parbox{\lhalf}{C.advised}\parbox{\lhalf}{D.forced}\\ \end{document} ``` ![](https://wenda.latexstudio.net/data/attach/200701/ABq7IlTW.png) 前面都是0.6cm的盒子,为什么A,C选项没有对齐呢