mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
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:
parent
6148b4424c
commit
9108263d2f
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user