Search found 8 matches
Re: Why LyX?
for me, only fast able to write equation even is enough reason to use LyX
- 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 ...
\setlength{\cftfignumwidth}{55pt}
\renewcommand{\cftfigpresnum}{\figurename\ }
\renewcommand{\cftfigaftersnum}{.}
\setlength{\cfttabnumwidth}{55pt}
\renewcommand ...
- 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 ...
\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 ...
- 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 ...
- 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 ...
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 ...
- 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 ...
I redefined \chapter, \section, \subsection commands only to change fonts, size and some extra stuff such as \vspace, \vskip. Meanwhile i ...
- 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
convert into
Code: Select all
1 Chapter_name 1
Code: Select all
Chapter 1.
Chapter_name 1
- 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 ...
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 ...