Search found 6 matches

by tc105
Thu Apr 02, 2009 1:23 pm
Forum: Graphics, Figures & Tables
Topic: Including diagrams on the title page
Replies: 5
Views: 5987

Including diagrams on the title page

Code: Select all

Code, edit and compile here:
\documentclass[a4paper,12pt]{report}
\usepackage{graphicx}
\begin{document}
\begin{titlepage}
\title{Title}
\author{Author}
\maketitle
\includegraphics[width=120mm]{SP_A0821.jpg}
\end{titlepage}
\end{document}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
by tc105
Thu Apr 02, 2009 10:09 am
Forum: Graphics, Figures & Tables
Topic: Including diagrams on the title page
Replies: 5
Views: 5987

Re: Including diagrams on the title page

I've tried that but even when I put it within \begin{titlepage}...\end{titlepage} it still goes to the next page.
Also the \includegraphics command is still in italics as though it is not recognised.
by tc105
Thu Apr 02, 2009 12:22 am
Forum: Graphics, Figures & Tables
Topic: Including diagrams on the title page
Replies: 5
Views: 5987

Including diagrams on the title page

Is there a simple way of adding a picture to the title page? It always moves to the second page.
Thanks.
by tc105
Wed Apr 01, 2009 12:43 am
Forum: Page Layout
Topic: Remove chapter 1
Replies: 6
Views: 16582

Re: Remove chapter 1

Thanks, it works perfectly.
by tc105
Wed Apr 01, 2009 12:02 am
Forum: Page Layout
Topic: Remove chapter 1
Replies: 6
Views: 16582

Re: Remove chapter 1

Literally all I want is to remove the "Chapter 2" from above the title of the chapter. I want the numbering of everything to stay the same.
by tc105
Tue Mar 31, 2009 10:55 pm
Forum: Page Layout
Topic: Remove chapter 1
Replies: 6
Views: 16582

Re: Remove chapter 1

I have a similar problem. I want to simply remove the heading "Chapter 2" etc but when I use \chapter*{Example} it then numbers all the sections within chapter 2 as chapter 1. Is there a simple way around that?
Thanks.