You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
advanced-math-notes/README.md

27 lines
1.7 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 讲义编写研讨组欢迎你!
### 开始工作前的准备:
##### 概述
1. 下载Obsidian和Git For Windows如果官网下不来会给你镜像
2. 头歌账号绑定邮箱并且在本地准备Git
##### 详细步骤
1. 下载Obsidian和Git For Windows如果官网下不来会给你镜像
2. 打开头歌,打开个人主页,进入开发项目,新建一个项目
![[edit1.png]]
新建项目的时候,如果没有绑定邮箱,会要求你绑定邮箱;
如果没有看一下你的QQ邮箱。一般来说每一个QQ号都有QQ邮箱。
### 配置环境
现在所有准备工作已完成,你可以开始着手配置环境:
1. 找一个文件夹,用于存放该笔记本;不嫌麻烦桌面也行——但是不建议
2. 在文件夹内右键,点击“在终端中打开”
3. 输入:`git config --global user.name (给自己起一个ID方便我们辨认即可)`、`git config --global user.email (你头歌绑定的邮箱)`
4. 输入:`git clone https://code.educoder.net/pkeazo37w/advanced-math-notes.git`,运行成功后就会在你选择的文件夹下方多一个`advanced-math-notes`文件夹,~~这就是你以后的牢房~~
5. 关掉终端打开Obsidian打开仓库选择那个`advanced-math-notes`然后在Obsidian安装Git插件开始干活吧
6. 注意:第一次提交时可能要求你输入头歌账号密码,其中账号最好输你的邮箱,其他的可能会失败;后续则不需要登录即可提交
### 前置知识(需要在进入研讨组后尽快掌握)
1. KaTeX数学公式排版知识
2. 基础Markdown知识
3. (可选) Git基础知识
4. 阅读LaTeXKaTeX输入规范、特殊输入
5. (可选) CSS基础知识