From 75156487744566ce52491eb91238c25ca886d531 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Wed, 17 Jul 2019 18:27:06 +0200 Subject: [PATCH] AmendI2) e9c0d48d. Remove unneded entries, MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Thanks Jürgen --- lib/latexfonts | 1 - src/tex2lyx/Preamble.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/latexfonts b/lib/latexfonts index a5bef04a09..8b14ab0bf8 100644 --- a/lib/latexfonts +++ b/lib/latexfonts @@ -680,7 +680,6 @@ Font Chivo Family sf OsfOption oldstyle Package Chivo - PackageOption "regular" MoreOptions 1 FontEncoding OT1,LY1,T1,TS1 ScaleOption scale=$$val diff --git a/src/tex2lyx/Preamble.cpp b/src/tex2lyx/Preamble.cpp index 2f4342f412..ea76e5f8c5 100644 --- a/src/tex2lyx/Preamble.cpp +++ b/src/tex2lyx/Preamble.cpp @@ -1136,7 +1136,6 @@ void Preamble::handle_package(Parser &p, string const & name, } if (name == "Chivo") { - h_font_roman[0] = "Chivo"; for (auto const & opt : allopts) { if (opt == "thin") { h_font_roman[0] = "ChivoThin"; -- 2.39.5