From 4752a00668c8de082d467bbdb8ba47f3cb0091b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 4 Jun 2021 16:46:46 +0200 Subject: add basic file infrastructure for special function book --- buch/common/packages.tex | 74 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 buch/common/packages.tex (limited to 'buch/common/packages.tex') diff --git a/buch/common/packages.tex b/buch/common/packages.tex new file mode 100644 index 0000000..7d4ec7c --- /dev/null +++ b/buch/common/packages.tex @@ -0,0 +1,74 @@ +% +% packages.tex -- common packages +% +% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +% +\usepackage{etex} +\usepackage{geometry} +\geometry{papersize={170mm,240mm},total={140mm,200mm},top=21mm,bindingoffset=10mm} +\usepackage[english,ngerman]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{cancel} +\usepackage{times} +\usepackage{amsmath,amscd} +\usepackage{amssymb} +\usepackage{amsfonts} +\usepackage{amsthm} +\usepackage{graphicx} +\usepackage{fancyhdr} +\usepackage{textcomp} +\usepackage{txfonts} +\newcommand\hmmax{0} +\newcommand\bmmax{0} +\usepackage{bm} +\usepackage{epic} +\usepackage{verbatim} +%\usepackage{suffix} +\usepackage{paralist} +\usepackage{makeidx} +\usepackage{array,multirow} +\usepackage{hyperref} +\usepackage{subfigure} +\usepackage{tikz} +\usepackage{tikz-cd} +\usepackage{pgfplots} +\usepackage{pgfplotstable} +\usepackage{pdftexcmds} +\usepackage{pgfmath} +\usepackage[autostyle=false,english=american]{csquotes} +\usepackage{wasysym} +\usepackage{environ} +\usepackage{appendix} +\usepackage{placeins} +\usepackage[all]{xy} +\usetikzlibrary{calc,intersections,through,backgrounds,graphs,positioning,shapes,arrows,fit,math} +\usetikzlibrary{patterns,decorations.pathreplacing} +\usetikzlibrary{decorations.pathreplacing} +\usetikzlibrary{external} +\usetikzlibrary{datavisualization} +\usepackage[europeanvoltages, + europeancurrents, + europeanresistors, % rectangular shape + americaninductors, % "4-bumbs" shape + europeanports, % rectangular logic ports + siunitx, % #1<#2> + emptydiodes, + noarrowmos, + smartlabels] % lables are rotated in a smart way + {circuitikz} % +\usepackage{siunitx} +\usepackage{tabularx} +\usetikzlibrary{arrows} +\usepackage{algpseudocode} +\usepackage{algorithm} +\usepackage{gensymb} +\usepackage{mathtools} +\usepackage[many]{tcolorbox} + +% import the listing styles +\input{common/lststyles.tex} + +\usepackage{caption} +\usepackage[mode=buildnew]{standalone} +\usepackage[backend=bibtex]{biblatex} -- cgit v1.2.1