From: Scott Kostyshak Date: Mon, 20 Jun 2022 20:41:03 +0000 (-0400) Subject: Europe_CV: use "utf8" instead of "utf8x" X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9108263d2f9dd17a894de8e8a645aef9917b3bd0;p=features.git 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. --- diff --git a/lib/examples/Curricula_Vitae/Europe_CV.lyx b/lib/examples/Curricula_Vitae/Europe_CV.lyx index 50e6cf477d..5569ec30d7 100644 --- a/lib/examples/Curricula_Vitae/Europe_CV.lyx +++ b/lib/examples/Curricula_Vitae/Europe_CV.lyx @@ -18,7 +18,7 @@ \maintain_unincluded_children no \language english \language_package default -\inputencoding utf8x +\inputencoding utf8 \fontencoding auto \font_roman "default" "default" \font_sans "default" "default" @@ -39,6 +39,8 @@ \output_sync 0 \bibtex_command bibtex \index_command default +\float_placement class +\float_alignment class \paperfontsize 10 \spacing single \use_hyperref false diff --git a/lib/examples/es/Curricula_Vitae/Europe_CV.lyx b/lib/examples/es/Curricula_Vitae/Europe_CV.lyx index e47133cb98..b99f883427 100644 --- a/lib/examples/es/Curricula_Vitae/Europe_CV.lyx +++ b/lib/examples/es/Curricula_Vitae/Europe_CV.lyx @@ -18,7 +18,7 @@ \maintain_unincluded_children no \language spanish \language_package default -\inputencoding utf8x +\inputencoding utf8 \fontencoding auto \font_roman "default" "default" \font_sans "default" "default" @@ -39,6 +39,8 @@ \output_sync 0 \bibtex_command bibtex \index_command default +\float_placement class +\float_alignment class \paperfontsize 10 \spacing single \use_hyperref false