← Prev in month ← Prev in thread

[PATCH V3 1/2] Changed fonts to fonts available with tex-live.

From
Yoni Bettan <>
Date
2019-08-13T09:17:12+00:00
ID
Thread
[PATCH V3 1/2] Changed fonts to fonts available with tex-live.
Arial -> Liberation Sans
Courier New -> Liberation Mono

There small visual difference but 'Arial' and 'Courier New' are not installed
in TeX Live therefore this change eliminates the errors created while compiling
the project using 'makeall.sh'.

Signed-off-by: Yoni Bettan <>
---
 commands-pdf.tex | 12 ++++++------
 virtio.tex       |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/commands-pdf.tex b/commands-pdf.tex
index ae7a186..d0612e8 100644
--- a/commands-pdf.tex
+++ b/commands-pdf.tex
@@ -20,7 +20,7 @@
 \newcommand{\oasistitle}[1]
 {
 \begin{spacing}{1.5}
-\fontspec[Color=446CAA]{Arial}
+\fontspec[Color=446CAA]{Liberation Sans}
 \fontsize{24}{24}
 \textbf{\noindent#1}
 \end{spacing}
@@ -29,7 +29,7 @@
 \newcommand{\oasisstagelabel}[1]
 {
 \begin{spacing}{1.1}
-\fontspec[Color=446CAA]{Arial}
+\fontspec[Color=446CAA]{Liberation Sans}
 \fontsize{18}{18}
 \textbf{\noindent#1}
 \end{spacing}
@@ -38,7 +38,7 @@
 \newcommand{\oasisdate}[1]
 {
 \begin{spacing}{1.1}
-\fontspec[Color=446CAA]{Arial}
+\fontspec[Color=446CAA]{Liberation Sans}
 \fontsize{18}{18}
 \textbf{\noindent#1}
 \end{spacing}
@@ -47,7 +47,7 @@
 \newcommand{\oasisnoticelabel}[1]
 {
 \begin{spacing}{1.5}
-\fontspec[Color=446CAA]{Arial}
+\fontspec[Color=446CAA]{Liberation Sans}
 \fontsize{18}{18}
 \textbf{\noindent#1}
 \end{spacing}
@@ -56,7 +56,7 @@
 \newcommand{\oasisspecificationuris}[1]
 {
 {
-\fontspec[Color=446CAA]{Arial}
+\fontspec[Color=446CAA]{Liberation Sans}
 \fontsize{12}{12}
 \textbf{\noindent#1}
 }
@@ -65,7 +65,7 @@
 \newenvironment{oasistitlesection}[1]
 {
 \setlength{\tabcolsep}{0in}\begin{tabular}{p{0in}p{5.8in}}
-\multicolumn{2}{l}{\fontspec[Color=446CAA]{Arial}\fontsize{10}{10}\textbf{#1:}}\\[-0.05in]
+\multicolumn{2}{l}{\fontspec[Color=446CAA]{Liberation Sans}\fontsize{10}{10}\textbf{#1:}}\\[-0.05in]
 &\setlength{\topsep}{0in}\setlength{\parsep}{0in}\setlength{\partopsep}{0in}   }
 {
 \end{tabular}
diff --git a/virtio.tex b/virtio.tex
index ef2d3fe..e7c7b53 100644
--- a/virtio.tex
+++ b/virtio.tex
@@ -52,9 +52,9 @@
 %\def_{\_}
 % Don't hyphenate acronyms
 %\uchyph=0
-\setmainfont[Mapping=tex-text]{Arial}
-%\setromanfont{Arial}
-\setmonofont{Courier New}
+\setmainfont[Mapping=tex-text]{Liberation Sans}
+%\setromanfont{Liberation Sans}
+\setmonofont{Liberation Mono}
 
 \urlstyle{rm}
 
-- 
2.21.0
← Prev in month ← Prev in thread