Merge pull request #6339 from jfbu/imgmath_template_cleanup

imgmath: Replace utf8x by utf8 in templates for latex snippets
This commit is contained in:
Jean-François B 2019-05-06 12:39:12 +02:00 committed by GitHub
commit 2c68bba44c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
\documentclass[12pt]{article}
\usepackage[utf8x]{inputenc}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}

View File

@ -1,5 +1,5 @@
\documentclass[12pt]{article}
\usepackage[utf8x]{inputenc}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}