Search found 9 matches

by muhammad alzaidi
Sat Aug 28, 2010 4:01 pm
Forum: Page Layout
Topic: how to change the chapter heading?
Replies: 11
Views: 9804

Re: how to change the chapter heading?

thank you localghost

I did a master.tex with the preamble and I remove the preamble for each chapter tex and it is working well
I solved the problem of content list

thank you for your help both of you :D
by muhammad alzaidi
Sat Aug 28, 2010 2:43 pm
Forum: Page Layout
Topic: how to change the chapter heading?
Replies: 11
Views: 9804

how to change the chapter heading?

I have chapter tex files and I have one tex file named master where I put the following:
\documentclass[oneside,12pt,headings=twolinechapter]{scrbook}
\usepackage{graphicx}
\usepackage[round]{natbib}
\usepackage{natbib}
\bibliographystyle{plainnat}
\usepackage{tipa}
\usepackage{t4phonet ...
by muhammad alzaidi
Sat Aug 28, 2010 1:40 pm
Forum: Page Layout
Topic: how to change the chapter heading?
Replies: 11
Views: 9804

how to change the chapter heading?

Do I create a new tex file and input the commands?.. that's what I did I created a new tex file where I combine all the chapters...

\documentclass[oneside,12pt,headings=twolinechapter]{scrbook}
\begin{document}
\include{chapter1}
\end{document}

I did what you recommended which is changing the ...
by muhammad alzaidi
Sat Aug 28, 2010 1:11 pm
Forum: Page Layout
Topic: how to change the chapter heading?
Replies: 11
Views: 9804

how to change the chapter heading?

I created a new tex file and I saved this file in the same folder and i input the following:

\documentclass[oneside,12pt,headings=twolinechapter]{scrbook}
\begin{document}
\include{dissertation}
\end{document}

but it does not work and I receve the error which is:

l.1 \documentclass
[oneside ...
by muhammad alzaidi
Sat Aug 28, 2010 12:49 pm
Forum: Page Layout
Topic: how to change the chapter heading?
Replies: 11
Views: 9804

Re: how to change the chapter heading?

thank you for your help

it is working now

I have another question :roll: I have divided my dissertation into different tex files but I failed to combine them by using

\include{chapter1}

I have tried to replace the previous command with
\input{chapter}

but it does not work
all the chapters ...
by muhammad alzaidi
Sat Aug 28, 2010 7:16 am
Forum: Page Layout
Topic: how to change the chapter heading?
Replies: 11
Views: 9804

how to change the chapter heading?

Hi guys,

I am on the process of writing up my dissertation.. everything sems to be okay but I need to change the format of the chapter heading. I want the following format:
Chapter 1

Introduction

the problem I am facing now is the format that I always get is:

1 Introduction

I don't want this ...
by muhammad alzaidi
Fri Aug 27, 2010 9:22 am
Forum: Graphics, Figures & Tables
Topic: phonetic sound in the table<<error
Replies: 4
Views: 2349

Re: phonetic sound in the table<<error

thank you Localhost,,

:D
by muhammad alzaidi
Thu Aug 26, 2010 6:38 pm
Forum: Graphics, Figures & Tables
Topic: phonetic sound in the table<<error
Replies: 4
Views: 2349

Re: phonetic sound in the table<<error

thank you so much frabjous

it is relly working well..

could you plz tell me is there a diffference between
[ ] and ( )?
because you changes the former ones with the final ones..?

thank you again
by muhammad alzaidi
Thu Aug 26, 2010 6:04 pm
Forum: Graphics, Figures & Tables
Topic: phonetic sound in the table<<error
Replies: 4
Views: 2349

phonetic sound in the table<<error

Hi guys,

I am really in need of know how to solve this problem
I created a table of transliterations and there is a sound that has breve and this is its TeX code:
\[\underaccent{\breve}{\textup{h}}\]

I am using: \usepackage{accents}
to give this sort of phonetic symbol

now I copied the Tex ...