86 lines
2.8 KiB
TeX
86 lines
2.8 KiB
TeX
\documentclass[a4paper,12pt,russian]{article}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[russian]{babel}
|
|
\usepackage{array,longtable}
|
|
\usepackage{rotating}
|
|
\usepackage{setspace}
|
|
\usepackage{geometry}
|
|
\usepackage{float}
|
|
%~ \usepackage{setspace,supertabular}
|
|
|
|
\title{Temporary Report =)}
|
|
\author{Kolan Sh.}
|
|
\date{\today}
|
|
|
|
\setcounter{LTchunksize}{100}
|
|
|
|
\begin{document}
|
|
|
|
\begin{center}
|
|
\begin{longtable}{|p{1in}@{}|p{1in}@{}|p{.4in}@{}|p{.4in}@{}|p{.4in}@{}|p{.4in}@{}|p{.4in}@{}|}
|
|
\hline \textbf{A}&\textbf{B}& \multicolumn{5}{|c|}{\textbf{C}}\\
|
|
\cline{3-7} &&\textbf{
|
|
i}&\textbf{ii}&\textbf{iii}&\textbf{iv}&\textbf{v}\\\hline
|
|
\endfirsthead
|
|
\multicolumn{7}{c}%
|
|
{{\bfseries \tablename\ \thetable{} -- continued from previous page}} \\
|
|
\hline \textbf{A}&\textbf{B}& \multicolumn{5}{|c|}{\textbf{C}}\\
|
|
\cline{3-7} &&\textbf{
|
|
i}&\textbf{ii}&\textbf{iii}&\textbf{iv}&\textbf{v}\\\hline
|
|
\endhead
|
|
\hline \multicolumn{7}{|r|}{{Continued on next page}} \\ \hline
|
|
\endfoot
|
|
|
|
%************************************************
|
|
\hline
|
|
\textbf{Blah}&\textbf{Blah}&\small{1}&\small{2}&\small{3}&\small{4}&\small{5}\\
|
|
\cline{2-7}
|
|
\textbf{Blah1}&\textbf{Blah1}&\small{1}&\small{2}&\small{3}&\small{4}&\small{5}\\
|
|
|
|
\hline
|
|
\textbf{Blah1}&\textbf{Blah1}&\small{1}&\small{2}&\small{3}&\small{4}&\small{5}\\
|
|
\cline{2-7}
|
|
\textbf{Blah1}&\textbf{Blah1}&\small{1}&\small{2}&\small{3}&\small{4}&\small{5}\\
|
|
|
|
\hline \textbf{Blah}&\textbf{Blah}&\small{1}&\small{2}&\small{3}&\small{4}&\small{5}\\
|
|
\cline{2-7}
|
|
\textbf{Blah1}&\textbf{Blah1}&\small{1}&\small{2}&\small{3}&\small{4}&\small{5}\\
|
|
|
|
\hline
|
|
\textbf{Blah1}&\textbf{Blah1}&\small{1}&\small{2}&\small{3}&\small{4}&\small{5}\\
|
|
\cline{2-7}
|
|
\textbf{Blah1}&\textbf{Blah1}&\small{1}&\small{2}&\small{3}&\small{4}&\small{5}\\
|
|
|
|
\hline
|
|
\textbf{Blah1}&\textbf{Blah1}&\small{1}&\small{2}&\small{3}&\small{4}&\small{5}\\
|
|
\cline{2-7}
|
|
\textbf{Blah1}&\textbf{Blah1}&\small{1}&\small{2}&\small{3}&\small{4}&\small{5}\\
|
|
|
|
|
|
|
|
|
|
\caption[ABC]{\label{tab:something}Table about something}
|
|
\endlastfoot
|
|
\end{longtable}
|
|
\end{center}
|
|
%~ \end{document}
|
|
|
|
|
|
%~ Многостраничные таблицы
|
|
%~ \begin{longtable}[h]{lp{0.7\linewidth}}
|
|
%~ $A$ & area of the (geometrical) pixel [m\textsuperscript2] \\
|
|
%~ $c$ & Speed of light $\approx 3 \cdot 10^8$ m/s \\
|
|
%~ $DYN_{in}$ & Input dynamic range [1] \\
|
|
%~ $DYN_{out}$ & Output dynamic range~[1] \\
|
|
%~ $E$ & irradiance on the sensor surface~[W/m\textsuperscript2] \\
|
|
%~ $F$ & Non-whiteness coefficient \\
|
|
%~ $h$ & Planck's constant h $\approx6.63 \cdot 10^{-34} Js$ \\
|
|
%~ $K$ & overall system gain~[DN/e-] \\
|
|
%~ $k_d$ & Doubling temperature of the dark current~[$^\circ$C] \\
|
|
%~ $N_d$ & dark current~[e-/s] \\
|
|
%~ $N_{d30}$ & dark current for a housing temperature of $30^\circ C$~[e-/s]\textsuperscript2 \\
|
|
%~ $S_g^2$ & variance coefficient of the spatial gain noise~[\%] \\
|
|
%~ \end{longtable}
|
|
|
|
\end{document}
|