This file has been truncated, but you can view the full file.
    
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | A + U-ARCHITECTURE AND URBANISM A U-ARCHIT URBAN | |
| A CRITICAL REVIEW: LASER TECHNOLOGIES FOR DEFENSE AND SECURITY P SOC PHOTO-OPT INS | |
| A KALEIDOSCOPIC VIEW OF NATURAL RESOURCES | |
| A MIDSUMMER NIGHT'S DREAM SHAKESPEARE SURV | |
| A N A E-APPROCHE NEUROPSYCHOLOGIQUE DES APPRENTISSAGES CHEZ L ENFANT ANAE | |
| A WAKE NEWSLITTER WAKE NEWSL | |
| A.I. KURENTSOV'S ANNUAL MEMORIAL MEETINGS, ISSUE XXV | |
| A1-ALGEBRAIC TOPOLOGY OVER A FIELD LECT NOTES MATH | |
| AAA-ARBEITEN AUS ANGLISTIK UND AMERIKANISTIK AAA-ARB ANGLIST AM | |
| AAAI-92 PROCEEDINGS : TENTH NATIONAL CONFERENCE ON ARTIFICIAL INTELLIGENCE | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Sub ExportComments() | |
| ' ig20160921 | |
| ' based on http://stackoverflow.com/questions/2741241/when-exporting-word-review-comments-how-do-you-reference-the-sentence-related-t | |
| ' and http://www.thedoctools.com/downloads/basComments_Extract.htm | |
| Dim s As String | |
| Dim cmt As Word.Comment | |
| Dim doc As Word.Document | |
| Dim oDoc As Word.Document | |
| Set oDoc = ActiveDocument | |
| For n = 1 To oDoc.Comments.Count | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/sh | |
| initfile=~/.lattesrc | |
| tmpdir=/tmp | |
| function parse_init { | |
| if [ -f $initfile ] | |
| then | |
| source $initfile | |
| else |