Hi Again,
I just press Send button instead of Save Now. I updating my post.
List of open issues what i have:
1. How to make TOC totally bold (including, subsections, subsections ,
dots and page numbers) e.g:
*1.Section ................1*
*1.1 Subsection .......2*
*1.1.1 Subsection ....3*
*
*
2. How to define margin for page number from bottom (dimension from bottom
between paper size and page number). I have to define it as 1,5 cm
3. Vertical spacing of Section defined in preamble not working on some
reason. I is defined as 6cm but on the paper it is 3cm.
\usepackage[compact]{titlesec}
%\titleformat{\section}{\normalfont\bfseries}{\thesection}{1em}{}
\titlespacing*{\section}{0pt}{6cm}{30pt}
\titlespacing*{\subsection}{0pt}{30pt}{30pt}
\titlespacing*{\subsubsection}{0pt}{30pt}{30pt}
*
*
4. How to got aspell working under Windows 7.
Br,
Indrek
On 5 March 2012 00:28, Indrek Tuula <[email protected]> wrote:
> Hi All,
>
> I am new in Lyx. I spend some days to change look like of my project but i
> have still some changes missing. Your help is valuable. Currently i am
> using Lyx 2.0.3 under Win 7.
>
> Details about document configuration are following:
>
> % Preview source code
>
> %% LyX 2.0.3 created this file. For more info, see http://www.lyx.org/.
>
> %% Do not edit unless you really know what you are doing.
>
> \documentclass[12pt,estonian]{extarticle}
>
> \usepackage{fontspec}
>
> \setmainfont[Ligatures=TeX]{Times New Roman}
>
> \usepackage[a4paper]{geometry}
>
> \geometry{verbose,tmargin=3cm,bmargin=2cm,lmargin=3cm,rmargin=1.5cm}
>
> \setlength{\parindent}{0pt}
>
> \usepackage{babel}
>
> \usepackage{setspace}
>
> \onehalfspacing
>
> \usepackage[unicode=true,pdfusetitle,
>
>
> bookmarks=true,bookmarksnumbered=true,bookmarksopen=true,bookmarksopenlevel=3,
>
> breaklinks=false,pdfborder={0 0 0},backref=false,colorlinks=false]
>
> {hyperref}
>
> \makeatletter
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
>
> \usepackage{enumitem} % customizable list environments
>
> \newlength{\lyxlabelwidth} % auxiliary length
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
>
> \usepackage{tocloft}
>
> \renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}
>
> %\renewcommand{\cfttoctitlefont}{\hfill\Large\itshape}
>
> \renewcommand\thesection{\arabic{section}.}
>
> \renewcommand\thesubsection{\thesection\arabic{subsection}.}
>
> \renewcommand\thesubsubsection{\thesubsection\arabic{subsubsection}.}
>
> \usepackage[compact]{titlesec}
>
> %\titleformat{\section}{\normalfont\bfseries}{\thesection}{1em}{}
>
> \titlespacing*{\section}{0pt}{6cm}{30pt}
>
> \titlespacing*{\subsection}{0pt}{30pt}{30pt}
>
> \titlespacing*{\subsubsection}{0pt}{30pt}{30pt}
>
> \makeatother
>
>
>