I am new to latex as well to this community also.
I am writing a thesis. In which I am using a following packages --
Code: Select all
\documentclass[a4paper,12pt]{report}
\usepackage{amsmath}
\usepackage[small]{caption}
\usepackage[dvips]{graphicx}
\usepackage{amsmath}
\usepackage[retainorgcmds]{IEEEtrantools}
\usepackage{mathtext}
\usepackage{phdthesis}
-----
\include{chapterone}
----
\begin{figure}[h]
\centering
\includegraphics [width=80mm] {Circle.eps}
\caption{Plot of solid on solid friction against surface roughness.}
\label{fig:roughness}
\end{figure}
Code: Select all
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{phdthesis}[2007/09/11 v1.0 PhD Thesis Style]
\RequirePackage[avantgarde]{quotchap}
This same code is running on some other system.
Please help me.