我正在尝试编译收到的模板,但遇到了问题:
\documentclass[a4paper]{article}
\usepackage{mstyle}
\selectlanguage{english}
\usepackage{tabularx}
\begin{document}
\tableofcontents
\listoffigures
\listoftables
\onehalfspace
\input{tex/introduction_chapter}
\bibliographystyle{plain}
\bibliography{mybib}
\end{document}
编译这个给了我
Errors:
./x.tex:3: LaTeX Error: File `mstyle.sty' not found. [\selectlanguage]
texlive
我在 Ubuntu 14.04 上使用(2013.20140215-1)。