From 2925dbba68b019531a75a15f0ec32097f63cdbe8 Mon Sep 17 00:00:00 2001 From: Jaroslav Škarvada Date: Aug 31 2020 18:22:23 +0000 Subject: Switched to the upstream latex-fix patch --- diff --git a/qucs-0.0.19-latex-fix.patch b/qucs-0.0.19-latex-fix.patch index 457a170..455a3aa 100644 --- a/qucs-0.0.19-latex-fix.patch +++ b/qucs-0.0.19-latex-fix.patch @@ -1,8 +1,21 @@ +From f8a2e185525fdff7b0cbec39599f039043d5e6f7 Mon Sep 17 00:00:00 2001 +From: Felix Salfelder +Date: Mon, 31 Aug 2020 12:45:07 +0100 +Subject: [PATCH] doc: [latin1]{inputenc} + +fixes issues with non-utf8 charcters +--- + qucs-doc/technical/coplanar.tex | 2 +- + qucs-doc/tutorial/getstarted/getstarted.tex | 2 ++ + qucs-doc/tutorial/modelbjt/modelbjt.tex | 2 ++ + qucs-doc/tutorial/workbook.tex | 2 ++ + 4 files changed, 7 insertions(+), 1 deletion(-) + diff --git a/qucs-doc/technical/coplanar.tex b/qucs-doc/technical/coplanar.tex -index 906e987..b3ec63d 100755 +index 906e9875d9..b3ec63d8e4 100644 --- a/qucs-doc/technical/coplanar.tex +++ b/qucs-doc/technical/coplanar.tex -@@ -75,7 +75,7 @@ substrate, as shown on the left of the figure below, can be mapped +@@ -75,7 +75,7 @@ \subsection{Quasi-static analysis by conformal mappings} into a parallel plate capacitor filled with dielectric $ABCD$ using the conformal function: \begin{equation} @@ -11,52 +24,42 @@ index 906e987..b3ec63d 100755 \end{equation} \begin{figure}[ht] -diff --git a/qucs-doc/tutorial/getstarted/content.tex b/qucs-doc/tutorial/getstarted/content.tex -index 097d963..8d8b748 100755 ---- a/qucs-doc/tutorial/getstarted/content.tex -+++ b/qucs-doc/tutorial/getstarted/content.tex -@@ -2,7 +2,7 @@ - % Tutorial -- Getting Started with Qucs - % - % Copyright (C) 2007 Stefan Jahn --% Copyright (C) 2007 Juan Carlos Borr�s -+% Copyright (C) 2007 Juan Carlos Borrás - % - % Permission is granted to copy, distribute and/or modify this document - % under the terms of the GNU Free Documentation License, Version 1.1 diff --git a/qucs-doc/tutorial/getstarted/getstarted.tex b/qucs-doc/tutorial/getstarted/getstarted.tex -index 41792cc..10bca83 100755 +index 41792cc9ef..61b1fed12d 100644 --- a/qucs-doc/tutorial/getstarted/getstarted.tex +++ b/qucs-doc/tutorial/getstarted/getstarted.tex -@@ -20,15 +20,15 @@ - Getting Started with Qucs} - \tutauthor{ - Stefan Jahn\vspace*{6pt}\\ -- Juan Carlos Borr�s} -+ Juan Carlos Borrás} - \tutcopyright{ - Copyright \copyright{} 2007 Stefan Jahn - \textless stefan@lkcc.org\textgreater\\ -- Copyright \copyright{} 2007 Juan Carlos Borr�s -+ Copyright \copyright{} 2007 Juan Carlos Borrás - \textless jcborras@gmail.com\textgreater} - \tutbookfalse +@@ -10,6 +10,8 @@ --\tutstartup{\tutsubtitle}{Stefan Jahn and Juan Carlos Borr�s} -+\tutstartup{\tutsubtitle}{Stefan Jahn and Juan Carlos Borrás} + \documentclass[12pt,a4paper,oneside]{report} - \usepackage{keystroke} ++\usepackage[latin1]{inputenc} ++ + % Include basic and title page definitions. + \include{basics} + \include{titlepage} +diff --git a/qucs-doc/tutorial/modelbjt/modelbjt.tex b/qucs-doc/tutorial/modelbjt/modelbjt.tex +index 680ed3d9a1..2940ec85f9 100644 +--- a/qucs-doc/tutorial/modelbjt/modelbjt.tex ++++ b/qucs-doc/tutorial/modelbjt/modelbjt.tex +@@ -10,6 +10,8 @@ -diff --git a/qucs-doc/tutorial/modelbjt/content.tex b/qucs-doc/tutorial/modelbjt/content.tex -index bc79b0e..3797b3a 100755 ---- a/qucs-doc/tutorial/modelbjt/content.tex -+++ b/qucs-doc/tutorial/modelbjt/content.tex -@@ -163,7 +163,7 @@ In order to simulate properly the device, you need to used the correct package, + \documentclass[12pt,a4paper,oneside]{report} - Eventhough the device has two emitter, the model used has only one emitter. The parasitic of this model are shoyn in the spice netlist described in the choice of the transistor and reproduced in a schematic (see fig. \ref{design:pa:model:parasitSch}). These parameter are always critical to extract, either you have the knowledge to do it or then you should rely on the piece of information given by the device manucfacturer. It is also very difficult to figure out what have to be changed in such description of the device. Some fitting have been performed using 3D electromagnetic software in the time domain based on MOM methods to verify these parameters. ++\usepackage[latin1]{inputenc} ++ + % Include basic and title page definitions. + \include{basics} + \include{titlepage} +diff --git a/qucs-doc/tutorial/workbook.tex b/qucs-doc/tutorial/workbook.tex +index d6a08ccf13..7e941da397 100644 +--- a/qucs-doc/tutorial/workbook.tex ++++ b/qucs-doc/tutorial/workbook.tex +@@ -10,6 +10,8 @@ --Philips� fifth generation double poly silicon wideband technology uses a steep emitter doped profile resulting in transition frequencies over 20 GHz, and with poly base contacts a low base resistance is obtained. Via the buried layer, the collector contact is brought out at the top of the die. The substrate is connected directly to the emitter package lead, resulting in improved thermal performance ( see fig \ref{design:pa:model:fifthGen}). -+Philips fifth generation double poly silicon wideband technology uses a steep emitter doped profile resulting in transition frequencies over 20 GHz, and with poly base contacts a low base resistance is obtained. Via the buried layer, the collector contact is brought out at the top of the die. The substrate is connected directly to the emitter package lead, resulting in improved thermal performance ( see fig \ref{design:pa:model:fifthGen}). + \documentclass[headsepline,a4paper,twoside,12pt]{scrreprt} - \begin{figure}[htbp] - \begin{center} ++\usepackage[latin1]{inputenc} ++ + % Include basic and title page definitions. + \include{basics} + \include{titlepage} diff --git a/qucs.spec b/qucs.spec index bfc1504..f90a380 100644 --- a/qucs.spec +++ b/qucs.spec @@ -4,7 +4,7 @@ Summary: Circuit simulator Name: qucs Version: 0.0.19 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ URL: http://qucs.sourceforge.net/ @@ -133,6 +133,9 @@ rm -f %{buildroot}%{_libdir}/libqucs.la %changelog +* Mon Aug 31 2020 Jaroslav Škarvada - 0.0.19-2 +- Switched to the upstream latex-fix patch + * Wed Aug 12 2020 Jaroslav Škarvada - 0.0.19-1 - New version Resolves: rhbz#1416791