Search found 11 matches

by Abu Noor El-Din
Thu Jan 17, 2008 11:36 pm
Forum: General
Topic: heading question
Replies: 2
Views: 2307

heading question

gmedina wrote: Hi Abu Noor El-Din,
to customize the headings, use the titlesec package (the titletoc package could be useful too).



Thanks gmedina for your expected help :)
I will look at these packages.

Abu Noor
by Abu Noor El-Din
Wed Jan 16, 2008 11:31 pm
Forum: General
Topic: heading question
Replies: 2
Views: 2307

heading question

Hi all,

I am writing my thesis in latex, and I have a question. How to make the first letter of every heading a little bigger than the rest of the heading?

Thanks in advance.

Abu Noor El-Din
by Abu Noor El-Din
Fri Dec 14, 2007 1:21 pm
Forum: General
Topic: document structure
Replies: 4
Views: 3098

document structure

gmedina wrote: The solution that Juanjo suggested will prevent the footers and headers from appearing in the additional pages. However, if you want to get rid of those pages, you can use the openany option for the book class, [/code]


Thanks gmedina for your continuous help.
by Abu Noor El-Din
Fri Dec 14, 2007 1:18 pm
Forum: General
Topic: document structure
Replies: 4
Views: 3098

document structure


To get an empty page, one possible solution is to redefine \cleardoublepage as follows:

\let\cleardoublepageOriginal\cleardoublepage
\renewcommand{\cleardoublepage}%
{\newpage{\pagestyle{empty}\cleardoublepageOriginal}}

Put that in the preamble.



Thanks Juanjo. It is exactly what I want ...
by Abu Noor El-Din
Fri Dec 14, 2007 2:29 am
Forum: General
Topic: document structure
Replies: 4
Views: 3098

document structure

Hi all,

I am writing my thesis using latex. I am editing in the book class (book.cls) of the TeXnicCenter.
I have a problem that every environment ends in an even page (I mean by environment here: chapter, contents, list of tables, list of figures). For example, a list of figures takes only ...
by Abu Noor El-Din
Fri Dec 14, 2007 2:17 am
Forum: General
Topic: header question
Replies: 2
Views: 2190

Re: header question

again and as always thank you gmedina.

Your example works well also I found another solution using fancyhdr package.
by Abu Noor El-Din
Thu Dec 13, 2007 6:52 pm
Forum: General
Topic: header question
Replies: 2
Views: 2190

header question

Hi all,

I am new to latex. I am using the fancyhdr to customize my header and footer and it is working ok.
How can I put a line in my header as we see in text books?

Thanks in advance.
by Abu Noor El-Din
Fri Dec 07, 2007 6:28 pm
Forum: General
Topic: Simple question
Replies: 2
Views: 2288

Re: Simple question

Again, thanks gmedina very much.
by Abu Noor El-Din
Thu Dec 06, 2007 10:09 pm
Forum: General
Topic: Simple question
Replies: 2
Views: 2288

Simple question

Hi all,

I have a simple question. What is the difference between \emph and textit{}? I cannot notice the difference.
by Abu Noor El-Din
Thu Nov 29, 2007 12:06 pm
Forum: General
Topic: regarding citation
Replies: 2
Views: 2109

regarding citation

gmedina wrote: There is an answer to your question in another forum.


Thank you gmedina.