Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132928 views
License: OTHER
1
\documentclass[a4paper,9pt]{scrartcl}
2
\usepackage[ngerman]{babel}
3
\usepackage[utf8]{inputenc}
4
\usepackage{amssymb,amsmath}
5
\usepackage{geometry}
6
\geometry{a4paper,left=18mm,right=18mm, top=2cm, bottom=2cm}
7
8
\begin{document}
9
\section{braces}
10
\[-1+x ( x \big( 1+ x\Big(2 + x \bigg(3+ x\Bigg(4+x \Bigg) \bigg) \Big) \big) ) \]
11
\end{document}
12
13