mirror of
https://github.com/galera951/experiment-automation.git
synced 2026-08-25 06:33:08 +03:00
Ne plasma lab initital
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
@@ -0,0 +1,44 @@
|
||||
\documentclass[a4paper, 12pt]{article}
|
||||
|
||||
\usepackage[top=2cm,bottom=2cm,left=3cm,right=3cm]{geometry}
|
||||
|
||||
\usepackage[T2A]{fontenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[english,russian]{babel}
|
||||
\usepackage{indentfirst}
|
||||
|
||||
\usepackage{graphicx}
|
||||
\usepackage{xcolor}
|
||||
|
||||
\usepackage{amsmath}
|
||||
|
||||
\usepackage[some]{background}
|
||||
\usepackage{paratype}
|
||||
|
||||
\definecolor{titlepagecolor}{cmyk}{1,.60,0,.40}
|
||||
|
||||
\DeclareFixedFont{\bigsf}{T2A}{PTSans-TLF}{b}{n}{1.4cm}
|
||||
|
||||
\backgroundsetup{
|
||||
scale=1,
|
||||
angle=0,
|
||||
opacity=1,
|
||||
contents={\begin{tikzpicture}[remember picture,overlay]
|
||||
\path [fill=titlepagecolor] (-0.5\paperwidth,5) rectangle (0.5\paperwidth,10);
|
||||
\end{tikzpicture}}
|
||||
}
|
||||
|
||||
\makeatletter
|
||||
|
||||
\def\printauthor{%
|
||||
{\large \@author}}
|
||||
\makeatother
|
||||
|
||||
\author{%
|
||||
Луговцов Глеб\\
|
||||
ФЭФМ МФТИ\\
|
||||
\texttt{lugovtsov.gs@phystech.edu}\vspace{40pt}\\
|
||||
% Author 2 name \\
|
||||
% Department name \\
|
||||
% \texttt{email2@example.com}
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
\begin{titlepage}
|
||||
\BgThispage
|
||||
\newgeometry{left=1.5cm,right=3cm}
|
||||
\vspace*{2cm}
|
||||
\noindent
|
||||
\textcolor{white}{\bigsf \artitle}
|
||||
\vspace*{2cm}\par
|
||||
\noindent
|
||||
\begin{minipage}{0.48\linewidth}
|
||||
\begin{flushright}
|
||||
\printauthor
|
||||
\end{flushright}
|
||||
\end{minipage} \hspace{15pt}
|
||||
%
|
||||
\begin{minipage}{0.02\linewidth}
|
||||
\rule{1pt}{175pt}
|
||||
\end{minipage} \hspace{-15pt}
|
||||
%
|
||||
\begin{minipage}{0.65\linewidth}
|
||||
\vspace{5pt}
|
||||
\begin{abstract}
|
||||
\arabstract
|
||||
\end{abstract}
|
||||
\end{minipage}
|
||||
\end{titlepage}
|
||||
\restoregeometry
|
||||
Reference in New Issue
Block a user