Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

征集工具使用教程 #61

Closed
TheNetAdmin opened this issue May 14, 2020 · 6 comments
Closed

征集工具使用教程 #61

TheNetAdmin opened this issue May 14, 2020 · 6 comments
Labels
enhancement New feature or request

Comments

@TheNetAdmin
Copy link
Owner

TheNetAdmin commented May 14, 2020

现在的 zjuthesis 使用说明里提供了 Visual Studio Code 的使用说明,但有不少用户在使用其他工具,如 Sublime,TeXStudio 等。

如果同学们有空的话,能否在这里写一下你们如何使用某工具编写 zjuthesis 论文?

感谢诸位贡献的教程!并且随时欢迎大家贡献更多教程。

@TheNetAdmin TheNetAdmin added the enhancement New feature or request label May 14, 2020
@bobbybi7801
Copy link

bobbybi7801 commented Sep 2, 2020

我是一个新手,2周之前并不知道有LaTeX存在,偶然发现了zixuan学霸这个开源模板,因为我第一次在线安装TexLive失败,我先从在线工具overleaf开始入手,README中overleaf指南足够让一个新手建立自己的项目(通过导入zjuthesis-overleaf-v6.0.1),用overleaf的好处是不需要安装LaTex,并且集成版本管理工具,可以管理自己的版本。缺点是编译速度慢。后来根据下面blog的信息,先下载离线ISO,成功安装TexLive 2020 (2019的iso找不到了),编辑器我用的是TexStudio. zjuthesis-v6.0.1可以直接在TexStudio中编译,前提是配置好工具(以下blog有介绍)。

https://blog.csdn.net/qq_33749437/article/details/105883479?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522159900493419724843312098%2522%252C%2522scm%2522%253A%252220140713.130102334..%2522%257D&request_id=159900493419724843312098&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~all~first_rank_ecpm_v3~pc_rank_v2-4-105883479.first_rank_ecpm_v3_pc_rank_v2&utm_term=TeXLive2020&spm=1018.2118.3001.4187

@HaroldZ
Copy link

HaroldZ commented Nov 12, 2020

说一下在Mac OS下用Sublime Text编译zjuthesis的方法:

Requirements: 安装MacTex https://www.tug.org/mactex/ 和 Sublime Text

1.在Sublime Text中点击 Tools→ Commond Palette或快捷键command + shift + P进入命令面板,输入PCI,选择Package Control: Install Package,输入LatexTools,选择后自动安装

2.打开Preference→Package settings→LatexTools→Settings-User,在打开的界面中找到 builder-settings,在osx的括号中写入以下代码,如图所示:
"script_commands":[ "latexmk -pv" ]
image

3.用Sublime Text打开zjuthesis.tex, 按快捷键command + shift + B,在弹出窗口中选择Latex - Script Builder进行编译即可,之后每次编译可以直接按快捷键command + B即可

Tips:在body文件夹下的每个.tex文件开头加上%!TEX root = ../../zjuthesis.tex (zjuthesis.tex文件的路径),这样可以从任意一个.tex文件编译整个工程,而不用每次打开zjuthesis.tex进行编译

@alone-tree

This comment has been minimized.

@TheNetAdmin

This comment has been minimized.

@TheNetAdmin TheNetAdmin pinned this issue Nov 28, 2020
@TheNetAdmin
Copy link
Owner Author

TheNetAdmin commented Nov 28, 2020

Issue 已经 pin 到主页,此 Issue 关闭

如有新的教程,请直接在下方回复

@TheNetAdmin
Copy link
Owner Author

另一个 TeX Studio 相关的使用教程 #98 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants