Changeset 12331


Ignore:
Timestamp:
07/05/2009 04:04:48 PM (14 months ago)
Author:
dstn
Message:

update kdtree figs

Location:
trunk/documents/theses/dstn
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/documents/theses/dstn/Makefile

    r12328 r12331  
    88 
    99REVIEW_FIGS := quad-fig.pdf rangesearch-bb-fig.pdf rangesearch-split-fig.pdf 
    10  
    11 KDTREE_TIKZ_FIGS := pointerless-fig.pdf 
    12  
    13 KDTREE_FIGS := fig-bb.png fig-split.png \ 
    14         permute-fig.pdf apply-perm-fig.pdf r-only-fig.pdf transpose-fig.pdf \ 
    15         bitpack-fig.pdf \ 
    16         $(KDTREE_TIKZ_FIGS) 
    17  
    18 $(KDTREE_TIKZ_FIGS):: %.pdf: %.tex tikzfig.tex kdfigs.tex 
    19         pdflatex $< 
    2010 
    2111VFIGS := fgbg-1d fgbg-2d symm-bg symm-fg gc-ref gc-test-false \ 
     
    4737        cat $^ > $@ 
    4838 
     39KDTREE_TIKZ_FIGS := pointerless-fig.pdf permute-fig.pdf apply-perm-fig.pdf \ 
     40        r-only-fig.pdf transpose-fig.pdf bitpack-fig.pdf 
     41 
     42$(KDTREE_TIKZ_FIGS):: %.pdf: %.tex tikzfig.tex kdfigs.tex 
     43        pdflatex $< 
     44 
    4945KDFIGS := kdtree-bbox kdtree-split 
    5046 
    5147KD_FIGS := $(addsuffix .pdf,$(addprefix figs-kdtree/,$(KDFIGS))) 
    5248 
     49KDTREE_FIGS := $(KDTREE_TIKZ_FIGS) $(KD_FIGS) 
    5350 
    5451PDFLATEX = pdflatex 
  • trunk/documents/theses/dstn/kdtree.tex

    r12328 r12331  
    114114\begin{center} 
    115115\begin{tabular}{@{}c@{\hspace{5em}}c@{}} 
    116  \includegraphics[height=0.9\textheight]{kdtree-bbox}& 
    117  \includegraphics[height=0.9\textheight]{kdtree-split}% 
     116 % as big as they can be before overflowing the page... 
     117 % created by kdtree-tests/tree-figs.py 
     118 \includegraphics[height=0.82\textheight]{kdtree-bbox}& 
     119 \includegraphics[height=0.82\textheight]{kdtree-split}% 
    118120\end{tabular} 
    119121\end{center} 
Note: See TracChangeset for help on using the changeset viewer.