blob: 06ac8d654a8fe6b25620348297deb61ca0e1c4c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
\documentclass[10pt,a5paper]{article}
\usepackage[svgnames, rgb]{xcolor}
\input{intro}
\lhead{\color{gray} Шарафатдинов Камиль 192}
\rhead{\color{gray} ДЗ к 27.01 (\texttt{sol0113 + sol0120})}
\title{ДЗ на 27.01}
\author{Шарафатдинов Камиль БПМИ-192}
\date{билд: \today}
% -- Here bet dragons --
\begin{document}\thispagestyle{empty}
\maketitle
\clearpage
\setcounter{page}{1}
\[
\abs{\frac{1}{2}}
\]
\end{document}
|