Using latin-modern fonts
[pipstransfo.git] / pipstransfo.tex
index 4cef713..4706900 100644 (file)
@@ -3,12 +3,13 @@
 \usepackage[utf8]{inputenc}
 \usepackage[T1]{fontenc}
 \usepackage[english]{babel}
 \usepackage[utf8]{inputenc}
 \usepackage[T1]{fontenc}
 \usepackage[english]{babel}
+\usepackage{lmodern}
 
 \usepackage{listings}
 \usepackage{hyperref}
 
 
 
 \usepackage{listings}
 \usepackage{hyperref}
 
 
-\title{PIPS - List of code transformations}
+\title{PIPS~--- List of code transformations}
 
 
 
 
 
 
   are private to a loop body, i.e.\ written first, then read.}
 
 \item[loop normalization]{is a loop transformation that changes
   are private to a loop body, i.e.\ written first, then read.}
 
 \item[loop normalization]{is a loop transformation that changes
-  the loop initial increment value or the loop range to enforce certain values, generally
-  1.}
+  the loop initial increment value or the loop range to enforce certain values, generally~1.}
 
 \item[iteration clamping]{is a loop transformation that extends
   the loop range but guards the loop body with the former range.}
 
 \item[iteration clamping]{is a loop transformation that extends
   the loop range but guards the loop body with the former range.}