Tagged Questions
2
votes
0answers
51 views
Pictures not inserting
I am trying to insert a picture using \usepackage[pdftex]{graphicx}. I have that in my preamble, and then I'm attempting to insert a picture on a title page. I use the \includegraphics command. I ...
3
votes
1answer
57 views
Picture on title page
I'm trying to add a picture to my title page but the image appears on its own page. Can anyone help with this?
\documentclass[a4paper,12pt]{scrartcl}
\title{Report}
\author{blah}
\date{\today}
...
4
votes
1answer
171 views
How to insert logo in exam document class?
I would like to insert a logo for the exam questionnaire on the upper right where the title is placed but i dont know how.. i would like to appear it this way.
3
votes
2answers
55 views
Having a table and a picture on top of the title
I am trying to put a logo and also a table before a document title. When I add a title, it adds to number of pages and starts the actual document from the next page. I was wondering if there is a way ...
1
vote
1answer
68 views
How to place image at the bottom of the titlepage
I would like to place a picture at the bottom of the titlepage and include some text on the picture and above it. As the sample attached demonstrates.
2
votes
1answer
130 views
Adding subtitle and logo
How can I add subtitle in my report.
How can I add logo (graphics) after date.
\documentclass[a4paper,twoside,10pt]{report}
\fancypagestyle{empty}{
\renewcommand{\headrulewidth}{0pt}
...
2
votes
1answer
237 views
Logo in LaTeX document
I don't see any (big) logo on the title page of document class. I'm using the example of report in TeXnicCenter.
How can I include a logo on all pages?
\documentclass[a4paper,twoside,10pt]{report}
...
5
votes
1answer
175 views
Document class article, maketitle with logo
I want to modify the title section of the article class to look like something in the attached figure. Basically what I want is a kind of logo with flushed text (title, author, affiliation).
I tried ...
6
votes
3answers
363 views
creating a titlepage
I just want to create a titlepage like here.
But I don't know how to put a line under the logo and get the text and all the stuff in the right position.
I've tried some things with
...
1
vote
3answers
208 views
Relative image path in renewed \maketitle
To minimize the amount of copy-pasting I have to do between documents/projects, I've decided to create a separate file in which I renew the \maketitle command. This file (title.tex) should then be ...
3
votes
1answer
248 views
Includegraphics in a new page after the title page
How to put a picture in a new page after the title page? I write it as follows, but it appears in the top and with a numbered page.
\begin{document}
\title{ }
\author{me \\
...
8
votes
3answers
587 views
University's logo
How to put the logo before the date and after my name in the title? I write it as
\begin{document}
\title{}
\author{}
\titlepic{ \includegraphics[width=0.5\textwidth]{logo}
\date{}
but ...
1
vote
1answer
106 views
Images, titles and margins
I am writing a report and I need two things: there must be an image in the title page at the top left and I have to add a 5mm left margin to odd pages and a 5mm right margin to even pages, how can i ...
2
votes
1answer
430 views
Unwanted space between logo and title in titlepage
I have a problem that I can't resolve.
I already did a title page using LaTeX but it contains many spaces between the logo of my school and the name of the school.
This is my code please if any person ...
5
votes
1answer
270 views
Different types of boxes/frames around the title of my pdf
Can someone tell me how to create boxes around the title of my PDF? I'm thinking about something like this:
where I can write stuff around the title (which is "test test...").
3
votes
2answers
611 views
How to display a picture flush to the right side of the page and the bottom? [duplicate]
Possible Duplicate:
Absolute positioning in beamer
Insert graphic at precise place on a page
I would like to add a picture to my title page, however, for effect, the picture needs to be ...
11
votes
2answers
591 views
Adding the author photo along with the name in the title page
Friends, I'm trying to add a photo along with each author name in a beamer title page. Please consider the following code:
\documentclass[10pt]{beamer}
\usepackage[T1]{fontenc}
...
1
vote
2answers
2k views
Align an image at the right of a text in LyX
I am LyX user and I would like to align an image at the right side of my title but I don't know how..:/
I am using as module "report". I've attached a screenshot in order to illustrate where I want ...
11
votes
2answers
12k views
Adding custom image in title slide
I use beamer with the warsaw style to create presentation. I would like to insert an image in the title slide as part of customization. An image that fills the whole breadth of the slide but limits to ...
10
votes
3answers
5k views
Full page image as title page
Background
Wrote a technical manual in LyX. The technical manual currently has two parts:
Cover image (PDF)
Manual text (PDF)
Problem
When merging the two PDF files (with GhostScript or other ...
5
votes
3answers
2k views
How to insert an image in the front cover of a report?
I'm pretty new in LaTeX and I'm currently writing my BSc Report.
Does anyone happen to know how I can insert my uni logo on the front cover of my report?
I'm using
...