# JabRef 下载
https://www.fosshub.com/JabRef.html
# JabRef 安装
自己更改下目录直接安装接可以了
# 新建自己的库,
然后点击保存就可以了。
# 导入文献
打开Google school : https://scholar.ustc.cf/
输入搜索的文献 "deep learning"
点击"导入bibtex" , 如下
@book{goodfellow2016deep,
title={Deep learning},
author={Goodfellow, Ian and Bengio, Yoshua and Courville, Aaron},
year={2016},
publisher={MIT press}
}
复制,然后再jabref中新建的项目中粘贴就自动导入了。
# TeXStudio 下载安装
http://texstudio.sourceforge.net/
# 创建文件并保存
# 下载安装latext
https://blog.csdn.net/qq_38386316/article/details/80272396
# 下载安装miktex
#配置miktex
https://zhuanlan.zhihu.com/p/42844087
# 更改miktex镜像
https://blog.csdn.net/qq_40837795/article/details/120388489?spm=1001.2014.3001.5502
==mpm.exe --set-repository=https://mirrors.bfsu.edu.cn/CTAN/systems/win32/miktex/tm/packages/==
# 打开控制台问题
解决办法,更新后进入,==切换到管理员用户打开==
# 再texstudion运行第一个tex文件
documentclass{ctexart}
itle{Hello World}
egin{document}
maketitle
section{Hello China}
第一次使用TexStudio,下面开始漫长的论文写作之旅吧。
end{document}
如果缺少ctexart 请再Miktex console搜索