mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 08:00:54 +00:00
switch to xelatex for building latexpdf as it supports more unicode
This commit is contained in:
@ -101,7 +101,7 @@ docs: &docs
|
|||||||
name: install latexpdf dependencies
|
name: install latexpdf dependencies
|
||||||
command: |
|
command: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install latexmk tex-gyre texlive-fonts-extra
|
sudo apt-get install latexmk tex-gyre texlive-fonts-extra texlive-xetex xindy
|
||||||
- run:
|
- run:
|
||||||
name: run tox
|
name: run tox
|
||||||
command: python -m tox run -r
|
command: python -m tox run -r
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
#
|
|
||||||
# <PROJECT_NAME> documentation build configuration file, created by
|
# <PROJECT_NAME> documentation build configuration file, created by
|
||||||
# sphinx-quickstart on Thu Oct 16 20:43:24 2014.
|
# sphinx-quickstart on Thu Oct 16 20:43:24 2014.
|
||||||
#
|
#
|
||||||
@ -195,6 +193,8 @@ htmlhelp_basename = "<MODULE_NAME>docs"
|
|||||||
|
|
||||||
# -- Options for LaTeX output ---------------------------------------------
|
# -- Options for LaTeX output ---------------------------------------------
|
||||||
|
|
||||||
|
latex_engine = "xelatex"
|
||||||
|
|
||||||
latex_elements = {
|
latex_elements = {
|
||||||
# The paper size ('letterpaper' or 'a4paper').
|
# The paper size ('letterpaper' or 'a4paper').
|
||||||
#'papersize': 'letterpaper',
|
#'papersize': 'letterpaper',
|
||||||
|
|||||||
Reference in New Issue
Block a user