From 01c5c497c22773e46e218c49db8ac124bd7da21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Thu, 4 Dec 2014 00:05:37 +0100 Subject: [PATCH] IEEEtran templates: fix language package settings according to the IEEE writing guidelines one must not use babel otherwise one would violate the caption formatting rule; fixes bug #9350 --- lib/templates/IEEEtran-CompSoc.lyx | 2 +- lib/templates/IEEEtran-Conference.lyx | 2 +- lib/templates/IEEEtran-Journal.lyx | 2 +- lib/templates/IEEEtran-TransMag.lyx | 2 +- status.21x | 2 ++ 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/templates/IEEEtran-CompSoc.lyx b/lib/templates/IEEEtran-CompSoc.lyx index db0b997c4f..c78132e13f 100644 --- a/lib/templates/IEEEtran-CompSoc.lyx +++ b/lib/templates/IEEEtran-CompSoc.lyx @@ -12,7 +12,7 @@ \use_default_options true \maintain_unincluded_children false \language english -\language_package default +\language_package none \inputencoding default \fontencoding global \font_roman default diff --git a/lib/templates/IEEEtran-Conference.lyx b/lib/templates/IEEEtran-Conference.lyx index e04c129e79..3f38035614 100644 --- a/lib/templates/IEEEtran-Conference.lyx +++ b/lib/templates/IEEEtran-Conference.lyx @@ -11,7 +11,7 @@ \use_default_options false \maintain_unincluded_children false \language english -\language_package default +\language_package none \inputencoding default \fontencoding global \font_roman default diff --git a/lib/templates/IEEEtran-Journal.lyx b/lib/templates/IEEEtran-Journal.lyx index f51626373d..846e905535 100644 --- a/lib/templates/IEEEtran-Journal.lyx +++ b/lib/templates/IEEEtran-Journal.lyx @@ -11,7 +11,7 @@ \use_default_options false \maintain_unincluded_children false \language english -\language_package default +\language_package none \inputencoding default \fontencoding global \font_roman default diff --git a/lib/templates/IEEEtran-TransMag.lyx b/lib/templates/IEEEtran-TransMag.lyx index 7b462e024d..3a4fcb07ab 100644 --- a/lib/templates/IEEEtran-TransMag.lyx +++ b/lib/templates/IEEEtran-TransMag.lyx @@ -12,7 +12,7 @@ \use_default_options true \maintain_unincluded_children false \language english -\language_package default +\language_package none \inputencoding default \fontencoding global \font_roman default diff --git a/status.21x b/status.21x index 6d019ca58d..f4601397f3 100644 --- a/status.21x +++ b/status.21x @@ -138,6 +138,8 @@ What's new * DOCUMENTATION AND LOCALIZATION +- Fix language settings for all IEEEtran templates (bug 9350). + - The template document for REVTeX 4.1 has been rewritten.