latex安装及基本使用

安装
需要两个文件,texlive2018.iso和texstudio-2.12.14-win-qt5.exe。
首先安装texlive2018.iso,管理员权限运行其中的install-tl-advanced.bat,保持默认安装全部东西。
安装texstudio-2.12.14-win-qt5.exe,打开其界面,点击[选项]-[设置texstudio],在构建中可设置默认编译器。
 
基本使用-参考文献的引用方法:
新建一个x.bib文件,按照如下格式编辑信息。
@article{4,
    author = {Ahmad Firdaus*},
    title = {Bio-inspired computational paradigm for feature investigation and malware detection: interactive analytics},
    journaltitle = {Multimedia Tools and Applications},
    date = {2018},
}
在对应的x.tex紧挨着\end{document}的上一行添加:
\bibliographystyle{plain}
\bibliography{x}
并输入\cite{xxx},会自动弹出可选择的参考文献,选中即为xxx。
 

posted on 2019-01-21 10:09  HYWZ  阅读(192)  评论(0编辑  收藏  举报

导航