66 lines
1.4 KiB
TeX
66 lines
1.4 KiB
TeX
\documentclass[a4paper,10pt]{article}
|
|
\usepackage[utf8x]{inputenc}
|
|
\usepackage{graphicx}
|
|
\usepackage{fancyhdr}
|
|
\usepackage{tikz}
|
|
\usetikzlibrary{shapes,snakes}
|
|
\usetikzlibrary{shapes.gates.logic.US,trees,positioning,arrows}
|
|
\usepackage{subfigure}
|
|
\usepackage{amsfonts,amsmath,amsthm}
|
|
\usepackage{algorithm}
|
|
\usepackage{algorithmic}
|
|
\usepackage{lastpage}
|
|
%\usepackage{glossary}
|
|
%opening
|
|
\title{Example OPAMP circuits}
|
|
\author{Robin}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\begin{abstract}
|
|
Circuits from email conversation.
|
|
Not a document to be proof read.
|
|
Proof of analysis concept.
|
|
\end{abstract}
|
|
\clearpage
|
|
\section{Op-Amp circuit 1}
|
|
|
|
\begin{figure}[h]
|
|
\centering
|
|
\includegraphics[width=200pt]{/home/robin/projects/thesis/opamp_circuits_C_GARRETT/circuit1001.png}
|
|
% circuit1001.png: 420x300 pixel, 72dpi, 14.82x10.58 cm, bb=0 0 420 300
|
|
\caption{Circuit 1}
|
|
\label{fig:circuit1}
|
|
\end{figure}
|
|
|
|
|
|
|
|
\clearpage
|
|
\section{Op-Amp circuit 2}
|
|
|
|
|
|
\begin{figure}[h]
|
|
\centering
|
|
\includegraphics[width=200pt]{./circuit2002.png}
|
|
% circuit2002.png: 575x331 pixel, 72dpi, 20.28x11.68 cm, bb=0 0 575 331
|
|
\caption{circuit2}
|
|
\label{fig:circuit2}
|
|
\end{figure}
|
|
|
|
|
|
\clearpage
|
|
\section{Op-Amp circuit 3}
|
|
|
|
\begin{figure}[h]
|
|
\centering
|
|
\includegraphics[width=200pt]{/home/robin/projects/thesis/opamp_circuits_C_GARRETT/circuit3003.png}
|
|
% circuit3003.png: 503x326 pixel, 72dpi, 17.74x11.50 cm, bb=0 0 503 326
|
|
\caption{Circuit 3}
|
|
\label{fig:circuit3}
|
|
\end{figure}
|
|
|
|
|
|
\end{document}
|