summaryrefslogtreecommitdiff
path: root/debian/patches/switch-to-free-font.patch
blob: c6faf24517901724ce722b593f677e7561b6781f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
From: Sebastian Kuzminsky <seb@highlab.com>
Subject: Switch the yosys manual font from luximono (non-free) to libertine (free)
Index: yosys/manual/APPNOTE_010_Verilog_to_BLIF.tex
===================================================================
--- yosys.orig/manual/APPNOTE_010_Verilog_to_BLIF.tex	2016-02-28 22:17:25.000000000 -0700
+++ yosys/manual/APPNOTE_010_Verilog_to_BLIF.tex	2016-02-28 22:23:10.302328932 -0700
@@ -4,7 +4,7 @@
 \documentclass[9pt,technote,a4paper]{IEEEtran}
 
 \usepackage[T1]{fontenc}   % required for luximono!
-\usepackage[scaled=0.8]{luximono}  % typewriter font with bold face
+\usepackage[scaled=0.8]{libertine}  % typewriter font with bold face
 
 % To install the luximono font files:
 % getnonfreefonts-sys --all        or
Index: yosys/manual/APPNOTE_011_Design_Investigation.tex
===================================================================
--- yosys.orig/manual/APPNOTE_011_Design_Investigation.tex	2016-02-28 22:17:25.000000000 -0700
+++ yosys/manual/APPNOTE_011_Design_Investigation.tex	2016-02-28 22:23:10.302328932 -0700
@@ -4,7 +4,7 @@
 \documentclass[9pt,technote,a4paper]{IEEEtran}
 
 \usepackage[T1]{fontenc}   % required for luximono!
-\usepackage[scaled=0.8]{luximono}  % typewriter font with bold face
+\usepackage[scaled=0.8]{libertine}  % typewriter font with bold face
 
 % To install the luximono font files:
 % getnonfreefonts-sys --all        or
Index: yosys/manual/APPNOTE_012_Verilog_to_BTOR.tex
===================================================================
--- yosys.orig/manual/APPNOTE_012_Verilog_to_BTOR.tex	2016-02-28 22:17:25.000000000 -0700
+++ yosys/manual/APPNOTE_012_Verilog_to_BTOR.tex	2016-02-28 22:23:10.302328932 -0700
@@ -4,7 +4,7 @@
 \documentclass[9pt,technote,a4paper]{IEEEtran}
 
 \usepackage[T1]{fontenc}   % required for luximono!
-\usepackage[scaled=0.8]{luximono}  % typewriter font with bold face
+\usepackage[scaled=0.8]{libertine}  % typewriter font with bold face
 
 % To install the luximono font files:
 % getnonfreefonts-sys --all        or
Index: yosys/manual/manual.tex
===================================================================
--- yosys.orig/manual/manual.tex	2016-02-28 22:17:25.000000000 -0700
+++ yosys/manual/manual.tex	2016-02-28 22:23:10.306328895 -0700
@@ -2,7 +2,7 @@
 
 \usepackage[T1]{fontenc}   % required for luximono!
 \usepackage{lmodern}
-\usepackage[scaled=0.8]{luximono}  % typewriter font with bold face
+\usepackage[scaled=0.8]{libertine}  % typewriter font with bold face
 
 % To install the luximono font files:
 % getnonfreefonts-sys --all        or
Index: yosys/manual/presentation.tex
===================================================================
--- yosys.orig/manual/presentation.tex	2016-02-28 22:19:51.000000000 -0700
+++ yosys/manual/presentation.tex	2016-02-28 22:23:10.306328895 -0700
@@ -3,7 +3,7 @@
 
 \usepackage[T1]{fontenc}   % required for luximono!
 \usepackage{lmodern}
-\usepackage[scaled=0.8]{luximono}  % typewriter font with bold face
+\usepackage[scaled=0.8]{libertine}  % typewriter font with bold face
 
 % To install the luximono font files:
 % getnonfreefonts-sys --all        or