2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/math/sizes/sizes.tex

12 lines
339 B
TeX
Raw Normal View History

2014-03-07 12:20:36 +01:00
\documentclass[a4paper,9pt]{scrartcl}
\usepackage[ngerman]{babel}
2014-03-07 12:20:36 +01:00
\usepackage[utf8]{inputenc}
\usepackage{amssymb,amsmath}
\usepackage{geometry}
\geometry{a4paper,left=18mm,right=18mm, top=2cm, bottom=2cm}
2014-03-07 12:20:36 +01:00
\begin{document}
\section{braces}
\[-1+x ( x \big( 1+ x\Big(2 + x \bigg(3+ x\Bigg(4+x \Bigg) \bigg) \Big) \big) ) \]
\end{document}