diff --git a/Doc/main.tex b/Doc/main.tex index c194584..d9013b2 100644 --- a/Doc/main.tex +++ b/Doc/main.tex @@ -1,15 +1,9 @@ \documentclass[10pt]{article} \usepackage[english]{babel} -\usepackage[ - a4paper, - top=2cm, - bottom=2cm, - left=2cm, - right=2cm, - marginparwidth=1.75cm]{geometry} +% \usepackage[a4paper,top=2cm,bottom=2cm,left=2cm,right=2cm,marginparwidth=1.75cm]{geometry} +\usepackage[a4paper, total={7in, 10in}]{geometry} \usepackage{multicol} \usepackage{lipsum} -\usepackage{subfiles} \usepackage{graphicx} \graphicspath{{images/}} @@ -24,22 +18,32 @@ Student Number: 1808444 } - \begin{document} - \maketitle - \begin{multicols}{2} - \section{Introduction} - \subfile{sections/introduction.tex} + \section{Introduction} + \lipsum[1-2] - \section{Methodology} - \subfile{sections/methodology.tex} + \section{Circuit Description} + \lipsum[3-4] - \section{Results} - \subfile{sections/results.tex} + \section{Methodology} + To characterize the system, several tests have been performed. The + characteristics of interest are the following: + \begin{enumerate} + \item Efficiency + \item Noise + \item Ripple characteristics + \item Transients + \end{enumerate} - \section{Conclusion} - \subfile{sections/conclusion.tex} + Each of these characteristics have been tested at two different output voltages + and load currents. The different voltages are $7V$ and $3.3V$. The chosen load + currents are $10$, $20$, $30$, $40$ and $50 mA$. These values were chosen to + give characterize the circuit over a broad range of conditions. + +\section{Results} + +\section{Conclusion} \end{multicols} \end{document} \ No newline at end of file diff --git a/Doc/sections/conclusion.tex b/Doc/sections/conclusion.tex deleted file mode 100644 index c47fec0..0000000 --- a/Doc/sections/conclusion.tex +++ /dev/null @@ -1,7 +0,0 @@ -\documentclass[../main.tex]{subfiles} - -\graphicspath{{\subfix{../images/}}} - -\begin{document} -Hello world! -\end{document} \ No newline at end of file diff --git a/Doc/sections/introduction.tex b/Doc/sections/introduction.tex deleted file mode 100644 index c47fec0..0000000 --- a/Doc/sections/introduction.tex +++ /dev/null @@ -1,7 +0,0 @@ -\documentclass[../main.tex]{subfiles} - -\graphicspath{{\subfix{../images/}}} - -\begin{document} -Hello world! -\end{document} \ No newline at end of file diff --git a/Doc/sections/methodology.tex b/Doc/sections/methodology.tex deleted file mode 100644 index c47fec0..0000000 --- a/Doc/sections/methodology.tex +++ /dev/null @@ -1,7 +0,0 @@ -\documentclass[../main.tex]{subfiles} - -\graphicspath{{\subfix{../images/}}} - -\begin{document} -Hello world! -\end{document} \ No newline at end of file diff --git a/Doc/sections/results.tex b/Doc/sections/results.tex deleted file mode 100644 index c47fec0..0000000 --- a/Doc/sections/results.tex +++ /dev/null @@ -1,7 +0,0 @@ -\documentclass[../main.tex]{subfiles} - -\graphicspath{{\subfix{../images/}}} - -\begin{document} -Hello world! -\end{document} \ No newline at end of file