[llvm-commits] CVS: llvm-www/pubs/2005-05-04-LattnerPHDThesis.html

Misha Brukman brukman at cs.uiuc.edu
Wed May 4 22:42:06 PDT 2005



Changes in directory llvm-www/pubs:

2005-05-04-LattnerPHDThesis.html updated: 1.1 -> 1.2
---
Log message:

* Wrap long lines
* <ul> is only supposed to contain <li> elements, move <p> outside of <ul>
* Align embedded BibTeX entry so it's easier to read


---
Diffs of the changes:  (+21 -19)

 2005-05-04-LattnerPHDThesis.html |   40 ++++++++++++++++++++-------------------
 1 files changed, 21 insertions(+), 19 deletions(-)


Index: llvm-www/pubs/2005-05-04-LattnerPHDThesis.html
diff -u llvm-www/pubs/2005-05-04-LattnerPHDThesis.html:1.1 llvm-www/pubs/2005-05-04-LattnerPHDThesis.html:1.2
--- llvm-www/pubs/2005-05-04-LattnerPHDThesis.html:1.1	Wed May  4 18:18:52 2005
+++ llvm-www/pubs/2005-05-04-LattnerPHDThesis.html	Thu May  5 00:41:56 2005
@@ -63,30 +63,32 @@
 
 <h2>Download:</h2>
 <ul>
-  <li><a href="2005-05-04-LattnerPHDThesis.pdf">Macroscopic Data Structure Analysis and Optimization</a> (PDF)</li>
-  <li><a href="2005-05-04-LattnerPHDThesis.ps">Macroscopic Data Structure Analysis and Optimization</a> (PS)</li>
-  <li><a href="2005-05-04-LattnerPHDThesis-book.pdf">Macroscopic Data Structure Analysis and Optimization</a> "book form" (PDF)</li>
-  <li><a href="2005-05-04-LattnerPHDThesis-book.ps">Macroscopic Data Structure Analysis and Optimization</a> "book form" (PS)</li>
-  <li><a href="2005-05-04-LattnerPHDThesis-poster.pdf">Macroscopic Data Structure Analysis and Optimization</a> very high-level poster (PDF)</li>
-
-<p>
-   The "book form" is useful if you plan to print this out.  Print the file out
-   double sided, fold it in half, and staple it in the middle of the page.  It
-   dramatically reduces the number of pages of paper used.
-</p>
-
+  <li><a href="2005-05-04-LattnerPHDThesis.pdf">Macroscopic Data Structure
+  Analysis and Optimization</a> (PDF)</li>
+  <li><a href="2005-05-04-LattnerPHDThesis.ps">Macroscopic Data Structure
+  Analysis and Optimization</a> (PS)</li>
+  <li><a href="2005-05-04-LattnerPHDThesis-book.pdf">Macroscopic Data Structure
+  Analysis and Optimization</a> "book form" (PDF)</li>
+  <li><a href="2005-05-04-LattnerPHDThesis-book.ps">Macroscopic Data Structure
+  Analysis and Optimization</a> "book form" (PS)</li>
+  <li><a href="2005-05-04-LattnerPHDThesis-poster.pdf">Macroscopic Data
+  Structure Analysis and Optimization</a> very high-level poster (PDF)</li>
 </ul>
 
+<p>The "book form" is useful if you plan to print this out.  Print the file out
+double sided, fold it in half, and staple it in the middle of the page.  It
+dramatically reduces the number of pages of paper used.</p>
+
 <h2>BibTeX Entry:</h2>
 <pre>
   @PhdThesis{Lattner:PHD,
-    author =       {Chris Lattner},
-    title =        "{Macroscopic Data Structure Analysis and Optimization}",
-    school =       "{Computer Science Dept., University of Illinois at Urbana-Champaign}",
-    year =         {2005},
-    address =      {Urbana, IL},
-    month =        {May},
-    note = {{\em See {\tt http://llvm.cs.uiuc.edu}.}}
+    author  = {Chris Lattner},
+    title   = "{Macroscopic Data Structure Analysis and Optimization}",
+    school  = "{Computer Science Dept., University of Illinois at Urbana-Champaign}",
+    year    = {2005},
+    address = {Urbana, IL},
+    month   = {May},
+    note    = {{\em See {\tt http://llvm.cs.uiuc.edu}.}}
   }
 </pre>
 






More information about the llvm-commits mailing list