Re: double dots in chapter numbering Hungarian

2021-01-07 Thread Horváth Andor
Thanks! I filed the bug, but then realized there was already a ticket
(https://www.lyx.org/trac/ticket/11573) in the subject.

For the time being, a workaround solution, based on the comments to this
ticket, was to start my local layout like this:

---

Counter chapter
LabelString "\\arabic{chapter}"
End

Style Chapter
LabelString "\thechapter."
TocLevel 0
End

---

This solves chapter, section, subsection numbering alike. Thanks a lot!

Andor

On 2021. 01. 06. 20:07, Richard Kimberly Heck wrote:
> On 1/6/21 9:01 AM, Horváth Andor wrote:
>> Hello!
>>
>> I have been using LyX for the past 6 months now, and I love it - but
>> there is an annoying detail I would love to change. When set to
>> Hungarian, the chapter counter includes a dot, while the other counters
>> don't. So "Chapter 1", which should be "1. fejezet" in Hungarian, looks
>> like "1.. fejezet", and "Section 1.1" is numbered like "1..1".
>>
>> I tried adding local layout commands, but I haven't managed to remove
>> that unnecessary extra dot.
>>
>> Is there a workaround for this issue? Thank you so much for any
>> ideas/advices!
> 
> I think this just got fixed for the next version (which, unfortunately,
> is a little ways away). But maybe I'm wrong about that and it was
> another language. I believe the extra dot comes from the translation file.
> 
> Can you please file a bug about this at lyx.org/trac/? That way we do
> not lose track of it.
> 
> Riki
> 
> 
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: double dots in chapter numbering Hungarian

2021-01-06 Thread Richard Kimberly Heck
On 1/6/21 9:01 AM, Horváth Andor wrote:
> Hello!
>
> I have been using LyX for the past 6 months now, and I love it - but
> there is an annoying detail I would love to change. When set to
> Hungarian, the chapter counter includes a dot, while the other counters
> don't. So "Chapter 1", which should be "1. fejezet" in Hungarian, looks
> like "1.. fejezet", and "Section 1.1" is numbered like "1..1".
>
> I tried adding local layout commands, but I haven't managed to remove
> that unnecessary extra dot.
>
> Is there a workaround for this issue? Thank you so much for any
> ideas/advices!

I think this just got fixed for the next version (which, unfortunately,
is a little ways away). But maybe I'm wrong about that and it was
another language. I believe the extra dot comes from the translation file.

Can you please file a bug about this at lyx.org/trac/? That way we do
not lose track of it.

Riki


-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


double dots in chapter numbering Hungarian

2021-01-06 Thread Horváth Andor
Hello!

I have been using LyX for the past 6 months now, and I love it - but
there is an annoying detail I would love to change. When set to
Hungarian, the chapter counter includes a dot, while the other counters
don't. So "Chapter 1", which should be "1. fejezet" in Hungarian, looks
like "1.. fejezet", and "Section 1.1" is numbered like "1..1".

I tried adding local layout commands, but I haven't managed to remove
that unnecessary extra dot.

Is there a workaround for this issue? Thank you so much for any
ideas/advices!

Andor
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: how to get rid of dots in nomenclature subgroup headings

2016-07-10 Thread Karl Linek
Hello,

I'm using sections in my nomenclature. It worked well, but suddenly it
didn't work anymore. Studing the wiki ditn't help. Then I read this
letter. The command '\usepackage{ifthen}' in the preamble fixed all My
problems. Therefore one should add this command in the wiki 'Creating
Nomenclature with Sections'.

Nevertheless thank you for your steady work.



Am Mittwoch, den 07.10.2015, 13:56 +0200 schrieb Michael Berger:
> Dear Friends of LyX,
> in the nomenclature of my document (KOMAScript article) I use in the
> preamble
> 
>  \usepackage{ifthen}
> \renewcommand{\nomgroup}[1]{%
> \ifthenelse{\equal{#1}{C}}{\item[\textbf{Symbols}]}{%
> \ifthenelse{\equal{#1}{D}}{\item[\textbf{Numbers}]}{%
> \ifthenelse{\equal{#1}{B}}{\item[\textbf{Abbreviations}]}{%
> \ifthenelse{\equal{#1}{A}}{\item[\textbf{Definitions}]}{}
> }% B matches Abbreviations
> }% A matches Definitions
> }% C matches Symbols
> }% D matches Numbers
> 
> and in the LyX document
> \renewcommand{\nomlabel}[1]{#1\dotfill}
> \renewcommand{\nomname}{Nomenclature of Linguistic Terms}
> 
> I not only get dots in each entry as desired but also undesired dots
> after the subgroup headings as per screen shot.
> How to remove the dots after the subgroup headings?
> 
> Thanks and regards
> 
> 
> Michael Berger, Dipl. Ing.
> Im Borngrund 7a
> D-35606 Solms
> id...@online.de
> Fon: +49 6442 706509
> Fax: 032121247536
-- 





how to get rid of dots in nomenclature subgroup headings

2015-10-07 Thread Michael Berger

Dear Friends of LyX,
in the nomenclature of my document (KOMAScriptarticle) I use in the preamble

\usepackage{ifthen}

\renewcommand{\nomgroup}[1]{%

\ifthenelse{\equal{#1}{C}}{\item[\textbf{Symbols}]}{%

\ifthenelse{\equal{#1}{D}}{\item[\textbf{Numbers}]}{%

\ifthenelse{\equal{#1}{B}}{\item[\textbf{Abbreviations}]}{%

\ifthenelse{\equal{#1}{A}}{\item[\textbf{Definitions}]}{}

}% B matches Abbreviations

}% A matches Definitions

}% C matches Symbols

}% D matches Numbers

and in the LyX document \renewcommand{\nomlabel}[1]{#1\dotfill}

\renewcommand{\nomname}{Nomenclature of Linguistic Terms}

I not only get dots in each entry as desired but also undesired dots 
after the subgroup headings as per screen shot.

How to remove the dots after the subgroup headings?

Thanks and regards


Michael Berger, Dipl. Ing.
Im Borngrund 7a
D-35606 Solms
id...@online.de
Fon: +49 6442 706509
Fax: 032121247536
Linux member


How to insert dots (ellipsis) in text mode?

2015-08-02 Thread Victor Porton
How to insert dots (ellipsis) in text mode?

-- 
Victor Porton - http://portonvictor.org


Re: How to insert dots (ellipsis) in text mode?

2015-08-02 Thread Shay Riggs
Victor,

What platform are you on? On LyX 2.1.3 you can find it under the Insert 
Special Character menu where it should also tell you the keyboard shortcut.

For example, on my Linux machine it is Left Alt+. [i.e. the full stop
character].


Hope this helps.


Shay

On 2 August 2015 at 23:48, Victor Porton por...@narod.ru wrote:

 How to insert dots (ellipsis) in text mode?

 --
 Victor Porton - http://portonvictor.org




Re: How to insert dots (ellipsis) in text mode?

2015-08-02 Thread Rich Shepard

On Mon, 3 Aug 2015, Victor Porton wrote:


How to insert dots (ellipsis) in text mode?


  You can also enter either of these two LaTeX commands in an ERT box:
\textellipsis
or
\ldots

Rich


How to insert dots (ellipsis) in text mode?

2015-08-02 Thread Victor Porton
How to insert dots (ellipsis) in text mode?

-- 
Victor Porton - http://portonvictor.org


Re: How to insert dots (ellipsis) in text mode?

2015-08-02 Thread Shay Riggs
Victor,

What platform are you on? On LyX 2.1.3 you can find it under the Insert >
Special Character menu where it should also tell you the keyboard shortcut.

For example, on my Linux machine it is Left Alt+. [i.e. the full stop
character].


Hope this helps.


Shay

On 2 August 2015 at 23:48, Victor Porton <por...@narod.ru> wrote:

> How to insert dots (ellipsis) in text mode?
>
> --
> Victor Porton - http://portonvictor.org
>
>


Re: How to insert dots (ellipsis) in text mode?

2015-08-02 Thread Rich Shepard

On Mon, 3 Aug 2015, Victor Porton wrote:


How to insert dots (ellipsis) in text mode?


  You can also enter either of these two LaTeX commands in an ERT box:
\textellipsis
or
\ldots

Rich


Table of content with dots and shrink distance between entrys

2014-12-11 Thread Uwe Ade
Hello 

for a book i use coma-script-buch.

 My table of contens look like


top1  1
top2  4
top3  12

I want a table of contents that look like


top1…...1
top2…. .. 4
top3. …..12

I this possible ?How does this work?

Second question. Is it possible to shrink the distance between the items in the 
table of content. 

Thanks 

uwe 

Re: Table of content with dots and shrink distance between entrys

2014-12-11 Thread Nikos Alexandris

On 11.12.2014 18:28, Uwe Ade wrote:


Hello

for a book i use coma-script-buch.

 My table of contens look like


top1  1
top2  4
top3  12

I want a table of contents that look like


top1…...1
top2…. .. 4
top3. …..12

I this possible ?How does this work?


A solution for this is given among the posts at 
http://latex-community.org/forum/viewtopic.php?f=19t=7904.




Second question. Is it possible to shrink the distance between the
items in the table of content.


Which items?  Everything is (should) be possible.  For the KOMA-script, 
all of the details are explained in the manual. For example at: 
http://ftp.ntua.gr/mirror/ctan/macros/latex/contrib/koma-script/doc/scrguien.pdf.


Nikos


Table of content with dots and shrink distance between entrys

2014-12-11 Thread Uwe Ade
Hello 

for a book i use coma-script-buch.

 My table of contens look like


top1  1
top2  4
top3  12

I want a table of contents that look like


top1…...1
top2…. .. 4
top3. …..12

I this possible ?How does this work?

Second question. Is it possible to shrink the distance between the items in the 
table of content. 

Thanks 

uwe 

Re: Table of content with dots and shrink distance between entrys

2014-12-11 Thread Nikos Alexandris

On 11.12.2014 18:28, Uwe Ade wrote:


Hello

for a book i use coma-script-buch.

 My table of contens look like


top1  1
top2  4
top3  12

I want a table of contents that look like


top1…...1
top2…. .. 4
top3. …..12

I this possible ?How does this work?


A solution for this is given among the posts at 
http://latex-community.org/forum/viewtopic.php?f=19t=7904.




Second question. Is it possible to shrink the distance between the
items in the table of content.


Which items?  Everything is (should) be possible.  For the KOMA-script, 
all of the details are explained in the manual. For example at: 
http://ftp.ntua.gr/mirror/ctan/macros/latex/contrib/koma-script/doc/scrguien.pdf.


Nikos


Table of content with dots and shrink distance between entrys

2014-12-11 Thread Uwe Ade
Hello 

for a book i use coma-script-buch.

 My table of contens look like


top1  1
top2  4
top3  12

I want a table of contents that look like


top1…...1
top2…. .. 4
top3. …..12

I this possible ?How does this work?

Second question. Is it possible to shrink the distance between the items in the 
table of content. 

Thanks 

uwe 

Re: Table of content with dots and shrink distance between entrys

2014-12-11 Thread Nikos Alexandris

On 11.12.2014 18:28, Uwe Ade wrote:


Hello

for a book i use coma-script-buch.

 My table of contens look like


top1  1
top2  4
top3  12

I want a table of contents that look like


top1…...1
top2…. .. 4
top3. …..12

I this possible ?How does this work?


A solution for this is given among the posts at 
.




Second question. Is it possible to shrink the distance between the
items in the table of content.


Which items?  Everything is (should) be possible.  For the KOMA-script, 
all of the details are explained in the manual. For example at: 
.


Nikos


dots in screen

2012-06-30 Thread Sergio Celani
Dear  developers

I install the latest version of   LyX 2.0.4 in Windows seven, but

the   $\ldots$, or  $\cdots$  do not appear on the screen.

Sergio


Re: dots in screen

2012-06-30 Thread Vincent van Ravesteijn

Op 30-6-2012 14:58, Sergio Celani schreef:

Dear  developers

I install the latest version of   LyX 2.0.4 in Windows seven, but

the   $\ldots$, or  $\cdots$  do not appear on the screen.

Sergio


Try to zoom in or out.

Vincent



dots in screen

2012-06-30 Thread Sergio Celani
Dear  developers

I install the latest version of   LyX 2.0.4 in Windows seven, but

the   $\ldots$, or  $\cdots$  do not appear on the screen.

Sergio


Re: dots in screen

2012-06-30 Thread Vincent van Ravesteijn

Op 30-6-2012 14:58, Sergio Celani schreef:

Dear  developers

I install the latest version of   LyX 2.0.4 in Windows seven, but

the   $\ldots$, or  $\cdots$  do not appear on the screen.

Sergio


Try to zoom in or out.

Vincent



dots in screen

2012-06-30 Thread Sergio Celani
Dear  developers

I install the latest version of   LyX 2.0.4 in Windows seven, but

the   $\ldots$, or  $\cdots$  do not appear on the screen.

Sergio


Re: dots in screen

2012-06-30 Thread Vincent van Ravesteijn

Op 30-6-2012 14:58, Sergio Celani schreef:

Dear  developers

I install the latest version of   LyX 2.0.4 in Windows seven, but

the   $\ldots$, or  $\cdots$  do not appear on the screen.

Sergio


Try to zoom in or out.

Vincent



Re: e.g. and other dots that do not end sentences

2009-08-09 Thread rgheck

On 08/08/2009 10:31 AM, Eran Kaplinsky wrote:

  How do you type things like e.g. in lyx? If you do not take special
  care, it is translated to latex merely as e.g. and therefore 
creates

  a giant space after the abbreviation. How to avoid that?

 Insert - Formatting - Inter-Word Space

 or you can insert a protected space that will prevent line breaks 
on  that space if you want.  You can right-click on the space and 
change  its type.


Personally, I would use a Thin Space in this case (Insert  
Formatting  Thin Space or Ctrl-Shift-space). But this depends on 
the micro-typographical conventions/the taste you adhere to).

Jürgen
I think in English the convention would be a normal sized space, i.e., 
not end of sentence. I think a protected space will give you that.


rh



Re: e.g. and other dots that do not end sentences

2009-08-09 Thread rgheck

On 08/08/2009 10:31 AM, Eran Kaplinsky wrote:

  How do you type things like e.g. in lyx? If you do not take special
  care, it is translated to latex merely as e.g. and therefore 
creates

  a giant space after the abbreviation. How to avoid that?

 Insert - Formatting - Inter-Word Space

 or you can insert a protected space that will prevent line breaks 
on  that space if you want.  You can right-click on the space and 
change  its type.


Personally, I would use a Thin Space in this case (Insert  
Formatting  Thin Space or Ctrl-Shift-space). But this depends on 
the micro-typographical conventions/the taste you adhere to).

Jürgen
I think in English the convention would be a normal sized space, i.e., 
not end of sentence. I think a protected space will give you that.


rh



Re: e.g. and other dots that do not end sentences

2009-08-09 Thread rgheck

On 08/08/2009 10:31 AM, Eran Kaplinsky wrote:

> > How do you type things like e.g. in lyx? If you do not take special
> > care, it is translated to latex merely as "e.g." and therefore 
creates

> > a giant space after the abbreviation. How to avoid that?
>
> Insert -> Formatting -> Inter-Word Space
>
> or you can insert a "protected" space that will prevent line breaks 
on > that space if you want.  You can right-click on the space and 
change > its type.


Personally, I would use a "Thin Space" in this case (Insert > 
Formatting > Thin Space or Ctrl-Shift-). But this depends on 
the micro-typographical conventions/the taste you adhere to).

Jürgen
I think in English the convention would be a normal sized space, i.e., 
not end of sentence. I think a protected space will give you that.


rh



Re: e.g. and other dots that do not end sentences

2009-08-08 Thread Eran Kaplinsky
Also note that the Chicago Manual of Style requires a comma after e.g., 
as it does with for example.




James C. Sutherland wrote:
  How do you type things like e.g. in lyx? If you do not take special
  care, it is translated to latex merely as e.g. and therefore creates
  a giant space after the abbreviation. How to avoid that?

 Insert - Formatting - Inter-Word Space

 or you can insert a protected space that will prevent line breaks on  
 that space if you want.  You can right-click on the space and change  
 its type.


Personally, I would use a Thin Space in this case (Insert  Formatting  
Thin Space or Ctrl-Shift-space). But this depends on the micro-typographical 
conventions/the taste you adhere to). 


Jürgen
  


Re: e.g. and other dots that do not end sentences

2009-08-08 Thread Eran Kaplinsky
Also note that the Chicago Manual of Style requires a comma after e.g., 
as it does with for example.




James C. Sutherland wrote:
  How do you type things like e.g. in lyx? If you do not take special
  care, it is translated to latex merely as e.g. and therefore creates
  a giant space after the abbreviation. How to avoid that?

 Insert - Formatting - Inter-Word Space

 or you can insert a protected space that will prevent line breaks on  
 that space if you want.  You can right-click on the space and change  
 its type.


Personally, I would use a Thin Space in this case (Insert  Formatting  
Thin Space or Ctrl-Shift-space). But this depends on the micro-typographical 
conventions/the taste you adhere to). 


Jürgen
  


Re: e.g. and other dots that do not end sentences

2009-08-08 Thread Eran Kaplinsky
Also note that the Chicago Manual of Style requires a comma after e.g., 
as it does with "for example".




James C. Sutherland wrote:
> > How do you type things like e.g. in lyx? If you do not take special
> > care, it is translated to latex merely as "e.g." and therefore creates
> > a giant space after the abbreviation. How to avoid that?
>
> Insert -> Formatting -> Inter-Word Space
>
> or you can insert a "protected" space that will prevent line breaks on  
> that space if you want.  You can right-click on the space and change  
> its type.


Personally, I would use a "Thin Space" in this case (Insert > Formatting > 
Thin Space or Ctrl-Shift-). But this depends on the micro-typographical 
conventions/the taste you adhere to). 


Jürgen
  


e.g. and other dots that do not end sentences

2009-08-05 Thread Niko Schwarz
Hello!

How do you type things like e.g. in lyx? If you do not take special
care, it is translated to latex merely as e.g. and therefore creates
a giant space after the abbreviation. How to avoid that?

Cheers,

Niko


Re: e.g. and other dots that do not end sentences

2009-08-05 Thread James C. Sutherland


On Aug 5, 2009, at 7:46 AM, Niko Schwarz wrote:


How do you type things like e.g. in lyx? If you do not take special
care, it is translated to latex merely as e.g. and therefore creates
a giant space after the abbreviation. How to avoid that?


Insert - Formatting - Inter-Word Space

or you can insert a protected space that will prevent line breaks on  
that space if you want.  You can right-click on the space and change  
its type.


Re: e.g. and other dots that do not end sentences

2009-08-05 Thread Jürgen Spitzmüller
James C. Sutherland wrote:
  How do you type things like e.g. in lyx? If you do not take special
  care, it is translated to latex merely as e.g. and therefore creates
  a giant space after the abbreviation. How to avoid that?

 Insert - Formatting - Inter-Word Space

 or you can insert a protected space that will prevent line breaks on  
 that space if you want.  You can right-click on the space and change  
 its type.

Personally, I would use a Thin Space in this case (Insert  Formatting  
Thin Space or Ctrl-Shift-space). But this depends on the micro-typographical 
conventions/the taste you adhere to). 

Jürgen


e.g. and other dots that do not end sentences

2009-08-05 Thread Niko Schwarz
Hello!

How do you type things like e.g. in lyx? If you do not take special
care, it is translated to latex merely as e.g. and therefore creates
a giant space after the abbreviation. How to avoid that?

Cheers,

Niko


Re: e.g. and other dots that do not end sentences

2009-08-05 Thread James C. Sutherland


On Aug 5, 2009, at 7:46 AM, Niko Schwarz wrote:


How do you type things like e.g. in lyx? If you do not take special
care, it is translated to latex merely as e.g. and therefore creates
a giant space after the abbreviation. How to avoid that?


Insert - Formatting - Inter-Word Space

or you can insert a protected space that will prevent line breaks on  
that space if you want.  You can right-click on the space and change  
its type.


Re: e.g. and other dots that do not end sentences

2009-08-05 Thread Jürgen Spitzmüller
James C. Sutherland wrote:
  How do you type things like e.g. in lyx? If you do not take special
  care, it is translated to latex merely as e.g. and therefore creates
  a giant space after the abbreviation. How to avoid that?

 Insert - Formatting - Inter-Word Space

 or you can insert a protected space that will prevent line breaks on  
 that space if you want.  You can right-click on the space and change  
 its type.

Personally, I would use a Thin Space in this case (Insert  Formatting  
Thin Space or Ctrl-Shift-space). But this depends on the micro-typographical 
conventions/the taste you adhere to). 

Jürgen


e.g. and other dots that do not end sentences

2009-08-05 Thread Niko Schwarz
Hello!

How do you type things like e.g. in lyx? If you do not take special
care, it is translated to latex merely as "e.g." and therefore creates
a giant space after the abbreviation. How to avoid that?

Cheers,

Niko


Re: e.g. and other dots that do not end sentences

2009-08-05 Thread James C. Sutherland


On Aug 5, 2009, at 7:46 AM, Niko Schwarz wrote:


How do you type things like e.g. in lyx? If you do not take special
care, it is translated to latex merely as "e.g." and therefore creates
a giant space after the abbreviation. How to avoid that?


Insert -> Formatting -> Inter-Word Space

or you can insert a "protected" space that will prevent line breaks on  
that space if you want.  You can right-click on the space and change  
its type.


Re: e.g. and other dots that do not end sentences

2009-08-05 Thread Jürgen Spitzmüller
James C. Sutherland wrote:
> > How do you type things like e.g. in lyx? If you do not take special
> > care, it is translated to latex merely as "e.g." and therefore creates
> > a giant space after the abbreviation. How to avoid that?
>
> Insert -> Formatting -> Inter-Word Space
>
> or you can insert a "protected" space that will prevent line breaks on  
> that space if you want.  You can right-click on the space and change  
> its type.

Personally, I would use a "Thin Space" in this case (Insert > Formatting > 
Thin Space or Ctrl-Shift-). But this depends on the micro-typographical 
conventions/the taste you adhere to). 

Jürgen


change space between dots in toc

2009-03-01 Thread Robert Neumann
Hello,
I use Lyx 1.3.4 on a SuSE Linux. I'm using the document-class article.
Is there a way to switch the dots in the toc between header ans pagenumber on
and off?
How can I change the space between the dots?
Thanks
Robert



Re: change space between dots in toc

2009-03-01 Thread Nikos Alexandris
On Sun, 2009-03-01 at 15:42 +, Robert Neumann wrote:
 Hello,
 I use Lyx 1.3.4 on a SuSE Linux. I'm using the document-class article.
 Is there a way to switch the dots in the toc between header ans pagenumber 
 on
 and off?
 How can I change the space between the dots?
 Thanks
 Robert
 

Hi Robert.

What you are looking for is described in the documentation of the
tocloft package. You need to load the tocloft package of course:

% put this in the Preamble
\usepackage{tocloft}


To make the dots to disappear you would need to put in your preamble (or
before the toc in your document as an ERT I think... !?) something
like \renewcommand{\cftXdotsep}{\cftnodots} where X is chap (for
chapter), sec (for section) and more

% for example, to switch off the dots for scetion entries
\renewcommand{\cftsecdotsep}{\cftnodots}

The documentation is very useful. You can get it from
http://www.ctan.org/tex-archive/help/Catalogue/entries/tocloft.html

Hope this helps.
Cheers, Nikos




change space between dots in toc

2009-03-01 Thread Robert Neumann
Hello,
I use Lyx 1.3.4 on a SuSE Linux. I'm using the document-class article.
Is there a way to switch the dots in the toc between header ans pagenumber on
and off?
How can I change the space between the dots?
Thanks
Robert



Re: change space between dots in toc

2009-03-01 Thread Nikos Alexandris
On Sun, 2009-03-01 at 15:42 +, Robert Neumann wrote:
 Hello,
 I use Lyx 1.3.4 on a SuSE Linux. I'm using the document-class article.
 Is there a way to switch the dots in the toc between header ans pagenumber 
 on
 and off?
 How can I change the space between the dots?
 Thanks
 Robert
 

Hi Robert.

What you are looking for is described in the documentation of the
tocloft package. You need to load the tocloft package of course:

% put this in the Preamble
\usepackage{tocloft}


To make the dots to disappear you would need to put in your preamble (or
before the toc in your document as an ERT I think... !?) something
like \renewcommand{\cftXdotsep}{\cftnodots} where X is chap (for
chapter), sec (for section) and more

% for example, to switch off the dots for scetion entries
\renewcommand{\cftsecdotsep}{\cftnodots}

The documentation is very useful. You can get it from
http://www.ctan.org/tex-archive/help/Catalogue/entries/tocloft.html

Hope this helps.
Cheers, Nikos




change space between dots in toc

2009-03-01 Thread Robert Neumann
Hello,
I use Lyx 1.3.4 on a SuSE Linux. I'm using the document-class article.
Is there a way to "switch" the dots in the toc between header ans pagenumber on
and off?
How can I change the space between the dots?
Thanks
Robert



Re: change space between dots in toc

2009-03-01 Thread Nikos Alexandris
On Sun, 2009-03-01 at 15:42 +, Robert Neumann wrote:
> Hello,
> I use Lyx 1.3.4 on a SuSE Linux. I'm using the document-class article.
> Is there a way to "switch" the dots in the toc between header ans pagenumber 
> on
> and off?
> How can I change the space between the dots?
> Thanks
> Robert
> 

Hi Robert.

What you are looking for is described in the documentation of the
"tocloft" package. You need to load the tocloft package of course:

% put this in the Preamble
\usepackage{tocloft}


To make the dots to disappear you would need to put in your preamble (or
before the "toc" in your document as an ERT I think... !?) something
like "\renewcommand{\cftXdotsep}{\cftnodots}" where X is chap (for
chapter), sec (for section) and more

% for example, to switch off the dots for scetion entries
\renewcommand{\cftsecdotsep}{\cftnodots}

The documentation is very useful. You can get it from
http://www.ctan.org/tex-archive/help/Catalogue/entries/tocloft.html

Hope this helps.
Cheers, Nikos




Dots

2008-09-03 Thread Yago
Hi to all.

I need a code to represent the number two square root in a continued fraction 
like the attached jpg file, and I have problems fot that. My last aproximation 
to the final moved dots is the code bellow, that's print the last 2 with the 
raised dots at right, but I'm not capable to insert this code in LyX math mode.

Thanks for your help.

\begin{document}
2$\:$\raisebox{-1.65ex}{$\ddots$}

\end{document}
attachment: sqrt2.jpg

Re: Dots

2008-09-03 Thread Bob Lounsbury
On Wed, Sep 3, 2008 at 11:59 AM, Yago [EMAIL PROTECTED] wrote:
 Hi to all.

 I need a code to represent the number two square root in a continued
 fraction like the attached jpg file, and I have problems fot that. My last
 aproximation to the final moved dots is the code bellow, that's print the
 last 2 with the raised dots at right, but I'm not capable to insert this
 code in LyX math mode.

 Thanks for your help.

 \begin{document}

 2$\:$\raisebox{-1.65ex}{$\ddots$}

 \end{document}

If you're in math mode and you type '\ddots' and the hit the 'space'
bar you should see the forward slash dots as in your picture.

/Bob


Dots

2008-09-03 Thread Yago
Finally, this code makes the job. Thanks.

\begin{document}
$\sqrt{2}=1+\dfrac{1}{2+\dfrac{1}{2+\dfrac{1}{2+{\raisebox{-1.7ex}{$\ddots$

\end{document}


Dots

2008-09-03 Thread Yago
Hi to all.

I need a code to represent the number two square root in a continued fraction 
like the attached jpg file, and I have problems fot that. My last aproximation 
to the final moved dots is the code bellow, that's print the last 2 with the 
raised dots at right, but I'm not capable to insert this code in LyX math mode.

Thanks for your help.

\begin{document}
2$\:$\raisebox{-1.65ex}{$\ddots$}

\end{document}
attachment: sqrt2.jpg

Re: Dots

2008-09-03 Thread Bob Lounsbury
On Wed, Sep 3, 2008 at 11:59 AM, Yago [EMAIL PROTECTED] wrote:
 Hi to all.

 I need a code to represent the number two square root in a continued
 fraction like the attached jpg file, and I have problems fot that. My last
 aproximation to the final moved dots is the code bellow, that's print the
 last 2 with the raised dots at right, but I'm not capable to insert this
 code in LyX math mode.

 Thanks for your help.

 \begin{document}

 2$\:$\raisebox{-1.65ex}{$\ddots$}

 \end{document}

If you're in math mode and you type '\ddots' and the hit the 'space'
bar you should see the forward slash dots as in your picture.

/Bob


Dots

2008-09-03 Thread Yago
Finally, this code makes the job. Thanks.

\begin{document}
$\sqrt{2}=1+\dfrac{1}{2+\dfrac{1}{2+\dfrac{1}{2+{\raisebox{-1.7ex}{$\ddots$

\end{document}


Dots

2008-09-03 Thread Yago
Hi to all.

I need a code to represent the number two square root in a continued fraction 
like the attached jpg file, and I have problems fot that. My last aproximation 
to the final moved dots is the code bellow, that's print the last 2 with the 
raised dots at right, but I'm not capable to insert this code in LyX math mode.

Thanks for your help.

\begin{document}
2$\:$\raisebox{-1.65ex}{$\ddots$}

\end{document}
<>

Re: Dots

2008-09-03 Thread Bob Lounsbury
On Wed, Sep 3, 2008 at 11:59 AM, Yago <[EMAIL PROTECTED]> wrote:
> Hi to all.
>
> I need a code to represent the number two square root in a continued
> fraction like the attached jpg file, and I have problems fot that. My last
> aproximation to the final moved dots is the code bellow, that's print the
> last 2 with the raised dots at right, but I'm not capable to insert this
> code in LyX math mode.
>
> Thanks for your help.
>
> \begin{document}
>
> 2$\:$\raisebox{-1.65ex}{$\ddots$}
>
> \end{document}

If you're in math mode and you type '\ddots' and the hit the 'space'
bar you should see the forward slash dots as in your picture.

/Bob


Dots

2008-09-03 Thread Yago
Finally, this code makes the job. Thanks.

\begin{document}
$\sqrt{2}=1+\dfrac{1}{2+\dfrac{1}{2+\dfrac{1}{2+{\raisebox{-1.7ex}{$\ddots$

\end{document}


TOC font changes, adding dots between heading and page

2007-07-20 Thread Lyx Physicst

Hi all, Im trying to tweak a few things in my Table of contents. 1) I need
to change how Lyx makes all new sections(ie chapter, list of tables, list of
figures, etc)  in bold font and the corresponding listed page number is in
bold as well.  I need to make the whole thing in normal font.   2) I need to
have the dots that go from section to page number ie:
1.1Background... 1
Apply to all items in the table of contents.  Right now, the main chapter
titles do not have these dots, nor do items such as list of tables, list of
figures etc.  Only subsections within each chapter have them, and I need to
include them for all entries.  3) Finally, I need to change the title to
Table of Contents, not contents
I am using Lyx 1.44 on a mac with the report class.  Thanks,
Charles


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Charles de Miramon
Lyx Physicst wrote:

 Hi all, Im trying to tweak a few things in my Table of contents. 1) I need
 to change how Lyx makes all new sections(ie chapter, list of tables, list
 of
 figures, etc)  in bold font and the corresponding listed page number is in
 bold as well.  I need to make the whole thing in normal font.   2) I need
 to have the dots that go from section to page number ie:
 1.1Background... 1
 Apply to all items in the table of contents.  Right now, the main chapter
 titles do not have these dots, nor do items such as list of tables, list
 of
 figures etc.  Only subsections within each chapter have them, and I need
 to
 include them for all entries.  3) Finally, I need to change the title to
 Table of Contents, not contents
 I am using Lyx 1.44 on a mac with the report class.  Thanks,
 Charles

Over use of dotted lines is very ugly and a bad habit left from MsWord. 

You seem to be a tweaker and you should borrow / buy the LaTeX Companion. It
is a big expensive book but a good investment.

Cheers,
Charles 
-- 
http://www.kde-france.org



Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Lyx Physicst

On 7/20/07, Charles de Miramon [EMAIL PROTECTED] wrote:


Lyx Physicst wrote:

 Hi all, Im trying to tweak a few things in my Table of contents. 1) I
need
 to change how Lyx makes all new sections(ie chapter, list of tables,
list
 of
 figures, etc)  in bold font and the corresponding listed page number is
in
 bold as well.  I need to make the whole thing in normal font.   2) I
need
 to have the dots that go from section to page number ie:
 1.1Background... 1
 Apply to all items in the table of contents.  Right now, the main
chapter
 titles do not have these dots, nor do items such as list of tables, list
 of
 figures etc.  Only subsections within each chapter have them, and I need
 to
 include them for all entries.  3) Finally, I need to change the title to
 Table of Contents, not contents
 I am using Lyx 1.44 on a mac with the report class.  Thanks,
 Charles

Over use of dotted lines is very ugly and a bad habit left from MsWord.

You seem to be a tweaker and you should borrow / buy the LaTeX Companion.
It
is a big expensive book but a good investment.

Cheers,
Charles
--
http://www.kde-france.org

Charles, I agree that is ugly and if it were up to me I wouldnt use it.

But the editors at my graduate school are making me change the default Lyx
format to their standards and that uses dots for all the sections  All
of these changes are their doing, not mine.  I think it looks great as is...


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Lyx Physicst

On 7/20/07, Bob Lounsbury [EMAIL PROTECTED] wrote:


On 7/20/07, Lyx Physicst [EMAIL PROTECTED] wrote:
 On 7/20/07, Charles de Miramon [EMAIL PROTECTED] wrote:
 
  Lyx Physicst wrote:
 
   Hi all, Im trying to tweak a few things in my Table of contents. 1)
I
  need
   to change how Lyx makes all new sections(ie chapter, list of tables,
  list
   of
   figures, etc)  in bold font and the corresponding listed page number
is
  in
   bold as well.  I need to make the whole thing in normal font.   2) I
  need
   to have the dots that go from section to page number ie:
   1.1Background... 1
   Apply to all items in the table of contents.  Right now, the main
  chapter
   titles do not have these dots, nor do items such as list of tables,
list
   of
   figures etc.  Only subsections within each chapter have them, and I
need
   to
   include them for all entries.  3) Finally, I need to change the
title to
   Table of Contents, not contents
   I am using Lyx 1.44 on a mac with the report class.  Thanks,
   Charles
 
  Over use of dotted lines is very ugly and a bad habit left from
MsWord.
 
  You seem to be a tweaker and you should borrow / buy the LaTeX
Companion.
  It
  is a big expensive book but a good investment.
 
  Cheers,
  Charles
  --
  http://www.kde-france.org
 
  Charles, I agree that is ugly and if it were up to me I wouldnt use
it.
 But the editors at my graduate school are making me change the default
Lyx
 format to their standards and that uses dots for all the
sections  All
 of these changes are their doing, not mine.  I think it looks great as
is...


The tocloft package will do everything that you need. Grab the package
documentation and read through it. It took me quite a while to figure
out how to add dotted leaders to chapters or sections. This was a
requirement for my thesis also.

I've attached a simple example of how to add dotted leaders and change
the name of the table of contents. Consult the tocloft documentation
for the other requirements.

Cheers,
Bob Lounsbury

Thanks bob, that got the name change and the dots correct, but for some

reason my List of Tables and List of Figures got dropped from the Table of
contents when I added your tex into my preamble... Is there any reason for
this, or do I need to add something else?
Charles


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Bob Lounsbury

On 7/20/07, Lyx Physicst [EMAIL PROTECTED] wrote:

Thanks bob, that got the name change and the dots correct, but for some
reason my List of Tables and List of Figures got dropped from the Table of
contents when I added your tex into my preamble... Is there any reason for
this, or do I need to add something else?
Charles



I don't know the reason, but you can add the Table of Contents, List
of Figures, List of Figures, and BibTeX bibliography to the Table of
contents using

\usepackage{tocbibind}

in the preamble. Or if you just want to add one or the other then you can add

\addcontentsline{toc}{chapter}{List of Figures}

next to the List of Figures callout in ERT.

Bob


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Bob Lounsbury

On 7/20/07, Lyx Physicst [EMAIL PROTECTED] wrote:

On 7/20/07, Charles de Miramon [EMAIL PROTECTED] wrote:

 Lyx Physicst wrote:

  Hi all, Im trying to tweak a few things in my Table of contents. 1) I
 need
  to change how Lyx makes all new sections(ie chapter, list of tables,
 list
  of
  figures, etc)  in bold font and the corresponding listed page number is
 in
  bold as well.  I need to make the whole thing in normal font.   2) I
 need
  to have the dots that go from section to page number ie:
  1.1Background... 1
  Apply to all items in the table of contents.  Right now, the main
 chapter
  titles do not have these dots, nor do items such as list of tables, list
  of
  figures etc.  Only subsections within each chapter have them, and I need
  to
  include them for all entries.  3) Finally, I need to change the title to
  Table of Contents, not contents
  I am using Lyx 1.44 on a mac with the report class.  Thanks,
  Charles

 Over use of dotted lines is very ugly and a bad habit left from MsWord.

 You seem to be a tweaker and you should borrow / buy the LaTeX Companion.
 It
 is a big expensive book but a good investment.

 Cheers,
 Charles
 --
 http://www.kde-france.org

 Charles, I agree that is ugly and if it were up to me I wouldnt use it.
But the editors at my graduate school are making me change the default Lyx
format to their standards and that uses dots for all the sections  All
of these changes are their doing, not mine.  I think it looks great as is...



The tocloft package will do everything that you need. Grab the package
documentation and read through it. It took me quite a while to figure
out how to add dotted leaders to chapters or sections. This was a
requirement for my thesis also.

I've attached a simple example of how to add dotted leaders and change
the name of the table of contents. Consult the tocloft documentation
for the other requirements.

Cheers,
Bob Lounsbury


newfile1-1.4.4.lyx
Description: application/lyx


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Lyx Physicst

On 7/20/07, Bob Lounsbury [EMAIL PROTECTED] wrote:


On 7/20/07, Lyx Physicst [EMAIL PROTECTED] wrote:
 Thanks bob, that got the name change and the dots correct, but for some
 reason my List of Tables and List of Figures got dropped from the Table
of
 contents when I added your tex into my preamble... Is there any reason
for
 this, or do I need to add something else?
 Charles


I don't know the reason, but you can add the Table of Contents, List
of Figures, List of Figures, and BibTeX bibliography to the Table of
contents using

\usepackage{tocbibind}

in the preamble. Or if you just want to add one or the other then you can
add

\addcontentsline{toc}{chapter}{List of Figures}

next to the List of Figures callout in ERT.

Bob



So I did that, and it worked.  But now my page numbers are off... For the
first sections(acknowlegments, list of tables, list of figures,
abbreviations, etc) I have roman numerals counting.  Then the counter starts
at 1 once the text of Chapter one starts.  Well now my roman numerals are
off by one page.  It says the LOT starts at vi, but it really starts at vii
and so all the other ones are off by one... Is this due to the tocloft
package?


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Steve Litt
On Friday 20 July 2007 11:33, Charles de Miramon wrote:

That's right, and before you buy LaTeX Companion, you should learn TeX so that 
LaTeX Companion makes sense. I recommend these two:

http://www.ctan.org/tex-archive/info/impatient/book.pdf

http://www.troubleshooters.com/linux/lyx/lyx_latex_tex.htm

SteveT


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Bob Lounsbury

On 7/20/07, Lyx Physicst [EMAIL PROTECTED] wrote:

 I don't know the reason, but you can add the Table of Contents, List
 of Figures, List of Figures, and BibTeX bibliography to the Table of
 contents using

 \usepackage{tocbibind}

 in the preamble. Or if you just want to add one or the other then you can
add

 \addcontentsline{toc}{chapter}{List of Figures}

 next to the List of Figures callout in ERT.

 Bob


So I did that, and it worked.  But now my page numbers are off... For the
first sections(acknowlegments, list of tables, list of figures,
abbreviations, etc) I have roman numerals counting.  Then the counter starts
at 1 once the text of Chapter one starts.  Well now my roman numerals are
off by one page.  It says the LOT starts at vi, but it really starts at vii
and so all the other ones are off by one... Is this due to the tocloft
package?



I'm not following. Have you separated your addcontentsline commands?

Here's an example as you've described number acknowledgments, lof, and
lot in roman and the chapter 1 in arabic. There is no page number
issue.

Bob


newfile1-1.4.4.lyx
Description: application/lyx


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Lyx Physicst

On 7/20/07, Bob Lounsbury [EMAIL PROTECTED] wrote:


On 7/20/07, Lyx Physicst [EMAIL PROTECTED] wrote:
  I don't know the reason, but you can add the Table of Contents, List
  of Figures, List of Figures, and BibTeX bibliography to the Table of
  contents using
 
  \usepackage{tocbibind}
 
  in the preamble. Or if you just want to add one or the other then you
can
 add
 
  \addcontentsline{toc}{chapter}{List of Figures}
 
  next to the List of Figures callout in ERT.
 
  Bob
 

 So I did that, and it worked.  But now my page numbers are off... For
the
 first sections(acknowlegments, list of tables, list of figures,
 abbreviations, etc) I have roman numerals counting.  Then the counter
starts
 at 1 once the text of Chapter one starts.  Well now my roman numerals
are
 off by one page.  It says the LOT starts at vi, but it really starts at
vii
 and so all the other ones are off by one... Is this due to the tocloft
 package?


I'm not following. Have you separated your addcontentsline commands?

Here's an example as you've described number acknowledgments, lof, and
lot in roman and the chapter 1 in arabic. There is no page number
issue.

Bob





Yes, your sample is correct in how I would like it.  But, my TOC is two
pages long, so the counter skips the second page of the TOC and labels it
as the first page of the LOT(the next section)  So my TOC is on page v and
vi, and the LOT starts at vii, but is being listed as starting at vi.  I
hope I explained it better..


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Bob Lounsbury

On 7/20/07, Lyx Physicst [EMAIL PROTECTED] wrote:



On 7/20/07, Bob Lounsbury [EMAIL PROTECTED] wrote:
 On 7/20/07, Lyx Physicst [EMAIL PROTECTED] wrote:
   I don't know the reason, but you can add the Table of Contents, List
   of Figures, List of Figures, and BibTeX bibliography to the Table of
   contents using
  
   \usepackage{tocbibind}
  
   in the preamble. Or if you just want to add one or the other then you
can
  add
  
   \addcontentsline{toc}{chapter}{List of Figures}
  
   next to the List of Figures callout in ERT.
  
   Bob
  
 
  So I did that, and it worked.  But now my page numbers are off... For
the
  first sections(acknowlegments, list of tables, list of figures,
  abbreviations, etc) I have roman numerals counting.  Then the counter
starts
  at 1 once the text of Chapter one starts.  Well now my roman numerals
are
  off by one page.  It says the LOT starts at vi, but it really starts at
vii
  and so all the other ones are off by one... Is this due to the tocloft
  package?


 I'm not following. Have you separated your addcontentsline commands?

 Here's an example as you've described number acknowledgments, lof, and
 lot in roman and the chapter 1 in arabic. There is no page number
 issue.

 Bob


Yes, your sample is correct in how I would like it.  But, my TOC is two
pages long, so the counter skips the second page of the TOC and labels it
as the first page of the LOT(the next section)  So my TOC is on page v and
vi, and the LOT starts at vii, but is being listed as starting at vi.  I
hope I explained it better..



That makes sense, but I can't reproduce it. I added chapters and
sections such that the TOC was two pages long and the numbering was
still correct. Something else must be going on or conflicting. Maybe,
you could send a minimal example.

Bob


TOC font changes, adding dots between heading and page

2007-07-20 Thread Lyx Physicst

Hi all, Im trying to tweak a few things in my Table of contents. 1) I need
to change how Lyx makes all new sections(ie chapter, list of tables, list of
figures, etc)  in bold font and the corresponding listed page number is in
bold as well.  I need to make the whole thing in normal font.   2) I need to
have the dots that go from section to page number ie:
1.1Background... 1
Apply to all items in the table of contents.  Right now, the main chapter
titles do not have these dots, nor do items such as list of tables, list of
figures etc.  Only subsections within each chapter have them, and I need to
include them for all entries.  3) Finally, I need to change the title to
Table of Contents, not contents
I am using Lyx 1.44 on a mac with the report class.  Thanks,
Charles


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Charles de Miramon
Lyx Physicst wrote:

 Hi all, Im trying to tweak a few things in my Table of contents. 1) I need
 to change how Lyx makes all new sections(ie chapter, list of tables, list
 of
 figures, etc)  in bold font and the corresponding listed page number is in
 bold as well.  I need to make the whole thing in normal font.   2) I need
 to have the dots that go from section to page number ie:
 1.1Background... 1
 Apply to all items in the table of contents.  Right now, the main chapter
 titles do not have these dots, nor do items such as list of tables, list
 of
 figures etc.  Only subsections within each chapter have them, and I need
 to
 include them for all entries.  3) Finally, I need to change the title to
 Table of Contents, not contents
 I am using Lyx 1.44 on a mac with the report class.  Thanks,
 Charles

Over use of dotted lines is very ugly and a bad habit left from MsWord. 

You seem to be a tweaker and you should borrow / buy the LaTeX Companion. It
is a big expensive book but a good investment.

Cheers,
Charles 
-- 
http://www.kde-france.org



Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Lyx Physicst

On 7/20/07, Charles de Miramon [EMAIL PROTECTED] wrote:


Lyx Physicst wrote:

 Hi all, Im trying to tweak a few things in my Table of contents. 1) I
need
 to change how Lyx makes all new sections(ie chapter, list of tables,
list
 of
 figures, etc)  in bold font and the corresponding listed page number is
in
 bold as well.  I need to make the whole thing in normal font.   2) I
need
 to have the dots that go from section to page number ie:
 1.1Background... 1
 Apply to all items in the table of contents.  Right now, the main
chapter
 titles do not have these dots, nor do items such as list of tables, list
 of
 figures etc.  Only subsections within each chapter have them, and I need
 to
 include them for all entries.  3) Finally, I need to change the title to
 Table of Contents, not contents
 I am using Lyx 1.44 on a mac with the report class.  Thanks,
 Charles

Over use of dotted lines is very ugly and a bad habit left from MsWord.

You seem to be a tweaker and you should borrow / buy the LaTeX Companion.
It
is a big expensive book but a good investment.

Cheers,
Charles
--
http://www.kde-france.org

Charles, I agree that is ugly and if it were up to me I wouldnt use it.

But the editors at my graduate school are making me change the default Lyx
format to their standards and that uses dots for all the sections  All
of these changes are their doing, not mine.  I think it looks great as is...


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Lyx Physicst

On 7/20/07, Bob Lounsbury [EMAIL PROTECTED] wrote:


On 7/20/07, Lyx Physicst [EMAIL PROTECTED] wrote:
 On 7/20/07, Charles de Miramon [EMAIL PROTECTED] wrote:
 
  Lyx Physicst wrote:
 
   Hi all, Im trying to tweak a few things in my Table of contents. 1)
I
  need
   to change how Lyx makes all new sections(ie chapter, list of tables,
  list
   of
   figures, etc)  in bold font and the corresponding listed page number
is
  in
   bold as well.  I need to make the whole thing in normal font.   2) I
  need
   to have the dots that go from section to page number ie:
   1.1Background... 1
   Apply to all items in the table of contents.  Right now, the main
  chapter
   titles do not have these dots, nor do items such as list of tables,
list
   of
   figures etc.  Only subsections within each chapter have them, and I
need
   to
   include them for all entries.  3) Finally, I need to change the
title to
   Table of Contents, not contents
   I am using Lyx 1.44 on a mac with the report class.  Thanks,
   Charles
 
  Over use of dotted lines is very ugly and a bad habit left from
MsWord.
 
  You seem to be a tweaker and you should borrow / buy the LaTeX
Companion.
  It
  is a big expensive book but a good investment.
 
  Cheers,
  Charles
  --
  http://www.kde-france.org
 
  Charles, I agree that is ugly and if it were up to me I wouldnt use
it.
 But the editors at my graduate school are making me change the default
Lyx
 format to their standards and that uses dots for all the
sections  All
 of these changes are their doing, not mine.  I think it looks great as
is...


The tocloft package will do everything that you need. Grab the package
documentation and read through it. It took me quite a while to figure
out how to add dotted leaders to chapters or sections. This was a
requirement for my thesis also.

I've attached a simple example of how to add dotted leaders and change
the name of the table of contents. Consult the tocloft documentation
for the other requirements.

Cheers,
Bob Lounsbury

Thanks bob, that got the name change and the dots correct, but for some

reason my List of Tables and List of Figures got dropped from the Table of
contents when I added your tex into my preamble... Is there any reason for
this, or do I need to add something else?
Charles


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Bob Lounsbury

On 7/20/07, Lyx Physicst [EMAIL PROTECTED] wrote:

Thanks bob, that got the name change and the dots correct, but for some
reason my List of Tables and List of Figures got dropped from the Table of
contents when I added your tex into my preamble... Is there any reason for
this, or do I need to add something else?
Charles



I don't know the reason, but you can add the Table of Contents, List
of Figures, List of Figures, and BibTeX bibliography to the Table of
contents using

\usepackage{tocbibind}

in the preamble. Or if you just want to add one or the other then you can add

\addcontentsline{toc}{chapter}{List of Figures}

next to the List of Figures callout in ERT.

Bob


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Bob Lounsbury

On 7/20/07, Lyx Physicst [EMAIL PROTECTED] wrote:

On 7/20/07, Charles de Miramon [EMAIL PROTECTED] wrote:

 Lyx Physicst wrote:

  Hi all, Im trying to tweak a few things in my Table of contents. 1) I
 need
  to change how Lyx makes all new sections(ie chapter, list of tables,
 list
  of
  figures, etc)  in bold font and the corresponding listed page number is
 in
  bold as well.  I need to make the whole thing in normal font.   2) I
 need
  to have the dots that go from section to page number ie:
  1.1Background... 1
  Apply to all items in the table of contents.  Right now, the main
 chapter
  titles do not have these dots, nor do items such as list of tables, list
  of
  figures etc.  Only subsections within each chapter have them, and I need
  to
  include them for all entries.  3) Finally, I need to change the title to
  Table of Contents, not contents
  I am using Lyx 1.44 on a mac with the report class.  Thanks,
  Charles

 Over use of dotted lines is very ugly and a bad habit left from MsWord.

 You seem to be a tweaker and you should borrow / buy the LaTeX Companion.
 It
 is a big expensive book but a good investment.

 Cheers,
 Charles
 --
 http://www.kde-france.org

 Charles, I agree that is ugly and if it were up to me I wouldnt use it.
But the editors at my graduate school are making me change the default Lyx
format to their standards and that uses dots for all the sections  All
of these changes are their doing, not mine.  I think it looks great as is...



The tocloft package will do everything that you need. Grab the package
documentation and read through it. It took me quite a while to figure
out how to add dotted leaders to chapters or sections. This was a
requirement for my thesis also.

I've attached a simple example of how to add dotted leaders and change
the name of the table of contents. Consult the tocloft documentation
for the other requirements.

Cheers,
Bob Lounsbury


newfile1-1.4.4.lyx
Description: application/lyx


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Lyx Physicst

On 7/20/07, Bob Lounsbury [EMAIL PROTECTED] wrote:


On 7/20/07, Lyx Physicst [EMAIL PROTECTED] wrote:
 Thanks bob, that got the name change and the dots correct, but for some
 reason my List of Tables and List of Figures got dropped from the Table
of
 contents when I added your tex into my preamble... Is there any reason
for
 this, or do I need to add something else?
 Charles


I don't know the reason, but you can add the Table of Contents, List
of Figures, List of Figures, and BibTeX bibliography to the Table of
contents using

\usepackage{tocbibind}

in the preamble. Or if you just want to add one or the other then you can
add

\addcontentsline{toc}{chapter}{List of Figures}

next to the List of Figures callout in ERT.

Bob



So I did that, and it worked.  But now my page numbers are off... For the
first sections(acknowlegments, list of tables, list of figures,
abbreviations, etc) I have roman numerals counting.  Then the counter starts
at 1 once the text of Chapter one starts.  Well now my roman numerals are
off by one page.  It says the LOT starts at vi, but it really starts at vii
and so all the other ones are off by one... Is this due to the tocloft
package?


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Steve Litt
On Friday 20 July 2007 11:33, Charles de Miramon wrote:

That's right, and before you buy LaTeX Companion, you should learn TeX so that 
LaTeX Companion makes sense. I recommend these two:

http://www.ctan.org/tex-archive/info/impatient/book.pdf

http://www.troubleshooters.com/linux/lyx/lyx_latex_tex.htm

SteveT


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Bob Lounsbury

On 7/20/07, Lyx Physicst [EMAIL PROTECTED] wrote:

 I don't know the reason, but you can add the Table of Contents, List
 of Figures, List of Figures, and BibTeX bibliography to the Table of
 contents using

 \usepackage{tocbibind}

 in the preamble. Or if you just want to add one or the other then you can
add

 \addcontentsline{toc}{chapter}{List of Figures}

 next to the List of Figures callout in ERT.

 Bob


So I did that, and it worked.  But now my page numbers are off... For the
first sections(acknowlegments, list of tables, list of figures,
abbreviations, etc) I have roman numerals counting.  Then the counter starts
at 1 once the text of Chapter one starts.  Well now my roman numerals are
off by one page.  It says the LOT starts at vi, but it really starts at vii
and so all the other ones are off by one... Is this due to the tocloft
package?



I'm not following. Have you separated your addcontentsline commands?

Here's an example as you've described number acknowledgments, lof, and
lot in roman and the chapter 1 in arabic. There is no page number
issue.

Bob


newfile1-1.4.4.lyx
Description: application/lyx


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Lyx Physicst

On 7/20/07, Bob Lounsbury [EMAIL PROTECTED] wrote:


On 7/20/07, Lyx Physicst [EMAIL PROTECTED] wrote:
  I don't know the reason, but you can add the Table of Contents, List
  of Figures, List of Figures, and BibTeX bibliography to the Table of
  contents using
 
  \usepackage{tocbibind}
 
  in the preamble. Or if you just want to add one or the other then you
can
 add
 
  \addcontentsline{toc}{chapter}{List of Figures}
 
  next to the List of Figures callout in ERT.
 
  Bob
 

 So I did that, and it worked.  But now my page numbers are off... For
the
 first sections(acknowlegments, list of tables, list of figures,
 abbreviations, etc) I have roman numerals counting.  Then the counter
starts
 at 1 once the text of Chapter one starts.  Well now my roman numerals
are
 off by one page.  It says the LOT starts at vi, but it really starts at
vii
 and so all the other ones are off by one... Is this due to the tocloft
 package?


I'm not following. Have you separated your addcontentsline commands?

Here's an example as you've described number acknowledgments, lof, and
lot in roman and the chapter 1 in arabic. There is no page number
issue.

Bob





Yes, your sample is correct in how I would like it.  But, my TOC is two
pages long, so the counter skips the second page of the TOC and labels it
as the first page of the LOT(the next section)  So my TOC is on page v and
vi, and the LOT starts at vii, but is being listed as starting at vi.  I
hope I explained it better..


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Bob Lounsbury

On 7/20/07, Lyx Physicst [EMAIL PROTECTED] wrote:



On 7/20/07, Bob Lounsbury [EMAIL PROTECTED] wrote:
 On 7/20/07, Lyx Physicst [EMAIL PROTECTED] wrote:
   I don't know the reason, but you can add the Table of Contents, List
   of Figures, List of Figures, and BibTeX bibliography to the Table of
   contents using
  
   \usepackage{tocbibind}
  
   in the preamble. Or if you just want to add one or the other then you
can
  add
  
   \addcontentsline{toc}{chapter}{List of Figures}
  
   next to the List of Figures callout in ERT.
  
   Bob
  
 
  So I did that, and it worked.  But now my page numbers are off... For
the
  first sections(acknowlegments, list of tables, list of figures,
  abbreviations, etc) I have roman numerals counting.  Then the counter
starts
  at 1 once the text of Chapter one starts.  Well now my roman numerals
are
  off by one page.  It says the LOT starts at vi, but it really starts at
vii
  and so all the other ones are off by one... Is this due to the tocloft
  package?


 I'm not following. Have you separated your addcontentsline commands?

 Here's an example as you've described number acknowledgments, lof, and
 lot in roman and the chapter 1 in arabic. There is no page number
 issue.

 Bob


Yes, your sample is correct in how I would like it.  But, my TOC is two
pages long, so the counter skips the second page of the TOC and labels it
as the first page of the LOT(the next section)  So my TOC is on page v and
vi, and the LOT starts at vii, but is being listed as starting at vi.  I
hope I explained it better..



That makes sense, but I can't reproduce it. I added chapters and
sections such that the TOC was two pages long and the numbering was
still correct. Something else must be going on or conflicting. Maybe,
you could send a minimal example.

Bob


TOC font changes, adding dots between heading and page

2007-07-20 Thread Lyx Physicst

Hi all, Im trying to tweak a few things in my Table of contents. 1) I need
to change how Lyx makes all new sections(ie chapter, list of tables, list of
figures, etc)  in bold font and the corresponding listed page number is in
bold as well.  I need to make the whole thing in normal font.   2) I need to
have the dots that go from section to page number ie:
1.1Background... 1
Apply to all items in the table of contents.  Right now, the main chapter
titles do not have these dots, nor do items such as list of tables, list of
figures etc.  Only subsections within each chapter have them, and I need to
include them for all entries.  3) Finally, I need to change the title to
Table of Contents, not contents
I am using Lyx 1.44 on a mac with the report class.  Thanks,
Charles


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Charles de Miramon
Lyx Physicst wrote:

> Hi all, Im trying to tweak a few things in my Table of contents. 1) I need
> to change how Lyx makes all new sections(ie chapter, list of tables, list
> of
> figures, etc)  in bold font and the corresponding listed page number is in
> bold as well.  I need to make the whole thing in normal font.   2) I need
> to have the dots that go from section to page number ie:
> 1.1Background... 1
> Apply to all items in the table of contents.  Right now, the main chapter
> titles do not have these dots, nor do items such as list of tables, list
> of
> figures etc.  Only subsections within each chapter have them, and I need
> to
> include them for all entries.  3) Finally, I need to change the title to
> Table of Contents, not contents
> I am using Lyx 1.44 on a mac with the report class.  Thanks,
> Charles

Over use of dotted lines is very ugly and a bad habit left from MsWord. 

You seem to be a tweaker and you should borrow / buy the LaTeX Companion. It
is a big expensive book but a good investment.

Cheers,
Charles 
-- 
http://www.kde-france.org



Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Lyx Physicst

On 7/20/07, Charles de Miramon <[EMAIL PROTECTED]> wrote:


Lyx Physicst wrote:

> Hi all, Im trying to tweak a few things in my Table of contents. 1) I
need
> to change how Lyx makes all new sections(ie chapter, list of tables,
list
> of
> figures, etc)  in bold font and the corresponding listed page number is
in
> bold as well.  I need to make the whole thing in normal font.   2) I
need
> to have the dots that go from section to page number ie:
> 1.1Background... 1
> Apply to all items in the table of contents.  Right now, the main
chapter
> titles do not have these dots, nor do items such as list of tables, list
> of
> figures etc.  Only subsections within each chapter have them, and I need
> to
> include them for all entries.  3) Finally, I need to change the title to
> Table of Contents, not contents
> I am using Lyx 1.44 on a mac with the report class.  Thanks,
> Charles

Over use of dotted lines is very ugly and a bad habit left from MsWord.

You seem to be a tweaker and you should borrow / buy the LaTeX Companion.
It
is a big expensive book but a good investment.

Cheers,
Charles
--
http://www.kde-france.org

Charles, I agree that is ugly and if it were up to me I wouldnt use it.

But the editors at my graduate school are making me change the default Lyx
format to their standards and that uses dots for all the sections  All
of these changes are their doing, not mine.  I think it looks great as is...


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Lyx Physicst

On 7/20/07, Bob Lounsbury <[EMAIL PROTECTED]> wrote:


On 7/20/07, Lyx Physicst <[EMAIL PROTECTED]> wrote:
> On 7/20/07, Charles de Miramon <[EMAIL PROTECTED]> wrote:
> >
> > Lyx Physicst wrote:
> >
> > > Hi all, Im trying to tweak a few things in my Table of contents. 1)
I
> > need
> > > to change how Lyx makes all new sections(ie chapter, list of tables,
> > list
> > > of
> > > figures, etc)  in bold font and the corresponding listed page number
is
> > in
> > > bold as well.  I need to make the whole thing in normal font.   2) I
> > need
> > > to have the dots that go from section to page number ie:
> > > 1.1Background... 1
> > > Apply to all items in the table of contents.  Right now, the main
> > chapter
> > > titles do not have these dots, nor do items such as list of tables,
list
> > > of
> > > figures etc.  Only subsections within each chapter have them, and I
need
> > > to
> > > include them for all entries.  3) Finally, I need to change the
title to
> > > Table of Contents, not contents
> > > I am using Lyx 1.44 on a mac with the report class.  Thanks,
> > > Charles
> >
> > Over use of dotted lines is very ugly and a bad habit left from
MsWord.
> >
> > You seem to be a tweaker and you should borrow / buy the LaTeX
Companion.
> > It
> > is a big expensive book but a good investment.
> >
> > Cheers,
> > Charles
> > --
> > http://www.kde-france.org
> >
> > Charles, I agree that is ugly and if it were up to me I wouldnt use
it.
> But the editors at my graduate school are making me change the default
Lyx
> format to their standards and that uses dots for all the
sections  All
> of these changes are their doing, not mine.  I think it looks great as
is...


The tocloft package will do everything that you need. Grab the package
documentation and read through it. It took me quite a while to figure
out how to add dotted leaders to chapters or sections. This was a
requirement for my thesis also.

I've attached a simple example of how to add dotted leaders and change
the name of the table of contents. Consult the tocloft documentation
for the other requirements.

Cheers,
Bob Lounsbury

Thanks bob, that got the name change and the dots correct, but for some

reason my List of Tables and List of Figures got dropped from the Table of
contents when I added your tex into my preamble... Is there any reason for
this, or do I need to add something else?
Charles


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Bob Lounsbury

On 7/20/07, Lyx Physicst <[EMAIL PROTECTED]> wrote:

Thanks bob, that got the name change and the dots correct, but for some
reason my List of Tables and List of Figures got dropped from the Table of
contents when I added your tex into my preamble... Is there any reason for
this, or do I need to add something else?
Charles



I don't know the reason, but you can add the Table of Contents, List
of Figures, List of Figures, and BibTeX bibliography to the Table of
contents using

\usepackage{tocbibind}

in the preamble. Or if you just want to add one or the other then you can add

\addcontentsline{toc}{chapter}{List of Figures}

next to the List of Figures callout in ERT.

Bob


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Bob Lounsbury

On 7/20/07, Lyx Physicst <[EMAIL PROTECTED]> wrote:

On 7/20/07, Charles de Miramon <[EMAIL PROTECTED]> wrote:
>
> Lyx Physicst wrote:
>
> > Hi all, Im trying to tweak a few things in my Table of contents. 1) I
> need
> > to change how Lyx makes all new sections(ie chapter, list of tables,
> list
> > of
> > figures, etc)  in bold font and the corresponding listed page number is
> in
> > bold as well.  I need to make the whole thing in normal font.   2) I
> need
> > to have the dots that go from section to page number ie:
> > 1.1Background... 1
> > Apply to all items in the table of contents.  Right now, the main
> chapter
> > titles do not have these dots, nor do items such as list of tables, list
> > of
> > figures etc.  Only subsections within each chapter have them, and I need
> > to
> > include them for all entries.  3) Finally, I need to change the title to
> > Table of Contents, not contents
> > I am using Lyx 1.44 on a mac with the report class.  Thanks,
> > Charles
>
> Over use of dotted lines is very ugly and a bad habit left from MsWord.
>
> You seem to be a tweaker and you should borrow / buy the LaTeX Companion.
> It
> is a big expensive book but a good investment.
>
> Cheers,
> Charles
> --
> http://www.kde-france.org
>
> Charles, I agree that is ugly and if it were up to me I wouldnt use it.
But the editors at my graduate school are making me change the default Lyx
format to their standards and that uses dots for all the sections  All
of these changes are their doing, not mine.  I think it looks great as is...



The tocloft package will do everything that you need. Grab the package
documentation and read through it. It took me quite a while to figure
out how to add dotted leaders to chapters or sections. This was a
requirement for my thesis also.

I've attached a simple example of how to add dotted leaders and change
the name of the table of contents. Consult the tocloft documentation
for the other requirements.

Cheers,
Bob Lounsbury


newfile1-1.4.4.lyx
Description: application/lyx


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Lyx Physicst

On 7/20/07, Bob Lounsbury <[EMAIL PROTECTED]> wrote:


On 7/20/07, Lyx Physicst <[EMAIL PROTECTED]> wrote:
> Thanks bob, that got the name change and the dots correct, but for some
> reason my List of Tables and List of Figures got dropped from the Table
of
> contents when I added your tex into my preamble... Is there any reason
for
> this, or do I need to add something else?
> Charles


I don't know the reason, but you can add the Table of Contents, List
of Figures, List of Figures, and BibTeX bibliography to the Table of
contents using

\usepackage{tocbibind}

in the preamble. Or if you just want to add one or the other then you can
add

\addcontentsline{toc}{chapter}{List of Figures}

next to the List of Figures callout in ERT.

Bob



So I did that, and it worked.  But now my page numbers are off... For the
first sections(acknowlegments, list of tables, list of figures,
abbreviations, etc) I have roman numerals counting.  Then the counter starts
at 1 once the text of Chapter one starts.  Well now my roman numerals are
off by one page.  It says the LOT starts at vi, but it really starts at vii
and so all the other ones are off by one... Is this due to the tocloft
package?


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Steve Litt
On Friday 20 July 2007 11:33, Charles de Miramon wrote:

That's right, and before you buy LaTeX Companion, you should learn TeX so that 
LaTeX Companion makes sense. I recommend these two:

http://www.ctan.org/tex-archive/info/impatient/book.pdf

http://www.troubleshooters.com/linux/lyx/lyx_latex_tex.htm

SteveT


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Bob Lounsbury

On 7/20/07, Lyx Physicst <[EMAIL PROTECTED]> wrote:

> I don't know the reason, but you can add the Table of Contents, List
> of Figures, List of Figures, and BibTeX bibliography to the Table of
> contents using
>
> \usepackage{tocbibind}
>
> in the preamble. Or if you just want to add one or the other then you can
add
>
> \addcontentsline{toc}{chapter}{List of Figures}
>
> next to the List of Figures callout in ERT.
>
> Bob
>

So I did that, and it worked.  But now my page numbers are off... For the
first sections(acknowlegments, list of tables, list of figures,
abbreviations, etc) I have roman numerals counting.  Then the counter starts
at 1 once the text of Chapter one starts.  Well now my roman numerals are
off by one page.  It says the LOT starts at vi, but it really starts at vii
and so all the other ones are off by one... Is this due to the tocloft
package?



I'm not following. Have you separated your addcontentsline commands?

Here's an example as you've described number acknowledgments, lof, and
lot in roman and the chapter 1 in arabic. There is no page number
issue.

Bob


newfile1-1.4.4.lyx
Description: application/lyx


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Lyx Physicst

On 7/20/07, Bob Lounsbury <[EMAIL PROTECTED]> wrote:


On 7/20/07, Lyx Physicst <[EMAIL PROTECTED]> wrote:
> > I don't know the reason, but you can add the Table of Contents, List
> > of Figures, List of Figures, and BibTeX bibliography to the Table of
> > contents using
> >
> > \usepackage{tocbibind}
> >
> > in the preamble. Or if you just want to add one or the other then you
can
> add
> >
> > \addcontentsline{toc}{chapter}{List of Figures}
> >
> > next to the List of Figures callout in ERT.
> >
> > Bob
> >
>
> So I did that, and it worked.  But now my page numbers are off... For
the
> first sections(acknowlegments, list of tables, list of figures,
> abbreviations, etc) I have roman numerals counting.  Then the counter
starts
> at 1 once the text of Chapter one starts.  Well now my roman numerals
are
> off by one page.  It says the LOT starts at vi, but it really starts at
vii
> and so all the other ones are off by one... Is this due to the tocloft
> package?


I'm not following. Have you separated your addcontentsline commands?

Here's an example as you've described number acknowledgments, lof, and
lot in roman and the chapter 1 in arabic. There is no page number
issue.

Bob





Yes, your sample is correct in how I would like it.  But, my TOC is two
pages long, so the counter "skips" the second page of the TOC and labels it
as the first page of the LOT(the next section)  So my TOC is on page v and
vi, and the LOT starts at vii, but is being listed as starting at vi.  I
hope I explained it better..


Re: TOC font changes, adding dots between heading and page

2007-07-20 Thread Bob Lounsbury

On 7/20/07, Lyx Physicst <[EMAIL PROTECTED]> wrote:



On 7/20/07, Bob Lounsbury <[EMAIL PROTECTED]> wrote:
> On 7/20/07, Lyx Physicst <[EMAIL PROTECTED]> wrote:
> > > I don't know the reason, but you can add the Table of Contents, List
> > > of Figures, List of Figures, and BibTeX bibliography to the Table of
> > > contents using
> > >
> > > \usepackage{tocbibind}
> > >
> > > in the preamble. Or if you just want to add one or the other then you
can
> > add
> > >
> > > \addcontentsline{toc}{chapter}{List of Figures}
> > >
> > > next to the List of Figures callout in ERT.
> > >
> > > Bob
> > >
> >
> > So I did that, and it worked.  But now my page numbers are off... For
the
> > first sections(acknowlegments, list of tables, list of figures,
> > abbreviations, etc) I have roman numerals counting.  Then the counter
starts
> > at 1 once the text of Chapter one starts.  Well now my roman numerals
are
> > off by one page.  It says the LOT starts at vi, but it really starts at
vii
> > and so all the other ones are off by one... Is this due to the tocloft
> > package?
>
>
> I'm not following. Have you separated your addcontentsline commands?
>
> Here's an example as you've described number acknowledgments, lof, and
> lot in roman and the chapter 1 in arabic. There is no page number
> issue.
>
> Bob


Yes, your sample is correct in how I would like it.  But, my TOC is two
pages long, so the counter "skips" the second page of the TOC and labels it
as the first page of the LOT(the next section)  So my TOC is on page v and
vi, and the LOT starts at vii, but is being listed as starting at vi.  I
hope I explained it better..



That makes sense, but I can't reproduce it. I added chapters and
sections such that the TOC was two pages long and the numbering was
still correct. Something else must be going on or conflicting. Maybe,
you could send a minimal example.

Bob


Re: Mysterious addition of dots after citation

2005-12-04 Thread Bo Peng
 This is absolutely not our bug.

I did not say this is lyx' fault. I said that lyx is vulnerable to an
existing mail system caveat, and lyx is likely to be the scapegoat. To
the best interest of lyx, I suggest that lyx do something with it.

You and other developers have all the reasons to say 'this is not our
bug' and ignore this problem. But as a lyx user, I will have to be
careful about the encoding of the lyx attachment and check for doubled
dots for every lyx file I receive. Users who are not aware  of this
problem may give up lyx because of this.

 Send you attachments as application/octet-stream and be done with it.

As far as I can tell, my mutt encodes lyx file with 7 bits by default
and my MS/OE/SMTP does the same. I do hope that I am among the extreme
minority who suffer from this problem.

I will CC this email to lyx-users in case that they are not aware of the risk.

Bo


Re: Mysterious addition of dots after citation

2005-12-04 Thread Bo Peng
 This is absolutely not our bug.

I did not say this is lyx' fault. I said that lyx is vulnerable to an
existing mail system caveat, and lyx is likely to be the scapegoat. To
the best interest of lyx, I suggest that lyx do something with it.

You and other developers have all the reasons to say 'this is not our
bug' and ignore this problem. But as a lyx user, I will have to be
careful about the encoding of the lyx attachment and check for doubled
dots for every lyx file I receive. Users who are not aware  of this
problem may give up lyx because of this.

 Send you attachments as application/octet-stream and be done with it.

As far as I can tell, my mutt encodes lyx file with 7 bits by default
and my MS/OE/SMTP does the same. I do hope that I am among the extreme
minority who suffer from this problem.

I will CC this email to lyx-users in case that they are not aware of the risk.

Bo


Re: Mysterious addition of dots after citation

2005-12-04 Thread Bo Peng
> This is absolutely not our bug.

I did not say this is lyx' fault. I said that lyx is vulnerable to an
existing mail system caveat, and lyx is likely to be the scapegoat. To
the best interest of lyx, I suggest that lyx do something with it.

You and other developers have all the reasons to say 'this is not our
bug' and ignore this problem. But as a lyx user, I will have to be
careful about the encoding of the lyx attachment and check for doubled
dots for every lyx file I receive. Users who are not aware  of this
problem may give up lyx because of this.

> Send you attachments as application/octet-stream and be done with it.

As far as I can tell, my mutt encodes lyx file with 7 bits by default
and my MS/OE/SMTP does the same. I do hope that I am among the extreme
minority who suffer from this problem.

I will CC this email to lyx-users in case that they are not aware of the risk.

Bo


Mysterious addition of dots after citation

2005-11-26 Thread Bo Peng
Dear list,

I have not been able to track down the source of this problem. Some of
my colleagues use different versions of lyx (such as 1.3.5) on
different platforms (linux/windows). If I send my lyx file
(linux/1.3.6-1) to them and let them modify it, the revised version
will have additional dot (from . to ..) after most (maybe all?)
citations (\cite).

Can anyone confirm this problem? Is this a known bug? If not, I will
contact them and see when the dots are added and submit a bug report.

Thanks.
Bo


Mysterious addition of dots after citation

2005-11-26 Thread Bo Peng
Dear list,

I have not been able to track down the source of this problem. Some of
my colleagues use different versions of lyx (such as 1.3.5) on
different platforms (linux/windows). If I send my lyx file
(linux/1.3.6-1) to them and let them modify it, the revised version
will have additional dot (from . to ..) after most (maybe all?)
citations (\cite).

Can anyone confirm this problem? Is this a known bug? If not, I will
contact them and see when the dots are added and submit a bug report.

Thanks.
Bo


Mysterious addition of dots after citation

2005-11-26 Thread Bo Peng
Dear list,

I have not been able to track down the source of this problem. Some of
my colleagues use different versions of lyx (such as 1.3.5) on
different platforms (linux/windows). If I send my lyx file
(linux/1.3.6-1) to them and let them modify it, the revised version
will have additional dot (from . to ..) after most (maybe all?)
citations (\cite).

Can anyone confirm this problem? Is this a known bug? If not, I will
contact them and see when the dots are added and submit a bug report.

Thanks.
Bo


Removing leading dots in TOC?

2005-11-18 Thread Stefano Franchi
Can anyone explain how to remove the leading dots in the Table of 
Contents? The section on formatting TOCs in the LaTeX companion (2.3, 
p.51, 2nd ed.) contains a cryptic reference that went totally over my 
head. It suggests to use [EMAIL PROTECTED] with a suitably large number in a 
\renewcommand, but I can't see how to do that (no doubts because I 
don't understand TOC formatting in general). LaTeX Faqs and archives 
were no more helpful. I am using Koma Script book class.


Thanks in advance,

Stefano

__
Stefano Franchi
Department of Philosophy  Ph:  (64) 9 373-7599 x83940
University Of Auckland  Fax: (64) 9 373-7408
Private Bag 92019   [EMAIL PROTECTED]
Auckland
New Zealand 



Removing leading dots in TOC?

2005-11-18 Thread Stefano Franchi
Can anyone explain how to remove the leading dots in the Table of 
Contents? The section on formatting TOCs in the LaTeX companion (2.3, 
p.51, 2nd ed.) contains a cryptic reference that went totally over my 
head. It suggests to use [EMAIL PROTECTED] with a suitably large number in a 
\renewcommand, but I can't see how to do that (no doubts because I 
don't understand TOC formatting in general). LaTeX Faqs and archives 
were no more helpful. I am using Koma Script book class.


Thanks in advance,

Stefano

__
Stefano Franchi
Department of Philosophy  Ph:  (64) 9 373-7599 x83940
University Of Auckland  Fax: (64) 9 373-7408
Private Bag 92019   [EMAIL PROTECTED]
Auckland
New Zealand 



Removing leading dots in TOC?

2005-11-18 Thread Stefano Franchi
Can anyone explain how to remove the leading dots in the Table of 
Contents? The section on formatting TOCs in the LaTeX companion (2.3, 
p.51, 2nd ed.) contains a cryptic reference that went totally over my 
head. It suggests to use [EMAIL PROTECTED] with a suitably large number in a 
\renewcommand, but I can't see how to do that (no doubts because I 
don't understand TOC formatting in general). LaTeX Faqs and archives 
were no more helpful. I am using Koma Script book class.


Thanks in advance,

Stefano

__
Stefano Franchi
Department of Philosophy  Ph:  (64) 9 373-7599 x83940
University Of Auckland  Fax: (64) 9 373-7408
Private Bag 92019   [EMAIL PROTECTED]
Auckland
New Zealand 



Three dots

2004-06-28 Thread Rich Shepard
  What is the difference between \textellipsis and ldots? I've used the
\former and they want the latter. In my copy of The Comprehensive LaTeX
Symbol List, I find \textellipsis in Table 3: Predefined LaTeX Text-Mode
Commands and \ldots in Table 2. Do these typeset differently and noticeably?
Just curious.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: Three dots

2004-06-28 Thread Angus Leeming
Rich Shepard wrote:

   What is the difference between \textellipsis and ldots? I've used
   the
 \former and they want the latter. In my copy of The Comprehensive
 LaTeX Symbol List, I find \textellipsis in Table 3: Predefined LaTeX
 Text-Mode Commands and \ldots in Table 2. Do these typeset
 differently and noticeably? Just curious.
 
 Rich

I can't answer you, but see http://www.latex-project.org/guides/
Specifically, Chapter 3 of The Latex Companion, 2nd ed., by 
Mittelbach, Goossens et el.

www.latex-project.org/guides/tlc2-ch3.pdf, page 3

That should provide some illumination.


-- 
Angus



Re: Three dots

2004-06-28 Thread Juergen Spitzmueller
Sorry, I sent this only to PM. For the archieves:

Rich Shepard wrote:
  What is the difference between \textellipsis and ldots? I've used the
 \former and they want the latter. In my copy of The Comprehensive LaTeX
 Symbol List, I find \textellipsis in Table 3: Predefined LaTeX Text-Mode
 Commands and \ldots in Table 2. Do these typeset differently and
 noticeably? Just curious.

AFAIR they are equivalent (i.e. \ldots or \dots result in \textellipsis in tex 
mode and in \mathellipsis in math mode).
Wait, let's have a look:
-latex.ltx
\DeclareRobustCommand{\dots}{%
   \ifmmode\mathellipsis\else\textellipsis\fi}
\let\ldots\dots
---

Incidentally: Why didn't you use LyX's native ellipsis inset (M-period or 
insert-Special character-ellipsis), which will output \ldots?

Regards,
Jürgen.



Re: Three dots

2004-06-28 Thread Rich Shepard
On Mon, 28 Jun 2004, Angus Leeming wrote:

 I can't answer you, but see http://www.latex-project.org/guides/
 Specifically, Chapter 3 of The Latex Companion, 2nd ed., by Mittelbach,
 Goossens et el.

  Thanks, Angus. Powell's Technical Books has a couple of copies on the
shelves. I'll drive down there this evening and buy one.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: Three dots

2004-06-28 Thread Rich Shepard
On Mon, 28 Jun 2004, Angus Leeming wrote:

 I can't answer you, but see http://www.latex-project.org/guides/
 Specifically, Chapter 3 of The Latex Companion, 2nd ed., by Mittelbach,
 Goossens et el.

Angus,

  Well! If you ever want to get wrapped around the axel in the minutia of
typography, read the section on ellipses in that chapter. I downloaded the
pdf version to examine right away.

  It turns out that \textellipsis -- in English -- adds an extra space to
the right of the three dots. That space may, or may not, be appropriate. It
all depends on what follows. So the ellipsis package uses \ldots to figure
out how to fit spaces after the three dots, depending on context.

  I think I'm sorry that I asked! :-)

Thanks,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


  1   2   >