Search found 11 matches

by diskhub
Fri Aug 05, 2011 6:39 am
Forum: Text Formatting
Topic: Indentation to a certain Place of the Page
Replies: 1
Views: 1317

Indentation to a certain Place of the Page

How can i have indentation to a certain pt of the page?
For example, i have the following:
adrian: 123
john: 234
christopher: 4445
michael goodman: 2344

how can i have the behaviour of the indention after the ':' such that all the values are alighted properly...
by diskhub
Fri May 14, 2010 1:57 am
Forum: Page Layout
Topic: Page no only appears for page 1??
Replies: 4
Views: 2872

Page no only appears for page 1??

gmedina wrote:In the .sty file you just posted, search for the line

Code: Select all

\pagestyle{empty}
and comment it out (or delete it).


thanks gmedina,
i know i can rely on u.
U r fast n efficient
by diskhub
Thu May 13, 2010 5:11 pm
Forum: Page Layout
Topic: Page no only appears for page 1??
Replies: 4
Views: 2872

Page no only appears for page 1??

Hi,

you are using the iasted package which is not on CTAN (at least I couldn't find it there). Please provide a link to download the package (or attach the file iasted.sty to your next post).

sorry for the long text...
I have attached it below ...
by diskhub
Thu May 13, 2010 12:58 pm
Forum: Page Layout
Topic: Page no only appears for page 1??
Replies: 4
Views: 2872

Page no only appears for page 1??

i seem to have a problem with my page no after using the method.
Page no only appears for page 1.
the rest of the page doesn't show any number.

\documentclass[a4paper,11pt]{article}
\usepackage{multicol}
\usepackage{iasted}
\usepackage{url}
\usepackage{graphicx}
\input epsf
\setlength{\textheight ...
by diskhub
Thu May 13, 2010 12:42 pm
Forum: Page Layout
Topic: table problem in a 2 column layout...
Replies: 10
Views: 5722

table problem in a 2 column layout...

I assume the you are using \maketitle ; if this is so, then simply use that command outside the multicols environment:

\documentclass[a4paper,11pt]{article}
\usepackage{multicol}
\usepackage{caption}
\usepackage{lipsum} % just to generate filler text for the example

\title{\bfseries The Title ...
by diskhub
Thu May 13, 2010 12:08 pm
Forum: Graphics, Figures & Tables
Topic: %\usepackage[pdftex]{graphicx}
Replies: 1
Views: 15631

%\usepackage[pdftex]{graphicx}

\documentclass[a4paper,11pt]{article}
\usepackage{multicol}
\usepackage{iasted}
\usepackage{url}
%\usepackage[pdftex]{graphicx}
\usepackage{graphicx}
\input epsf
\setlength{\textheight}{25.4cm}
\setlength{\textwidth}{7in}
\setlength{\topmargin}{-0.2cm}
\setlength{\columnsep}{0.5in}
\setlength ...
by diskhub
Tue May 11, 2010 5:45 am
Forum: Page Layout
Topic: table problem in a 2 column layout...
Replies: 10
Views: 5722

table problem in a 2 column layout...

I assume the you are using \maketitle ; if this is so, then simply use that command outside the multicols environment:

\documentclass[a4paper,11pt]{article}
\usepackage{multicol}
\usepackage{caption}
\usepackage{lipsum} % just to generate filler text for the example

\title{\bfseries The Title ...
by diskhub
Tue May 11, 2010 5:20 am
Forum: Page Layout
Topic: table problem in a 2 column layout...
Replies: 10
Views: 5722

table problem in a 2 column layout...

In this case I would suggest you to drop the twocolumn class option and to use the multicol package instead; you can also drop the table* environment so now the table won't float and will appear where you declare it in the .tex file; the \captionof command provided by the caption package lets you ...
by diskhub
Tue May 11, 2010 12:22 am
Forum: Page Layout
Topic: table problem in a 2 column layout...
Replies: 10
Views: 5722

table problem in a 2 column layout...

Use a table* environment:

\documentclass[a4paper,11pt,twocolumn]{article}

\begin{document}

\begin{table*}
\centering
\caption{Proposed Weightage for ABC / DEF}
\begin{tabular}{ | l | l | l | p{6cm} |}
\hline
What's being taught & Current Weightage & Suggested Weightage & Summary \\ \hline ...
by diskhub
Mon May 10, 2010 3:41 pm
Forum: Page Layout
Topic: table problem in a 2 column layout...
Replies: 10
Views: 5722

table problem in a 2 column layout...

Please post a minimal working example allowing us to reproduce the problem mentioned.
sample snap shot:


\documentclass[a4paper,11pt,twocolumn]{article}
\usepackage{iasted}
\usepackage{url}
\usepackage[pdftex]{graphicx}
\usepackage{graphicx}
\input epsf
\setlength{\textheight}{25.4cm}
\setlength ...