From a220a75988034ae772518ca982f47ddb7cb9000f Mon Sep 17 00:00:00 2001 From: jmcui Date: Thu, 31 Jan 2019 01:39:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=A8=A1=E7=89=88=EF=BC=8C?= =?UTF-8?q?=E5=85=BC=E5=AE=B9ustcthesis=20V3.1.03?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Main.lyx | 3 ++- README.md | 10 +++++++++- chapters/Appendix.lyx | 15 ++++++++++++++- chapters/FrontMatter.lyx | 8 ++++---- chapters/Introduction.lyx | 4 +++- chapters/Publication.lyx | 3 ++- chapters/Skills.lyx | 4 +++- chapters/thanks.lyx | 5 ++++- ustcthesis | 2 +- 9 files changed, 42 insertions(+), 12 deletions(-) diff --git a/Main.lyx b/Main.lyx index 4a20408..d1830d5 100644 --- a/Main.lyx +++ b/Main.lyx @@ -35,8 +35,9 @@ % \ensecretlevel{Secret} % Top secret|Highly secret|Secret -% +% load packages \usepackage{bibentry,natbib} +\usepackage{hyperref} %%图、表的格式化引用 \newrefformat{fig}{\hyperref[#1]{图\ref*{#1}\,}} diff --git a/README.md b/README.md index 68b0334..45b87b6 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,21 @@ ``` ````bash # windows 系统用 -c core.symlinks=true 选项, 保证链接正确 - git clone -c core.symlinks=true  --recursive https://github.com/jmcui/USTC-Lyx.git + git clone -c core.symlinks=true  --recursive https://git.lug.ustc.edu.cn/jmcui/ustclyx.git ```` Note: 不要使用github 网页上code中“Clone or download” 按钮下载。这样方法不能下载子项目,导致文件缺失。 + Note:git子模块更新命令 + + ```bash + git submodule update --recursive --remote + ``` + + + ## 使用 ## * 下载安装 Texlive, 参考 [ustcthesis 新手指南](https://github.com/ustctug/ustcthesis/wiki/新手指南)。 diff --git a/chapters/Appendix.lyx b/chapters/Appendix.lyx index d02e190..1b1e7ee 100644 --- a/chapters/Appendix.lyx +++ b/chapters/Appendix.lyx @@ -7,7 +7,10 @@ \textclass USTCthesis \begin_preamble %Created by jmcui -%\graphicspath{{C:/Users/jmcui/Desktop/Lyxthesis/USTCthesis}} + +\usepackage{xcolor} +\usepackage{hyperref} +%\graphicspath{{figures/}} \end_preamble \options doctor,twoside \use_default_options false @@ -107,6 +110,16 @@ NoStyle EnglishAbstract 修改记录 \end_layout +\begin_layout Itemize +1/30-2019 +\end_layout + +\begin_deeper +\begin_layout Itemize +升级模版兼容 ustcthesis V3.1.03 +\end_layout + +\end_deeper \begin_layout Itemize 10/20-2018 \end_layout diff --git a/chapters/FrontMatter.lyx b/chapters/FrontMatter.lyx index ca3381d..f3c2988 100644 --- a/chapters/FrontMatter.lyx +++ b/chapters/FrontMatter.lyx @@ -369,10 +369,10 @@ chapter{主要符号对照表} \begin_inset Tabular - + - + \begin_inset Text \begin_layout Plain Layout @@ -392,7 +392,7 @@ HPC - + \begin_inset Text \begin_layout Plain Layout @@ -412,7 +412,7 @@ CLS - + \begin_inset Text \begin_layout Plain Layout diff --git a/chapters/Introduction.lyx b/chapters/Introduction.lyx index 29508c2..0ee41b6 100644 --- a/chapters/Introduction.lyx +++ b/chapters/Introduction.lyx @@ -7,9 +7,11 @@ \textclass USTCthesis \begin_preamble %Created by jmcui -%\graphicspath{{C:/Users/jmcui/Desktop/Lyxthesis/USTCthesis}} + \usepackage{xcolor} +\usepackage{hyperref} +%\graphicspath{{figures/}} \end_preamble \options doctor,twoside \use_default_options false diff --git a/chapters/Publication.lyx b/chapters/Publication.lyx index 12ae6fd..b1ce318 100644 --- a/chapters/Publication.lyx +++ b/chapters/Publication.lyx @@ -7,9 +7,10 @@ \textclass USTCthesis \begin_preamble %Created by jmcui -%\graphicspath{{C:/Users/jmcui/Desktop/Lyxthesis/USTCthesis}} \usepackage{bibentry,natbib} +\usepackage{hyperref} +%\graphicspath{{figures/}} \end_preamble \options doctor,twoside \use_default_options false diff --git a/chapters/Skills.lyx b/chapters/Skills.lyx index 79b7c7f..24f4814 100644 --- a/chapters/Skills.lyx +++ b/chapters/Skills.lyx @@ -7,8 +7,10 @@ \textclass USTCthesis \begin_preamble %Created by jmcui -%\graphicspath{{C:/Users/jmcui/Desktop/Lyxthesis/USTCthesis}} + \usepackage{xcolor} +\usepackage{hyperref} +%\graphicspath{{figures/}} \end_preamble \options doctor,twoside \use_default_options false diff --git a/chapters/thanks.lyx b/chapters/thanks.lyx index 522985a..b3de37e 100644 --- a/chapters/thanks.lyx +++ b/chapters/thanks.lyx @@ -7,7 +7,10 @@ \textclass USTCthesis \begin_preamble %Created by jmcui -%\graphicspath{{C:/Users/jmcui/Desktop/Lyxthesis/USTCthesis}} + +\usepackage{xcolor} +\usepackage{hyperref} +%\graphicspath{{figures/}} \end_preamble \options doctor,twoside \use_default_options false diff --git a/ustcthesis b/ustcthesis index b17d1be..b5d860a 160000 --- a/ustcthesis +++ b/ustcthesis @@ -1 +1 @@ -Subproject commit b17d1beda7b4258c819c6dfb2f20877aabb95391 +Subproject commit b5d860a6d25a2faed0b498ee7a6f1511c4c8f1e7