## 编译环境
操作系统
* [x] Windows 7/8/10
* [ ] macOS
* [ ] Linux
`若需勾选,请把[ ]改成[x]`
Tex发行版
* [x] TexLive 20...
## 编译环境
操作系统
* [x] Windows 7/8/10
* [ ] macOS
* [ ] Linux
`若需勾选,请把[ ]改成[x]`
Tex发行版
* [x] TexLive 2020
* [ ] MikTeX `版本号`
* [ ] CTeX
`若需勾选,请把[ ]改成[x]`
## 我的问题
之前在tl2017下使用旧版本的tabu没有任何问题,但是代码换到tl2020下之后则会报错。以下是不报错的源代码:
\begin{table}
\centering
\begin{tabu} to 0.8\linewidth {X[c]X[c]X[c]X[c]X[c]}
\hline
$P_1$ & & KGC & & $P_2$ \\ \hline
$ID$ & & $params,s$ & & $ID$ \\ \hline
\multicolumn2{c}{
\tikz \draw[->] (0pt,0pt) -- (8em,0pt) node[midway,above] {$ID$};}\\
\multicolumn5{c}{
\begin{minipage}{2.8in}
\begin{center}
随机选择$d_1\xleftarrow{r}\mathbb{Z}_q$
设置$d_2=t_2 \cdot (d_1)^{-1}$
$D_{ID}^{(1)}=d_1P_1$, $D_{ID}^{(2)}=d_2$
\end{center}
\end{minipage}
}\\
\multicolumn2{c}{\tikz \draw[<-] (0pt,0pt) -- (8em,0pt) node[midway,above] {$D_{ID}^{(1)}$,$pk$,$sk$};} &
\multicolumn1{c}{}&
\multicolumn2{c}{
\tikz \draw[->] (0pt,0pt) -- (8em,0pt) node[midway,above] {$ID$,$D_{ID}^{(2)}$,$pk$};
}\\
Store $(ID,D_{ID}^{(1)},pk,sk)$ & & & & Store $(ID,D_{ID}^{(2)},pk)$\\
\hline
\end{tabu}
\caption{分布式密钥生成}
\end{table}
另外看到有人说更新tabu到2.10也可以解决这个问题,现在tl2020里面tabu的版本是2.19, 只能手动更新,还不知道如何去手动更新tabu.
一周热门 更多>