Graphics, Figures & Tablesinserting gif image in title page

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
teddy0625
Posts: 9
Joined: Sat Mar 28, 2009 10:34 am

inserting gif image in title page

Post by teddy0625 »

Code: Select all

\documentclass[a4paper,10pt,fleqn,twoside]{book}
\usepackage{amsmath,amssymb,amsfonts,a4wide} % Typical maths resource packages
\usepackage{graphics}                 % Packages to allow inclusion of graphics
\usepackage{color}                    % For creating coloured text and background
\usepackage{hyperref}                 % For creating hyperlinks in cross references
\usepackage{epsfig}
\usepackage{graphicx}
.
.
.
.
\begin{titlepage}
\begin{center}
\vspace*{15mm}
\Huge Hydrodynamic Stability and Flow Transitions\\
\vfill
\rm
{\LARGE Name} \\
\vspace*{15mm}
%\begin{center}
%\includegraphics[scale=0.5]{shield.gif}
% \end{center}
\normalsize
A dissertation submitted in partial fulfilment of the requirements for the degree of..... \\

\end{center}
\end{titlepage}
Hi
I have been trying to make this work but I do not know which package i need to define or if there is another of making this work I would like know !! thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

inserting gif image in title page

Post by localghost »

The GIF format is not supported. You have to convert your images. For information about graphics formats use the search function of the forum. In case of further upcoming questions, feel free to ask.

Omit the epsfig and the graphics package. It's enough to load the graphicx package. Replace a4wide by geometry and color by xcolor.


Best regards and welcome to the board
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
teddy0625
Posts: 9
Joined: Sat Mar 28, 2009 10:34 am

Re: inserting gif image in title page

Post by teddy0625 »

Thanks heaps!
Post Reply