summaryrefslogtreecommitdiff
path: root/setup.tex
diff options
context:
space:
mode:
Diffstat (limited to 'setup.tex')
-rw-r--r--setup.tex87
1 files changed, 87 insertions, 0 deletions
diff --git a/setup.tex b/setup.tex
new file mode 100644
index 0000000..c89d695
--- /dev/null
+++ b/setup.tex
@@ -0,0 +1,87 @@
+% PDF
+% Set pdfTeX parameters for pdf mode (replacing pdftex.cfg file).
+% Thomas Esser, 2004. public domain.
+\pdfpxdimen=1in
+\divide\pdfpxdimen by 300
+
+\documentclass[8pt, aspectratio=1610]{beamer}
+\usetheme{Goettingen}
+
+\usepackage{caption}
+\usepackage{tabu}
+
+% Etwas kräftigere Farben lily, orchid, rose
+\usecolortheme{rose}
+
+%\usepackage[a4paper, bottom=2cm, hmargin=2cm] {geometry} % See geometry.pdf to learn the layout options. There are lots.
+%\geometry{a4paper} % ... or a4paper or a5paper or ...
+%\geometry{landscape} % Activate for for rotated page geometry
+%\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
+
+\usepackage[utf8]{inputenc} %+Umlaute
+%\usepackage[T1]{fontenc}
+\usepackage[ngerman]{babel}
+
+%\usepackage{SIunits} %Einheiten formatieren
+
+\usepackage{listings} %Source Code darstellen
+\lstset{numbers=left, numbersep=5pt, language=VHDL, keywordstyle=\color{blue}, basicstyle=\ttfamily\small}
+
+%\usepackage[colorlinks=true]{hyperref}
+\hypersetup{colorlinks=true}
+
+% Graphiken
+\usepackage{graphicx}
+% Mathematik
+\usepackage{amsmath}
+%\usepackage{amssymb}
+%\usepackage{epstopdf}
+%\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
+
+% Graphikpaket für die Schaltungen
+\usepackage{tikz}
+\usetikzlibrary{positioning}
+\usepackage{pgfplots}
+
+%\usepackage[european]{circuitikz}
+
+%\usetikzlibrary{calc}
+\usetikzlibrary{trees} %Für Diagramme
+\usetikzlibrary{circuits}
+\usetikzlibrary{circuits.logic.IEC,circuits.ee.IEC,circuits.logic.US}
+%\usetikzlibrary{circuits.logic.IEC,circuits.ee.IEC}
+\usetikzlibrary{shapes.geometric}
+% cloud node for logic clouds
+\usetikzlibrary{shapes.symbols}
+
+% Zustandsautomaten
+\usetikzlibrary{automata}
+
+
+% Timingdiagramm
+\usepackage{tikz-timing}
+\usetikztiminglibrary{advnodes}
+\usetikztiminglibrary{arrows}
+\usepackage{circuitikz}
+
+
+% Bedingtes Einfügen von Text für die Einführung Praktikum
+\newif\ifprak
+%\praktrue
+\prakfalse
+%\loesungfalse
+
+
+
+%\usepackage{lastpage}
+
+
+\title{Digitaltechnik}
+\author{Prof. Dr.-Ing. Friedrich Beckmann}
+\institute{Hochschule Augsburg}
+%\date{SS 2012} % Activate to display a given date or no date
+
+% Definition von einem DFF shape. Fehlt noch in der Tikz circuit library
+\input{dff}
+
+\setbeamerfont{foot}{size=\tiny}