Skip to content

Commit

Permalink
paper begin
Browse files Browse the repository at this point in the history
  • Loading branch information
fanis-khafizov committed Dec 21, 2024
1 parent 7d27704 commit fc0daf8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 102 deletions.
Binary file added paper/main.pdf
Binary file not shown.
118 changes: 16 additions & 102 deletions paper/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,18 @@



\title{A template for the \emph{arxiv} style}
\title{Адаптивное сжатие в распределенной оптимизации}

\author{ David S.~Hippocampus\thanks{Use footnote for providing further
information about author (webpage, alternative
address)---\emph{not} for acknowledging funding agencies.} \\
Department of Computer Science\\
Cranberry-Lemon University\\
Pittsburgh, PA 15213 \\
\texttt{[email protected]} \\
\author{ Хафизов Фанис Адикович \\
Физтех-школа Прикладной Математики и Информатики\\
Московский Физико-Технический Институт\\
г. Долгопрудный\\
\texttt{[email protected]} \\
%% examples of more authors
\And
Elias D.~Striatum \\
Department of Electrical Engineering\\
Mount-Sheikh University\\
Santa Narimana, Levand \\
\texttt{[email protected]} \\
Безносиков Александр Николаевич \\
Московский Физико-Технический Институт\\
\texttt{https://anbeznosikov.github.io/} \\
%% \AND
%% Coauthor \\
%% Affiliation \\
Expand All @@ -50,16 +46,15 @@
}
\date{}

\renewcommand{\shorttitle}{\textit{arXiv} Template}
\renewcommand{\shorttitle}{Адаптивное сжатие}

%%% Add PDF metadata to help others organize their library
%%% Once the PDF is generated, you can check the metadata with
%%% $ pdfinfo template.pdf
\hypersetup{
pdftitle={A template for the arxiv style},
pdfsubject={q-bio.NC, q-bio.QM},
pdfauthor={David S.~Hippocampus, Elias D.~Striatum},
pdfkeywords={First keyword, Second keyword, More},
pdftitle={Адаптивное сжатие в распределенной оптимизации},
% pdfauthor={David S.~Hippocampus, Elias D.~Striatum},
% pdfkeywords={First keyword, Second keyword, More},
}

\begin{document}
Expand All @@ -70,89 +65,8 @@
\end{abstract}


\keywords{First keyword \and Second keyword \and More}
\keywords{Распределенная оптимизация \and Операторы сжатия}

\section{Introduction}
\lipsum[2]
\lipsum[3]
\section{Введение}

\section{Headings: first level}
\label{sec:headings}

\lipsum[4] See Section \ref{sec:headings}.

\subsection{Headings: second level}
\lipsum[5]
\begin{equation}
\xi _{ij}(t)=P(x_{t}=i,x_{t+1}=j|y,v,w;\theta)= {\frac {\alpha _{i}(t)a^{w_t}_{ij}\beta _{j}(t+1)b^{v_{t+1}}_{j}(y_{t+1})}{\sum _{i=1}^{N} \sum _{j=1}^{N} \alpha _{i}(t)a^{w_t}_{ij}\beta _{j}(t+1)b^{v_{t+1}}_{j}(y_{t+1})}}
\end{equation}

\subsubsection{Headings: third level}
\lipsum[6]

\paragraph{Paragraph}
\lipsum[7]



\section{Examples of citations, figures, tables, references}
\label{sec:others}

\subsection{Citations}
Citations use \verb+natbib+. The documentation may be found at
\begin{center}
\url{http://mirrors.ctan.org/macros/latex/contrib/natbib/natnotes.pdf}
\end{center}

Here is an example usage of the two main commands (\verb+citet+ and \verb+citep+): Some people thought a thing \citep{kour2014real, hadash2018estimate} but other people thought something else \citep{kour2014fast}. Many people have speculated that if we knew exactly why \citet{kour2014fast} thought this\dots

\subsection{Figures}
\lipsum[10]
See Figure \ref{fig:fig1}. Here is how you add footnotes. \footnote{Sample of the first footnote.}
\lipsum[11]

\begin{figure}
\centering
\includegraphics[width=0.5\textwidth]{../figures/log_reg_cs_exp.eps}
\caption{Sample figure caption.}
\label{fig:fig1}
\end{figure}

\subsection{Tables}
See awesome Table~\ref{tab:table}.

The documentation for \verb+booktabs+ (`Publication quality tables in LaTeX') is available from:
\begin{center}
\url{https://www.ctan.org/pkg/booktabs}
\end{center}


\begin{table}
\caption{Sample table title}
\centering
\begin{tabular}{lll}
\toprule
\multicolumn{2}{c}{Part} \\
\cmidrule(r){1-2}
Name & Description & Size ($\mu$m) \\
\midrule
Dendrite & Input terminal & $\sim$100 \\
Axon & Output terminal & $\sim$10 \\
Soma & Cell body & up to $10^6$ \\
\bottomrule
\end{tabular}
\label{tab:table}
\end{table}

\subsection{Lists}
\begin{itemize}
\item Lorem ipsum dolor sit amet
\item consectetur adipiscing elit.
\item Aliquam dignissim blandit est, in dictum tortor gravida eget. In ac rutrum magna.
\end{itemize}


\bibliographystyle{unsrtnat}
\bibliography{references}

\end{document}
\end{document}

0 comments on commit fc0daf8

Please sign in to comment.