Skip to content

Instantly share code, notes, and snippets.

@RuRo
Last active November 25, 2017 12:46
Show Gist options
  • Save RuRo/8ec9a659559454a6c50de0b1c21570c6 to your computer and use it in GitHub Desktop.
Save RuRo/8ec9a659559454a6c50de0b1c21570c6 to your computer and use it in GitHub Desktop.
Скелет работы по ЧМам (latex)
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
%&pdfLaTeX
% !TEX encoding = UTF-8 Unicode
\documentclass[a4paper, 12pt]{article}
\usepackage[a4paper, left=20mm, right=20mm, top=20mm, bottom=20mm]{geometry}
\usepackage[T2A]{fontenc}
\usepackage[utf8x]{inputenc}
\usepackage[english, russian]{babel}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{enumitem}
\renewcommand{\bfdefault}{b}
\usepackage{graphicx}
\begin{document}
\begin{titlepage}
\centering\noindent
{
\begin{minipage}{0.1\textwidth}
\includegraphics[width=\textwidth]{logo-mgu.png}
\end{minipage}
\hfill
\begin{minipage}{0.77\textwidth}
\begin{center}
\textbf{МОСКОВСКИЙ ГОСУДАРСТВЕННЫЙ УНИВЕРСИТЕТ}\par
\textbf{имени М.В.Ломоносова}\par
\end{center}
\end{minipage}
\hfill
\begin{minipage}{0.1\textwidth}
\includegraphics[width=\textwidth]{logo-cmc.png}
\end{minipage}
}\par
{
\textbf{Факультет вычислительной математики и кибернетики}\par
\nointerlineskip
\noindent\makebox[\linewidth]{\rule{\textwidth}{0.4pt}}
}
\vfill
{
\Large{\textbf{Компьютерный практикум по учебному курсу}}\par
\Large{\textbf{«ВВЕДЕНИЕ В ЧИСЛЕННЫЕ МЕТОДЫ»}}\par
}
\vfill
{
\Huge{\textbf{ЗАДАНИЕ №1}}\par
\Large{\textbf{ВАРИАНТ}}\par
\Large{[[Номер варианта]]}\par
}
\vfill
{
\Large{\textbf{ОТЧЕТ}}\par
\Large{\textbf{о выполненном задании}}\par
\Large{студента 205 учебной группы факультета ВМК МГУ}\par
\Large{[[Фамилия Имя Отчество]]}\par
}
\vfill
{\Large Москва, \today}
\end{titlepage}
\tableofcontents
\newpage
\section{Постановка задачи}
\newpage
\section{Метод Гаусса}
\newpage
\section{Метод верхней релаксации}
\newpage
\section{Сравнение производительности}
\newpage
\section{Приложения}
\newpage
\subsection{Графики}
\newpage
\subsection{Список тестов}
\newpage
\subsubsection{Метод Гаусса}
\newpage
\subsubsection{Метод верхней релаксации}
\newpage
\subsection{Листинг кода программы}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment