Use normal style zeroes instead of using the sans font.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 7 Dec 2009 09:18:17 +0000 (10:18 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 7 Dec 2009 09:18:17 +0000 (10:18 +0100)
Chapters/HardwareDescription.tex
Chapters/Introduction.tex
Utils/Fonts.tex

index d90a2e1b6d5e1d891b740225f4807c50d317845c..7b561995b10c34be5026ca59d44f70a05eb2e8a1 100644 (file)
@@ -342,7 +342,7 @@ and3 a b c = and (and a b) c
         Here, a type synonym \hs{RegisterIndex} is defined that is equal to
         the \hs{RangedWord} type constructor applied to the type \hs{D7}. In
         other words, this defines an unsigned word with values from
-        \lam{0} to \lam{7} (inclusive). This word can be be used to index the
+        {\definedfont[Serif*normalnum]0 to 7} (inclusive). This word can be be used to index the
         8 element vector \hs{RegisterState} above.
 
         This type is translated to the \type{unsigned} \small{VHDL} type.
index 2f7172dc4a2bbe36a89f1c8796f462e1a3a45562..334b1c89d734486f1f960bb92717f767b43c5a8c 100644 (file)
@@ -148,7 +148,7 @@ advanced types and provides a case study.
 
   Or... is this the description of a single accumulating adder, that will add
   one element of each input each clock cycle and has a reset value of
-  \lam{0}? In
+  {\definedfont[Serif*normalnum]0}? In
   that case, we would have described the architecture show in \in{example}[ex:RecursiveSumAlt]
 
   \startuseMPgraphic{RecursiveSumAlt}
index 6ddc35488dd6e93b7d2189c8afc2a5b044be1abb..7859a897d4d2f3b7a9e886781cff438ec327050c 100644 (file)
@@ -21,6 +21,7 @@
 
 % Use old numbers when available
 \definefontfeature[default][default][onum=yes]
+\definefontfeature[normalnum][default][onum=no]
 
 % Define a custom typescript. We could also have put the \definetypeface's
 % directly in the script, without a typescript, but I guess this is more