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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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