Search found 6 matches

by zoho
Mon Oct 01, 2007 10:06 pm
Forum: Document Classes
Topic: Inserting a figure into a table and having it span two rows.
Replies: 1
Views: 7742

Inserting a figure into a table and having it span two rows.

I found the solution: minipage.

Here is the code

\begin{titlepage}
\vspace*{\stretch{1}}
\begin{tabular}{c}
\toprule
\begin{minipage}[c]{0.50\textwidth}
\begin{flushleft}
\includegraphics[scale=0.15]{ewbunb.png}
\end{flushleft}
\end{minipage}
\begin{minipage}[c]{0.50\textwidth}
\begin ...
by zoho
Mon Oct 01, 2007 6:59 pm
Forum: Document Classes
Topic: Inserting a figure into a table and having it span two rows.
Replies: 1
Views: 7742

Inserting a figure into a table and having it span two rows.

Hello:

I am creating a title page and I would like the title page to consist of a picture left justifed and the title on the right hand side opposite the picture. It works fine with this code:

\begin{titlepage}
\vspace*{\stretch{1}}
\begin{tabular}[t]{m{0.50\textwidth}m{0.50\textwidth ...
by zoho
Sun Sep 30, 2007 6:24 pm
Forum: Document Classes
Topic: Changing from one sided to two sided in a document
Replies: 2
Views: 13615

Re: Changing from one sided to two sided in a document

Thanks!

Just as a note: I had to add usepackage{ifthen} in order to use the \setboolean command which is mentioned in the linked to thread.
by zoho
Sun Sep 30, 2007 1:42 pm
Forum: Document Classes
Topic: Changing from one sided to two sided in a document
Replies: 2
Views: 13615

Changing from one sided to two sided in a document

I am writing a document where I want the frontmatter (titlepage, copyright, acknowledgements, table of contents) to be single sided but the rest of the document to be double sided. Is there an easy way to do this?
by zoho
Sun Jul 01, 2007 12:34 am
Forum: Document Classes
Topic: problem with wrapfig and margins
Replies: 2
Views: 16755

Re: problem with wrapfig and margins

Thank you!
Although i do feel a little sheepish that the solution was just to use an optional argument ... :oops:
by zoho
Sat Jun 30, 2007 12:01 am
Forum: Document Classes
Topic: problem with wrapfig and margins
Replies: 2
Views: 16755

problem with wrapfig and margins

Hello,

I am writing a document which attempts to describe to a person who to perform certain tasks. As such I was using the list environment {description}. Later it was decided that a rating system should be implemented and place in the upper right corner of the "task" and have the text wrap around ...