unwanted merge with Vivien
authorPierre Guillou <guillou@cri.ensmp.fr>
Tue, 11 Feb 2014 12:36:52 +0000 (13:36 +0100)
committerPierre Guillou <guillou@cri.ensmp.fr>
Tue, 11 Feb 2014 12:36:52 +0000 (13:36 +0100)
pipstransfo.sublime-project [new file with mode: 0644]
pipstransfo.tex

diff --git a/pipstransfo.sublime-project b/pipstransfo.sublime-project
new file mode 100644 (file)
index 0000000..068a673
--- /dev/null
@@ -0,0 +1,31 @@
+{
+    "folders": [
+        {
+            "path": ".",
+            "name": "Document",
+            "folder_exclude_patterns": ["bin"],
+            "file_exclude_patterns": [
+                "*.aux",
+                "*.bbl",
+                "*.blg",
+                "*.fdb_latexmk",
+                "*.fls",
+                "*.lof",
+                "*.log",
+                "*.nav",
+                "*.out",
+                "*.pdf",
+                "*.snm",
+                "*.sublime-workspace",
+                "*.synctex.gz",
+                "*.synctex.gz(busy)",
+                "*.toc",
+                "*.vrb"
+            ]
+        },
+        {
+            "path": "bin",
+            "name": "Scripts"
+        }
+    ]
+}
index 7409fd1..06f9f63 100644 (file)
@@ -3,12 +3,13 @@
 \usepackage[utf8]{inputenc}
 \usepackage[T1]{fontenc}
 \usepackage[english]{babel}
+\usepackage{lmodern}
 
 \usepackage{listings}
 \usepackage{hyperref}
 
 
-\title{PIPS - List of code transformations}
+\title{PIPS~--- List of code transformations}
 
 
 
@@ -59,7 +60,7 @@
 
 \item[loop normalization]{is a loop transformation that changes
   the loop initial increment value or the loop range to enforce certain values, 
-  generally 1.}
+  generally~1.}
 
 \end{description}
 
   multidimensional array into unidimensional arrays, possibly with a
   conversion from array to pointer.}
 
-
-
-
+\item[loop normalization]{is a loop transformation that changes
+  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.}
 \section{References}
 
 
-\end{document}
\ No newline at end of file
+\end{document}