Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/latexstudio/ChenLaTeXBookTemplate
ChenLaTeX书籍模板,群享书籍模板-由群共建-QQ群: 91940767
https://github.com/latexstudio/ChenLaTeXBookTemplate
Last synced: 3 months ago
JSON representation
ChenLaTeX书籍模板,群享书籍模板-由群共建-QQ群: 91940767
- Host: GitHub
- URL: https://github.com/latexstudio/ChenLaTeXBookTemplate
- Owner: latexstudio
- License: gpl-3.0
- Created: 2018-04-01T06:57:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T08:55:43.000Z (over 4 years ago)
- Last Synced: 2024-05-23T04:51:11.735Z (6 months ago)
- Language: TeX
- Homepage:
- Size: 23.5 MB
- Stars: 62
- Watchers: 11
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChenLaTeXBookTemplate
新的书籍模板-QQ群: 91940767这是我们群管理员开发的LaTeX书籍模板。
编译测试版本:TeXLive 2018,xelatex进行编译。
所需字体见字体下载链接:https://share.weiyun.com/5jHbzU9
#### 目前模板还有很多不完善的地方,用户若要直接使用,还请谨慎。希望大家可以一起丰富该模板,供更多用户使用。
![](./screenshot/tjbooktest-1.png)
![](./screenshot/tjbooktest-2.png)
### 修改了目录、章节样式,添加了几个代码盒子,settings.tex里面可以添加自己的私有设置
代码盒子用的minted高亮,所以需要先安装python,再用pip安装pygments.
命令行pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pygments![](./screenshot/Snipaste_2018-08-11_23-38-53.png)
![](./screenshot/Snipaste_2018-08-11_23-39-19.png)
![](./screenshot/Snipaste_2018-08-11_23-39-37.png)
![](./screenshot/Snipaste_2018-08-11_23-39-55.png)
![](./screenshot/Snipaste_2018-08-11_23-40-12.png)
![](./screenshot/Snipaste_2018-08-11_23-40-42.png)
### 更正“目录”二字不能顶端对齐的bug, 缩小了小节编号两端的空隙
### 更正“目录”盒子不支持分页的问题
### minted环境配置
1、先装python,装比较新的版本,会有自动安装pip和添加环境变量,就不用配置了
(下载地址:Download Python | Python.org
https://www.python.org/downloads/)
%注意将那个 设置路径 选项选上!!!2、装好后,管理员命令行运行 pip install pygments
3、更新的话是这个命令: python -m pip install --upgrade pip
---------------------------------------------------------------------------------------
文件位置:
C:\software_of_me\Python\Lib\site-packages (这里面有你安装的pygments目录)
===================================================
PS C:\Users\Administrator> pip install pygments
>>
>
Requirement already satisfied: pygments in c:\software_of_me\python\lib\site-packages (2.2.0)
You are using pip version 10.0.1, however version 18.0 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
PS C:\Users\Administrator> python -m pip install --upgrade pip
Collecting pip
Downloading https://files.pythonhosted.org/packages/5f/25/
e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl (1.3MB)
100% |████████████████████████████████| 1.3MB 3.4MB/s
Installing collected packages: pip
Found existing installation: pip 10.0.1
Uninstalling pip-10.0.1:
Successfully uninstalled pip-10.0.1
Successfully installed pip-18.0
PS C:\Users\Administrator>
===================================================以上是pygments安装成功的信息。
接下来是编译该文档,我们使用命令行编译的方式:步骤如下
1、先打开window的命令行编译器:
输入命令:cd G:\$-LaTex基准\优秀Latex模板\ChenLaTeXBook\hhh
( cd后面的是你们放置tex文档的地方,自己修改 )2、然后输入命令:xelatex --shell-escape lsbooktest.tex
( 这里编译两次,就可以将目录编译出来 )
##更新内容
引入三个命令,直接通过导入代码文件来排版代码\langCVfile[代码语言][盒子标签][语言名显示]{标题}{文件名}
\gitfile[代码语言]{标题}{文件名}
\langPyfile[代码语言]{标题}{文件名}其中,中括号的参数的可选的。
其中,中括号的参数的可选的。
## --shell-escape实现listings和minted切换
这里使用了林前辈的cncolours.sty包,如果报这个错误,可以在这里下载
https://github.com/liantze/pgfornament-han/其中,中括号的参数的可选的。