From a08c828fa1bcf3b27a86349ce36ea03b830fe58a Mon Sep 17 00:00:00 2001 From: heartacker Date: Sun, 23 May 2021 21:52:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=BE=E6=8E=A5=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01.Latex/_Frist/Latex_note.tex | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/01.Latex/_Frist/Latex_note.tex b/01.Latex/_Frist/Latex_note.tex index 5de9132..a45d8df 100644 --- a/01.Latex/_Frist/Latex_note.tex +++ b/01.Latex/_Frist/Latex_note.tex @@ -145,6 +145,8 @@ \section*{前言} 真的好困难。希望大家在看到这个文档的时候,点个赞!$\heartsuit$$\heartsuit$$\heartsuit$ + 本文托管在 GitHub 中,链接地址:\href{https://github.com/heartacker/MyNotes}{https://github.com/heartacker/MyNotes},使用 VSCode 作为编辑器,TexLive 作为编译器进行编写。 可以转到 \href{https://github.com/heartacker/MyNotes/releases}{release} 页面获取此文档最新版本。 + \end{abstract} \section{\LaTeX 基础} diff --git a/README.md b/README.md index b3b1811..a8c3cc9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ **LaTeX** 是一个非常优秀的排版系统。我把我从零开始学习的笔记放在了 `01.Latex\_Frist\` 文件夹。如果你有兴趣可以到 [releases](https://github.com/heartacker/MyNotes/releases) 下载 `Latex_note.pdf` 查阅。 +>注意,如果你要编译的话,请使用xelatex -> bibtex -> xelatex -> xelatex进行编译。因为使用了bib引用。否则可以直接使用 xelatex x2 编译。 + ## 学习Verilog ```verilog