Search found 6 matches

by lancekam
Sun Sep 20, 2009 9:36 pm
Forum: General
Topic: creating two different versions with one beamer document
Replies: 1
Views: 2001

creating two different versions with one beamer document

I use the beamer class to create slideshows for my class. I make a copy for my students with:
\documentclass[handout]{beamer}
\pgfpagesuselayout{4 on 1}[a4paper,border shrink=5mm, landscape]

in the head so the students have four slides on each page.
The header I use for my presentation contains ...
by lancekam
Fri Jul 03, 2009 4:01 am
Forum: Graphics, Figures & Tables
Topic: help with multirow
Replies: 3
Views: 3283

Re: help with multirow

Nevermind, just found something about cline.
by lancekam
Fri Jul 03, 2009 3:53 am
Forum: Graphics, Figures & Tables
Topic: help with multirow
Replies: 3
Views: 3283

help with multirow

So I kind of got it working with multirow but now I am having trouble with the lines. Here is my code: \begin{table}
\begin{center}
\begin{tabular}{|c|c|c|c|c|}
\hline
Equation & $n$ is of the form & Values of $d$ & Values of $\mu$ and $\lambda$ & Values of $z$ \\
\hline
\multirow{5}{*}{$w^2+x^2+y ...
by lancekam
Fri Jul 03, 2009 1:09 am
Forum: Graphics, Figures & Tables
Topic: help with multirow
Replies: 3
Views: 3283

help with multirow

I need some help with "multirow" I am trying to create a table that is set up like the following:


___________________________________
Equation & $n$ & Values of $d$ & Values of a and b & Values of $z$ \\
_________________________________________________________________________________
| | | $d=1,2 ...
by lancekam
Wed May 20, 2009 2:05 am
Forum: Math & Science
Topic: using subequations with columns
Replies: 3
Views: 4308

Re: using subequations with columns

Thank you both so much. I am a little new to Latex and have yet to mess with minipage. Juanjo, your code works perfectly. It is exactly what I was looking for. Thank you so much. This is such a help.
by lancekam
Mon May 18, 2009 10:48 pm
Forum: Math & Science
Topic: using subequations with columns
Replies: 3
Views: 4308

using subequations with columns

I am typing a paper in which I would like to use subequations with 3 columns. I want the output to look like

w=4 (1a) a>b (2a)
x=a^2+b^2 (1b) a=2wt (2b)
y=c^2+d^2 (1c) where b=3ew (2c)
z=e^2+f^2 (1d) c=5 (2d)
q=t (1e)
Note:the 1a,1b,... are the subequation numbering (and I reference them later, so ...