2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 06:18:05 +02:00

added comments to imported packages

This commit is contained in:
Martin Thoma 2013-11-04 12:32:31 +01:00
parent 6a645ad80d
commit 38d13e0f80

View file

@ -1,6 +1,6 @@
\documentclass[a4paper,oneside,DIV15,BCOR12mm]{scrbook}
\usepackage{etoolbox}
\usepackage{amsmath,amssymb}
\usepackage{amsmath,amssymb}% math symbols / fonts
\usepackage[utf8]{inputenc} % this is needed for umlauts
\usepackage[ngerman]{babel} % this is needed for umlauts
\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
@ -16,18 +16,18 @@
\usepackage{enumitem}
\usepackage{tabto}
\usepackage{braket} % needed for \Set
\usepackage{csquotes}
\usepackage{subfigure}
\usepackage{parskip}
\usepackage{csquotes} % \enquote{}
\usepackage{subfigure} % multiple figures in one
\usepackage{parskip} % nicer paragraphs
\usepackage{pst-solides3d}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage{pgfplots}
\pgfplotsset{compat=1.7}
\usepackage[arrow, matrix, curve]{xy}
\usepackage{caption} % get newlines within captions
\usepackage{tikz}
\usepackage{tikz-3dplot}
\usepackage{tkz-fct}
\usepackage{tikz} % draw
\usepackage{tikz-3dplot} % draw
\usepackage{tkz-fct} % draw
\usetikzlibrary{3d,calc,intersections,er,arrows,positioning,shapes.misc,patterns,fadings,decorations.pathreplacing}
\usepackage{cleveref} % has to be after hyperref, ntheorem, amsthm
\usepackage{shortcuts}