Search found 8 matches

by slinux
Tue Jan 25, 2011 5:18 pm
Forum: LyX
Topic: Why LyX?
Replies: 34
Views: 280597

Re: Why LyX?

for me, only fast able to write equation even is enough reason to use LyX
by slinux
Mon Jan 24, 2011 3:53 pm
Forum: Page Layout
Topic: customize chapter name in toc
Replies: 10
Views: 18540

customize chapter name in toc

I glanced through the manual document of tocloft package and figured out how i can change the figure and table of lists as I want

\setlength{\cftfignumwidth}{55pt}
\renewcommand{\cftfigpresnum}{\figurename\ }
\renewcommand{\cftfigaftersnum}{.}

\setlength{\cfttabnumwidth}{55pt}
\renewcommand ...
by slinux
Mon Jan 24, 2011 1:30 pm
Forum: Page Layout
Topic: customize chapter name in toc
Replies: 10
Views: 18540

customize chapter name in toc

well, i solved it on my own. add these commands make all entries normal font

\renewcommand{\cftchapleader}{\cftdotfill{\cftchapdotsep}}
\renewcommand{\cftchappagefont}{}
\renewcommand{\cftchapfont}{}

Can I use this package for list of tables and figures?

Default as fallows
1.1 figure_name bla ...
by slinux
Mon Jan 24, 2011 11:01 am
Forum: Page Layout
Topic: customize chapter name in toc
Replies: 10
Views: 18540

customize chapter name in toc

Well, we're getting closer. I still have some questions, like whether you want the chapter entries in bold, and if so, which ones, and whether the dots should be in bold for those as well, etc. Yes good point, I don't want chapter entries to be in bold font and also the dots shouldn't be in bold as ...
by slinux
Sun Jan 23, 2011 9:57 pm
Forum: Page Layout
Topic: customize chapter name in toc
Replies: 10
Views: 18540

customize chapter name in toc

First of all i can understand why you are so sensitive about my way of asking questions. I hope you understand i'm trying to adapt myself here. Thank you in advance for any help.

Maybe i'm not familiar with latex syntax but i'm a programmer at the same time and if i find right manuals or help ...
by slinux
Sun Jan 23, 2011 4:29 pm
Forum: Page Layout
Topic: customize chapter name in toc
Replies: 10
Views: 18540

customize chapter name in toc

I'm really sorry for a little annoyed you :( I'm new here and not familiar with latex syntax too much but nonetheless i can explain you what i done so far..

I redefined \chapter, \section, \subsection commands only to change fonts, size and some extra stuff such as \vspace, \vskip. Meanwhile i ...
by slinux
Sun Jan 23, 2011 12:41 am
Forum: Page Layout
Topic: customize chapter name in toc
Replies: 10
Views: 18540

customize chapter name in toc

I dont use any special class, just added report class. Table I. only to better understand for you.. I have explained main issue at the beginning of my post. Just imagine default chapter line in toc

Code: Select all

1  Chapter_name                    1
convert into

Code: Select all

Chapter 1.
Chapter_name                       1
by slinux
Sun Jan 23, 2011 12:09 am
Forum: Page Layout
Topic: customize chapter name in toc
Replies: 10
Views: 18540

customize chapter name in toc

Hi,
If it has been asked before, i'm sorry but i couldnt find any solution for my problem. Default numbered chapters are added to toc as fallows:
1 Chapter_name 1
But i want it to be something like that.. it also should have empty line before every chapter line in toc. to add dotted line is easy ...