Code: Select all
% Set up the document
\documentclass[a4paper, 11pt, oneside]{Thesis} % Use the "Thesis" style, based on the ECS Thesis style by Steve Gunn
\usepackage{graphicx}
\graphicspath{Figures/} % Location of the graphics files (set up for graphics to be in PDF format)
% Include any extra LaTeX packages required
\usepackage[square, numbers, comma, sort&compress]{natbib} % Use the "Natbib" style for the references in the Bibliography
\usepackage{verbatim} % Needed for the "comment" environment to make LaTeX comments
\usepackage{vector} % Allows "\bvec{}" and "\buvec{}" for "blackboard" style bold vectors in maths
\hypersetup{urlcolor=blue, colorlinks=true} % Colours hyperlinks in blue, but this can be distracting if there are many links.
\usepackage{subfig}
********************************************
\begin{figure}
\centering
\includegraphics[width=10cm]{111}
\caption{\label{fig:1}Pressure at point 1}
\end{figure}
\begin{figure}[h]
\centering
\includegraphics[scale=0.2]{432.jpg}
\caption{Closed loop Control}
\label{Fig 1}
\end{figure}
\begin{figure}[!h]
\centering
\includegraphics[scale=.3]{112.jpg}
\caption{\label{fig:1}$v_x$ at point 1}
\end{figure}