% % This document describes the ee know-how used in Qucs. % % Copyright (C) 2004...2015 Michael Margraf % Copyright (C) 2003, 2004, 2005, 2006, 2007 Stefan Jahn % % Permission is granted to copy, distribute and/or modify this document % under the terms of the GNU Free Documentation License, Version 1.1 % or any later version published by the Free Software Foundation. % \documentclass[10pt,a4paper,oneside]{report} \usepackage{hyperref} \usepackage{a4wide} \usepackage{array} \usepackage{amsmath} \usepackage{amsfonts} \usepackage[amssymb]{SIunits} \usepackage{wasysym} \usepackage{graphics} \usepackage{epsfig} \usepackage{psfrag} \usepackage{relsize} \usepackage[section]{placeins} \usepackage{listings} \usepackage{longtable} % Compatibility code for LaTeX and pdfTeX. \newif\ifpdf \ifx\pdfoutput\undefined \pdffalse \else \ifx\pdfoutput\relax \pdffalse \else \ifcase\pdfoutput \pdffalse \else \pdftrue \fi \fi \fi % Only evaluated if run using pdfTeX. \ifpdf \usepackage[pdftex, a4paper, bookmarks, bookmarksopen=true, bookmarksnumbered=true, pdfpagemode=UseOutlines, baseurl=(http://qucs.sourceforge.net), pdfstartview=FitH, colorlinks, linkcolor=black, urlcolor=black, citecolor=black, backref=false, plainpages=false, pagebackref=false]{hyperref} \pdfcompresslevel 9 \pdfinfo { /Title (QucsStudio) /Subject (Technical Documentation) /Author (Michael Margraf and Stefan Jahn and Vincent Habchi) } \fi % Title page definitions. \makeatletter \renewcommand{\maketitle}{\begin{titlepage}% \setlength{\parindent}{0pt} \vspace*{3cm} \begin{flushleft} \textbf{\begin{huge}\@title\end{huge}} \end{flushleft} \hrule height 3pt \begin{flushright} \begin{LARGE}Technical Documentation\end{LARGE} \end{flushright} \vfill \begin{flushright} \begin{Large}\@author\end{Large} \end{flushright} \hrule height 3pt \vspace*{24pt} Copyright \copyright{} 2003 ... 2015 Michael Margraf \textless michael.margraf@alumni.tu-berlin.de\textgreater Copyright \copyright{} 2003 ... 2007 Stefan Jahn \textless stefan@lkcc.org\textgreater Copyright \copyright{} 2004, 2005 Vincent Habchi, F5RCS \textless 10.50@free.fr\textgreater \vspace*{12pt} Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation. A copy of the license is included in the section entitled "GNU Free Documentation License". \vspace*{1cm} \end{titlepage}% \setcounter{footnote}{0}% } \makeatother \author{Michael Margraf\\Stefan Jahn\\Vincent Habchi} \title{QucsStudio} \date{} % Here finally starts everything. \begin{document} \maketitle \tableofcontents \setlength{\parindent}{0pt} \newpage \include{dcanalysis} \include{acanalysis} \include{acnoise} \include{sparameter} \include{noisewaves} \include{transient} \include{hbanalysis} \include{hbnoise} \include{lineardevices} \include{devices} \include{microstrip} \include{coplanar} \include{transline} \include{synthesis} \include{system} \include{electromagnetics} \include{maths} \begin{appendix} \chapter{Bibliography} % Release specific: Uncomment the following three lines. \def\chapter*{}% to suppress any header \def\section*{}% just to be sure \renewcommand{\bibname}{} \bibliographystyle{IEEEtran} \bibliography{literature} \end{appendix} \nocite{*} \end{document}