Guest User

Untitled

a guest
Jul 13th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.53 KB | None | 0 0
  1. \documentclass[10pt, a4paper]{article} % twocolumn
  2. \usepackage[utf8]{inputenc}
  3. \usepackage[russian]{babel}
  4. \usepackage[left=2cm, right=2cm, top=2cm, bottom=2cm]{geometry}
  5. \usepackage{amsmath, amssymb}
  6.  
  7.    \usepackage{fancyhdr}
  8.    \pagestyle{fancy}
  9.    \fancyhf{}
  10.    
  11.       \renewcommand{\headrulewidth}{0.5pt}
  12.       \renewcommand{\footrulewidth}{0pt}
  13.    
  14.       \lhead{\textsf{Оптика}}
  15.       \rfoot{\thepage}
  16.      
  17.     % Equations Numeration.
  18.       \numberwithin{equation}{section}
  19.    
  20.       % Formatting parameters.
  21.       \setlength{\parskip}{6pt}
  22.       \setlength{\parindent}{0pt}
  23.      
  24.       % Custom macrodefinitions.
  25.       \newcommand{\avr}[1]{\left< #1 \right>}
  26.       \newcommand{\dif}[2]{\cfrac{d#2}{d#1}}
  27.       \newcommand{\pard}[2]{\cfrac{\partial#2}{\partial#1}}
  28.       \newcommand{\pardd}[2]{\cfrac{\partial^2 #2}{\partial^2 #1}}
  29.       \newcommand{\vect}[1]{\mathbf{#1}}
  30.       \newcommand{\bs}{\boldsymbol}
  31.       \newcommand{\norm}[1]{\left| #1 \right|}
  32.       \newcommand{\wrap}[1]{#1\nobreak\discretionary{}{#1}{}}
  33.      
  34.       \newcommand{\subsc}[1]{\lefteqn{\scriptstyle#1}}
  35.       \newcommand{\ointegrate}[1][]{\oint\limits_{\subsc{#1}}}
  36.       \newcommand{\integrate}[2]{\int\limits_{\subsc{#1}}^{\subsc{#2}}}
  37.      
  38.       \newcommand{\Div}{\operatorname{div}}
  39.       \newcommand{\Rot}{\operatorname{rot}}
  40.       \newcommand{\Grad}{\operatorname{grad}}
  41.       \newcommand{\nab}{\bs \nabla}
  42.       \newcommand{\lap}{\Delta}
  43.      
  44.       \newcommand{\comment}[1]{\quad\text{#1}\quad}
  45.      
  46.       \renewcommand{\leq}{\leqslant}
  47.       \renewcommand{\geq}{\geqslant}
  48.      
  49.       \renewcommand{\Re}{\operatorname{Re}}
Add Comment
Please, Sign In to add comment