analistica/notes/sections/0.md
2020-03-06 02:24:32 +01:00

988 B

title subtitle numbersections documentclass fontsize geometry mainlang otherlang header-includes
Statistical Analysis Exercises true article 12pt
width=150mm
top=20mm
bottom=30mm
english russian ```{=latex} % start new page with each section \usepackage{etoolbox} \usepackage{tikz} \usepackage{amsmath} \usepackage{amssymb} \usepackage{siunitx} \pretocmd{\section}{\clearpage}{}{} % strict figure placement \usepackage{float} \floatplacement{figure}{H} % customer macros %% "with" in formulas \DeclareMathOperator*{\with}{% \hspace{30pt} \text{with} \hspace{30pt} } %% "thus" in formulas \DeclareMathOperator*{\thus}{% \hspace{30pt} \Longrightarrow \hspace{30pt} } %% "et" in formulas \DeclareMathOperator*{\et}{% \hspace{30pt} \wedge \hspace{30pt} } % configure captions \usepackage{caption} \captionsetup{font={footnotesize,it}} \captionsetup{width=11cm} \usepackage{stmaryrd} ```