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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
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¹
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