mirror of
https://github.com/ElegantLaTeX/ElegantBook.git
synced 2026-01-26 04:14:35 +08:00
renew 3.09 wiki
9
1.1_Updates.md
Normal file
9
1.1_Updates.md
Normal file
@@ -0,0 +1,9 @@
|
||||
What's new in this version::
|
||||
|
||||
1. delete `\elegantpar` command;
|
||||
1. Fix math symbol font settings;
|
||||
1. Introduce option `twocol` for toc;
|
||||
1. Revise footnote layout;
|
||||
1. Other modifications.
|
||||
|
||||
**Note**: Users for 2.x, please refer to [conversion](https://github.com/ElegantLaTeX/ElegantBook/wiki/convert).
|
||||
10
1.1_更新说明.md
Normal file
10
1.1_更新说明.md
Normal file
@@ -0,0 +1,10 @@
|
||||
此次更新主要有:
|
||||
|
||||
1. 删除 `\elegantpar` 命令;
|
||||
1. 修复符号字体设置;
|
||||
1. 增加双栏目录选项;
|
||||
1. 修改脚注格式;
|
||||
1. 其他。
|
||||
|
||||
**注意**:2.x 版本的用户请仔细查看[跨版本转换](https://github.com/ElegantLaTeX/ElegantBook/wiki/convert)。
|
||||
|
||||
@@ -1,26 +1,21 @@
|
||||
Both portable version and installation package are available for this template.
|
||||
|
||||
### Portable Version
|
||||
You can use it by installing portable version or by installing the template.
|
||||
|
||||
For portable version, simply download lastest ElegantBook-master from Github or CTAN (to be more accurate, download elegantbook.cls) and save the file(s) under your working directory. This way of installation is simple and convenient, but you have to manually update cls now and then.
|
||||
|
||||
### Installation Method
|
||||
|
||||
If you are a TeX Live 2019 user, using the `tlshell` of TeX Live 2019 direct installation package is strongly recommended. Simply search and open `tlshell`, click on `File -> Load Default Repository` or customize repository by Options. Wait till the repository loads successfully, search elegantbook by name, installation and update is just a click away.
|
||||
|
||||

|
||||
|
||||
If you are a TeX Live 2018 user and would like to update to TeX Live 2019, the official solution is to uninstall 2018. If you want to save the bother of uninstallation and installation, please copy `elegantbook.cls` to the installation directory of TeX Live 2018 (default: `C:\texlive\2018\texmf-dist\tex\latex\elegantbook` ), run `texhash` in cmd.
|
||||
|
||||
Excuse me? You are a CTeX user? Sorry, this template is incompatible with CTeX.
|
||||
Excuse me? You are a CTeX user? Sorry, this template is incompatible with CTeX.
|
||||
|
||||
For more details about the installation and usage of TeX Live 2019, the compatibility of CTeX and TeX Live, installation directory, etc., please refer to OG (Official Guide).
|
||||
For more details about the installation and usage of TeX Live 2019, the compatibility of CTeX and TeX Live, installation directory, etc., please refer to the Official Guide or XiaoXing's [A brief introduction of installing LaTeX](https://github.com/OsbertWang/install_latex/releases).
|
||||
|
||||
### Online Usage of Templates
|
||||
|
||||
Considering the online usage of the templates, all the templates are available on Overleaf.
|
||||
Those who enjoy smooth network may feel free to use the templates without TEX Live and to visit
|
||||
your documents anywhere anytime. Search `elegantlatex` on Overleaf or visit [search result](https://www.overleaf.com/latex/templates?addsearch=elegantlatex),
|
||||
choose the one you prefer and save it to your account, then you can edit yourself or corporate
|
||||
with others if you like. For more information about Overleaf, please refer to Overleaf OG.
|
||||
choose the one you prefer and save it to your account, then you can edit yourself or corporat with others if you like. For more information about Overleaf, please refer to Overleaf OG.
|
||||
|
||||
@@ -1,20 +1,16 @@
|
||||
本节介绍如何通过免安装或者安装模板(包)方式使用。
|
||||
你可以通过免安装的方式使用本模板,也可以通过安装模板的方式使用。
|
||||
|
||||
### 免安装方式安装
|
||||
|
||||
从 Github 或者 CTAN 下载最新(正式)版文件,严格意义上只需要类文件 `elegantbook.cls`。然后将模板文件放在你的工作目录下即可使用。这样使用的好处是,无需安装,简便;缺点是,当模板进行更新之后,你需要手动替换。
|
||||
|
||||
### 安装模板方式安装
|
||||
免安装使用方法如下,从 Github 或者 CTAN 下载最新(正式)版文件,严格意义上只需要类文件 `elegantbook.cls`。然后将模板文件放在你的工作目录下即可使用。这样使用的好处是,无需安装,简便;缺点是,当模板进行更新之后,你需要手动替换 cls 文件。
|
||||
|
||||
如果你是 TeX Live 2019 用户,我们非常推荐你直接进行安装和更新。你可以通过 TeX Live 2019 自带的tlshell进行安装。安装非常简单,步骤如下,搜索并打开 tlshell,然后通过 `File -> Load Default Repository` 加载远程仓库,如果你不想使用默认的仓库,你可以通过 Options 下的菜单设置远程仓库。设置好仓库之后,等待仓库加载完毕,你可以在下面的搜索栏搜索 elegantbook,然后选择进行安装与更新。
|
||||
|
||||

|
||||
|
||||
如果你是 TeX Live 2018 的用户,由于 2018 无法更新到 2019,所以你想更新的话,需要卸载 2018 重装 2019。如果你实在不想折腾,那么你仍然可以使用本模板,你可以手动安装模板,将elegantbook.cls复制到你的 TeXLive 目录下,默认安装目录为 `C:\texlive\2019\texmf-dist\tex\latex\elegantbook`,然后通过命令行(管理员权限),运行 texhash 即可。
|
||||
如果你是 TeX Live 2018 的用户,由于 2018 无法更新到 2019,所以你想更新的话,需要卸载 2018 重装 2019。如果你实在不想折腾,那么你仍然可以使用本模板,你可以手动安装模板,将 `elegantbook.cls` 复制到你的 TeXLive 目录下,默认安装目录为 `C:\texlive\2019\texmf-dist\tex\latex\elegantbook`,然后通过命令行(管理员权限),运行 texhash 即可。
|
||||
|
||||
啥?你是 CTeX 用户?Sorry,本模板不提供支持。
|
||||
|
||||
更多关于 TeX Live 2019 的安装使用以及 CTeX 与 TeX Live 的兼容、系统路径问题,请参考官方文档以及啸行的[一份简短的安装 LaTeX的介绍](https://github.com/OsbertWang/install_latex/releases)。
|
||||
更多关于 TeX Live 2019 的安装使用以及 CTeX 与 TeX Live 的兼容、系统路径问题,请参考官方文档以及啸行的[一份简短的安装 LaTeX 的介绍](https://github.com/OsbertWang/install_latex/releases)。
|
||||
|
||||
### 在线使用模板
|
||||
|
||||
5
1.3_OnlineUsage.md
Normal file
5
1.3_OnlineUsage.md
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
All the templates are available on Overleaf. Those who has convenient network may feel free to use the templates without TEX Live and to visit your documents anywhere anytime. Search `elegantlatex` on Overleaf or visit [search result](https://www.overleaf.com/latex/templates?addsearch=elegantlatex),
|
||||
choose the one you prefer and save it to your account, then you can edit yourself or corporate with others if you like. For more information about Overleaf, please refer to Overleaf [OG](https://www.overleaf.com/learn).
|
||||
|
||||
**Note**:In Overleaf, Chinese users use XeLaTeX to compile, English users can use PDFLaTeX or XeLaTeX to compile.
|
||||
4
1.3_在线使用模板.md
Normal file
4
1.3_在线使用模板.md
Normal file
@@ -0,0 +1,4 @@
|
||||
我们把三套模板全部上传到 [Overleaf](https://www.overleaf.com/) 上了,网络便利的用户可以直接通过 Overleaf 在线使用我们的模板。使用 Overleaf 的好处是无需安装 TeX Live 2019,可以随时随地访问自己的文件。查找模板,请在 Overleaf 模板库里面搜索 elegantlatex 即可,你也可以直接访问[搜索结果](https://www.overleaf.com/latex/templates?addsearch=elegantlatex)。选择适当的模板之后,将其 Open as Template,即可把模板存到自己账户下,然后可以自由编辑以及与别人一起协作。更多关于 Overleaf 的介绍和使用,请参考 Overleaf 的[官方文档](https://www.overleaf.com/learn)。
|
||||
|
||||
**注**:Overleaf 上,中文需要使用 XeLaTeX 进行编译,英文可以使用 PDFLaTeX 与 XeLaTeX 进行编译。
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
Eight years have passed since the found of ElegantLaTeX Program. It's an honor that our templates are preferred by a lot of users. Hence, in order to promote more interactions among our users and know more about what you need, we are planning to provide a platform to display selected works of our users on Github or our homepage. If you want to show us your work(s), contact us via Email or other ways. Or if you have upload your work(s) on Github or Gitee etc., share the URL(s) with us.
|
||||
|
||||
**Advertising space to rent!**
|
||||
@@ -1 +1,3 @@
|
||||
ElegantLaTeX 系列模板从创立至今已经有 8 年了,我们的模板也受到了很多用户的喜爱,在此,为了促进模板用户之间的交流,了解用户需求,完善本模板,我们将建立一个区域专门展示用户的文档,包括但不限于 Github 和官网等。如果你愿意将自己的作品展示出来,请邮件或者其他方式联系我们。如果自己代码已经传到 Github 或者 Gitee 等网站,可以提供对应网址。
|
||||
|
||||
**广告位招租!**
|
||||
1
1.5_AboutPullRequest.md
Normal file
1
1.5_AboutPullRequest.md
Normal file
@@ -0,0 +1 @@
|
||||
For some reasons, **pull request is unacceptable** since May 20, 2019. For those who want to help revise the templates, submit issues or clone to your own repository to modify under the constriction of LPPL-1.3c.
|
||||
@@ -1,3 +1 @@
|
||||
### 关于提交
|
||||
|
||||
出于某些因素的考虑,ElegantLaTeX 项目自 2019 年 5 月 20 日开始,**不再接受任何非作者预约性质的提交**(pull request)!如果你想改进模板,你可以给我们提交 issues,或者可以在遵循协议(LPPL-1.3c)的情况下,克隆到自己仓库下进行修改。
|
||||
@@ -1,8 +1,7 @@
|
||||
Recruit Support Members for ElegantLaTeX to translate template OGs(Chinese -> English), maintain wiki entries using MarkDown, update Wechat articles. No deadline for this recruitment.
|
||||
|
||||
Thank our best support members for their selfless work!
|
||||
|
||||
* OG Translator: [YPY](https://github.com/peggy2006xzyz);
|
||||
* Wiki Maintainer: [Ingo Zinngo](https://github.com/izinngo);
|
||||
* OG Translator: [YPY](https://github.com/peggy2006xzyz);
|
||||
* Github Maintainer: [Ingo Zinngo](https://github.com/izinngo)、[Pursuit original scenery](https://github.com/xiaohao890809);
|
||||
* QQ Group Manager: [Sikouhjw](https://github.com/sikouhjw).
|
||||
|
||||
Thank our best support members for their selfless work!
|
||||
9
1.6_协作人员招募.md
Normal file
9
1.6_协作人员招募.md
Normal file
@@ -0,0 +1,9 @@
|
||||
招募 ElegantLaTeX 的协作人员,没有工资。工作内容:翻译 ElegantLaTeX系列模板相关的文稿(中文 -> 英文),维护模板的 wiki(主要涉及 Markdown 语法),如果有公众号文稿写作经历的话,也可以帮忙写微信稿。本公告长期有效。
|
||||
|
||||
目前 ElegantLaTeX 共有 4 名协作人员,分别是:
|
||||
|
||||
- 官方指南翻译: [YPY](https://github.com/peggy2006xzyz);
|
||||
- Github 维基维护: [Ingo Zinngo](https://github.com/izinngo)、[追寻原风景](https://github.com/xiaohao890809);
|
||||
- QQ 群管理员: [Sikouhjw](https://github.com/sikouhjw).
|
||||
|
||||
在此感谢他们无私的奉献!
|
||||
7
1.7_Acknowledgement.md
Normal file
7
1.7_Acknowledgement.md
Normal file
@@ -0,0 +1,7 @@
|
||||
The number of stars on Github for ElegantBook reached 100 on May 20, 2019. Thank ChinaTeX and [LaTeX studio](http://www.latexstudio.net/) for their promotion. LaTeX studio offers tons of valuable posts and templates for discovery. It is the most comprehensive website on LaTeX in China. Thank [muzimuzhi](https://github.com/muzimuzhi) for the revision of the template.
|
||||
|
||||
If you like our template, star on Github.
|
||||
|
||||

|
||||
|
||||

|
||||
11
1.7_致谢.md
Normal file
11
1.7_致谢.md
Normal file
@@ -0,0 +1,11 @@
|
||||
2019 年 5 月 20 日,ElegantBook 模板在 Github 上的 Star 数达到了 100。
|
||||
|
||||
在此特别感谢 ChinaTeX 以及 [LaTeX 工作室](http://www.latexstudio.net/)对于本系列模板的大力宣传与推广。LaTeX 工作室网站上有很多精彩的帖子和精致的模板,欢迎大家去挖掘里面的宝藏。这也是我所见到的国内最全面的 LaTeX 相关的网站。也非常感谢 [muzimuzhi](https://github.com/muzimuzhi) 对于模板的完善。
|
||||
|
||||
如果你喜欢我们的模板,你可以在 Github 上收藏我们的模板。
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
19
1.8_Donation.md
Normal file
19
1.8_Donation.md
Normal file
@@ -0,0 +1,19 @@
|
||||
If you like our template or me, you can also choose to donate to show your support to our template and me. Since the release of the donation information in version 3.08, we have received a donation of nearly one thousand yuan (rounded to one hundred million), thank you very much!
|
||||
|
||||

|
||||
|
||||
**The explanation right of the tip usage belongs to ElegantLaTeX with no supervision. Feel free to tip us.** Those who donate more than 10 RMB will be recorded in the Donation List. Thank all the tippers!
|
||||
|
||||
| Tipper | Amount | Date | Channel |
|
||||
| :--------------: | :----: | :-------: | :-----: |
|
||||
| Lerh | 10 RMB | 2019/5/15 | Wechat |
|
||||
| Yueguodipingxian | 10 RMB | 2019/5/15 | Wechat |
|
||||
| Daxiong | 20 RMB | 2019/5/27 | Wechat |
|
||||
| * kong | 10 RMB | 2019/05/30 | Wechat |
|
||||
| [latexstudio.net](http://www.latexstudio.net) | 666 RMB | 2019/06/05 | Alipay |
|
||||
| Cassis | 11 RMB | 2019/06/30 | Wechat |
|
||||
| * jun | 10 RMB | 2019/07/23 | Wechat |
|
||||
| * meng | 19 RMB | 2019/08/28 | Wechat |
|
||||
| Qudoudou | 10 RMB | 2019/08/28 | Wechat |
|
||||
| LiBo | 100 RMB | 2019/10/06 | Wechat |
|
||||
| Njustsll | 10 RMB | 2019/10/11 | Wechat |
|
||||
19
1.8_捐赠.md
Normal file
19
1.8_捐赠.md
Normal file
@@ -0,0 +1,19 @@
|
||||
如果您非常喜爱我们的模板或者我,你还可以选择捐赠以表达您对我们模板和我的支持。本模板自 3.08 版本发布了捐赠信息之后,收到了近千元的捐赠(四舍五入就是一个亿),非常感谢!
|
||||
|
||||

|
||||
|
||||
**赞赏费用的使用解释权归 ElegantLaTeX 所有,并且不接受监督,请自愿理性打赏。**10 元以上的赞赏,我们将列入捐赠榜,谢谢各位金主!
|
||||
|
||||
| 捐赠者 | 金额 | 时间 | 渠道 |
|
||||
| :------: | :----: | :----: | :------: |
|
||||
| Lerh | 10 RMB | 2019/05/15 | 微信 |
|
||||
| 越过地平线 | 10 RMB | 2019/05/15 | 微信 |
|
||||
| 大熊 | 20 RMB | 2019/05/27 | 微信 |
|
||||
| *空 | 10 RMB | 2019/05/30 | 微信 |
|
||||
| [latexstudio.net](http://www.latexstudio.net) | 666 RMB | 2019/06/05 | 支付宝 |
|
||||
| Cassis | 11 RMB | 2019/06/30 | 微信 |
|
||||
| *君 | 10 RMB | 2019/07/23 | 微信 |
|
||||
| *萌 | 19 RMB | 2019/08/28 | 微信 |
|
||||
| 曲豆豆 | 10 RMB | 2019/08/28 | 微信 |
|
||||
| 李博 | 100 RMB | 2019/10/06 | 微信 |
|
||||
| Njustsll | 10 RMB | 2019/10/11 | 微信 |
|
||||
@@ -2,15 +2,12 @@ ElegantLaTeX Program developers are intended to provide you beautiful, elegant,
|
||||
|
||||
Contact Infos:
|
||||
|
||||
* Homepage: [https://elegantlatex.org/](https://elegantlatex.org/)
|
||||
* Github: [https://github.com/ElegantLaTeX/](https://github.com/ElegantLaTeX/)
|
||||
* Homepage: [https://elegantlatex.org](https://elegantlatex.org/)
|
||||
* Github: [https://github.com/ElegantLaTeX](https://github.com/ElegantLaTeX/)
|
||||
* CTAN: [https://ctan.org/pkg/elegantbook](https://ctan.org/pkg/elegantbook)
|
||||
* Wiki: [https://github.com/ElegantLaTeX/ElegantBook/wiki](https://github.com/ElegantLaTeX/ElegantBook/wiki)
|
||||
* Download: [release](https://github.com/ElegantLaTeX/ElegantBook/releases), [latest version](https://github.com/ElegantLaTeX/ElegantBook/archive/master.zip)
|
||||
* Weibo:ElegantLaTeX
|
||||
* Wechat: ElegantLaTeX
|
||||
* QQ: 692108391
|
||||
* Email: [elegantlatex2e@gmail.com](elegantlatex2e@gmail.com)
|
||||
|
||||
____
|
||||
|
||||
* Email: [elegantlatex2e@gmail.com](elegantlatex2e@gmail.com)
|
||||
@@ -1,13 +1,13 @@
|
||||
ElegantLaTeX 项目组向致力于打造一系列美观、优雅、简便的模板方便用户使用。目前由 [ElegantNote](https://github.com/ElegantLaTeX/ElegantNote), [ElegantBook](https://github.com/ElegantLaTeX/ElegantBook), [ElegantPaper](https://github.com/ElegantLaTeX/ElegantPaper) 组成,分别用于排版笔记,书籍和工作论文。强烈推荐使用最新正式版本!本文将介绍本模板的一些设置内容以及基本使用方法。如果您有其他问题,建议或者意见,欢迎在 Github 上给我们提交 [issue](https://github.com/ElegantLaTeX/ElegantBook/issues) 或者邮件联系我们。
|
||||
|
||||
相关联系方式:
|
||||
我们的联系方式:
|
||||
|
||||
* 官网:[https://elegantlatex.org/](https://elegantlatex.org/)
|
||||
* Github 网址:[https://github.com/ElegantLaTeX/](https://github.com/ElegantLaTeX/)
|
||||
* 官网:[https://elegantlatex.org](https://elegantlatex.org/)
|
||||
* Github 网址:[https://github.com/ElegantLaTeX](https://github.com/ElegantLaTeX/)
|
||||
* CTAN 地址:[https://ctan.org/pkg/elegantbook](https://ctan.org/pkg/elegantbook)
|
||||
* 文档 Wiki:[https://github.com/ElegantLaTeX/ElegantBook/wiki](https://github.com/ElegantLaTeX/ElegantBook/wiki)
|
||||
* 下载地址:[正式发行版](https://github.com/ElegantLaTeX/ElegantBook/releases),[最新版](https://github.com/ElegantLaTeX/ElegantBook/archive/master.zip)
|
||||
* 微博:ElegantLaTeX
|
||||
* 微博:ElegantLaTeX
|
||||
* 微信公众号:ElegantLaTeX
|
||||
* 用户 QQ 群:692108391
|
||||
* 邮件:[elegantlatex2e@gmail.com](elegantlatex2e@gmail.com)
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||

|
||||
|
||||
**注** 环境的标题文字可以通过这个环境的可选参数进行修改,修改方法为:
|
||||
**注** 环境的标题文字可以通过这个环境的可选参数进行修改,修改方法为:
|
||||
|
||||
```tex
|
||||
\begin{introduction}[Brief Introduction]
|
||||
@@ -12,11 +12,7 @@ And you will get:
|
||||
|
||||

|
||||
|
||||
**Notice** If you want to customize the title of `probleset`, please change the optional argument like introduction environment.
|
||||
**Notice** If you want to customize the title of `probleset`, please change the optional argument like `introduction` environment. In addition, the current environment will automatically appear in the catalogue, but not in the header and footer (to be resolved).
|
||||
|
||||
|
||||
```tex
|
||||
\begin{problemset}[Hello World]
|
||||
\item ...
|
||||
\end{problemset}
|
||||
```
|
||||
|
||||
18
2.12_章后习题.md
Normal file
18
2.12_章后习题.md
Normal file
@@ -0,0 +1,18 @@
|
||||
前面我们介绍了例题和练习两个环境,这里我们再加一个,章后习题(`problemset`)环境,用于在每一章结尾,显示本章的练习。使用方法如下
|
||||
|
||||
```tex
|
||||
\begin{problemset}
|
||||
\item exercise 1
|
||||
\item exercise 2
|
||||
\item exercise 3
|
||||
\end{problemset}
|
||||
```
|
||||
|
||||
效果如下:
|
||||
|
||||

|
||||
|
||||
**注** 如果你想把 `problemset` 环境的的标题改为其他文字,你可以类似于 `introduction` 环境修改 `problemset` 的可选参数。另外,目前这个环境会自动出现在目录中,但是不会出现在页眉页脚信息中(待解决)。
|
||||
|
||||
|
||||
|
||||
38
2.13_SideNote.md
Normal file
38
2.13_SideNote.md
Normal file
@@ -0,0 +1,38 @@
|
||||
In the version 3.08, we introduced the `marginpar=margintrue` and the test command `\elegantpar`, but it brings a lot of problems. We decided to remove it in 3.09 and will not introduce it back into the book template until the marginpar command is substantially optimized. I am very sorry for the inconvenience. However, we still leave the marginpar option, and you can use `marginpar=margintrue` to get the margins on the right side of the page. Then use the system command of `\marginpar` or the macro package of `marginnote` in `\marginnote` command.
|
||||
|
||||
**Notice** When using marginpar, we need to note that the text and formula can be used directly in the marginpar.
|
||||
|
||||
```tex
|
||||
% text
|
||||
\marginpar{margin paragraph text}
|
||||
|
||||
% equation
|
||||
\marginpar{
|
||||
\begin{equation}
|
||||
a^2 + b^2 = c^2
|
||||
\end{equation}
|
||||
}
|
||||
```
|
||||
|
||||
However, the floating body (table, picture) should be noted that the floating body environment can not be used, we need to use direct illustration command or table command environment. Then set the title with `\captionof`. To get a centered chart, use the `\centerline` command or the `center` environment. For more details please refer to: [Caption of Figure in Marginpar](https://tex.stackexchange.com/questions/5583/caption-of-figure-in-marginpar-and-caption-of-wrapfigure-in-margin)。
|
||||
|
||||
```tex
|
||||
% graph with centerline command
|
||||
\marginpar{
|
||||
\centerline{
|
||||
\includegraphics[width=0.2\textwidth]{logo.png}
|
||||
}
|
||||
\captionof{figure}{your figure caption}
|
||||
}
|
||||
|
||||
% graph with center environment
|
||||
\marginpar{
|
||||
\begin{center}
|
||||
\includegraphics[width=0.2\textwidth]{logo.png}
|
||||
\captionof{figure}{your figure caption}
|
||||
\end{center}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
|
||||
38
2.13_旁注.md
Normal file
38
2.13_旁注.md
Normal file
@@ -0,0 +1,38 @@
|
||||
在 3.08 版本中,我们引入了旁注设置选项 `marginpar=margintrue` 以及测试命令 `\elegantpar` ,但是由此带来一堆问题。我们决定在 3.09 版本中将其删除,并且,在旁注命令得到大幅度优化之前,不会将此命令再次引入书籍模板中。对此造成各位用户的不方便,非常抱歉!不过我们保留了 `marginpar` 这个选项,你可以使用 `marginpar=margintrue` 获得保留右侧旁注的版面设计。然后使用系统自带的 `\marginpar` 或者 `marginnote` 宏包的 `\marginnote` 命令。
|
||||
|
||||
**注** 在使用旁注的时候,需要注意的是,文本和公式可以直接在旁注中使用。
|
||||
|
||||
```tex
|
||||
% text
|
||||
\marginpar{margin paragraph text}
|
||||
|
||||
% equation
|
||||
\marginpar{
|
||||
\begin{equation}
|
||||
a^2 + b^2 = c^2
|
||||
\end{equation}
|
||||
}
|
||||
```
|
||||
|
||||
但是浮动体(表格、图片)需要注意,不能用浮动体环境,需要使用直接插图命令或者表格命令环境。然后使用 `\captionof` 为其设置标题。为了得到居中的图表,可以使用 `\centerline` 命令或者 `center` 环境。更多详情请参考: [Caption of Figure in Marginpar](https://tex.stackexchange.com/questions/5583/caption-of-figure-in-marginpar-and-caption-of-wrapfigure-in-margin)。
|
||||
|
||||
```tex
|
||||
% graph with centerline command
|
||||
\marginpar{
|
||||
\centerline{
|
||||
\includegraphics[width=0.2\textwidth]{logo.png}
|
||||
}
|
||||
\captionof{figure}{your figure caption}
|
||||
}
|
||||
|
||||
% graph with center environment
|
||||
\marginpar{
|
||||
\begin{center}
|
||||
\includegraphics[width=0.2\textwidth]{logo.png}
|
||||
\captionof{figure}{your figure caption}
|
||||
\end{center}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
|
||||
14
2.14_hyphen.md
Normal file
14
2.14_hyphen.md
Normal file
@@ -0,0 +1,14 @@
|
||||
Because the template uses the `newtx` family of font macros, we need to be aware of hyphens when using this template.
|
||||
|
||||
$$\int_{R^q} f(x,y) dy.\emph{of\kern0pt f}$$
|
||||
|
||||
the code is
|
||||
|
||||
```tex
|
||||
\begin{equation}
|
||||
\int_{R^q} f(x,y) dy.\emph{of \kern0pt f}
|
||||
\end{equation}
|
||||
```
|
||||
|
||||
|
||||
|
||||
14
2.14_连字符.md
Normal file
14
2.14_连字符.md
Normal file
@@ -0,0 +1,14 @@
|
||||
由于模板使用了 `newtx` 系列字体宏包,所以在使用本模板的时候,需要注意下连字符的问题。
|
||||
|
||||
$$\int_{R^q} f(x,y) dy.\emph{of\kern0pt f}$$
|
||||
|
||||
的代码为
|
||||
|
||||
```tex
|
||||
\begin{equation}
|
||||
\int_{R^q} f(x,y) dy.\emph{of \kern0pt f}
|
||||
\end{equation}
|
||||
```
|
||||
|
||||
|
||||
|
||||
24
2.15_SymbolFont.md
Normal file
24
2.15_SymbolFont.md
Normal file
@@ -0,0 +1,24 @@
|
||||
In the version of 3.08, the user feedbacks that when using with macropackages such as `yhmath` and `esvect` will encounter errors:
|
||||
|
||||
```tex
|
||||
LaTeX Error:
|
||||
Too many symbol fonts declared.
|
||||
```
|
||||
|
||||
The reason is that the template redefines the mathematical font to **the maximum of 16 mathematical fonts**, so it can't add mathematical fonts when calling other macro packages. To reduce the number of calls of unusual macropackages, how to use the `yhmath` and `esvect` macropackages is as follows.
|
||||
|
||||
Search `yhmath` or `esvect` in `elegantbook.cls` and uncomment the loading statement of macro packages you need.
|
||||
|
||||
```tex
|
||||
%%% use yhmath pkg, uncomment following code
|
||||
% \let\oldwidering\widering
|
||||
% \let\widering\undefined
|
||||
% \RequirePackage{yhmath}
|
||||
% \let\widering\oldwidering
|
||||
|
||||
%%% use esvect pkg, uncomment following code
|
||||
% \RequirePackage{esvect}
|
||||
```
|
||||
|
||||
|
||||
|
||||
24
2.15_符号字体.md
Normal file
24
2.15_符号字体.md
Normal file
@@ -0,0 +1,24 @@
|
||||
在 3.08 版本中,用户反馈模板在和 `yhmath` 以及 `esvect` 等宏包搭配使用的时候会出现报错:
|
||||
|
||||
```tex
|
||||
LaTeX Error:
|
||||
Too many symbol fonts declared.
|
||||
```
|
||||
|
||||
原因是模板重新定义了数学字体,达到了**最多 16 个数学字体**的上限,在调用其他宏包的时候,无法新增数学字体。为了减少调用非常用宏包,在此给出如何调用 `yhmath` 以及 `esvect` 宏包的方法。
|
||||
|
||||
请在 `elegantbook.cls` 内搜索 `yhmath` 或者 `esvect`,将你所需要的宏包加载语句取消注释即可。
|
||||
|
||||
```tex
|
||||
%%% use yhmath pkg, uncomment following code
|
||||
% \let\oldwidering\widering
|
||||
% \let\widering\undefined
|
||||
% \RequirePackage{yhmath}
|
||||
% \let\widering\oldwidering
|
||||
|
||||
%%% use esvect pkg, uncomment following code
|
||||
% \RequirePackage{esvect}
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -5,6 +5,8 @@ This template contains 5 color themes, they are green, cyan, blue(default), gray
|
||||
\documentclass[color=green]{elegantbook}
|
||||
```
|
||||
|
||||

|
||||
|
||||
If you want to customize the colors, please select `nocolor` or use `color=none` and declare the structurecolor, main, second, and third colors in the preamble section as follows:
|
||||
|
||||
```tex
|
||||
@@ -5,6 +5,8 @@
|
||||
\documentclass[color=green]{elegantbook}
|
||||
```
|
||||
|
||||

|
||||
|
||||
如果需要自定义颜色的话请选择 `nocolor` 选项或者使用 `color=none`,然后在导言区定义 structurecolor、main、second、third 颜色,具体方法如下:
|
||||
|
||||
```tex
|
||||
@@ -1,4 +1,4 @@
|
||||
本模板内置 2 套章标题显示风格,包含 `hang`(默认)与 `display` 两种风格,区
|
||||
本模板内置 2 套_章标题显示风格_,包含 `hang`(默认)与 `display` 两种风格,区
|
||||
别在于章标题单行显示(`hang`)与双行显示(`display`),本说明使用了 `hang`。调用方式为
|
||||
|
||||
```tex
|
||||
@@ -11,8 +11,8 @@ In this template, we defined four different theorem class environments
|
||||
+ definition environment, the color is main;
|
||||
+ theorem, lemma, corollary environment, the color is second;
|
||||
+ proposition environment, the color is third.
|
||||
+ __Example Environments__, including example, exercise, problem environment, auto numering within chapter.
|
||||
+ __Proof Environment__, including proof, note environment, they contain introductory symbol (note environment) or ending symbol (proof environment).
|
||||
+ __Example Environments__, including example, problem, exercise environment, auto numering within chapter, and exercise has prompt.
|
||||
+ __Hint Environment__, including note environment, features: no numbers, has prompt.
|
||||
+ __Conclusion Environments__, including conclusion, assumption, property, remark, solution environment, all of these begin with boldfaced words, and the contents are the same as a normal paragraph.
|
||||
|
||||
### Theorem Class Environments
|
||||
@@ -50,5 +50,5 @@ This is the content of example environment.
|
||||
These are all the same environments, except that
|
||||
|
||||
+ example, exercise, problem environments numbering within chapter;
|
||||
+ note with introductory symbol, proof with ending symbol;
|
||||
+ note, exercise environments with remind symbol;
|
||||
+ conclusion environment with boldfaced keywords and normal paragraph content.
|
||||
@@ -11,8 +11,8 @@
|
||||
+ definition 环境,颜色为 main;
|
||||
+ theorem、lemma、corollary 环境,颜色为 second;
|
||||
+ proposition 环境,颜色为 third。
|
||||
+ __示例类环境__:有 example、exercise、problem 环境(对应于例,练习,例题),自动编号,编号以章节为单位。
|
||||
+ __证明类环境__:,有 proof、note 环境,特点是,有引导符或者结尾符,note 环境有引导符号,proof 环境有证明完毕符号。
|
||||
+ __示例类环境__:有 example、problem、exercise 环境(对应于例、例题、练习),自动编号,编号以章节为单位,其中 exercise 有提示符。
|
||||
+ __提示类环境__:有 note 环境,特点是:无编号,有引导符。
|
||||
+ __结论类环境__:有 conclusion、assumption、property,remark、solution 环境,三者均以粗体的引导词为开头,和普通段落格式一致。
|
||||
|
||||
### 定理类环境的使用
|
||||
@@ -25,7 +25,9 @@ The content of theorem.
|
||||
\end{theorem}
|
||||
```
|
||||
|
||||
第一个必选项 `theorem name` 是定理的名字,第二个必选项 `label` 是交叉引用时所用到的标签,交叉引用的方法为 `\ref{thm:label}`。请注意,交叉引用时必须加上前缀 `thm:`。其他相同用法的定理类环境有:
|
||||
第一个必选项 `theorem name` 是定理的名字,第二个必选项 `label` 是交叉引用时所用到的标签,交叉引用的方法为 `\ref{thm:label}`。请注意,交叉引用时必须加上前缀 `thm:`。
|
||||
|
||||
其他相同用法的定理类环境有:
|
||||
|
||||
| 环境名 | 标签名 | 前缀 | 交叉引用 |
|
||||
|-------------|--------|------|-------------------|
|
||||
@@ -35,7 +37,7 @@ The content of theorem.
|
||||
| corrlary | label | cor | `\ref{cor:label}` |
|
||||
| proposition | label | pro | `\ref{pro:label}` |
|
||||
|
||||
## 其他数学环境的使用
|
||||
### 其他数学环境的使用
|
||||
|
||||
其他三种数学环境因为没有选项,可以直接使用,比如 example 环境
|
||||
|
||||
@@ -48,6 +50,6 @@ This is the content of example environment.
|
||||
这几个都是同一类环境,区别在于
|
||||
|
||||
+ 示例环境(`example`)、练习(`exercise`)与例题(`problem`)章节自动编号;
|
||||
+ 注意(`note`)环境有提醒引导符,证明(`proof`)环境有证明结束符;
|
||||
+ 注意(`note`),练习(`exercise`)环境有提醒引导符;
|
||||
+ 结论(`conclusion`)等环境都是普通段落环境,引导词加粗。
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Hiding the end-of-chapter base is optional, simply type in:
|
||||
Hiding the end-of-chapter or below-of-page base is optional, simply type in:
|
||||
|
||||
```tex
|
||||
\documentclass[hide]{elegantbook} %or
|
||||
9
2.6_装饰物.md
Normal file
9
2.6_装饰物.md
Normal file
@@ -0,0 +1,9 @@
|
||||
本模板为章节后和页面下方的装饰物(base)添加了隐藏选项,有 show 和 hide 两个选项。
|
||||
|
||||
```tex
|
||||
\documentclass[hide]{elegantbook} %or
|
||||
\documentclass[base=hide]{elegantbook}
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
The cover image used in this template is from [pixabay.com](https://pixabay.com/en/tea-time-poetry-coffee-reading-3240766/) (Thank ChinaTeX for providing free image source, [pexels.com](https://www.pexels.com/) is strongly recommended.). The image is completely free and can be used under any circumstance. The cover image size is 1280 X 1024. If you would like to change the cover, please crop it according to the size of the cover picture strictly.One free online image clipping site: [befunky.com](https://www.befunky.com/create/crop-photo/).
|
||||
The cover image used in this template is from [pixabay.com](https://pixabay.com/en/tea-time-poetry-coffee-reading-3240766/) (Thank ChinaTeX for providing free image source, [pexels.com](https://www.pexels.com/) is strongly recommended.). The image is completely free and can be used under any circumstance. The cover image size is 1280 X 1024. If you would like to change the cover, please crop it according to the size of the cover picture strictly.One free online image clipping site: [befunky.com](https://www.befunky.com/create/crop-photo/). The QQ group has some suitable covers, welcome to take.
|
||||
|
||||
Aspect ratio of the logo is 1:1 in this guide, i.e. a square picture. To replace the logo, do remember to choose the appropriate picture.
|
||||
|
||||
6
2.7_封面徽标.md
Normal file
6
2.7_封面徽标.md
Normal file
@@ -0,0 +1,6 @@
|
||||
本模板使用的封面图片来源于 [pixabay.com](https://pixabay.com/en/tea-time-poetry-coffee-reading-3240766),图片完全免费,可用于任何场
|
||||
景。封面图片的尺寸为 1280*1024, 更换图片的时候请**严格**按照封面图片尺寸进行裁剪。推荐一个免费的在线图片裁剪网站 [befunky.com](https://www.befunky.com/create/crop-photo/)。用户 QQ 群内有一些合适尺寸的封面,欢迎取用。
|
||||
|
||||
本文用到的 Logo 比例为 1:1,也即正方形图片,在更换图片的时候请选择合适的图片进行替换。
|
||||
|
||||
|
||||
@@ -7,10 +7,12 @@ If you want to use `BibTeX`, you must create a file named `reference.bib`, add b
|
||||
\nocite{*} %include all the bibitems
|
||||
```
|
||||
|
||||
Two more options `cite=numbers` and `cite=authoryear` are available in this new version, with the default setting as `numbers` since those major in science and technology use `numbers` more often. For those who major in liberal arts want to use `authoryear`, please type in:
|
||||
Two more options `cite=numbers` and `cite=authoryear` are available in this new version, with the default setting as `numbers` since those major in science and technology use digital form of `numbers` or superscript form of `super` more often. For those who major in liberal arts want to use author--year of `authoryear`, so we set `numbers` as the default format. If we need to change `cite=super` or `authoryear`, please type in:
|
||||
|
||||
```tex
|
||||
\documentclass[cite=authoryear]{elegantbook} %or
|
||||
\documentclass[cite=super]{elegantbook} % set cite for super style ref style
|
||||
\documentclass[super]{elegantbook}
|
||||
\documentclass[cite=authoryear]{elegantbook} % set cite for author year ref style
|
||||
\documentclass[authoryear]{elegantbook}
|
||||
```
|
||||
|
||||
@@ -7,10 +7,12 @@
|
||||
\nocite{*} %include all the bibitems
|
||||
```
|
||||
|
||||
本模板还添加了 `cite=numbers` 和 `cite=authoryear` 两个参考文献选项,用于设置参考文献格式的设置,默认为 numbers。据我们所知,理工科类一般使用 numbers,而文科类使用 authoryear 比较多,所以我们将 numbers 作为默认格式。如果需要改为 authoryear,可以使用
|
||||
本模板还添加了 `cite=numbers、cite=super` 和 `cite=authoryear` 三个参考文献选项,用于设置参考文献格式的设置,默认为 `numbers`。据我们所知,理工科类一般使用数字形式 `numbers` 或者上标形式 `super`,而文科类使用作者--年份 `authoryear` 比较多,所以我们将 `numbers` 作为默认格式。如果需要改为 `cite=super` 或者 `authoryear`,可以使用
|
||||
|
||||
```tex
|
||||
\documentclass[cite=authoryear]{elegantbook} %or
|
||||
\documentclass[cite=super]{elegantbook} % set cite for super style ref style
|
||||
\documentclass[super]{elegantbook}
|
||||
\documentclass[cite=authoryear]{elegantbook} % set cite for author year ref style
|
||||
\documentclass[authoryear]{elegantbook}
|
||||
```
|
||||
|
||||
3
2_SetupInstruction.md
Normal file
3
2_SetupInstruction.md
Normal file
@@ -0,0 +1,3 @@
|
||||
This template is based on the Standard LaTeX book class, so the options of book class work as well (The paper is invalid for the template has device options). The default encoding is UTF-8 while TeX Live is recommended. The test environment is Win10 + TeX Live 2019.
|
||||
|
||||
|
||||
1
2_设置说明.md
Normal file
1
2_设置说明.md
Normal file
@@ -0,0 +1 @@
|
||||
本模板基于基础的 book 文类,所以 book 的选项对于本模板也是有效的(纸张无效,因为模板有设备选项)。默认编码为 UTF-8,推荐使用 TeX Live 编译。本文编写环境为 Win10 (64bit) + TeX Live 2019,支持 PDFLaTeX 以及 XeLaTeX 编译。
|
||||
@@ -1 +0,0 @@
|
||||
For some reasons, pull request is unacceptable since May 20, 2019. For those who want to help revise the templates, submit issues or clone to your own repository to modify under the constriction of LPPL-1.3c.
|
||||
@@ -1,22 +0,0 @@
|
||||
The number of stars on Github for ElegantBook reached 100 on May 20, 2019 and was included in the [Trending](https://github.com/trending/tex?since=daily) under the TeX category. It is a remarkable moment for ElegantLaTeX!!!
|
||||
|
||||
Thank ChinaTeX and [LaTeX studio](http://www.latexstudio.net/) for their promotion. LaTeX studio offers tons of valuable posts and templates for discovery. It is the most comprehensive website on LaTeX in China.
|
||||
|
||||
Thank [muzimuzhi](https://github.com/muzimuzhi) for the revision of the template.
|
||||
|
||||
If you like our template, star on Github.
|
||||
|
||||

|
||||
|
||||
Recently some users have expressed their love for our templates and want to tip us. QR code for donation is now available.
|
||||
|
||||

|
||||
|
||||
The explanation right of the tip usage belongs to ElegantLaTeX with no supervision. Feel free to tip us. Those who donate more than 10 RMB will be recorded in the Donation List. Thank all the tippers!
|
||||
|
||||
| Tipper | Amount | Date | Channel |
|
||||
| :--------------: | :----: | :-------: | :-----: |
|
||||
| Lerh | 10 RMB | 2019/5/15 | Wechat |
|
||||
| Yueguodipingxian | 10 RMB | 2019/5/15 | Wechat |
|
||||
| Daxiong | 20 RMB | 2019/5/27 | Wechat |
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
This template is based on the Standard LaTeX book class, so the options of book class work as well. The default encoding is UTF-8 while TeX Live is recommended. The test environment is Win10 + TeX Live 2019.
|
||||
|
||||
|
||||
16
Updates.md
16
Updates.md
@@ -1,16 +0,0 @@
|
||||
What's new in this version::
|
||||
|
||||
1. Fix `\part`;
|
||||
2. Introduce pad mode;
|
||||
3. Support mtpro2 package;
|
||||
4. Revise default format of references to numbers;
|
||||
5. Include environment for chapter introduction;
|
||||
6. Include environment for problem set;
|
||||
7. Include margin note using `\elegantpar` (beta);
|
||||
8. Reduce line spacing for equations;
|
||||
9. Turn `\equote` into `\extrainfo`,with multi-line display;
|
||||
10. Polish documentation by including acknowledgement, etc.
|
||||
|
||||
|
||||
|
||||
**Note**: Since the latest version has witnessed huge reconstruction (with cover change in version 3.06), 3.x is backward incompatible with 2.x. For those who would like to convert documents compiled with earlier version (3.06 or 2.x) to be compatible with latest version, please refer to [conversion](https://github.com/ElegantLaTeX/ElegantBook/wiki/convert). Questions about version 2.x will not be answered henceforth.
|
||||
91
_Sidebar.md
91
_Sidebar.md
@@ -1,25 +1,30 @@
|
||||
## 中文版本
|
||||
|
||||
* [模板介绍](https://github.com/ElegantLaTeX/ElegantBook/wiki/介绍)
|
||||
* [安装与更新](https://github.com/ElegantLaTeX/ElegantBook/wiki/安装)
|
||||
* [更新说明](https://github.com/ElegantLaTeX/ElegantBook/wiki/更新说明)
|
||||
* [用户作品计划](https://github.com/ElegantLaTeX/ElegantBook/wiki/用户作品计划)
|
||||
* [关于提交](https://github.com/ElegantLaTeX/ElegantBook/wiki/关于提交)
|
||||
* [协作人员招募](https://github.com/ElegantLaTeX/ElegantBook/wiki/协作人员招募)
|
||||
* [致谢](https://github.com/ElegantLaTeX/ElegantBook/wiki/致谢)
|
||||
* [模板使用](https://github.com/ElegantLaTeX/ElegantBook/wiki/使用)
|
||||
* [语言模式](https://github.com/ElegantLaTeX/ElegantBook/wiki/语言模式)
|
||||
* [设备选项](https://github.com/ElegantLaTeX/ElegantBook/wiki/设备选项)
|
||||
* [颜色主题](https://github.com/ElegantLaTeX/ElegantBook/wiki/颜色主题)
|
||||
* [显示风格](https://github.com/ElegantLaTeX/ElegantBook/wiki/显示风格)
|
||||
* [定理类环境](https://github.com/ElegantLaTeX/ElegantBook/wiki/定理类环境)
|
||||
* [装饰物](https://github.com/ElegantLaTeX/ElegantBook/wiki/装饰物)
|
||||
* [封面徽标](https://github.com/ElegantLaTeX/ElegantBook/wiki/封面徽标)
|
||||
* [列表环境](https://github.com/ElegantLaTeX/ElegantBook/wiki/列表环境)
|
||||
* [参考文献](https://github.com/ElegantLaTeX/ElegantBook/wiki/参考文献)
|
||||
* [添加序章](https://github.com/ElegantLaTeX/ElegantBook/wiki/添加序章)
|
||||
* [章节摘要](https://github.com/ElegantLaTeX/ElegantBook/wiki/章节摘要)
|
||||
* [章后习题](https://github.com/ElegantLaTeX/ElegantBook/wiki/章后习题)
|
||||
* [模板介绍](https://github.com/ElegantLaTeX/ElegantBook/wiki/1_介绍)
|
||||
* [更新说明](https://github.com/ElegantLaTeX/ElegantBook/wiki/1.1_更新说明)
|
||||
* [安装与更新](https://github.com/ElegantLaTeX/ElegantBook/wiki/1.2_安装)
|
||||
* [在线使用模板](https://github.com/ElegantLaTeX/ElegantBook/wiki/1.3_在线使用模板)
|
||||
* [用户作品计划](https://github.com/ElegantLaTeX/ElegantBook/wiki/1.4_用户作品计划)
|
||||
* [关于提交](https://github.com/ElegantLaTeX/ElegantBook/wiki/1.5_关于提交)
|
||||
* [协作人员招募](https://github.com/ElegantLaTeX/ElegantBook/wiki/1.6_协作人员招募)
|
||||
* [致谢](https://github.com/ElegantLaTeX/ElegantBook/wiki/1.7_致谢)
|
||||
* [捐赠](https://github.com/ElegantLaTeX/ElegantBook/wiki/1.8_捐赠)
|
||||
* [设置说明](https://github.com/ElegantLaTeX/ElegantBook/wiki/2_设置说明)
|
||||
* [语言模式](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.1_语言模式)
|
||||
* [设备选项](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.2_设备选项)
|
||||
* [颜色主题](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.3_颜色主题)
|
||||
* [章标题显示风格](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.4_章标题显示风格)
|
||||
* [数学环境简介](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.5_数学环境简介)
|
||||
* [装饰物](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.6_装饰物)
|
||||
* [封面和徽标](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.7_封面徽标)
|
||||
* [列表环境](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.8_列表环境)
|
||||
* [参考文献](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.9_参考文献)
|
||||
* [添加序章](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.10_添加序章)
|
||||
* [章节摘要](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.11_章节摘要)
|
||||
* [章后习题](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.12_章后习题)
|
||||
* [旁注](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.13_旁注)
|
||||
* [连字符](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.14_连字符)
|
||||
* [符号字体](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.15_符号字体)
|
||||
* [示例](https://github.com/ElegantLaTeX/ElegantBook/wiki/最小示例)
|
||||
* [跨版本转换](https://github.com/ElegantLaTeX/ElegantBook/wiki/convert)
|
||||
* 作者
|
||||
@@ -27,28 +32,32 @@
|
||||
* [个人主页](https://ddswhu.me/)
|
||||
|
||||
|
||||
|
||||
## English Version
|
||||
* [Introduction](https://github.com/ElegantLaTeX/ElegantBook/wiki/Introduction)
|
||||
* [Installation](https://github.com/ElegantLaTeX/ElegantBook/wiki/Installation)
|
||||
* [Updates](https://github.com/ElegantLaTeX/ElegantBook/wiki/Updates)
|
||||
* [User's Selected Works Plan](https://github.com/ElegantLaTeX/ElegantBook/wiki/UserSelectedWorksPlan)
|
||||
* [About Pull Request](https://github.com/ElegantLaTeX/ElegantBook/wiki/AboutPullRequest)
|
||||
* [Recruit Support Members](https://github.com/ElegantLaTeX/ElegantBook/wiki/RecruitSupportMembers)
|
||||
* [Acknowledgement](https://github.com/ElegantLaTeX/ElegantBook/wiki/Acknowledgement)
|
||||
* [How To Use](https://github.com/ElegantLaTeX/ElegantBook/wiki/HowToUse)
|
||||
* [Languages](https://github.com/ElegantLaTeX/ElegantBook/wiki/Languages)
|
||||
* [Device Mode Option](https://github.com/ElegantLaTeX/ElegantBook/wiki/DeviceModeOption)
|
||||
* [Color Themes](https://github.com/ElegantLaTeX/ElegantBook/wiki/ColorThemes)
|
||||
* [Display Styles](https://github.com/ElegantLaTeX/ElegantBook/wiki/DisplayStyles)
|
||||
* [Theorem Class Environments](https://github.com/ElegantLaTeX/ElegantBook/wiki/TheoremClassEnvironments)
|
||||
* [Base Hide Option](https://github.com/ElegantLaTeX/ElegantBook/wiki/BaseHideOption)
|
||||
* [Cover and Logo](https://github.com/ElegantLaTeX/ElegantBook/wiki/CoverLogo)
|
||||
* [Lists](https://github.com/ElegantLaTeX/ElegantBook/wiki/Lists)
|
||||
* [Bibliography](https://github.com/ElegantLaTeX/ElegantBook/wiki/Bibliography)
|
||||
* [Preface](https://github.com/ElegantLaTeX/ElegantBook/wiki/Preface)
|
||||
* [Chapter Summary](https://github.com/ElegantLaTeX/ElegantBook/wiki/IntroductionEnvironment)
|
||||
* [Problem Set](https://github.com/ElegantLaTeX/ElegantBook/wiki/ProblemSet)
|
||||
* [Introduction](https://github.com/ElegantLaTeX/ElegantBook/wiki/1_Introduction)
|
||||
* [Updates Instruction](https://github.com/ElegantLaTeX/ElegantBook/wiki/1.1_Updates)
|
||||
* [Installation & Update](https://github.com/ElegantLaTeX/ElegantBook/wiki/1.2_Installation)
|
||||
* [Online Usage of Templates](https://github.com/ElegantLaTeX/ElegantBook/wiki/1.3_OnlineUsage)
|
||||
* [User's Selected Works Plan](https://github.com/ElegantLaTeX/ElegantBook/wiki/1.4_UserSelectedWorksPlan)
|
||||
* [About Pull Request](https://github.com/ElegantLaTeX/ElegantBook/wiki/1.5_AboutPullRequest)
|
||||
* [Recruit Support Members](https://github.com/ElegantLaTeX/ElegantBook/wiki/1.6_RecruitSupportMembers)
|
||||
* [Acknowledgement](https://github.com/ElegantLaTeX/ElegantBook/wiki/1.7_Acknowledgement)
|
||||
* [Donation](https://github.com/ElegantLaTeX/ElegantBook/wiki/1.8_Donation)
|
||||
* [Setup Instruction](https://github.com/ElegantLaTeX/ElegantBook/wiki/2_SetupInstruction)
|
||||
* [Languages](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.1_Languages)
|
||||
* [Device Mode Option](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.2_DeviceModeOption)
|
||||
* [Color Themes](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.3_ColorThemes)
|
||||
* [Display Styles of Chapter](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.4_DisplayStyles)
|
||||
* [Math Environments](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.5_MathEnvironments)
|
||||
* [Base Hide Option](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.6_BaseHideOption)
|
||||
* [Cover & Logo](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.7_CoverLogo)
|
||||
* [Lists](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.8_Lists)
|
||||
* [Bibliography](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.9_Bibliography)
|
||||
* [Preface](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.10_Preface)
|
||||
* [Chapter Summary](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.11_ChapterSummary)
|
||||
* [Problem Set](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.12_ProblemSet)
|
||||
* [Problem Set](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.13_SideNote)
|
||||
* [Hyphen](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.14_hyphen)
|
||||
* [Symbol & Font](https://github.com/ElegantLaTeX/ElegantBook/wiki/2.15_SymbolFont)
|
||||
* [Minimal Example](https://github.com/ElegantLaTeX/ElegantBook/wiki/MinimalExample)
|
||||
* Author
|
||||
* [Github](https://github.com/EthanDeng)
|
||||
|
||||
BIN
color.png
Normal file
BIN
color.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
3
使用.md
3
使用.md
@@ -1,3 +0,0 @@
|
||||
本模板基于基础的 book 文类,所以 book 的选项对于本模板也是有效的。默认编码为 UTF-8,推荐使用 TeX Live 编译。本文编写环境为 Win10 (64bit) + TeX Live 2019,支持 PDFLaTeX 以及 XeLaTeX 编译。
|
||||
|
||||
|
||||
10
协作人员招募.md
10
协作人员招募.md
@@ -1,10 +0,0 @@
|
||||
### Support 招募
|
||||
|
||||
招募 ElegantLaTeX 的协作人员,没有工资。工作内容:翻译 ElegantLaTeX系列模板相关的文稿(中文 -> 英文),维护模板的 wiki(主要涉及 Markdown 语法),如果有文稿写作经历也可以帮忙写微信公众号推送。本公告长期有效。
|
||||
|
||||
感谢我们 ElegantLaTeX 的协作人员,感谢他们无私的工作!
|
||||
|
||||
- 官方指南翻译: [YPY](https://github.com/peggy2006xzyz);
|
||||
- Wiki 维护: [Ingo Zinngo](https://github.com/izinngo);
|
||||
- QQ 群管理: [Sikouhjw](https://github.com/sikouhjw).
|
||||
|
||||
6
封面徽标.md
6
封面徽标.md
@@ -1,6 +0,0 @@
|
||||
本模板使用的封面图片来源于 [pixabay.com](https://pixabay.com/en/tea-time-poetry-coffee-reading-3240766/)<sup>[5](#myfootnote1)</sup>,图片完全免费,可用于任何场
|
||||
景。封面图片的尺寸为 1280*1024, 更换图片的时候请 __严格__ 按照封面图片尺寸进
|
||||
行裁剪。推荐一个免费的在线图片裁剪网站 [befunky.com](https://www.befunky.com/create/crop-photo/)。
|
||||
|
||||
本文用到的 Logo 比例为 1:1,也即正方形图片,在更换图片的时候请选择合适的图片进行替换。
|
||||
|
||||
17
更新说明.md
17
更新说明.md
@@ -1,17 +0,0 @@
|
||||
此次更新主要涉及:
|
||||
|
||||
1. 修复 `\part` 命令;
|
||||
2. 增加 pad 模式;
|
||||
3. 增加 mtpro2 宏包选项支持;
|
||||
4. 修改参考文献默认为 numbers 格式;
|
||||
5. 增加章节介绍 introduction 环境;
|
||||
6. 增加章节习题 problemset 环境;
|
||||
7. 增加旁注,`\elegantpar` 命令(测试);
|
||||
8. 减少公式前后距离;
|
||||
9. `\equote` 改为 `\extrainfo`,并且多行显示;
|
||||
10. 完善文档,增加致谢等部分。
|
||||
|
||||
|
||||
|
||||
**注意**:由于新版本进行了重构,3.x 版本并不兼容 2.x 版本,并且在 3.06 版本更新过封面,如果你想把 3.06 版本(包括 2.x 版本)之前的文件转为最新版本兼容的文件,请仔细查看[跨版本转换](https://github.com/ElegantLaTeX/ElegantBook/wiki/convert)。今后不再回答关于 2.x 版本的问题。
|
||||
|
||||
24
章后习题.md
24
章后习题.md
@@ -1,24 +0,0 @@
|
||||
前面我们介绍了例题和练习两个环境,这里我们再加一个,章后习题(problemset)环境,用于在每一章结尾,显示本章的练习。使用方法如下
|
||||
|
||||
```tex
|
||||
\begin{problemset}
|
||||
\item exercise 1
|
||||
\item exercise 2
|
||||
\item exercise 3
|
||||
\end{problemset}
|
||||
```
|
||||
|
||||
效果如下:
|
||||
|
||||

|
||||
|
||||
**注** 如果你想把 problemset 环境的的标题改为其他文字,你可以修改这个环境的可选参数。
|
||||
|
||||
```tex
|
||||
\begin{problemset}[Hello World]
|
||||
\item ...
|
||||
\end{problemset}
|
||||
```
|
||||
|
||||
|
||||
|
||||
28
致谢.md
28
致谢.md
@@ -1,28 +0,0 @@
|
||||
### 致谢
|
||||
|
||||
2019 年 5 月 20 日,ElegantBook 模板在 Github 上的 Star 数达到了 100,并且 21 日上了 Github TeX 语言的[日趋势榜单](https://github.com/trending/tex?since=daily)。这对于 ElegantLaTeX 系列模板都是一个里程碑!
|
||||
|
||||
在此特别感谢 ChinaTeX 以及 [LaTeX 工作室](http://www.latexstudio.net/)对于本系列模板的大力宣传与推广。LaTeX 工作室网站上有很多精彩的帖子和精致的模板,欢迎大家去挖掘里面的宝藏。这也是我所见到的国内最全面的 LaTeX 相关的网站。
|
||||
|
||||
特别感谢 [muzimuzhi](https://github.com/muzimuzhi) 对于模板的完善。
|
||||
|
||||
如果你喜欢我们的模板,你可以在 Github 上收藏我们的模板。
|
||||
|
||||

|
||||
|
||||
之前我们模板从未发布过捐赠/打赏信息,近期有用户反映他们对我们模板非常喜爱,想打赏没有支付码,不禁感叹,这世道变了啊,还有主动打赏的,那么我们就”勉为其难”地发布我们的打赏二维码吧!
|
||||
|
||||

|
||||
|
||||
赞赏费用的使用解释权归 ElegantLaTeX 所有,并且不接受监督,请自愿理性打赏,10 元以上的赞赏,我们将列入捐赠榜,谢谢各位金主!
|
||||
|
||||
|
||||
| 捐赠者 | 金额 | 时间 | 渠道 |
|
||||
| :------: | :----: | :----: | :------: |
|
||||
| Lerh | 10 RMB | 2019/5/15 | 微信 |
|
||||
| 越过地平线 | 10 RMB | 2019/5/15 | 微信 |
|
||||
| 大熊 | 20 RMB | 2019/5/27 | 微信 |
|
||||
|
||||
|
||||
再次感谢大家对于模板的喜爱!
|
||||
|
||||
9
装饰物.md
9
装饰物.md
@@ -1,9 +0,0 @@
|
||||
本模板为章节后的装饰物(base)添加了隐藏选项,有 show 和 hide 两个选项。
|
||||
|
||||
```tex
|
||||
\documentclass[hide]{elegantbook} %or
|
||||
\documentclass[base=hide]{elegantbook}
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user