Search found 36 matches

by sabahmed
Mon Jan 16, 2012 10:24 pm
Forum: Page Layout
Topic: Custom Page Margins
Replies: 2
Views: 3190

Re: Custom Page Margins

thanks alot dear. it solved my problem
by sabahmed
Mon Jan 16, 2012 9:54 pm
Forum: Page Layout
Topic: page number not required on abstract
Replies: 6
Views: 6203

page number not required on abstract

hello everyone
i dont want any page numbers on title and abstract page. for this purpose i have put the command \pagenumbering{roman} after abstract page where abstract is decleared as \renewcommand{\abstractname}{\textbf\large ABSTRACT}
\begin{abstract}here is my abstract \end{abstract}
but page ...
by sabahmed
Mon Jan 16, 2012 8:13 pm
Forum: Page Layout
Topic: Custom Page Margins
Replies: 2
Views: 3190

Custom Page Margins

Hello everyone,

i have to make the page layout according to the attached file. i have used the command

Code: Select all

\usepackage[top=1in, bottom=0.5in, left=1.5in, right=1in]{geometry}
now if set bottom=0.5in how can i set the the bottom equal to 0.5in below and above page number
kindly help me out
by sabahmed
Mon Jan 16, 2012 7:57 pm
Forum: Text Formatting
Topic: Change Font Size for Table or Figure Captions
Replies: 2
Views: 7361

Change Font Size for Table or Figure Captions

Stefan_K wrote:Hi,

the caption package is great for such customizations, have a look at the documentation. The font can be specified by an option.

Stefan
Thanks a lot stefan
by sabahmed
Mon Jan 02, 2012 10:16 pm
Forum: Text Formatting
Topic: Change Font Size for Table or Figure Captions
Replies: 2
Views: 7361

Change Font Size for Table or Figure Captions

hello everyone
How to make the table and figure caption font size as 10.
(where my text size is of 12 font)
by sabahmed
Wed Dec 21, 2011 9:07 pm
Forum: Graphics, Figures & Tables
Topic: Convert Excel Table to LaTeX
Replies: 3
Views: 3622

Re: Convert Excel Table to LaTeX

:cry:
no reply
why
by sabahmed
Wed Dec 21, 2011 8:28 pm
Forum: Graphics, Figures & Tables
Topic: Convert Excel Table to LaTeX
Replies: 3
Views: 3622

Convert Excel Table to LaTeX

now i have made the table but problem is that the verticle lines are going beyond table edges
my code is % Table generated by Excel2LaTeX from sheet 'table'
\documentclass[12pt,a4paper,fullpage]{report}
\usepackage{booktabs}

\usepackage{float}
\usepackage{tabularx}
\usepackage{multirow}




\begin ...
by sabahmed
Wed Dec 21, 2011 6:56 pm
Forum: Graphics, Figures & Tables
Topic: Convert Excel Table to LaTeX
Replies: 3
Views: 3622

Convert Excel Table to LaTeX

hello everyone,

i have made a complex table in excel 2007 and i know its a lengthy task to make this table in latex . can any one please guide me to how to convert this table to latex.
by sabahmed
Fri Oct 14, 2011 4:12 pm
Forum: Graphics, Figures & Tables
Topic: Multiple Column Problem in Table
Replies: 6
Views: 3937

Multiple Column Problem in Table

Hello latex,
i have solved the problem as in the following code but still i want to add a vertical line between id and AO i.e. diffrentiate id and AO with a column...changing \begin{tabular}{|cc|c|c|c|c|c|}
causes to draw a line from top but i want to begin column where id and AO col begins ...
by sabahmed
Fri Oct 14, 2011 3:43 pm
Forum: Text Formatting
Topic: Paragraph Indentation stops
Replies: 4
Views: 4729

Paragraph Indentation stops

problem is solved now infact i was doing mistake i need to put

Code: Select all

\setlength{\parindent}{1cm}
where indent for paragraph is required. thanks laterx@maxmax