Europe_CV: use "utf8" instead of "utf8x"

uf8x is not recommended
(https://github.com/latex3/latex2e/issues/833), and thanks to Europe
CV's recent release, is no longer needed. See here:

  https://github.com/gsilano/EuropeCV/pull/30

Europe CV still fails on an updated TeX Live (see discussion on
hooks in the above discussion for why), but this commit at least
fixes the unicode-related errors.
This commit is contained in:
Scott Kostyshak 2022-06-20 16:41:03 -04:00
parent 6148b4424c
commit 9108263d2f
2 changed files with 6 additions and 2 deletions

View File

@ -18,7 +18,7 @@
\maintain_unincluded_children no \maintain_unincluded_children no
\language english \language english
\language_package default \language_package default
\inputencoding utf8x \inputencoding utf8
\fontencoding auto \fontencoding auto
\font_roman "default" "default" \font_roman "default" "default"
\font_sans "default" "default" \font_sans "default" "default"
@ -39,6 +39,8 @@
\output_sync 0 \output_sync 0
\bibtex_command bibtex \bibtex_command bibtex
\index_command default \index_command default
\float_placement class
\float_alignment class
\paperfontsize 10 \paperfontsize 10
\spacing single \spacing single
\use_hyperref false \use_hyperref false

View File

@ -18,7 +18,7 @@
\maintain_unincluded_children no \maintain_unincluded_children no
\language spanish \language spanish
\language_package default \language_package default
\inputencoding utf8x \inputencoding utf8
\fontencoding auto \fontencoding auto
\font_roman "default" "default" \font_roman "default" "default"
\font_sans "default" "default" \font_sans "default" "default"
@ -39,6 +39,8 @@
\output_sync 0 \output_sync 0
\bibtex_command bibtex \bibtex_command bibtex
\index_command default \index_command default
\float_placement class
\float_alignment class
\paperfontsize 10 \paperfontsize 10
\spacing single \spacing single
\use_hyperref false \use_hyperref false