Search found 8 matches

by exactos
Mon Sep 20, 2010 7:54 am
Forum: Graphics, Figures & Tables
Topic: how to make table obey normal article margins??
Replies: 1
Views: 1745

how to make table obey normal article margins??

I cannot bring my tables within the margins as preset by the article document class. Ideas, anyone?

\documentclass[11pt]{article}
\usepackage{graphicx,latexsym,amsfonts,amssymb,amsmath,verbatim,theapa,lscape, multirow,
xcolor, booktabs, upgreek, caption}

\begin{document}

\begin{table}
\caption ...
by exactos
Fri Aug 27, 2010 7:50 am
Forum: Math & Science
Topic: Simple math problem
Replies: 1
Views: 1564

Simple math problem

I don't know what's the problem with the following code. Help!!

\begin{displaymath}

\textit{Price_{ij}-P^{t}= \mathop
\mathrm{\mu}+e_{i}+\beta{}_{1}PCM_{i}+ \beta{}_{2}Power_{i}
+\beta{}_{3}PCM_{i}}\times{}\textit{Power_{i} + \beta{}_{4}First_{i}
+ \beta{}_{5}Second_{i}
+\beta{}_{6}PCM_{i}}\times ...
by exactos
Thu Aug 12, 2010 11:16 pm
Forum: Graphics, Figures & Tables
Topic: Table = 1 problem
Replies: 6
Views: 3954

Re: Table = 1 problem

Thanks yago :)

How do I get this table within the page borders? I have a few more tables which are giving me the same problem.
by exactos
Thu Aug 12, 2010 11:13 pm
Forum: Math & Science
Topic: Math mode outside page border
Replies: 2
Views: 2615

Math mode outside page border

I am trying to get all my text inside the page borders but this one seems to be giving me some trouble. Any ideas, guys?

\documentclass[11pt]{article}
\usepackage{graphicx,latexsym,amsfonts,amssymb,amsmath,verbatim,theapa,lscape, multirow,
xcolor, booktabs, upgreek, caption}

\begin{document ...
by exactos
Thu Jul 29, 2010 8:41 pm
Forum: Graphics, Figures & Tables
Topic: Table = 1 problem
Replies: 6
Views: 3954

Table = 1 problem

I'm foolish with your table head formula. Can you send us a hand type example of this?

Yes, it is way more complicated than it should be.

Why have you mixed \begin{math}...\end{math} and $...$ so much in the first row? They are, if I'm not mistaken, equivalent. Is there a particular reason why ...
by exactos
Tue Jul 27, 2010 9:09 pm
Forum: Graphics, Figures & Tables
Topic: Table = 1 problem
Replies: 6
Views: 3954

Table = 1 problem

\documentclass[11pt]{article}
\usepackage{graphicx,latexsym,amsfonts,amssymb,amsmath,verbatim,theapa,lscape,multirow,xcolor}


\begin{document}

\begin{table}[]
\caption{\textbf{Table }Estimates of the Linear Mixed Effects Model
of Treatment Effects for the Buyer Prices}
\vspace{2pt}

\begin ...
by exactos
Sun Jul 25, 2010 1:48 pm
Forum: Graphics, Figures & Tables
Topic: Colorbox with HTML problem
Replies: 2
Views: 2440

Re: Colorbox with HTML problem

Thanks a lot! That was quick. And yes I was trying hexcodes.
by exactos
Sat Jul 24, 2010 10:56 pm
Forum: Graphics, Figures & Tables
Topic: Colorbox with HTML problem
Replies: 2
Views: 2440

Colorbox with HTML problem

I am trying to setup a colorbox with HTML saying submit. I have tried

[HTML]\colorbox{red}{Submit}[/HTML] and

\colorbox[HTML]{00FF00}{Submit}

and their variations but nothing seems to work. I always get a control sequence error.

Any ideas guys? Thanks in advance.