Ubuntu 管理心得

搜尋此網誌

2021年9月21日 星期二

float.sty multirow.sty not found

 sudo apt install texlive-latex-recommended

 sudo apt install texlive-latex-extra

 

2021年9月4日 星期六

double tilde in ceurart latex class

 cf: https://tex.stackexchange.com/questions/512516/pdfx-problem-with-double-tilde


Add the lines in preamble:

\makeatletter
\AtBeginDocument{\let\mathaccentV\AMS@mathaccentV}
\makeatother