Changeset 12308


Ignore:
Timestamp:
07/02/2009 05:12:59 PM (14 months ago)
Author:
dstn
Message:

screwing around with numbering paragraphs

Location:
trunk/documents/theses/dstn
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/documents/theses/dstn/conclusion.tex

    r12301 r12308  
    1010fact that the stars are very distant, so the viewpoint is essentially 
    1111fixed, and while the stars do move, their motions are small enough 
    12 that their geometric relationship change very little.  The problem is 
     12that their geometric relationships change very little.  The problem is 
    1313difficult largely for its sheer scale: typical images cover 
    1414one-millionth of the surface area of the sky or less, and errors of 
     
    1717 
    1818 
    19 Chapters \chapref{chap:techreport}, \chapref{chap:verify} and 
    20 \chapref{chap:kdtree} highlight the main aspects of the system: a 
     19Chapters \ref{chap:techreport}, \ref{chap:verify} and 
     20\ref{chap:kdtree} highlight the main aspects of the system: a 
    2121geometric feature-indexing method that is able to generate 
    2222hypothesized matches; a robust probabilistic scheme for testing these 
     
    2626 
    2727 
    28 We launched the \an system as a web service and release all the code 
    29 quite early in its development, and while operating and maintaining it 
    30 took considerable effort, we learned a great deal about real-world 
    31 data, and the fact that real people were using it to do real work 
    32 motivated us to continue tuning and refining the system.  As more and 
    33 more people are using the system and adapting it to their own 
     28We launched the \an system as a web service and released of all the 
     29code quite early in its development, and while operating and 
     30maintaining it took considerable effort, we learned a great deal about 
     31real-world data, and the fact that real people were using it to do 
     32real work motivated us to continue tuning and refining the system.  As 
     33more and more people are using the system and adapting it to their own 
    3434purposes, we feel we are getting closer to our goal ``to help 
    3535organize, annotate and make searchable all the world's astronomical 
  • trunk/documents/theses/dstn/preamble.tex

    r12304 r12308  
    2121% \afterpage{clearpage} 
    2222 
    23 %\usepackage{parano} 
    24 %\usepackage{dstnparano} 
    25  
    2623\usepackage{amssymb,amsmath} 
    2724\usepackage{graphicx} 
     
    3128\usepackage{dcolumn} 
    3229\usepackage{afterpage} 
     30 
     31\usepackage{numberparagraphs} 
     32%\newcommand{\numberparagraphs}{} 
    3333 
    3434\newlength{\figunit} 
  • trunk/documents/theses/dstn/review.tex

    r12304 r12308  
    11\section{Preface} 
     2 
     3\tracingmacros=2 
     4\numberparagraphs 
    25 
    36This thesis describes some of the research carried out by me and my 
Note: See TracChangeset for help on using the changeset viewer.