Re: [Formating?]

2013-08-19 Thread Paul Rubin
Ignacio Martinez ignacio82 at gmail.com writes:

 
 When I start a new paragraph after some LyX-Code text, that new
paragraph is not indented.
 Pleas help!!!

Insert a separator between the LyX code and the new paragraph.

Paul



Re: [Formating?]

2013-08-19 Thread Paul Rubin
Ignacio Martinez ignacio82 at gmail.com writes:

 
 When I start a new paragraph after some LyX-Code text, that new
paragraph is not indented.
 Pleas help!!!

Insert a separator between the LyX code and the new paragraph.

Paul



Re: [Formating?]

2013-08-19 Thread Paul Rubin
Ignacio Martinez  gmail.com> writes:

> 
> When I start a new paragraph after some "LyX-Code" text, that new
paragraph is not indented.
> Pleas help!!!

Insert a separator between the LyX code and the new paragraph.

Paul



[Formating?]

2013-08-17 Thread Ignacio Martinez
Hi,

I need to change some formatting to meet some formal requirements.

1.  Need the first paragraph of each section to be indented, just like
every other paragraph is.
2.  I need the document to not justify the right margin.

Any idea how to do this?

Thanks!


Re: [Formating?]

2013-08-17 Thread Ignacio Martinez
I just needed to add this to my preamble:

\usepackage{indentfirst}

\raggedright

\setlength{\parindent}{1.0cm}


On Sat, Aug 17, 2013 at 8:17 AM, Ignacio Martinez ignaci...@gmail.comwrote:

 Hi,

 I need to change some formatting to meet some formal requirements.

 1.  Need the first paragraph of each section to be indented, just like
 every other paragraph is.
 2.  I need the document to not justify the right margin.

 Any idea how to do this?

 Thanks!



Re: [Formating?]

2013-08-17 Thread Ignacio Martinez
When I start a new paragraph after some LyX-Code text, that new paragraph
is not indented.

Pleas help!!!


On Sat, Aug 17, 2013 at 11:48 AM, Ignacio Martinez ignaci...@gmail.comwrote:

 I just needed to add this to my preamble:

 \usepackage{indentfirst}

 \raggedright

 \setlength{\parindent}{1.0cm}


 On Sat, Aug 17, 2013 at 8:17 AM, Ignacio Martinez ignaci...@gmail.comwrote:

 Hi,

 I need to change some formatting to meet some formal requirements.

 1.  Need the first paragraph of each section to be indented, just like
 every other paragraph is.
 2.  I need the document to not justify the right margin.

 Any idea how to do this?

 Thanks!





Re: [Formating?]

2013-08-17 Thread Andrew Parsloe

On 18/08/2013 4:44 a.m., Ignacio Martinez wrote:

When I start a new paragraph after some LyX-Code text, that new
paragraph is not indented.

Pleas help!!!


On Sat, Aug 17, 2013 at 11:48 AM, Ignacio Martinez ignaci...@gmail.com
mailto:ignaci...@gmail.com wrote:

I just needed to add this to my preamble:

\usepackage{indentfirst}

\raggedright

\setlength{\parindent}{1.0cm}




A couple of years ago I made a module (informal.module), which I've 
attached to this posting, which gave me a new environment informal 
with indented, ragged-right paragraphs with some extra spacing between 
paragraphs. It requires the LaTeX hanging package. Informal paragraphs 
don't lose their indent after LyX-Code. If you don't want the extra 
space between paragraphs in the pdf, comment out the line


\setlength{\parskip}{\medskipamount}

with a % at the left (and you may wish to adjust the 3em measurement in 
the line following). However this module runs into problems if your 
document contains primed symbols in maths mode. There is some 
incompatibility between primes (single quotes in maths) and the hanging 
package. (I intended the module for informal letters without a trace of 
mathematics.)


Andrew
#\DeclareLyXModule{Informal}
#DescriptionBegin
#Adds a ragged-right, first-line-indented paragraph environment
#with paragraphs separated by extra vertical space.
#DescriptionEnd

#author: Andrew Parsloe 8 April 2011

Format 11

Style informal
Category  MainText
LatexType Environment
LatexName informal
MarginStatic
ParIndent MMM
TopSep.4
BottomSep .4
ParSep.4
Align Left
Preamble
\usepackage{hanging}
\newenvironment{informal}{%
\setlength{\parskip}{\medskipamount}
\par\raggedright\begin{hangparas}{3em}{-1}}{%
\end{hangparas}}
EndPreamble
End


[Formating?]

2013-08-17 Thread Ignacio Martinez
Hi,

I need to change some formatting to meet some formal requirements.

1.  Need the first paragraph of each section to be indented, just like
every other paragraph is.
2.  I need the document to not justify the right margin.

Any idea how to do this?

Thanks!


Re: [Formating?]

2013-08-17 Thread Ignacio Martinez
I just needed to add this to my preamble:

\usepackage{indentfirst}

\raggedright

\setlength{\parindent}{1.0cm}


On Sat, Aug 17, 2013 at 8:17 AM, Ignacio Martinez ignaci...@gmail.comwrote:

 Hi,

 I need to change some formatting to meet some formal requirements.

 1.  Need the first paragraph of each section to be indented, just like
 every other paragraph is.
 2.  I need the document to not justify the right margin.

 Any idea how to do this?

 Thanks!



Re: [Formating?]

2013-08-17 Thread Ignacio Martinez
When I start a new paragraph after some LyX-Code text, that new paragraph
is not indented.

Pleas help!!!


On Sat, Aug 17, 2013 at 11:48 AM, Ignacio Martinez ignaci...@gmail.comwrote:

 I just needed to add this to my preamble:

 \usepackage{indentfirst}

 \raggedright

 \setlength{\parindent}{1.0cm}


 On Sat, Aug 17, 2013 at 8:17 AM, Ignacio Martinez ignaci...@gmail.comwrote:

 Hi,

 I need to change some formatting to meet some formal requirements.

 1.  Need the first paragraph of each section to be indented, just like
 every other paragraph is.
 2.  I need the document to not justify the right margin.

 Any idea how to do this?

 Thanks!





Re: [Formating?]

2013-08-17 Thread Andrew Parsloe

On 18/08/2013 4:44 a.m., Ignacio Martinez wrote:

When I start a new paragraph after some LyX-Code text, that new
paragraph is not indented.

Pleas help!!!


On Sat, Aug 17, 2013 at 11:48 AM, Ignacio Martinez ignaci...@gmail.com
mailto:ignaci...@gmail.com wrote:

I just needed to add this to my preamble:

\usepackage{indentfirst}

\raggedright

\setlength{\parindent}{1.0cm}




A couple of years ago I made a module (informal.module), which I've 
attached to this posting, which gave me a new environment informal 
with indented, ragged-right paragraphs with some extra spacing between 
paragraphs. It requires the LaTeX hanging package. Informal paragraphs 
don't lose their indent after LyX-Code. If you don't want the extra 
space between paragraphs in the pdf, comment out the line


\setlength{\parskip}{\medskipamount}

with a % at the left (and you may wish to adjust the 3em measurement in 
the line following). However this module runs into problems if your 
document contains primed symbols in maths mode. There is some 
incompatibility between primes (single quotes in maths) and the hanging 
package. (I intended the module for informal letters without a trace of 
mathematics.)


Andrew
#\DeclareLyXModule{Informal}
#DescriptionBegin
#Adds a ragged-right, first-line-indented paragraph environment
#with paragraphs separated by extra vertical space.
#DescriptionEnd

#author: Andrew Parsloe 8 April 2011

Format 11

Style informal
Category  MainText
LatexType Environment
LatexName informal
MarginStatic
ParIndent MMM
TopSep.4
BottomSep .4
ParSep.4
Align Left
Preamble
\usepackage{hanging}
\newenvironment{informal}{%
\setlength{\parskip}{\medskipamount}
\par\raggedright\begin{hangparas}{3em}{-1}}{%
\end{hangparas}}
EndPreamble
End


[Formating?]

2013-08-17 Thread Ignacio Martinez
Hi,

I need to change some formatting to meet some formal requirements.

1.  Need the first paragraph of each section to be indented, just like
every other paragraph is.
2.  I need the document to not justify the right margin.

Any idea how to do this?

Thanks!


Re: [Formating?]

2013-08-17 Thread Ignacio Martinez
I just needed to add this to my preamble:

\usepackage{indentfirst}

\raggedright

\setlength{\parindent}{1.0cm}


On Sat, Aug 17, 2013 at 8:17 AM, Ignacio Martinez wrote:

> Hi,
>
> I need to change some formatting to meet some formal requirements.
>
> 1.  Need the first paragraph of each section to be indented, just like
> every other paragraph is.
> 2.  I need the document to not justify the right margin.
>
> Any idea how to do this?
>
> Thanks!
>


Re: [Formating?]

2013-08-17 Thread Ignacio Martinez
When I start a new paragraph after some "LyX-Code" text, that new paragraph
is not indented.

Pleas help!!!


On Sat, Aug 17, 2013 at 11:48 AM, Ignacio Martinez wrote:

> I just needed to add this to my preamble:
>
> \usepackage{indentfirst}
>
> \raggedright
>
> \setlength{\parindent}{1.0cm}
>
>
> On Sat, Aug 17, 2013 at 8:17 AM, Ignacio Martinez wrote:
>
>> Hi,
>>
>> I need to change some formatting to meet some formal requirements.
>>
>> 1.  Need the first paragraph of each section to be indented, just like
>> every other paragraph is.
>> 2.  I need the document to not justify the right margin.
>>
>> Any idea how to do this?
>>
>> Thanks!
>>
>
>


Re: [Formating?]

2013-08-17 Thread Andrew Parsloe

On 18/08/2013 4:44 a.m., Ignacio Martinez wrote:

When I start a new paragraph after some "LyX-Code" text, that new
paragraph is not indented.

Pleas help!!!


On Sat, Aug 17, 2013 at 11:48 AM, Ignacio Martinez > wrote:

I just needed to add this to my preamble:

\usepackage{indentfirst}

\raggedright

\setlength{\parindent}{1.0cm}




A couple of years ago I made a module (informal.module), which I've 
attached to this posting, which gave me a new environment "informal" 
with indented, ragged-right paragraphs with some extra spacing between 
paragraphs. It requires the LaTeX "hanging" package. Informal paragraphs 
don't lose their indent after LyX-Code. If you don't want the extra 
space between paragraphs in the pdf, comment out the line


\setlength{\parskip}{\medskipamount}

with a % at the left (and you may wish to adjust the 3em measurement in 
the line following). However this module runs into problems if your 
document contains primed symbols in maths mode. There is some 
incompatibility between primes (single quotes in maths) and the hanging 
package. (I intended the module for informal letters without a trace of 
mathematics.)


Andrew
#\DeclareLyXModule{Informal}
#DescriptionBegin
#Adds a ragged-right, first-line-indented paragraph environment
#with paragraphs separated by extra vertical space.
#DescriptionEnd

#author: Andrew Parsloe 8 April 2011

Format 11

Style informal
Category  MainText
LatexType Environment
LatexName informal
MarginStatic
ParIndent MMM
TopSep.4
BottomSep .4
ParSep.4
Align Left
Preamble
\usepackage{hanging}
\newenvironment{informal}{%
\setlength{\parskip}{\medskipamount}
\par\raggedright\begin{hangparas}{3em}{-1}}{%
\end{hangparas}}
EndPreamble
End


Table formating

2013-08-03 Thread Ignacio Martinez
I created a table using LyX, but the formatting is wrong.

If you look at the pdf the table is too long for the page, I need the first
column, and the title of the third, to use multiple lines so the table fit
well in the page. How can I do this?

Thanks a lot!

PS: Files to replicate my problem are in this dropbox folder
https://www.dropbox.com/sh/svuo6hgbdrw3902/Wxn2RorzRm


Re: Table formating

2013-08-03 Thread John Kane
http://wiki.lyx.org/LyX/Tables#toc3
ERT with \linebreak





 From: Ignacio Martinez ignaci...@gmail.com
To: lyx-users@lists.lyx.org lyx-users@lists.lyx.org 
Sent: Saturday, August 3, 2013 1:01:36 PM
Subject: Table formating
 


I created a table using LyX, but the formatting is wrong.

If you look at the pdf the table is too long for the page, I need the first 
column, and the title of the third, to use multiple lines so the table fit well 
in the page. How can I do this?

Thanks a lot!

PS: Files to replicate my problem are in this dropbox folder 
https://www.dropbox.com/sh/svuo6hgbdrw3902/Wxn2RorzRm

Re: Table formating

2013-08-03 Thread John Coppens
On Sat, 3 Aug 2013 13:01:36 -0400
Ignacio Martinez ignaci...@gmail.com wrote:

  How can I do this?

Or you simply define a width for the column (cm or in or so) in the
table properties. Then the lines will break into several.

John


Re: Table formating

2013-08-03 Thread Ignacio Martinez
Thanks!


On Sat, Aug 3, 2013 at 2:17 PM, John Kane jrkrid...@yahoo.ca wrote:

 http://wiki.lyx.org/LyX/Tables#toc3
 ERT with \linebreak


   --
  *From:* Ignacio Martinez ignaci...@gmail.com
 *To:* lyx-users@lists.lyx.org lyx-users@lists.lyx.org
 *Sent:* Saturday, August 3, 2013 1:01:36 PM
 *Subject:* Table formating

 I created a table using LyX, but the formatting is wrong.

 If you look at the pdf the table is too long for the page, I need the
 first column, and the title of the third, to use multiple lines so the
 table fit well in the page. How can I do this?

 Thanks a lot!

 PS: Files to replicate my problem are in this dropbox folder
 https://www.dropbox.com/sh/svuo6hgbdrw3902/Wxn2RorzRm





Table formating

2013-08-03 Thread Ignacio Martinez
I created a table using LyX, but the formatting is wrong.

If you look at the pdf the table is too long for the page, I need the first
column, and the title of the third, to use multiple lines so the table fit
well in the page. How can I do this?

Thanks a lot!

PS: Files to replicate my problem are in this dropbox folder
https://www.dropbox.com/sh/svuo6hgbdrw3902/Wxn2RorzRm


Re: Table formating

2013-08-03 Thread John Kane
http://wiki.lyx.org/LyX/Tables#toc3
ERT with \linebreak





 From: Ignacio Martinez ignaci...@gmail.com
To: lyx-users@lists.lyx.org lyx-users@lists.lyx.org 
Sent: Saturday, August 3, 2013 1:01:36 PM
Subject: Table formating
 


I created a table using LyX, but the formatting is wrong.

If you look at the pdf the table is too long for the page, I need the first 
column, and the title of the third, to use multiple lines so the table fit well 
in the page. How can I do this?

Thanks a lot!

PS: Files to replicate my problem are in this dropbox folder 
https://www.dropbox.com/sh/svuo6hgbdrw3902/Wxn2RorzRm

Re: Table formating

2013-08-03 Thread John Coppens
On Sat, 3 Aug 2013 13:01:36 -0400
Ignacio Martinez ignaci...@gmail.com wrote:

  How can I do this?

Or you simply define a width for the column (cm or in or so) in the
table properties. Then the lines will break into several.

John


Re: Table formating

2013-08-03 Thread Ignacio Martinez
Thanks!


On Sat, Aug 3, 2013 at 2:17 PM, John Kane jrkrid...@yahoo.ca wrote:

 http://wiki.lyx.org/LyX/Tables#toc3
 ERT with \linebreak


   --
  *From:* Ignacio Martinez ignaci...@gmail.com
 *To:* lyx-users@lists.lyx.org lyx-users@lists.lyx.org
 *Sent:* Saturday, August 3, 2013 1:01:36 PM
 *Subject:* Table formating

 I created a table using LyX, but the formatting is wrong.

 If you look at the pdf the table is too long for the page, I need the
 first column, and the title of the third, to use multiple lines so the
 table fit well in the page. How can I do this?

 Thanks a lot!

 PS: Files to replicate my problem are in this dropbox folder
 https://www.dropbox.com/sh/svuo6hgbdrw3902/Wxn2RorzRm





Table formating

2013-08-03 Thread Ignacio Martinez
I created a table using LyX, but the formatting is wrong.

If you look at the pdf the table is too long for the page, I need the first
column, and the title of the third, to use multiple lines so the table fit
well in the page. How can I do this?

Thanks a lot!

PS: Files to replicate my problem are in this dropbox folder
https://www.dropbox.com/sh/svuo6hgbdrw3902/Wxn2RorzRm


Re: Table formating

2013-08-03 Thread John Kane
http://wiki.lyx.org/LyX/Tables#toc3
ERT with \linebreak





 From: Ignacio Martinez <ignaci...@gmail.com>
To: "lyx-users@lists.lyx.org" <lyx-users@lists.lyx.org> 
Sent: Saturday, August 3, 2013 1:01:36 PM
Subject: Table formating
 


I created a table using LyX, but the formatting is wrong.

If you look at the pdf the table is too long for the page, I need the first 
column, and the title of the third, to use multiple lines so the table fit well 
in the page. How can I do this?

Thanks a lot!

PS: Files to replicate my problem are in this dropbox folder 
https://www.dropbox.com/sh/svuo6hgbdrw3902/Wxn2RorzRm

Re: Table formating

2013-08-03 Thread John Coppens
On Sat, 3 Aug 2013 13:01:36 -0400
Ignacio Martinez  wrote:

>  How can I do this?

Or you simply define a width for the column (cm or in or so) in the
table properties. Then the lines will break into several.

John


Re: Table formating

2013-08-03 Thread Ignacio Martinez
Thanks!


On Sat, Aug 3, 2013 at 2:17 PM, John Kane <jrkrid...@yahoo.ca> wrote:

> http://wiki.lyx.org/LyX/Tables#toc3
> ERT with \linebreak
>
>
>   --
>  *From:* Ignacio Martinez <ignaci...@gmail.com>
> *To:* "lyx-users@lists.lyx.org" <lyx-users@lists.lyx.org>
> *Sent:* Saturday, August 3, 2013 1:01:36 PM
> *Subject:* Table formating
>
> I created a table using LyX, but the formatting is wrong.
>
> If you look at the pdf the table is too long for the page, I need the
> first column, and the title of the third, to use multiple lines so the
> table fit well in the page. How can I do this?
>
> Thanks a lot!
>
> PS: Files to replicate my problem are in this dropbox folder
> https://www.dropbox.com/sh/svuo6hgbdrw3902/Wxn2RorzRm
>
>
>


Re: Lyx formating

2012-03-08 Thread Olivier Ripoll

On 07.03.2012 16:35, Stephan Witt wrote:

Am 07.03.2012 um 15:50 schrieb Indrek Tuula:


Hi Again,

I totally agreed aspell is better than hunspell. Especially if you working with 
some small language.


Why is aspell better than hunspell?


At least I can answer from my point of view. It just boils down to 1 
difference: aspell had no issue for me. hunspell does not allow me to 
use English and allow coumpound words as aspell did(*). When I opened my 
documents, I had to either add plenty of words to the dictionary or 
change them to 2 words. That was a lot of work.


But I can understand that some people have seen improvements with 
hunspell versus aspell.


Best regards,

Olivier


[...]


Stephan


(*) I did spend a lot of time googling for a solution, just to find I 
was not the only one hit.




Re: Lyx formating

2012-03-08 Thread Indrek Tuula
Hello

Finally I found some solution:

\usepackage{titletoc}

\titlecontents{subsection} % or\titlecontents{subsubsection}

[5.5em]

{\bfseries}

{\contentslabel{2em}}

{\hspace*{-2em}}

{\bfseries\titlerule*[0.6pc]{.}\bfseries\contentspage}


Today university officials release new requirements for paper work. Now
table of content should not contain any bold facing at all. Epic fail :)


But at least here is example for other users available! It is not prefect
and need some tweaking but hopefully it simplify others life.


Br,

Indrek

On 8 March 2012 10:18, Olivier Ripoll durocortorum73-gm...@yahoo.fr wrote:

 On 07.03.2012 16:35, Stephan Witt wrote:

 Am 07.03.2012 um 15:50 schrieb Indrek Tuula:

  Hi Again,

 I totally agreed aspell is better than hunspell. Especially if you
 working with some small language.


 Why is aspell better than hunspell?


 At least I can answer from my point of view. It just boils down to 1
 difference: aspell had no issue for me. hunspell does not allow me to use
 English and allow coumpound words as aspell did(*). When I opened my
 documents, I had to either add plenty of words to the dictionary or change
 them to 2 words. That was a lot of work.

 But I can understand that some people have seen improvements with hunspell
 versus aspell.

 Best regards,

 Olivier


 [...]


 Stephan


 (*) I did spend a lot of time googling for a solution, just to find I was
 not the only one hit.




Re: Lyx formating

2012-03-08 Thread Olivier Ripoll

On 07.03.2012 16:35, Stephan Witt wrote:

Am 07.03.2012 um 15:50 schrieb Indrek Tuula:


Hi Again,

I totally agreed aspell is better than hunspell. Especially if you working with 
some small language.


Why is aspell better than hunspell?


At least I can answer from my point of view. It just boils down to 1 
difference: aspell had no issue for me. hunspell does not allow me to 
use English and allow coumpound words as aspell did(*). When I opened my 
documents, I had to either add plenty of words to the dictionary or 
change them to 2 words. That was a lot of work.


But I can understand that some people have seen improvements with 
hunspell versus aspell.


Best regards,

Olivier


[...]


Stephan


(*) I did spend a lot of time googling for a solution, just to find I 
was not the only one hit.




Re: Lyx formating

2012-03-08 Thread Indrek Tuula
Hello

Finally I found some solution:

\usepackage{titletoc}

\titlecontents{subsection} % or\titlecontents{subsubsection}

[5.5em]

{\bfseries}

{\contentslabel{2em}}

{\hspace*{-2em}}

{\bfseries\titlerule*[0.6pc]{.}\bfseries\contentspage}


Today university officials release new requirements for paper work. Now
table of content should not contain any bold facing at all. Epic fail :)


But at least here is example for other users available! It is not prefect
and need some tweaking but hopefully it simplify others life.


Br,

Indrek

On 8 March 2012 10:18, Olivier Ripoll durocortorum73-gm...@yahoo.fr wrote:

 On 07.03.2012 16:35, Stephan Witt wrote:

 Am 07.03.2012 um 15:50 schrieb Indrek Tuula:

  Hi Again,

 I totally agreed aspell is better than hunspell. Especially if you
 working with some small language.


 Why is aspell better than hunspell?


 At least I can answer from my point of view. It just boils down to 1
 difference: aspell had no issue for me. hunspell does not allow me to use
 English and allow coumpound words as aspell did(*). When I opened my
 documents, I had to either add plenty of words to the dictionary or change
 them to 2 words. That was a lot of work.

 But I can understand that some people have seen improvements with hunspell
 versus aspell.

 Best regards,

 Olivier


 [...]


 Stephan


 (*) I did spend a lot of time googling for a solution, just to find I was
 not the only one hit.




Re: Lyx formating

2012-03-08 Thread Olivier Ripoll

On 07.03.2012 16:35, Stephan Witt wrote:

Am 07.03.2012 um 15:50 schrieb Indrek Tuula:


Hi Again,

I totally agreed aspell is better than hunspell. Especially if you working with 
some small language.


Why is aspell better than hunspell?


At least I can answer from my point of view. It just boils down to 1 
difference: aspell had no issue for me. hunspell does not allow me to 
use English and allow coumpound words as aspell did(*). When I opened my 
documents, I had to either add plenty of words to the dictionary or 
change them to 2 words. That was a lot of work.


But I can understand that some people have seen improvements with 
hunspell versus aspell.


Best regards,

Olivier


[...]


Stephan


(*) I did spend a lot of time googling for a solution, just to find I 
was not the only one hit.




Re: Lyx formating

2012-03-08 Thread Indrek Tuula
Hello

Finally I found some solution:

\usepackage{titletoc}

\titlecontents{subsection} % or\titlecontents{subsubsection}

[5.5em]

{\bfseries}

{\contentslabel{2em}}

{\hspace*{-2em}}

{\bfseries\titlerule*[0.6pc]{.}\bfseries\contentspage}


Today university officials release new requirements for paper work. Now
table of content should not contain any bold facing at all. Epic fail :)


But at least here is example for other users available! It is not prefect
and need some tweaking but hopefully it simplify others life.


Br,

Indrek

On 8 March 2012 10:18, Olivier Ripoll  wrote:

> On 07.03.2012 16:35, Stephan Witt wrote:
>
>> Am 07.03.2012 um 15:50 schrieb Indrek Tuula:
>>
>>  Hi Again,
>>>
>>> I totally agreed aspell is better than hunspell. Especially if you
>>> working with some small language.
>>>
>>
>> Why is aspell better than hunspell?
>>
>
> At least I can answer from my point of view. It just boils down to 1
> difference: aspell had no issue for me. hunspell does not allow me to use
> English and allow coumpound words as aspell did(*). When I opened my
> documents, I had to either add plenty of words to the dictionary or change
> them to 2 words. That was a lot of work.
>
> But I can understand that some people have seen improvements with hunspell
> versus aspell.
>
> Best regards,
>
> Olivier
>
>
> [...]
>
>>
>> Stephan
>>
>
> (*) I did spend a lot of time googling for a solution, just to find I was
> not the only one hit.
>
>


Re: Lyx formating

2012-03-07 Thread Indrek Tuula
Hi Again,

I totally agreed aspell is better than hunspell. Especially if you working
with some small language.

I found following note from wiki:

*Note:* Beginning with 2.0 support for the aspell command line program has
been dropped. Although the aspell library (aspell 0.60.x) is still
supported, Windows binaries are compiled without this feature.

So if the library is still  supported. Is it mean user are able to switch
 on aspel usage experience for windows environment somehow.?  Hopefully
some wise developer could provide some hints and steps. (Y)

So far i resolve almost my open issues excepted how to make TOC look like
totally bold because by default subsections and subsubsections are not a
bold.

Any help please?

Br,
Indrek

On 6 March 2012 13:07, Olivier Ripoll durocortorum73-gm...@yahoo.fr wrote:

 On 04.03.2012 23:48, Indrek Tuula wrote:

 Hi Again,

 I just press Send button instead of Save Now. I updating my post.

 List of open issues what i have:

 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


 You can change the margins in
 In Documents-SettingsPage Margins

  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.


 Unfortunately, aspell is no more supported on recent LyX on Windows, IIRC.
 You'll have to use Hunspell instead (not as good in my experience).

 Best regards,

 Olivier.




Re: Lyx formating

2012-03-07 Thread Stephan Witt
Am 07.03.2012 um 15:50 schrieb Indrek Tuula:

 Hi Again,
 
 I totally agreed aspell is better than hunspell. Especially if you working 
 with some small language.

Why is aspell better than hunspell?
And what is a small language? :)

 
 I found following note from wiki:
 
 Note: Beginning with 2.0 support for the aspell command line program has been 
 dropped. Although the aspell library (aspell 0.60.x) is still supported, 
 Windows binaries are compiled without this feature. 
 
 So if the library is still  supported. Is it mean user are able to switch  on 
 aspel usage experience for windows environment somehow.?  Hopefully some wise 
 developer could provide some hints and steps. (Y)

The change from 1.6 to 2.0 was to use shared libraries for spell checking 
instead of external programs.
That means LyX uses .dll library code for that on windows.
The packager for windows has to make such thing for aspell or has to use some 
.dll code from other sources.
For Unix-platforms there are precompiled shared libraries available.
For windows I don't know of any comparable.
Therefor aspell support is currently available on Unix only.

To get Aspell support on windows you have to build LyX on a system with an 
Aspell developer environment.

Stephan

Re: Lyx formating

2012-03-07 Thread Richard Heck

On 03/07/2012 09:50 AM, Indrek Tuula wrote:

Hi Again,

So far i resolve almost my open issues excepted how to make TOC look 
like totally bold because by default subsections and subsubsections 
are not a bold.



You want to explain this one again?

Richard



Re: Lyx formating

2012-03-07 Thread Indrek Tuula
Hi Again,

Please see attached picture. It represent standard  outlook of table of
content with highlighted subsection and sub-subsections areas.

I would like to format highlighted (subsections and sub-subsections) areas
also in bold font.

As end result I would achieve table of content format as bold font.

Br,
Indrek


On 7 March 2012 22:19, Richard Heck rgh...@comcast.net wrote:

 On 03/07/2012 09:50 AM, Indrek Tuula wrote:

 Hi Again,

 So far i resolve almost my open issues excepted how to make TOC look like
 totally bold because by default subsections and subsubsections are not a
 bold.

  You want to explain this one again?

 Richard


attachment: TOC.png

Re: Lyx formating

2012-03-07 Thread Richard Heck

On 03/07/2012 04:01 PM, Indrek Tuula wrote:

Hi Again,

Please see attached picture. It represent standard  outlook of table 
of content with highlighted subsection and sub-subsections areas.


I would like to format highlighted (subsections and 
sub-subsections) areas also in bold font.


As end result I would achieve table of content format as bold font.


Have a look at the documentation for the titletoc package
http://mirrors.ctan.org/macros/latex/contrib/titlesec/titlesec.pdf
which is part of the titlesec bundle. (So install the titlesec package 
to get access to titletoc, as well.) There are lots of examples in the 
documentation for how to get different effects. Try googling something 
like titlesec bold titles, too.


Richard




On 7 March 2012 22:19, Richard Heck rgh...@comcast.net 
mailto:rgh...@comcast.net wrote:


On 03/07/2012 09:50 AM, Indrek Tuula wrote:

Hi Again,

So far i resolve almost my open issues excepted how to make
TOC look like totally bold because by default subsections and
subsubsections are not a bold.

You want to explain this one again?

Richard






Re: Lyx formating

2012-03-07 Thread Indrek Tuula
Hi Again,

I totally agreed aspell is better than hunspell. Especially if you working
with some small language.

I found following note from wiki:

*Note:* Beginning with 2.0 support for the aspell command line program has
been dropped. Although the aspell library (aspell 0.60.x) is still
supported, Windows binaries are compiled without this feature.

So if the library is still  supported. Is it mean user are able to switch
 on aspel usage experience for windows environment somehow.?  Hopefully
some wise developer could provide some hints and steps. (Y)

So far i resolve almost my open issues excepted how to make TOC look like
totally bold because by default subsections and subsubsections are not a
bold.

Any help please?

Br,
Indrek

On 6 March 2012 13:07, Olivier Ripoll durocortorum73-gm...@yahoo.fr wrote:

 On 04.03.2012 23:48, Indrek Tuula wrote:

 Hi Again,

 I just press Send button instead of Save Now. I updating my post.

 List of open issues what i have:

 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


 You can change the margins in
 In Documents-SettingsPage Margins

  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.


 Unfortunately, aspell is no more supported on recent LyX on Windows, IIRC.
 You'll have to use Hunspell instead (not as good in my experience).

 Best regards,

 Olivier.




Re: Lyx formating

2012-03-07 Thread Stephan Witt
Am 07.03.2012 um 15:50 schrieb Indrek Tuula:

 Hi Again,
 
 I totally agreed aspell is better than hunspell. Especially if you working 
 with some small language.

Why is aspell better than hunspell?
And what is a small language? :)

 
 I found following note from wiki:
 
 Note: Beginning with 2.0 support for the aspell command line program has been 
 dropped. Although the aspell library (aspell 0.60.x) is still supported, 
 Windows binaries are compiled without this feature. 
 
 So if the library is still  supported. Is it mean user are able to switch  on 
 aspel usage experience for windows environment somehow.?  Hopefully some wise 
 developer could provide some hints and steps. (Y)

The change from 1.6 to 2.0 was to use shared libraries for spell checking 
instead of external programs.
That means LyX uses .dll library code for that on windows.
The packager for windows has to make such thing for aspell or has to use some 
.dll code from other sources.
For Unix-platforms there are precompiled shared libraries available.
For windows I don't know of any comparable.
Therefor aspell support is currently available on Unix only.

To get Aspell support on windows you have to build LyX on a system with an 
Aspell developer environment.

Stephan

Re: Lyx formating

2012-03-07 Thread Richard Heck

On 03/07/2012 09:50 AM, Indrek Tuula wrote:

Hi Again,

So far i resolve almost my open issues excepted how to make TOC look 
like totally bold because by default subsections and subsubsections 
are not a bold.



You want to explain this one again?

Richard



Re: Lyx formating

2012-03-07 Thread Indrek Tuula
Hi Again,

Please see attached picture. It represent standard  outlook of table of
content with highlighted subsection and sub-subsections areas.

I would like to format highlighted (subsections and sub-subsections) areas
also in bold font.

As end result I would achieve table of content format as bold font.

Br,
Indrek


On 7 March 2012 22:19, Richard Heck rgh...@comcast.net wrote:

 On 03/07/2012 09:50 AM, Indrek Tuula wrote:

 Hi Again,

 So far i resolve almost my open issues excepted how to make TOC look like
 totally bold because by default subsections and subsubsections are not a
 bold.

  You want to explain this one again?

 Richard


attachment: TOC.png

Re: Lyx formating

2012-03-07 Thread Richard Heck

On 03/07/2012 04:01 PM, Indrek Tuula wrote:

Hi Again,

Please see attached picture. It represent standard  outlook of table 
of content with highlighted subsection and sub-subsections areas.


I would like to format highlighted (subsections and 
sub-subsections) areas also in bold font.


As end result I would achieve table of content format as bold font.


Have a look at the documentation for the titletoc package
http://mirrors.ctan.org/macros/latex/contrib/titlesec/titlesec.pdf
which is part of the titlesec bundle. (So install the titlesec package 
to get access to titletoc, as well.) There are lots of examples in the 
documentation for how to get different effects. Try googling something 
like titlesec bold titles, too.


Richard




On 7 March 2012 22:19, Richard Heck rgh...@comcast.net 
mailto:rgh...@comcast.net wrote:


On 03/07/2012 09:50 AM, Indrek Tuula wrote:

Hi Again,

So far i resolve almost my open issues excepted how to make
TOC look like totally bold because by default subsections and
subsubsections are not a bold.

You want to explain this one again?

Richard






Re: Lyx formating

2012-03-07 Thread Indrek Tuula
Hi Again,

I totally agreed aspell is better than hunspell. Especially if you working
with some small language.

I found following note from wiki:

*Note:* Beginning with 2.0 support for the aspell command line program has
been dropped. Although the aspell library (aspell 0.60.x) is still
supported, Windows binaries are compiled without this feature.

So if the library is still  supported. Is it mean user are able to switch
 on aspel usage experience for windows environment somehow.?  Hopefully
some wise developer could provide some hints and steps. (Y)

So far i resolve almost my open issues excepted how to make TOC look like
totally bold because by default subsections and subsubsections are not a
bold.

Any help please?

Br,
Indrek

On 6 March 2012 13:07, Olivier Ripoll  wrote:

> On 04.03.2012 23:48, Indrek Tuula wrote:
>
>> Hi Again,
>>
>> I just press Send button instead of Save Now. I updating my post.
>>
>> List of open issues what i have:
>>
>> 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
>>
>
> You can change the margins in
> In Documents->Settings>Page Margins
>
>  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.
>>
>
> Unfortunately, aspell is no more supported on recent LyX on Windows, IIRC.
> You'll have to use Hunspell instead (not as good in my experience).
>
> Best regards,
>
> Olivier.
>
>


Re: Lyx formating

2012-03-07 Thread Stephan Witt
Am 07.03.2012 um 15:50 schrieb Indrek Tuula:

> Hi Again,
> 
> I totally agreed aspell is better than hunspell. Especially if you working 
> with some small language.

Why is aspell better than hunspell?
And what is a small language? :)

> 
> I found following note from wiki:
> 
> Note: Beginning with 2.0 support for the aspell command line program has been 
> dropped. Although the aspell library (aspell 0.60.x) is still supported, 
> Windows binaries are compiled without this feature. 
> 
> So if the library is still  supported. Is it mean user are able to switch  on 
> aspel usage experience for windows environment somehow.?  Hopefully some wise 
> developer could provide some hints and steps. (Y)

The change from 1.6 to 2.0 was to use shared libraries for spell checking 
instead of external programs.
That means LyX uses .dll library code for that on windows.
The packager for windows has to make such thing for aspell or has to use some 
.dll code from other sources.
For Unix-platforms there are precompiled shared libraries available.
For windows I don't know of any comparable.
Therefor aspell support is currently available on Unix only.

To get Aspell support on windows you have to build LyX on a system with an 
Aspell developer environment.

Stephan

Re: Lyx formating

2012-03-07 Thread Richard Heck

On 03/07/2012 09:50 AM, Indrek Tuula wrote:

Hi Again,

So far i resolve almost my open issues excepted how to make TOC look 
like totally bold because by default subsections and subsubsections 
are not a bold.



You want to explain this one again?

Richard



Re: Lyx formating

2012-03-07 Thread Indrek Tuula
Hi Again,

Please see attached picture. It represent standard  outlook of table of
content with highlighted subsection and sub-subsections areas.

I would like to format highlighted (subsections and sub-subsections) areas
also in bold font.

As end result I would achieve table of content format as bold font.

Br,
Indrek


On 7 March 2012 22:19, Richard Heck  wrote:

> On 03/07/2012 09:50 AM, Indrek Tuula wrote:
>
>> Hi Again,
>>
>> So far i resolve almost my open issues excepted how to make TOC look like
>> totally bold because by default subsections and subsubsections are not a
>> bold.
>>
>>  You want to explain this one again?
>
> Richard
>
>
<>

Re: Lyx formating

2012-03-07 Thread Richard Heck

On 03/07/2012 04:01 PM, Indrek Tuula wrote:

Hi Again,

Please see attached picture. It represent standard  outlook of table 
of content with highlighted subsection and sub-subsections areas.


I would like to format highlighted (subsections and 
sub-subsections) areas also in bold font.


As end result I would achieve table of content format as bold font.


Have a look at the documentation for the titletoc package
http://mirrors.ctan.org/macros/latex/contrib/titlesec/titlesec.pdf
which is part of the titlesec bundle. (So install the titlesec package 
to get access to titletoc, as well.) There are lots of examples in the 
documentation for how to get different effects. Try googling something 
like "titlesec bold titles", too.


Richard




On 7 March 2012 22:19, Richard Heck > wrote:


On 03/07/2012 09:50 AM, Indrek Tuula wrote:

Hi Again,

So far i resolve almost my open issues excepted how to make
TOC look like totally bold because by default subsections and
subsubsections are not a bold.

You want to explain this one again?

Richard






Re: Lyx formating

2012-03-06 Thread Olivier Ripoll

On 04.03.2012 23:48, Indrek Tuula wrote:

Hi Again,

I just press Send button instead of Save Now. I updating my post.

List of open issues what i have:

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


You can change the margins in
In Documents-SettingsPage Margins


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.


Unfortunately, aspell is no more supported on recent LyX on Windows, 
IIRC. You'll have to use Hunspell instead (not as good in my experience).


Best regards,

Olivier.



Re: Lyx formating

2012-03-06 Thread Olivier Ripoll

On 04.03.2012 23:48, Indrek Tuula wrote:

Hi Again,

I just press Send button instead of Save Now. I updating my post.

List of open issues what i have:

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


You can change the margins in
In Documents-SettingsPage Margins


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.


Unfortunately, aspell is no more supported on recent LyX on Windows, 
IIRC. You'll have to use Hunspell instead (not as good in my experience).


Best regards,

Olivier.



Re: Lyx formating

2012-03-06 Thread Olivier Ripoll

On 04.03.2012 23:48, Indrek Tuula wrote:

Hi Again,

I just press Send button instead of Save Now. I updating my post.

List of open issues what i have:

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


You can change the margins in
In Documents->Settings>Page Margins


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.


Unfortunately, aspell is no more supported on recent LyX on Windows, 
IIRC. You'll have to use Hunspell instead (not as good in my experience).


Best regards,

Olivier.



Re: Lyx formating

2012-03-05 Thread Indrek Tuula
Thank you for support, i got hunspell work.

Now i looking solutions for other open issues.

Br,
Indrek

On 5 March 2012 09:36, Stephan Witt st.w...@gmx.net wrote:

 Am 04.03.2012 um 23:48 schrieb Indrek Tuula:

  Hi Again,



  4. How to got aspell working under Windows 7.
 How did you install LyX on your system?
 I don't know for sure if aspell support is available for LyX on Windows.
 You can verify that in the preferences pane Language - spellchecking.
 At least hunspell should be available and work out of the box.

 Stephan



Re: Lyx formating

2012-03-05 Thread Indrek Tuula
Thank you for support, i got hunspell work.

Now i looking solutions for other open issues.

Br,
Indrek

On 5 March 2012 09:36, Stephan Witt st.w...@gmx.net wrote:

 Am 04.03.2012 um 23:48 schrieb Indrek Tuula:

  Hi Again,



  4. How to got aspell working under Windows 7.
 How did you install LyX on your system?
 I don't know for sure if aspell support is available for LyX on Windows.
 You can verify that in the preferences pane Language - spellchecking.
 At least hunspell should be available and work out of the box.

 Stephan



Re: Lyx formating

2012-03-05 Thread Indrek Tuula
Thank you for support, i got hunspell work.

Now i looking solutions for other open issues.

Br,
Indrek

On 5 March 2012 09:36, Stephan Witt  wrote:

> Am 04.03.2012 um 23:48 schrieb Indrek Tuula:
>
> > Hi Again,
>

>
> > 4. How to got aspell working under Windows 7.
> How did you install LyX on your system?
> I don't know for sure if aspell support is available for LyX on Windows.
> You can verify that in the preferences pane "Language" -> spellchecking.
> At least hunspell should be available and work out of the box.
>
> Stephan
>


Lyx formating

2012-03-04 Thread Indrek Tuula
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


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


Re: Lyx formating

2012-03-04 Thread Indrek Tuula
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 indrek.tu...@gmail.com 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





Re: Lyx formating

2012-03-04 Thread Stephan Witt
Am 04.03.2012 um 23:48 schrieb Indrek Tuula:

 Hi Again,
 
 4. How to got aspell working under Windows 7.

How did you install LyX on your system?
I don't know for sure if aspell support is available for LyX on Windows.
You can verify that in the preferences pane Language - spellchecking.
At least hunspell should be available and work out of the box.

Stephan


Lyx formating

2012-03-04 Thread Indrek Tuula
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


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


Re: Lyx formating

2012-03-04 Thread Indrek Tuula
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 indrek.tu...@gmail.com 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





Re: Lyx formating

2012-03-04 Thread Stephan Witt
Am 04.03.2012 um 23:48 schrieb Indrek Tuula:

 Hi Again,
 
 4. How to got aspell working under Windows 7.

How did you install LyX on your system?
I don't know for sure if aspell support is available for LyX on Windows.
You can verify that in the preferences pane Language - spellchecking.
At least hunspell should be available and work out of the box.

Stephan


Lyx formating

2012-03-04 Thread Indrek Tuula
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


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


Re: Lyx formating

2012-03-04 Thread Indrek Tuula
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  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
>
>
>


Re: Lyx formating

2012-03-04 Thread Stephan Witt
Am 04.03.2012 um 23:48 schrieb Indrek Tuula:

> Hi Again,
> 
> 4. How to got aspell working under Windows 7.

How did you install LyX on your system?
I don't know for sure if aspell support is available for LyX on Windows.
You can verify that in the preferences pane "Language" -> spellchecking.
At least hunspell should be available and work out of the box.

Stephan


Formating the Table of Contents

2012-02-02 Thread Kim Lindgren
Hey guys!

I'm writing a report for 15 ECTS project at my university using LyX
that has to be formated so that if follows my institutions guidelines.
I managed to get most of it working properly, by using XeTeX for fonts
etc, but I cant figure out how to format the table of contents
properly.

According to our guidelines, the TOC should contain no line spacing,
the text should all be the same size (Georgia 11p) and there should be
no bold text. I've tried to find the solution on google, but to no
avail (mainly because searching for Table of contents actually
brings me to the table of contents of some page).

Thanks in advance for any help! :)

-- 
Please consider the environment before printing this e-mail - instead
of printing - make an environmentally friendly click at
www.aclickfortheforest.com


Re: Formating the Table of Contents

2012-02-02 Thread Marcelo Acuña
Hey guys!


I'm writing a report for 15 ECTS project at my university using LyX
that has to be formated so that if follows my institutions guidelines.
I managed to get most of it working properly, by using XeTeX for fonts
etc, but I cant figure out how to format the table of contents
properly.


titlesec and titletoc packages allow you to tailor the documents to your needs.

Marcelo


Formating the Table of Contents

2012-02-02 Thread Kim Lindgren
Hey guys!

I'm writing a report for 15 ECTS project at my university using LyX
that has to be formated so that if follows my institutions guidelines.
I managed to get most of it working properly, by using XeTeX for fonts
etc, but I cant figure out how to format the table of contents
properly.

According to our guidelines, the TOC should contain no line spacing,
the text should all be the same size (Georgia 11p) and there should be
no bold text. I've tried to find the solution on google, but to no
avail (mainly because searching for Table of contents actually
brings me to the table of contents of some page).

Thanks in advance for any help! :)

-- 
Please consider the environment before printing this e-mail - instead
of printing - make an environmentally friendly click at
www.aclickfortheforest.com


Re: Formating the Table of Contents

2012-02-02 Thread Marcelo Acuña
Hey guys!


I'm writing a report for 15 ECTS project at my university using LyX
that has to be formated so that if follows my institutions guidelines.
I managed to get most of it working properly, by using XeTeX for fonts
etc, but I cant figure out how to format the table of contents
properly.


titlesec and titletoc packages allow you to tailor the documents to your needs.

Marcelo


Formating the Table of Contents

2012-02-02 Thread Kim Lindgren
Hey guys!

I'm writing a report for 15 ECTS project at my university using LyX
that has to be formated so that if follows my institutions guidelines.
I managed to get most of it working properly, by using XeTeX for fonts
etc, but I cant figure out how to format the table of contents
properly.

According to our guidelines, the TOC should contain no line spacing,
the text should all be the same size (Georgia 11p) and there should be
no bold text. I've tried to find the solution on google, but to no
avail (mainly because searching for "Table of contents" actually
brings me to the table of contents of some page).

Thanks in advance for any help! :)

-- 
Please consider the environment before printing this e-mail - instead
of printing - make an environmentally friendly click at
www.aclickfortheforest.com


Re: Formating the Table of Contents

2012-02-02 Thread Marcelo Acuña
>Hey guys!

>
>I'm writing a report for 15 ECTS project at my university using LyX
>that has to be formated so that if follows my institutions guidelines.
>I managed to get most of it working properly, by using XeTeX for fonts
>etc, but I cant figure out how to format the table of contents
>properly.


titlesec and titletoc packages allow you to tailor the documents to your needs.

Marcelo


help formating to APA 6th edition

2010-12-01 Thread Anick Lamarche
Hi

I do not useth LyX extensively or uptodate I have managed fine. However I am
having quite a few difficulties tailoring the APA LyX template to the
requirements of the 6th edition.
I simply do not know how to rule over what is already in place i.e. Running
header should be flush left and not flushright but I cannot get this to move
at all. The same goes with chaning the subheader from italics to bold. I
also have some issues with the citation of the works that automatically
state Available at when it should read Retrieved from is that a problem
due to the builtin apacite perhaps? How do I bypass all of these problems to
get what I want?

Thanks

Anick

NB: I am running out of time and for some reason had assumed these small
detail issues would resolve easily!


help formating to APA 6th edition

2010-12-01 Thread Anick Lamarche
Hi

I do not useth LyX extensively or uptodate I have managed fine. However I am
having quite a few difficulties tailoring the APA LyX template to the
requirements of the 6th edition.
I simply do not know how to rule over what is already in place i.e. Running
header should be flush left and not flushright but I cannot get this to move
at all. The same goes with chaning the subheader from italics to bold. I
also have some issues with the citation of the works that automatically
state Available at when it should read Retrieved from is that a problem
due to the builtin apacite perhaps? How do I bypass all of these problems to
get what I want?

Thanks

Anick

NB: I am running out of time and for some reason had assumed these small
detail issues would resolve easily!


help formating to APA 6th edition

2010-12-01 Thread Anick Lamarche
Hi

I do not useth LyX extensively or uptodate I have managed fine. However I am
having quite a few difficulties tailoring the APA LyX template to the
requirements of the 6th edition.
I simply do not know how to rule over what is already in place i.e. Running
header should be flush left and not flushright but I cannot get this to move
at all. The same goes with chaning the subheader from italics to bold. I
also have some issues with the citation of the works that automatically
state "Available at" when it should read "Retrieved from" is that a problem
due to the builtin apacite perhaps? How do I bypass all of these problems to
get what I want?

Thanks

Anick

NB: I am running out of time and for some reason had assumed these small
detail issues would resolve easily!


fast label formating

2009-06-03 Thread Semih Özmen
Hi,

I almost finished my thesis and now I recognized that all eqaution 
cross-references are shown as 1.23
I want them all be written as Eq. 1.23 or any other prefix.
Are there any fast way to do this?

thanks in advance..

Semih

Re: fast label formating

2009-06-03 Thread Uwe Stöhr

Semih Özmen schrieb:


I almost finished my thesis and now I recognized that all eqaution 
cross-references are shown as 1.23
I want them all be written as Eq. 1.23 or any other prefix.
Are there any fast way to do this?


The usual syntax is to write them as
(1.23)
But this cannot be changed easily now. What you can do is to use a label like 
your proposed
eq. 1.23

This is done in the attached LyX file via a document preamble setting.

regards Uwe


newfile2.lyx
Description: application/lyx


Re: fast label formating

2009-06-03 Thread James C. Sutherland


On Jun 3, 2009, at 11:43 AM, Semih Özmen wrote:


Hi,

I almost finished my thesis and now I recognized that all eqaution  
cross-references are shown as 1.23

I want them all be written as Eq. 1.23 or any other prefix.
Are there any fast way to do this?

thanks in advance..

Semih


This is easily done.

1.  Open the LyX file in a text editor like vim or emacs
2.  Replace instances of LatexCommand ref with LatexCommand  
eqref.  Be sure that you only do this for equation references, not  
for other references (like figures, sections, tables, etc.)

3.  Save the file in your text editor.
4.  Re-open in LyX.

NOTE: you should definitely make a backup of your LyX file before you  
do this, just in case you corrupt something...

fast label formating

2009-06-03 Thread Semih Özmen
Hi,

I almost finished my thesis and now I recognized that all eqaution 
cross-references are shown as 1.23
I want them all be written as Eq. 1.23 or any other prefix.
Are there any fast way to do this?

thanks in advance..

Semih

Re: fast label formating

2009-06-03 Thread Uwe Stöhr

Semih Özmen schrieb:


I almost finished my thesis and now I recognized that all eqaution 
cross-references are shown as 1.23
I want them all be written as Eq. 1.23 or any other prefix.
Are there any fast way to do this?


The usual syntax is to write them as
(1.23)
But this cannot be changed easily now. What you can do is to use a label like 
your proposed
eq. 1.23

This is done in the attached LyX file via a document preamble setting.

regards Uwe


newfile2.lyx
Description: application/lyx


Re: fast label formating

2009-06-03 Thread James C. Sutherland


On Jun 3, 2009, at 11:43 AM, Semih Özmen wrote:


Hi,

I almost finished my thesis and now I recognized that all eqaution  
cross-references are shown as 1.23

I want them all be written as Eq. 1.23 or any other prefix.
Are there any fast way to do this?

thanks in advance..

Semih


This is easily done.

1.  Open the LyX file in a text editor like vim or emacs
2.  Replace instances of LatexCommand ref with LatexCommand  
eqref.  Be sure that you only do this for equation references, not  
for other references (like figures, sections, tables, etc.)

3.  Save the file in your text editor.
4.  Re-open in LyX.

NOTE: you should definitely make a backup of your LyX file before you  
do this, just in case you corrupt something...

fast label formating

2009-06-03 Thread Semih Özmen
Hi,

I almost finished my thesis and now I recognized that all eqaution 
cross-references are shown as 1.23
I want them all be written as Eq. 1.23 or any other prefix.
Are there any fast way to do this?

thanks in advance..

Semih

Re: fast label formating

2009-06-03 Thread Uwe Stöhr

Semih Özmen schrieb:


I almost finished my thesis and now I recognized that all eqaution 
cross-references are shown as 1.23
I want them all be written as Eq. 1.23 or any other prefix.
Are there any fast way to do this?


The usual syntax is to write them as
(1.23)
But this cannot be changed easily now. What you can do is to use a label like 
your proposed
eq. 1.23

This is done in the attached LyX file via a document preamble setting.

regards Uwe


newfile2.lyx
Description: application/lyx


Re: fast label formating

2009-06-03 Thread James C. Sutherland


On Jun 3, 2009, at 11:43 AM, Semih Özmen wrote:


Hi,

I almost finished my thesis and now I recognized that all eqaution  
cross-references are shown as 1.23

I want them all be written as Eq. 1.23 or any other prefix.
Are there any fast way to do this?

thanks in advance..

Semih


This is easily done.

1.  Open the LyX file in a text editor like vim or emacs
2.  Replace instances of "LatexCommand ref" with "LatexCommand  
eqref".  Be sure that you only do this for equation references, not  
for other references (like figures, sections, tables, etc.)

3.  Save the file in your text editor.
4.  Re-open in LyX.

NOTE: you should definitely make a backup of your LyX file before you  
do this, just in case you corrupt something...

Lyx + Biblatex + Headers formating problems

2008-10-21 Thread Jose A. Aponte
Hi All

I have just started to use Lyx for writing my first year PhD report and I am
having some problems which I hope you can help me to solve.

I followed all the procedures to install biblatex and use it with Lyx. It is
working great now and I have managed to edit the biblatex style to suit my
requirements.

However I am having basically two problems:

1. When using the \printbibliography command in ERT I have also to add the
following commands before it so that the bibliography is showed in a new
page and accounted for the TOC.
\clearpage

\addcontentsline{toc}{chapter}{\numberline{}{Bibliography}}


This works fine but when the bibliography has more than one page the header
(which is done using fancy header and works fine to all other pages) is
shown in Uppercase although as I said the fancy header package is configure
to show the headers in lowercase (both chapters and sections)  and works
fine with all other pages. So instead of showing 'Bibliography' it displays
'BIBLIOGRAPHY'.


The fancy header commands, in case are needed are:




\pagestyle{fancy}

\renewcommand{\chaptermark}[1]{\markright{\chaptername\ \thechapter.\ #1}}

\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}{}}

\lhead[\fancyplain{}{}]%

{\fancyplain{}{\bfseries\rightmark}}

\chead[\fancyplain{}{}]%

{\fancyplain{}{}}

\rhead[\fancyplain{}{}]%

{\fancyplain{}{\bfseries\thepage}}

\lfoot[\fancyplain{}{}]%

{\fancyplain{}{}}

\cfoot[\fancyplain{}{}]%

{\fancyplain{}{}}

\rfoot[\fancyplain{}{}]%

{\fancyplain{}{\bfseries\today}}

%%


2. The second problems has to do with the output bibliography format from
biblatex.I am using Author-year style but each item in the bibliography
seems to be displayed unaligned in reference to each other. I do not whether
it is clear but it seems that each item (reference) has its own indentation
for the first line e.g.


Author One Surname, (year) etc etc etc 

Second line and all other are fine..

Third
line

Final
line.


 Author Two Surname, (year) etc etc etc .

Second line and all other are fine..

Third
line

Final
line.


  Author Three Surname, (year) etc etc etc .

Second line and all other are fine..

Third
line

Final
line.



Hope you see what I mean. I do not know what is happening here but each time
I change the fonts the errors in the indentation seems to change between the
items. For instance if Author one was in the right position now it is wrong
but Author two is OK and so on.


Well, hopefully someone will be able to help me.


Thanks in advance.


Jose A


Lyx + Biblatex + Headers formating problems

2008-10-21 Thread Jose A. Aponte
Hi All

I have just started to use Lyx for writing my first year PhD report and I am
having some problems which I hope you can help me to solve.

I followed all the procedures to install biblatex and use it with Lyx. It is
working great now and I have managed to edit the biblatex style to suit my
requirements.

However I am having basically two problems:

1. When using the \printbibliography command in ERT I have also to add the
following commands before it so that the bibliography is showed in a new
page and accounted for the TOC.
\clearpage

\addcontentsline{toc}{chapter}{\numberline{}{Bibliography}}


This works fine but when the bibliography has more than one page the header
(which is done using fancy header and works fine to all other pages) is
shown in Uppercase although as I said the fancy header package is configure
to show the headers in lowercase (both chapters and sections)  and works
fine with all other pages. So instead of showing 'Bibliography' it displays
'BIBLIOGRAPHY'.


The fancy header commands, in case are needed are:




\pagestyle{fancy}

\renewcommand{\chaptermark}[1]{\markright{\chaptername\ \thechapter.\ #1}}

\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}{}}

\lhead[\fancyplain{}{}]%

{\fancyplain{}{\bfseries\rightmark}}

\chead[\fancyplain{}{}]%

{\fancyplain{}{}}

\rhead[\fancyplain{}{}]%

{\fancyplain{}{\bfseries\thepage}}

\lfoot[\fancyplain{}{}]%

{\fancyplain{}{}}

\cfoot[\fancyplain{}{}]%

{\fancyplain{}{}}

\rfoot[\fancyplain{}{}]%

{\fancyplain{}{\bfseries\today}}

%%


2. The second problems has to do with the output bibliography format from
biblatex.I am using Author-year style but each item in the bibliography
seems to be displayed unaligned in reference to each other. I do not whether
it is clear but it seems that each item (reference) has its own indentation
for the first line e.g.


Author One Surname, (year) etc etc etc 

Second line and all other are fine..

Third
line

Final
line.


 Author Two Surname, (year) etc etc etc .

Second line and all other are fine..

Third
line

Final
line.


  Author Three Surname, (year) etc etc etc .

Second line and all other are fine..

Third
line

Final
line.



Hope you see what I mean. I do not know what is happening here but each time
I change the fonts the errors in the indentation seems to change between the
items. For instance if Author one was in the right position now it is wrong
but Author two is OK and so on.


Well, hopefully someone will be able to help me.


Thanks in advance.


Jose A


Lyx + Biblatex + Headers formating problems

2008-10-21 Thread Jose A. Aponte
Hi All

I have just started to use Lyx for writing my first year PhD report and I am
having some problems which I hope you can help me to solve.

I followed all the procedures to install biblatex and use it with Lyx. It is
working great now and I have managed to edit the biblatex style to suit my
requirements.

However I am having basically two problems:

1. When using the \printbibliography command in ERT I have also to add the
following commands before it so that the bibliography is showed in a new
page and accounted for the TOC.
\clearpage

\addcontentsline{toc}{chapter}{\numberline{}{Bibliography}}


This works fine but when the bibliography has more than one page the header
(which is done using fancy header and works fine to all other pages) is
shown in Uppercase although as I said the fancy header package is configure
to show the headers in lowercase (both chapters and sections)  and works
fine with all other pages. So instead of showing 'Bibliography' it displays
'BIBLIOGRAPHY'.


The fancy header commands, in case are needed are:




\pagestyle{fancy}

\renewcommand{\chaptermark}[1]{\markright{\chaptername\ \thechapter.\ #1}}

\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}{}}

\lhead[\fancyplain{}{}]%

{\fancyplain{}{\bfseries\rightmark}}

\chead[\fancyplain{}{}]%

{\fancyplain{}{}}

\rhead[\fancyplain{}{}]%

{\fancyplain{}{\bfseries\thepage}}

\lfoot[\fancyplain{}{}]%

{\fancyplain{}{}}

\cfoot[\fancyplain{}{}]%

{\fancyplain{}{}}

\rfoot[\fancyplain{}{}]%

{\fancyplain{}{\bfseries\today}}

%%


2. The second problems has to do with the output bibliography format from
biblatex.I am using Author-year style but each item in the bibliography
seems to be displayed unaligned in reference to each other. I do not whether
it is clear but it seems that each item (reference) has its own indentation
for the first line e.g.


Author One Surname, (year) etc etc etc 

Second line and all other are fine..

Third
line

Final
line.


 Author Two Surname, (year) etc etc etc .

Second line and all other are fine..

Third
line

Final
line.


  Author Three Surname, (year) etc etc etc .

Second line and all other are fine..

Third
line

Final
line.



Hope you see what I mean. I do not know what is happening here but each time
I change the fonts the errors in the indentation seems to change between the
items. For instance if Author one was in the right position now it is wrong
but Author two is OK and so on.


Well, hopefully someone will be able to help me.


Thanks in advance.


Jose A


Import ascii file and preserve formating

2007-05-11 Thread Gregor Skrt
I have problems importing ascii file from file. I have to preserve
original formatting for this file. I've created a PNG picture for first
file I need to include but I'm afraid this can't be done for the file I
have to include today it is just too long. Any Idea how to import txt
file and preserve formating ? Insert-File-Plain text as lines or
Insert-File-Plain text as Paragraphs just doasn't do the thing I want.
Any sugestion ?

Thanks for your help !


ASCII file importing with original formating

2007-05-11 Thread Gregor Skrt
I have problems importing ascii file from file. I have to preserve
original formatting for this file. I've created a PNG picture for first
file I need to include but I'm afraid this can't be done for the file I
have to include today it is just too long. Any Idea how to import txt
file and preserve formating ? Insert-File-Plain text as lines or
Insert-File-Plain text as Paragraphs just doasn't do the thing I want.
Any sugestion ?

Sory if this post was delivered twice ...too many outgoing mail options. 

Thanks for your help !



Re: ASCII file importing with original formating

2007-05-11 Thread Hans Kunkell

Hi Gregor!

Is the verbatim import what you are looking for?
Then it is Insert-File-Child Document, choose file to insert and 
select verbatim style.


/Hans

Gregor Skrt skrev:

I have problems importing ascii file from file. I have to preserve
original formatting for this file. I've created a PNG picture for first
file I need to include but I'm afraid this can't be done for the file I
have to include today it is just too long. Any Idea how to import txt
file and preserve formating ? Insert-File-Plain text as lines or
Insert-File-Plain text as Paragraphs just doasn't do the thing I want.
Any sugestion ?

Sory if this post was delivered twice ...too many outgoing mail options. 


Thanks for your help !




Re: Import ascii file and preserve formating

2007-05-11 Thread Bo Peng

On 5/11/07, Gregor Skrt [EMAIL PROTECTED] wrote:

I have problems importing ascii file from file. I have to preserve
original formatting for this file. I've created a PNG picture for first
file I need to include but I'm afraid this can't be done for the file I
have to include today it is just too long. Any Idea how to import txt
file and preserve formating ? Insert-File-Plain text as lines or
Insert-File-Plain text as Paragraphs just doasn't do the thing I want.
Any sugestion ?


Why can not you use a verbatim environment with ERT? Anyway,
1.5.0beta3 (will be released next Monday) will have listings support
so that you can inset the file as a child document. You can read a bit
about this package for proper options to use.

Cheers,
Bo


Import ascii file and preserve formating

2007-05-11 Thread Gregor Skrt
I have problems importing ascii file from file. I have to preserve
original formatting for this file. I've created a PNG picture for first
file I need to include but I'm afraid this can't be done for the file I
have to include today it is just too long. Any Idea how to import txt
file and preserve formating ? Insert-File-Plain text as lines or
Insert-File-Plain text as Paragraphs just doasn't do the thing I want.
Any sugestion ?

Thanks for your help !


ASCII file importing with original formating

2007-05-11 Thread Gregor Skrt
I have problems importing ascii file from file. I have to preserve
original formatting for this file. I've created a PNG picture for first
file I need to include but I'm afraid this can't be done for the file I
have to include today it is just too long. Any Idea how to import txt
file and preserve formating ? Insert-File-Plain text as lines or
Insert-File-Plain text as Paragraphs just doasn't do the thing I want.
Any sugestion ?

Sory if this post was delivered twice ...too many outgoing mail options. 

Thanks for your help !



Re: ASCII file importing with original formating

2007-05-11 Thread Hans Kunkell

Hi Gregor!

Is the verbatim import what you are looking for?
Then it is Insert-File-Child Document, choose file to insert and 
select verbatim style.


/Hans

Gregor Skrt skrev:

I have problems importing ascii file from file. I have to preserve
original formatting for this file. I've created a PNG picture for first
file I need to include but I'm afraid this can't be done for the file I
have to include today it is just too long. Any Idea how to import txt
file and preserve formating ? Insert-File-Plain text as lines or
Insert-File-Plain text as Paragraphs just doasn't do the thing I want.
Any sugestion ?

Sory if this post was delivered twice ...too many outgoing mail options. 


Thanks for your help !




Re: Import ascii file and preserve formating

2007-05-11 Thread Bo Peng

On 5/11/07, Gregor Skrt [EMAIL PROTECTED] wrote:

I have problems importing ascii file from file. I have to preserve
original formatting for this file. I've created a PNG picture for first
file I need to include but I'm afraid this can't be done for the file I
have to include today it is just too long. Any Idea how to import txt
file and preserve formating ? Insert-File-Plain text as lines or
Insert-File-Plain text as Paragraphs just doasn't do the thing I want.
Any sugestion ?


Why can not you use a verbatim environment with ERT? Anyway,
1.5.0beta3 (will be released next Monday) will have listings support
so that you can inset the file as a child document. You can read a bit
about this package for proper options to use.

Cheers,
Bo


Import ascii file and preserve formating

2007-05-11 Thread Gregor Skrt
I have problems importing ascii file from file. I have to preserve
original formatting for this file. I've created a PNG picture for first
file I need to include but I'm afraid this can't be done for the file I
have to include today it is just too long. Any Idea how to import txt
file and preserve formating ? Insert->File->Plain text as lines or
Insert->File->Plain text as Paragraphs just doasn't do the thing I want.
Any sugestion ?

Thanks for your help !


ASCII file importing with original formating

2007-05-11 Thread Gregor Skrt
I have problems importing ascii file from file. I have to preserve
original formatting for this file. I've created a PNG picture for first
file I need to include but I'm afraid this can't be done for the file I
have to include today it is just too long. Any Idea how to import txt
file and preserve formating ? Insert->File->Plain text as lines or
Insert->File->Plain text as Paragraphs just doasn't do the thing I want.
Any sugestion ?

Sory if this post was delivered twice ...too many outgoing mail options. 

Thanks for your help !



Re: ASCII file importing with original formating

2007-05-11 Thread Hans Kunkell

Hi Gregor!

Is the verbatim import what you are looking for?
Then it is Insert->File->Child Document, choose file to insert and 
select verbatim style.


/Hans

Gregor Skrt skrev:

I have problems importing ascii file from file. I have to preserve
original formatting for this file. I've created a PNG picture for first
file I need to include but I'm afraid this can't be done for the file I
have to include today it is just too long. Any Idea how to import txt
file and preserve formating ? Insert->File->Plain text as lines or
Insert->File->Plain text as Paragraphs just doasn't do the thing I want.
Any sugestion ?

Sory if this post was delivered twice ...too many outgoing mail options. 


Thanks for your help !




Re: Import ascii file and preserve formating

2007-05-11 Thread Bo Peng

On 5/11/07, Gregor Skrt <[EMAIL PROTECTED]> wrote:

I have problems importing ascii file from file. I have to preserve
original formatting for this file. I've created a PNG picture for first
file I need to include but I'm afraid this can't be done for the file I
have to include today it is just too long. Any Idea how to import txt
file and preserve formating ? Insert->File->Plain text as lines or
Insert->File->Plain text as Paragraphs just doasn't do the thing I want.
Any sugestion ?


Why can not you use a verbatim environment with ERT? Anyway,
1.5.0beta3 (will be released next Monday) will have listings support
so that you can inset the file as a child document. You can read a bit
about this package for proper options to use.

Cheers,
Bo


Re: formating of hyperref links

2006-12-06 Thread Daniel Lohmann
Rainer M Krug schrieb:
 I have a second question concerning the hyperref package:
 
 I have in the pdflatex output boxes around the hyperlinks, which does
 not look nice at all (see attached screenshot) and I don't seem to be
 able to make sense out of the hyperref manual.
 
 Can anyone point out which options I have to set to get the urls in
 different test colours and e.g. in font type enhanced?
 

Here is an example of my hyperref options (set in the preamble of the
document). Note the citecolor, linkcolor, etc options.

BTW: hyperref comes with excellent documentation :-]

Daniel

\usepackage{color}
\definecolor{darkgrey}{rgb}{.8, 8, 8}
\usepackage[pdftex]{hyperref}
\hypersetup
{
backref = true,
pagebackref  = true,
colorlinks = true,
linkcolor = darkgrey,
anchorcolor = darkgrey,
citecolor = darkgrey,
filecolor = darkgrey,
urlcolor = darkgrey,
pagecolor= darkgrey,
pdftitle = {A Quantitive Analysis of Aspects in the eCos Kernel},
pdfsubject = {D.4.7 [Operating Systems]: Organization and
Design?Realtime systems and embedded systems; D.3.3 [Programming
Languages]: Language Constructs and Features},
pdfauthor = {Daniel Lohmann, Fabian Scheler, Reinhard Tartler, Olaf
Spinczyk, Wolfgang Schröder-Preikschat},
pdfkeywords = {AOP, Aspect-opriented Programming, AspectC++, Footprint,
eCos},
pdfcreator = LyX :-)
}



Re: formating of hyperref links

2006-12-06 Thread Rainer M Krug

Daniel Lohmann wrote:

Rainer M Krug schrieb:

I have a second question concerning the hyperref package:

I have in the pdflatex output boxes around the hyperlinks, which does
not look nice at all (see attached screenshot) and I don't seem to be
able to make sense out of the hyperref manual.

Can anyone point out which options I have to set to get the urls in
different test colours and e.g. in font type enhanced?



Here is an example of my hyperref options (set in the preamble of the
document). Note the citecolor, linkcolor, etc options.


Thanks a million - it looks much nicer now.



BTW: hyperref comes with excellent documentation :-]


I believe so - I probably have to spend some time reading it in detail 
again.


Rainer



Daniel

\usepackage{color}
\definecolor{darkgrey}{rgb}{.8, 8, 8}
\usepackage[pdftex]{hyperref}
\hypersetup
{
backref = true,
pagebackref  = true,
colorlinks = true,
linkcolor = darkgrey,
anchorcolor = darkgrey,
citecolor = darkgrey,
filecolor = darkgrey,
urlcolor = darkgrey,
pagecolor= darkgrey,
pdftitle = {A Quantitive Analysis of Aspects in the eCos Kernel},
pdfsubject = {D.4.7 [Operating Systems]: Organization and
Design?Realtime systems and embedded systems; D.3.3 [Programming
Languages]: Language Constructs and Features},
pdfauthor = {Daniel Lohmann, Fabian Scheler, Reinhard Tartler, Olaf
Spinczyk, Wolfgang Schröder-Preikschat},
pdfkeywords = {AOP, Aspect-opriented Programming, AspectC++, Footprint,
eCos},
pdfcreator = LyX :-)
}




--
Rainer M. Krug, Dipl. Phys. (Germany), MSc Conservation
Biology (UCT)

Department of Conservation Ecology and Entomology
University of Stellenbosch
Matieland 7602
South Africa

Tel:+27 - (0)72 808 2975 (w)
Fax:+27 - (0)86 516 2782
Fax:+27 - (0)21 808 3304 (w)
Cell:   +27 - (0)83 9479 042

email:  [EMAIL PROTECTED]
[EMAIL PROTECTED]


Re: formating of hyperref links

2006-12-06 Thread Daniel Lohmann
Rainer M Krug schrieb:
 I have a second question concerning the hyperref package:
 
 I have in the pdflatex output boxes around the hyperlinks, which does
 not look nice at all (see attached screenshot) and I don't seem to be
 able to make sense out of the hyperref manual.
 
 Can anyone point out which options I have to set to get the urls in
 different test colours and e.g. in font type enhanced?
 

Here is an example of my hyperref options (set in the preamble of the
document). Note the citecolor, linkcolor, etc options.

BTW: hyperref comes with excellent documentation :-]

Daniel

\usepackage{color}
\definecolor{darkgrey}{rgb}{.8, 8, 8}
\usepackage[pdftex]{hyperref}
\hypersetup
{
backref = true,
pagebackref  = true,
colorlinks = true,
linkcolor = darkgrey,
anchorcolor = darkgrey,
citecolor = darkgrey,
filecolor = darkgrey,
urlcolor = darkgrey,
pagecolor= darkgrey,
pdftitle = {A Quantitive Analysis of Aspects in the eCos Kernel},
pdfsubject = {D.4.7 [Operating Systems]: Organization and
Design?Realtime systems and embedded systems; D.3.3 [Programming
Languages]: Language Constructs and Features},
pdfauthor = {Daniel Lohmann, Fabian Scheler, Reinhard Tartler, Olaf
Spinczyk, Wolfgang Schröder-Preikschat},
pdfkeywords = {AOP, Aspect-opriented Programming, AspectC++, Footprint,
eCos},
pdfcreator = LyX :-)
}



Re: formating of hyperref links

2006-12-06 Thread Rainer M Krug

Daniel Lohmann wrote:

Rainer M Krug schrieb:

I have a second question concerning the hyperref package:

I have in the pdflatex output boxes around the hyperlinks, which does
not look nice at all (see attached screenshot) and I don't seem to be
able to make sense out of the hyperref manual.

Can anyone point out which options I have to set to get the urls in
different test colours and e.g. in font type enhanced?



Here is an example of my hyperref options (set in the preamble of the
document). Note the citecolor, linkcolor, etc options.


Thanks a million - it looks much nicer now.



BTW: hyperref comes with excellent documentation :-]


I believe so - I probably have to spend some time reading it in detail 
again.


Rainer



Daniel

\usepackage{color}
\definecolor{darkgrey}{rgb}{.8, 8, 8}
\usepackage[pdftex]{hyperref}
\hypersetup
{
backref = true,
pagebackref  = true,
colorlinks = true,
linkcolor = darkgrey,
anchorcolor = darkgrey,
citecolor = darkgrey,
filecolor = darkgrey,
urlcolor = darkgrey,
pagecolor= darkgrey,
pdftitle = {A Quantitive Analysis of Aspects in the eCos Kernel},
pdfsubject = {D.4.7 [Operating Systems]: Organization and
Design?Realtime systems and embedded systems; D.3.3 [Programming
Languages]: Language Constructs and Features},
pdfauthor = {Daniel Lohmann, Fabian Scheler, Reinhard Tartler, Olaf
Spinczyk, Wolfgang Schröder-Preikschat},
pdfkeywords = {AOP, Aspect-opriented Programming, AspectC++, Footprint,
eCos},
pdfcreator = LyX :-)
}




--
Rainer M. Krug, Dipl. Phys. (Germany), MSc Conservation
Biology (UCT)

Department of Conservation Ecology and Entomology
University of Stellenbosch
Matieland 7602
South Africa

Tel:+27 - (0)72 808 2975 (w)
Fax:+27 - (0)86 516 2782
Fax:+27 - (0)21 808 3304 (w)
Cell:   +27 - (0)83 9479 042

email:  [EMAIL PROTECTED]
[EMAIL PROTECTED]


  1   2   >