
Title Page for SUAI (Saint-Petersburg State University of Aerospace Instrumentation) students

\documentclass{report}
\usepackage[bottom=60pt,left=48pt,right=46pt]{geometry}
\usepackage[french, english]{babel}
\usepackage[T1]{fontenc}
\usepackage{formular}
%-------------------------------------------------------------------------
%----------------------- Macros and Definitions --------------------------
%-------------------------------------------------------------------------
%--------------------------- Filling field -------------------------------
\newFRMfield{degree}{5.5cm}[Scientific degrees]
\newFRMfield{sign}{5.5cm}[signature, date]
\newFRMfield{name}{5.5cm}[Initials, name]
\newFRMfield{group}{3cm}[group][1943M]
%-------------------------------------------------------------------------
%-------------------------------Document----------------------------------
%-------------------------------------------------------------------------
\begin{document}
\begin{titlepage}
	\begin{center}
	    {\scshape\LARGE SUAI \par}
    	\vspace{1cm}
    	{\scshape\Large Department \no 14\par}
	\end{center}
	
	{\scshape\Large Report\par}
	{\scshape\Large Protected with evaluation\par}
	
	\centering
	\vspace{1cm}
	
	\useFRMfield{degree}
	\useFRMfield{sign}
	\useFRMfield{name}
	\vspace{3cm}
	
	{\scshape\LARGE Practical investigation \no  \par}
	
	{\huge\bfseries <title>\par}
	\vspace{1.5cm}
	{\LARGE Course : <course name>  \par}
	
	\vfill
	\raggedright
	{\scshape\Large Performed by\par}
	{\scshape\Large Student gr. \no \par}
	
	\centering
	\vspace{1cm}
	\useFRMfield{group}
	\useFRMfield{sign}
	\useFRMfield{name}
	
	\vfill
    
% Bottom of the page
    {\large St. Petersburg 2019\par}
\end{titlepage}
\end{document}