Go to the documentation of this file.00001 x = '''
00002 \\begin{landscape}
00003 \\begin{table}[p]
00004 \\newcolumntype{x}[1]{>{\\centering\\hspace{0pt}}p{#1}}
00005 \\newcolumntype{y}[1]{>{\\raggedleft\\hspace{0pt}}p{#1}}
00006 \\centering
00007 \\begin{tabular}{ | y{2cm} | c | c | c | c | r }
00008 \\toprule
00009 \\textbf{\\Large Object:} & Orange Meds & TV Remote & Red Bottle & Keys & \\multirow{4}{1.0cm}{\\LARGE ...} \\\\
00010 \\midrule
00011 \\midrule
00012 \\textbf{Reads} & %s & %s & %s & %s & \\\\
00013 \\textbf{$\\Delta xy$} & %s & %s & %s & %s & \\\\
00014 \\textbf{$\\Delta \\Theta$} & %s & %s & %s & %s & \\\\
00015 \\bottomrule
00016 \\end{tabular}
00017
00018 \\vskip 30pt
00019
00020 \\begin{tabular}{ c | c | c | c | c | c | }
00021 \\toprule
00022 \\multirow{4}{0.5cm}{\\LARGE ...} & Med Bottle & Med Box & Teddy Bear & Cordless Phone & Hair Brush \\\\
00023 \\midrule
00024 \\midrule
00025 & %s & %s & %s & %s & %s \\\\
00026 & %s & %s & %s & %s & %s \\\\
00027 & %s & %s & %s & %s & %s \\\\
00028 \\bottomrule
00029 \\end{tabular}
00030
00031 \\vskip 30pt
00032
00033 \\begin{tabular}{r r@{ = }l r@{ = }l}
00034 \\toprule
00035 \\multicolumn{5}{c}{\\textbf{\\Large OVERALL FOR LOCATION \\#%d}}\\\\
00036 \\midrule
00037 \\midrule
00038 \\textbf{Reads:} & $\\mu$ & %3.1f & $\\sigma$ & %3.1f \\\\
00039 \\textbf{$\\Delta xy$} & $\\mu$ & %3.1f m & $\\sigma$ & %3.1f m \\\\
00040 \\textbf{$|\\Delta \\Theta|$} & $\\mu$ & %3.1f$^o$ & $\\sigma$ & %3.1f$^o$ \\\\
00041 \\bottomrule
00042 \\end{tabular}
00043
00044 \\caption{ RFID Search Performance for Tagged Objects at Location \\#%d }
00045 \\label{tab:search-results-%d}
00046 \end{table}
00047 \end{landscape}
00048 '''