Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfbu <jfbu@free.fr>2019-05-04 12:45:59 +0300
committerjfbu <jfbu@free.fr>2019-05-06 13:31:21 +0300
commitf8c3c74638ebe5ffd21a6055e343f3738607b229 (patch)
tree5fca711452f5741e8d9e2c9c861c4e9dbf9e3d58 /sphinx/templates
parent993116f9b3e4aeb6af8ab25c7ad3853dc2b16558 (diff)
imgmath: Replace utf8x by utf8 in templates for latex snippets
Diffstat (limited to 'sphinx/templates')
-rw-r--r--sphinx/templates/imgmath/preview.tex_t2
-rw-r--r--sphinx/templates/imgmath/template.tex_t2
2 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/templates/imgmath/preview.tex_t b/sphinx/templates/imgmath/preview.tex_t
index deb5eddfa..8dd24c108 100644
--- a/sphinx/templates/imgmath/preview.tex_t
+++ b/sphinx/templates/imgmath/preview.tex_t
@@ -1,5 +1,5 @@
\documentclass[12pt]{article}
-\usepackage[utf8x]{inputenc}
+\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
diff --git a/sphinx/templates/imgmath/template.tex_t b/sphinx/templates/imgmath/template.tex_t
index 19834bdc8..92fa8b021 100644
--- a/sphinx/templates/imgmath/template.tex_t
+++ b/sphinx/templates/imgmath/template.tex_t
@@ -1,5 +1,5 @@
\documentclass[12pt]{article}
-\usepackage[utf8x]{inputenc}
+\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}