Search found 6 matches

by strongstorm
Fri Dec 11, 2015 10:47 am
Forum: Text Formatting
Topic: tableofcontents
Replies: 3
Views: 3256

tableofcontents

thanks for all
this is the latex code ..i want all table of contents are dotted
(Abstract ,Acknowledgements,Table of Contents, List of Figures,
List of Tables should be dotted)..pleas help me:


\documentclass[12pt]{report}
\usepackage[utf8]{inputenc}
\usepackage[titles]{tocloft}
\newlength ...
by strongstorm
Thu Dec 10, 2015 11:12 am
Forum: Text Formatting
Topic: tableofcontents
Replies: 3
Views: 3256

tableofcontents

i want to dot points appears in the table of contents
how we could do that ....when i use \tableofcontents

it will appears chapters and sections with page number without dot point
by strongstorm
Sat Nov 29, 2014 4:18 pm
Forum: Text Formatting
Topic: two matrix in two line
Replies: 1
Views: 2010

two matrix in two line

hi
how i could write matrix in two line as shown in the attachment
for example want this matrix in two line

Code: Select all

\begin{bmatrix} 1 & 2 \\ 3 & 4  \end{bmatrix}
by strongstorm
Tue Nov 25, 2014 1:27 pm
Forum: Text Formatting
Topic: two chapters in one page
Replies: 5
Views: 17052

two chapters in one page

Dear Johannes_B :
if you use this latex code below and and fill each chapter then
the space between lines (linespread) will not be 1.3 as I mention in the code
because the statement \let\clearpage\relax\chapter



\documentclass[a4]{report}
\usepackage{amsmath}
\linespread{<1.3}
\begin{document ...
by strongstorm
Tue Nov 25, 2014 12:02 pm
Forum: Text Formatting
Topic: two chapters in one page
Replies: 5
Views: 17052

Re: two chapters in one page

Dear Johannes_B
my proplem:
In latex, every time you use \chapter{.....} it will start at new page
I want to make second chapter start direct after end of chapter one not skip to new page
by strongstorm
Tue Nov 25, 2014 10:37 am
Forum: Text Formatting
Topic: two chapters in one page
Replies: 5
Views: 17052

two chapters in one page

can you tell me how I could put two chapter in one page??
if I use
{\let\clearpage\relax\chapter*{Test 2}}

it will be on same page.... but there will be problem.....the problem if we write many lines and paragraph in each chapter the space between lines will change

how I cloud put two chapter on ...