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
80 views
Two-column itemization with title in each column
I'd like to make a two-column list with some kind of titles, with "normal" text before and after. I tried it with the package "multicol" an with "minipage", neiter turned out well. Since the problem ...
4
votes
1answer
255 views
Customizing \maketitle output with \minipage's inside \titlehead => Alignment problems
I am trying to customize the title of my scrreprt class document.
The \titlehead looks like this (basically, three 'columns' created with three instances of \minipage):
\titlehead{
\large
...
2
votes
1answer
65 views
adding vertical space conflicts with inputenc using utf8x only
For context, this question was raised by the answer to a previous question.
I'm trying to design a title page for a beamer presentation, although this could be a more general issue. I use the ...