Search found 34 matches

by turbomac
Fri Mar 25, 2011 4:34 am
Forum: Math & Science
Topic: Inserting an equation on a framebox
Replies: 2
Views: 2914

Inserting an equation on a framebox

I found a solution:

Code: Select all

\framebox[\textwidth][l]{
\begin{minipage}{\textwidth}
Lorem ipsum
$$ x=1$$
Lorem ipsum

\end{minipage}
}
Thanks :)
by turbomac
Fri Mar 25, 2011 12:54 am
Forum: Math & Science
Topic: Inserting an equation on a framebox
Replies: 2
Views: 2914

Inserting an equation on a framebox

Hello everyone!!

A teacher asked me to write one of his papers in LaTeX. The document is almost ready, but I have a problem when I try to insert an equation on a framebox. I just can't get it.

I can't provide MWE because Kile can't compile the document, but the following code is the one I'm using ...
by turbomac
Mon Feb 21, 2011 5:52 pm
Forum: Graphics, Figures & Tables
Topic: Problems with longtable and multirow
Replies: 2
Views: 8160

Re: Problems with longtable and multirow

Man, that was exactly what I was trying to do!! It's AWESOME!! Thanks!

Turbo
by turbomac
Fri Feb 18, 2011 5:54 pm
Forum: Graphics, Figures & Tables
Topic: Problems with longtable and multirow
Replies: 2
Views: 8160

Problems with longtable and multirow

Hi everyone:

I'm using longtable and multirow environments to make a VERY long table. I'm also using \endfirsthead and \endfoot commands to span the table into several pages. The problem is the spanning doesn't work correctly at the end of each page, due to the multirow cells I have, and when I try ...
by turbomac
Sat Dec 25, 2010 1:09 am
Forum: Document Classes
Topic: Too many subsections in beamer and Warsaw theme
Replies: 0
Views: 2000

Too many subsections in beamer and Warsaw theme

Hello Everyone:


I want to make a presentation using beamer and Warsaw theme. The thing is I have lots of subsections, so the space for the contents of the presentation is very reduced because the subsection ribbon uses a big space. The same thing would occur if I had a lot of sections.

Is there ...
by turbomac
Sun Dec 19, 2010 8:44 pm
Forum: Page Layout
Topic: A two-column document with just a one-column page.
Replies: 1
Views: 1659

A two-column document with just a one-column page.

Hello everyone:

I need to translate a part of a book written in two columns. The problem is that I have to add just a page page with some text in one column. The rest of the document is in two-column format.

I have looked for this problem in Google and also in the forum, but I haven't solved it ...
by turbomac
Sun Nov 21, 2010 6:13 am
Forum: Document Classes
Topic: A class for making P&ID's
Replies: 2
Views: 9439

A class for making P&ID's

Hello everyone!

My question is very simple. Does anybody know a document class for making Piping and Instrumentation Diagrams (or P&ID'S)? Unfortunately, the only two things that can make these diagrams are Visio (Microsoft) and AutoCAD.

That's all.

Any suggestion?
Thanks in advance
by turbomac
Sun Aug 22, 2010 2:16 am
Forum: Document Classes
Topic: beamer - Putting several blocks in the same place
Replies: 2
Views: 4669

beamer - Putting several blocks in the same place

Oh, that's exactly what I want. Thank you very much!!!
by turbomac
Sun Aug 22, 2010 12:16 am
Forum: Document Classes
Topic: beamer - Putting several blocks in the same place
Replies: 2
Views: 4669

beamer - Putting several blocks in the same place

Hello everyone:

I'm trying to put several blocks in just one slide and in the same place. So I thought I could do it using overlays. I tried to use overlays to put, for example 2 or 3 blocks in the same position, but it didn't work. Only the first block appears in the position I want, but the rest ...
by turbomac
Tue Jul 06, 2010 5:52 am
Forum: Fonts & Character Sets
Topic: Inserting tildes in source code files.
Replies: 4
Views: 5955

Inserting tildes in source code files.

HI,

the OP used "tildes" to refer to accents (in this case, the acute accent used in Spanish). To handle those special characters, the best way to go is to escape to LaTeX (See Section 4.14 Escaping to LaTeX of the package documentation ); a little example:

\documentclass{book}
\usepackage[utf8 ...