File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ docs: &docs
101
101
name : install latexpdf dependencies
102
102
command : |
103
103
sudo apt-get update
104
- sudo apt-get install latexmk tex-gyre texlive-fonts-extra
104
+ sudo apt-get install latexmk tex-gyre texlive-fonts-extra texlive-xetex xindy
105
105
- run :
106
106
name : run tox
107
107
command : python -m tox run -r
Original file line number Diff line number Diff line change 1
- # -*- coding: utf-8 -*-
2
- #
3
1
# <PROJECT_NAME> documentation build configuration file, created by
4
2
# sphinx-quickstart on Thu Oct 16 20:43:24 2014.
5
3
#
195
193
196
194
# -- Options for LaTeX output ---------------------------------------------
197
195
196
+ latex_engine = "xelatex"
197
+
198
198
latex_elements = {
199
199
# The paper size ('letterpaper' or 'a4paper').
200
200
#'papersize': 'letterpaper',
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
- # -*- coding: utf-8 -*-
3
2
from setuptools import (
4
3
find_packages ,
5
4
setup ,
You can’t perform that action at this time.
0 commit comments