Search found 8 matches

by aquafina
Tue Jan 17, 2012 5:02 pm
Forum: Text Formatting
Topic: Text Flow in two-columned Document
Replies: 1
Views: 1325

Text Flow in two-columned Document

Hello,

Please help me with this weird problem.

I have a 2-column page. Right in the middle of this page is a 1-column table that spans through the entire width of the page.

To illustrate my problem better, let me divide the page into 4 quadrants with the table (represented by dashed line) in the ...
by aquafina
Thu Oct 27, 2011 12:41 am
Forum: Text Formatting
Topic: From two Columns to one Column
Replies: 5
Views: 14232

Re: From two Columns to one Column

I am sorry. Since I don't know latex much, I am finding hard to explain.
Anyhow, I ran this above script and it ACTUALLY works.

My only question now is, I do not want to use blindtext.

Suppose I have this text say "Sun rises in the east and sets in the west."

How can I use [2] in the above ...
by aquafina
Tue Oct 25, 2011 4:57 pm
Forum: Text Formatting
Topic: From two Columns to one Column
Replies: 5
Views: 14232

Re: From two Columns to one Column

Thanks for your reply.
It seems that when using cuted, the entire page changes to one column. My aim was to have one column and two columns in the same page itself.
Can cuted be used in that case ?
by aquafina
Tue Oct 25, 2011 8:57 am
Forum: Text Formatting
Topic: From two Columns to one Column
Replies: 5
Views: 14232

From two Columns to one Column

Hello,

Any help would really be great.
I have been given this template for a 2 columns paper.

The first line of the latex file is:
\documentclass[twocolumn]{article}

Everything is fine as far as 2 columns are concerned but now I have to insert a big table which is not accommodating, so I have to ...
by aquafina
Thu Apr 14, 2011 9:30 am
Forum: Text Formatting
Topic: Algorithm newbie question
Replies: 1
Views: 1362

Re: Algorithm newbie question

I am sure the experts must be knowing the answer but just for the future reference for newbies, the .sty file such as algorithm.sty needs to be in the same folder as the latex file.
by aquafina
Wed Apr 13, 2011 5:11 am
Forum: Text Formatting
Topic: Algorithm newbie question
Replies: 1
Views: 1362

Algorithm newbie question

Hello,

I am new to Latex and extremely new to the algorithm stuff in Latex.
Please look at this simple code I downloaded from the internet.

\usepackage{algorithm}
\usepackage{algorithmic}
\begin{document}
\begin{algorithm}
\begin{algorithmic}
\STATE{$S \leftarrow 0$}
\STATE{$i:=0$}
\FOR{$i=0$ to ...
by aquafina
Tue Apr 12, 2011 7:10 pm
Forum: Math & Science
Topic: Regarding subscript and inequality
Replies: 2
Views: 2752

Re: Regarding subscript and inequality

Thanks Stefan. Your post was very help.
Yes, it surely makes sense to have variables in italics :)
by aquafina
Tue Apr 12, 2011 10:38 am
Forum: Math & Science
Topic: Regarding subscript and inequality
Replies: 2
Views: 2752

Regarding subscript and inequality

Hello,

Please help me with these 2 questions:

Q1. To output x greater than equal to y, I use $x \geq y$. Output is correct, but x and y are displayed in italics. How can I get regular x and y (i.e. NOT in italics).

Q2. How to output something like P subscript {x greater than equal to y}. Somehow ...