X-Git-Url: https://scm.cri.ensmp.fr/git/pipstransfo.git/blobdiff_plain/6ffc144e063c3bd45b367345e9b4e37a13055662..625670968322617fed9df3a0ec370faa3185f167:/pipstransfo.tex diff --git a/pipstransfo.tex b/pipstransfo.tex index e3046b8..4706900 100644 --- a/pipstransfo.tex +++ b/pipstransfo.tex @@ -3,6 +3,7 @@ \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[english]{babel} +\usepackage{lmodern} \usepackage{listings} \usepackage{hyperref} @@ -115,8 +116,7 @@ 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.}