Skip to content

Commit 04cce0c

Browse files
committed
switch to xelatex for building latexpdf as it supports more unicode
1 parent 2a68b31 commit 04cce0c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ docs: &docs
101101
name: install latexpdf dependencies
102102
command: |
103103
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
105105
- run:
106106
name: run tox
107107
command: python -m tox run -r

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
#
31
# <PROJECT_NAME> documentation build configuration file, created by
42
# sphinx-quickstart on Thu Oct 16 20:43:24 2014.
53
#
@@ -195,6 +193,8 @@
195193

196194
# -- Options for LaTeX output ---------------------------------------------
197195

196+
latex_engine = "xelatex"
197+
198198
latex_elements = {
199199
# The paper size ('letterpaper' or 'a4paper').
200200
#'papersize': 'letterpaper',

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
32
from setuptools import (
43
find_packages,
54
setup,

0 commit comments

Comments
 (0)