diff options
| -rw-r--r-- | confighandout.tex | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/confighandout.tex b/confighandout.tex index e69de29..963125a 100644 --- a/confighandout.tex +++ b/confighandout.tex @@ -0,0 +1,13 @@ +\documentclass{lxarticle} +\usepackage{german} +\usepackage[utf8]{inputenc} +\usepackage{lxheaders} +\usepackage{lxextras} +\lstset{keywordstyle=\color{blue}} + +\begin{document} + +% disables chapter, section and subsection numbering +\setcounter{secnumdepth}{-1} + +\input{section} |
