Search found 8 matches

by wayne
Thu Jan 27, 2011 6:52 pm
Forum: Math & Science
Topic: character size in formula
Replies: 1
Views: 1793

character size in formula

Hello,

In a formula I want to increase the size of a greek letter (\alpha) but not the size of the other terms. I do not find anywhere how to do that...
Do you have any clue?

\begin{equation}
P = \alpha \: 0.5 R^0.7 + b
\end{equation}

Thanks
by wayne
Thu Nov 25, 2010 2:17 pm
Forum: Graphics, Figures & Tables
Topic: figure position
Replies: 5
Views: 2487

Re: figure position

No I think the image is correct (no extra margin). Then, there is no way to tell latex to shift it?
by wayne
Tue Nov 23, 2010 3:22 pm
Forum: Graphics, Figures & Tables
Topic: figure position
Replies: 5
Views: 2487

Re: figure position

Thanks but i would like to shift the figure a bit to the left. How should i do that?
cheers
by wayne
Mon Nov 22, 2010 5:15 pm
Forum: Graphics, Figures & Tables
Topic: figure position
Replies: 5
Views: 2487

figure position

Hi,

I have a document written in two columns. At some point, i include a figure over the two columns with figure*.
Unfortunately, the figure is not really centered but a bit shifted to the right.
Is there a way to control its position and shift it to the left?
Thanks!
by wayne
Mon Oct 04, 2010 10:20 am
Forum: Kile
Topic: Code lines not wrapped
Replies: 1
Views: 3204

Code lines not wrapped

Hi,

I have a problem with kile when i open a .tex, the written lines are excessively long. I have to scroll to the right a lot to reach the end of the line. Is there a way to avoid this effect?
cheers
by wayne
Thu Sep 30, 2010 3:26 pm
Forum: Graphics, Figures & Tables
Topic: tabular problems
Replies: 1
Views: 1275

tabular problems

Hello,

I have 2 questions about a table i try to do:
Here is my code:

\begin{table}
{\tiny
\begin{tabular*}{6cm}{c|c|c|c|c|c|c|c|c}
Article & Model & ......... & RT \\ \hline
(2006) & SAM & ...... .... & yes \\
\end{tabular*}}
\end{table}

First, is there a way to set the font size manually the ...
by wayne
Wed Sep 01, 2010 12:40 pm
Forum: Graphics, Figures & Tables
Topic: vertical lines
Replies: 3
Views: 1780

Re: vertical lines

Thank you.

But for me, it does not work...
Is there another way to set the vertical lines?
by wayne
Wed Sep 01, 2010 10:48 am
Forum: Graphics, Figures & Tables
Topic: vertical lines
Replies: 3
Views: 1780

vertical lines

Hi,

I want to make a table with vertical lines to separate the columns so i do:
\begin{tabular}{|l|c|}
aaa & aaa \\
\hline
bbb & bbb \\
\hline
\end{tabular}

But it does not work, the vertical lines are not printed!

Does anyone has an idea why??

thanks