| 12
 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
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 
 | From: Sebastian Kuzminsky <seb@highlab.com>
Date: Sat, 14 May 2016 15:44:13 +0200
Subject: Switch the yosys manual font from luximono (non-free) to inconsolata
 (free)
===================================================================
---
 manual/APPNOTE_010_Verilog_to_BLIF.tex      | 2 +-
 manual/APPNOTE_011_Design_Investigation.tex | 2 +-
 manual/APPNOTE_012_Verilog_to_BTOR.tex      | 2 +-
 manual/manual.tex                           | 2 +-
 manual/presentation.tex                     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/manual/APPNOTE_010_Verilog_to_BLIF.tex b/manual/APPNOTE_010_Verilog_to_BLIF.tex
index 0ecdf61..05559b6 100644
--- a/manual/APPNOTE_010_Verilog_to_BLIF.tex
+++ b/manual/APPNOTE_010_Verilog_to_BLIF.tex
@@ -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]{inconsolata}  % typewriter font with bold face
 
 % To install the luximono font files:
 % getnonfreefonts-sys --all        or
diff --git a/manual/APPNOTE_011_Design_Investigation.tex b/manual/APPNOTE_011_Design_Investigation.tex
index 9780c78..4e63e20 100644
--- a/manual/APPNOTE_011_Design_Investigation.tex
+++ b/manual/APPNOTE_011_Design_Investigation.tex
@@ -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]{inconsolata}  % typewriter font with bold face
 
 % To install the luximono font files:
 % getnonfreefonts-sys --all        or
diff --git a/manual/APPNOTE_012_Verilog_to_BTOR.tex b/manual/APPNOTE_012_Verilog_to_BTOR.tex
index 1bc2778..c139188 100644
--- a/manual/APPNOTE_012_Verilog_to_BTOR.tex
+++ b/manual/APPNOTE_012_Verilog_to_BTOR.tex
@@ -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]{inconsolata}  % typewriter font with bold face
 
 % To install the luximono font files:
 % getnonfreefonts-sys --all        or
diff --git a/manual/manual.tex b/manual/manual.tex
index 67982cb..b274792 100644
--- a/manual/manual.tex
+++ b/manual/manual.tex
@@ -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]{inconsolata}  % typewriter font with bold face
 
 % To install the luximono font files:
 % getnonfreefonts-sys --all        or
diff --git a/manual/presentation.tex b/manual/presentation.tex
index 63b963b..8060998 100644
--- a/manual/presentation.tex
+++ b/manual/presentation.tex
@@ -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]{inconsolata}  % typewriter font with bold face
 
 % To install the luximono font files:
 % getnonfreefonts-sys --all        or
 |