Skip to content

Commit

Permalink
sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Mar 7, 2014
1 parent 575de5f commit 7efffce
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions math/sizes/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
SOURCE = sizes

make:
pdflatex $(SOURCE).tex -output-format=pdf
make clean

clean:
rm -rf $(TARGET) *.class *.html *.log *.aux
11 changes: 11 additions & 0 deletions math/sizes/sizes.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
\documentclass[a4paper,9pt]{scrartcl}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage{amssymb,amsmath}
\usepackage{geometry}
\geometry{a4paper,left=18mm,right=18mm, top=2cm, bottom=2cm}

\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}

0 comments on commit 7efffce

Please sign in to comment.