Re: Spacing Between Columns

2000-09-01 Thread MH Lee

Under that menu are Tiny, Smallest, ..., Normal, Larger, ..., Huge, ...,
Increase etc.
I can't find point size that I need.

MH Lee
- Original Message -
From: Herbert Voss <[EMAIL PROTECTED]>
To: MH Lee <[EMAIL PROTECTED]>
Cc: LyX Users <[EMAIL PROTECTED]>
Sent: Friday, September 01, 2000 5:25 PM
Subject: Re: Spacing Between Columns


> MH Lee wrote:
> >
> > How do I change Title font size to 20pt?
>
> mark the title and than choos layout->character->size
>
> Herbert
>
>




Bug in figure caption with math characters

2000-09-01 Thread Yann Le Du

Hello,

I wanted to check if this simple error could be reproduced by other people
in lyx-1.1.5-fix1 :

*Open a new document
*Insert a figure float
*Insert a figure in the figure float
*As figure caption, put the mathematical symbol of a vector, i.e. the
chacracter "v" with an arrow on top.

Now choose "view dvi" and an error occurs.

This did not happen in previous version I used (1.1.4 I think).

Do I have to wait for the lyx web site to be up again to report this bug ?

Yann


  Yann Le Du  E-mail: [EMAIL PROTECTED]
  Theoretical Physics Web   : http://cdfinfo.in2p3.fr/~ledu/
  1, Keble Road
  University of Oxford
  Oxford, OX1 3NP Phone : (44) (0)1865 273 989
  United Kingdom  Fax   : (44) (0)1865 273 947






Re: Followup: Bibliography problems.

2000-09-01 Thread Dekel Tsur

On Thu, Aug 31, 2000 at 08:06:46AM -0400, Zailong Bian wrote:
> 
> I actually FIXed it!  I specifyed the key value in each of the bib item.  I
> used  as the key and ignore the label(so the
> citation appears as number in print).  It is easier when I want to cite it
> since the key is more meaningful than number only. 
> 
> I just had to go throw my report and change all the citations. But I am
> happy with lyx now!
> 
> I think there is still a problem: if I change the key value in Bibliography
> item, the key value cited in text will not get updated then it appears as
> error (?).  Also, it does not detect duplicate key value...

It is much better to build a bibtex database than enter the bibliography
inside LyX. If you don't know the bibtex file format, you can use a GUI
bibliography managers like gbib, pyliographer, tkbibtex or barracuda.



Re: Document versions

2000-09-01 Thread Dekel Tsur

On Wed, Aug 30, 2000 at 08:28:04PM +0200, Matej Cepl wrote:
Content-Description: Mail message body
> Let me transfer a discussion from lyx-docs. I think, that it may be 
> much more interesting here.
> 
> On Tue, 18 May 1999 08:39:17 -0700 Amir Karger wrote on lyx-
> docs list:
> 
> > > I was just thinking about comparing two documents and seeing
> > > additions/deletions, like diff does for text file.
> > > 
> 
> > This sounds Hard. Do tools like this exist for, say, HTML? If so,
> > we could probably steal them. 

There is already a tool for comparing latex files:
$TEXMF/latex/changebar/chbar.sh
This script "take two LaTeX files and produce a third which
has changebars highlighting the difference between them."



Re: Bibliography

2000-09-01 Thread Dekel Tsur

On Thu, Aug 31, 2000 at 01:16:35PM -0500, Will Fischer wrote:
> 
> As is, (LyX 1.1.5fix1 of Tue Jul 18, 2000) I can put in the several
> citation keys in the bibtex pop-up (and it works fine) BUT it makes
> adding citations or changing their arrangement more problematic.

In the CVS version, the citation dialog was completely rewritten, and it is
now very easy to add/change several citations inside a single citation inset.



Re: How to suppress FoilTeX advertising

2000-09-01 Thread Dekel Tsur

On Fri, Sep 01, 2000 at 02:02:21AM +0200, Martijn Brouwer wrote:
> How can I suppress the annoying 'Typeset by FoilTeX' messages in a FoilTeX
> presentation? Even Micro$oft does not play such a trick...

Put \MyLogo{} in the preamble.



Re: Bug in figure caption with math characters

2000-09-01 Thread Yann Le Du

On Fri, 1 Sep 2000, Guenter Milde wrote:

> On Fri, 1 Sep 2000 12:20:42 +0100 (BST) you wrote:
> 
>  > Hello,
>  > 
>  > I wanted to check if this simple error could be reproduced by other people
>  > in lyx-1.1.5-fix1 :
>  > 
>  > *Open a new document
>  > *Insert a figure float
>  > *Insert a figure in the figure float
>  > *As figure caption, put the mathematical symbol of a vector, i.e. the
>  > chacracter "v" with an arrow on top.
>  > 
>  > Now choose "view dvi" and an error occurs.
> 
> No problem for me (see the attached file)
> 

In fact, it happens with \overrightarrow and indeed not with \vec




  Yann Le Du  E-mail: [EMAIL PROTECTED]
  Theoretical Physics Web   : http://cdfinfo.in2p3.fr/~ledu/
  1, Keble Road
  University of Oxford
  Oxford, OX1 3NP Phone : (44) (0)1865 273 989
  United Kingdom  Fax   : (44) (0)1865 273 947






Re: Bug in figure caption with math characters

2000-09-01 Thread Herbert Voss

Yann Le Du wrote:
> 
> Hello,
> 
> I wanted to check if this simple error could be reproduced by other people
> in lyx-1.1.5-fix1 :
> 
> *Open a new document
> *Insert a figure float
> *Insert a figure in the figure float
> *As figure caption, put the mathematical symbol of a vector, i.e. the
> chacracter "v" with an arrow on top.

in the floating figure or table environment the captionstyle works 
not with special commands (e.g.math-symbols). Choose one of the 
following possibilities to shun an error:
1.
  write \protect before your latex command (e.g.: 
  \protect\overrightarrow{arrow}) 

2. define an own caption in the latex preamble 

\newcommand\myCaption[1]{\small\refstepcounter{figure}%
   \centering\figurename\ \thefigure :\ #1}

in the float (!) choose paragraphstyle standard instead of 
captionstyle and write 

\myCaption{...the captiontext ...}

myCaption is only needful for captions with special math-symbols 
or special commands. counting of figure is continuing.

3. work with a trick:
run from lyx dvi-view once without your special mathsymbol or command.
the dvi-output than works and every dvi-update too, you can ignore the
latex-error when you insert now your
math-symbol. 

> This did not happen in previous version I used (1.1.4 I think).

lyx ignored the error.

Herbert




Re: Bug in figure caption with math characters

2000-09-01 Thread Yann Le Du

On Fri, 1 Sep 2000, Herbert Voss wrote:

> 1.
>   write \protect before your latex command (e.g.: 
>   \protect\overrightarrow{arrow}) 

This is done automatically in my lyx : I write my vector v using the math
panel (which generates an \overrightarrow in the tex code), and when I
look at the tex code, it already has the \protect statement. But still, it
doesn't work (i.e. an error occurs).

But thanks for the dvi trick, this works fine. I still see the error, but
the output changes.

Yann


  Yann Le Du  E-mail: [EMAIL PROTECTED]
  Theoretical Physics Web   : http://cdfinfo.in2p3.fr/~ledu/
  1, Keble Road
  University of Oxford
  Oxford, OX1 3NP Phone : (44) (0)1865 273 989
  United Kingdom  Fax   : (44) (0)1865 273 947






Re: Spacing Between Columns

2000-09-01 Thread Herbert Voss

MH Lee wrote:
> 
> Under that menu are Tiny, Smallest, ..., Normal, Larger, ..., Huge, ...,
> Increase etc.
> I can't find point size that I need.

you don't need it!

for 10pt and 11pt documentwide font size choose \huge
for 12pt \LARGE

than they are always 20.74pt.

another way:

in Latex preamble

\newfont{\myFont}{cmr10 at 20pt}

and begin your title with \myFont\textbf{ ...your title... }
in chapter-style mode, or section, whatever you want.

you can also choose cmss1. it's the sansserif font and looks 
better in titles.

Herbert




Re: Bug in figure caption with math characters

2000-09-01 Thread Herbert Voss

Yann Le Du wrote:
> 
> On Fri, 1 Sep 2000, Herbert Voss wrote:
> 
> > 1.
> >   write \protect before your latex command (e.g.:
> >   \protect\overrightarrow{arrow})
> 
> This is done automatically in my lyx : I write my vector v using the math
> panel (which generates an \overrightarrow in the tex code), and when I
> look at the tex code, it already has the \protect statement. But still, it
> doesn't work (i.e. an error occurs).

than there can be no error? can you send a short example-file? if you
like.

HErbert



Re: Bug in figure caption with math characters

2000-09-01 Thread Herbert Voss

Yann Le Du wrote:
> 
> On Fri, 1 Sep 2000, Herbert Voss wrote:
> 
> > Yann Le Du wrote:
> > >
> > > On Fri, 1 Sep 2000, Herbert Voss wrote:
> > >
> > > > 1.
> > > >   write \protect before your latex command (e.g.:
> > > >   \protect\overrightarrow{arrow})
> > >
> > > This is done automatically in my lyx : I write my vector v using the math
> > > panel (which generates an \overrightarrow in the tex code), and when I
> > > look at the tex code, it already has the \protect statement. But still, it
> > > doesn't work (i.e. an error occurs).
> >
> > than there can be no error? can you send a short example-file? if you
> > like.

lyx inserts the \protect in the wrong way, not before the command,
just before the whole inline math-command.
however, if you do following steps, all works 
(only for math in captions):

opne math box, 
write all the muthstuff you need until an special mathsymbol
write \protect and do a space. the backslash is not seen!
write your mathsymbol

Herbert

#LyX 1.1 created this file. For more info see http://www.lyx.org/
\lyxformat 2.16
\textclass article
\begin_preamble
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc} \usepackage{graphics}

\makeatletter
\end_preamble
\language default
\inputencoding latin1
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\latex latex 

\backslash 
par
\backslash 
centering 
\backslash 
par{}
\begin_float fig 
\layout Caption

See the bug\SpecialChar ~
: 
\begin_inset Formula \( \protect \overrightarrow{v} \)
\end_inset 


\end_float 
\the_end



Re: Bug in figure caption with math characters

2000-09-01 Thread Yann Le Du

On Fri, 1 Sep 2000, Herbert Voss wrote:

> lyx inserts the \protect in the wrong way, not before the command,
> just before the whole inline math-command.
> however, if you do following steps, all works 
> (only for math in captions):
> 
> opne math box, 
> write all the muthstuff you need until an special mathsymbol
> write \protect and do a space. the backslash is not seen!
> write your mathsymbol
> 


Now it works perfect :-) Thank you very much.

Yann


  Yann Le Du  E-mail: [EMAIL PROTECTED]
  Theoretical Physics Web   : http://cdfinfo.in2p3.fr/~ledu/
  1, Keble Road
  University of Oxford
  Oxford, OX1 3NP Phone : (44) (0)1865 273 989
  United Kingdom  Fax   : (44) (0)1865 273 947






How to switch between documents

2000-09-01 Thread Yann Le Du

Hello,

The reference manual says to use M-d p to switch back and forth between
documents, but it does not work. Anyone has another solution ?

Thanks,

Yann


  Yann Le Du  E-mail: [EMAIL PROTECTED]
  Theoretical Physics Web   : http://cdfinfo.in2p3.fr/~ledu/
  1, Keble Road
  University of Oxford
  Oxford, OX1 3NP Phone : (44) (0)1865 273 989
  United Kingdom  Fax   : (44) (0)1865 273 947






Re: How to switch between documents

2000-09-01 Thread Murilo Juchem

Hi,

You can use the menu Documents which contains a lists of all documents you
open.

Murilo

Yann Le Du wrote:

> Hello,
>
> The reference manual says to use M-d p to switch back and forth between
> documents, but it does not work. Anyone has another solution ?
>
> Thanks,
>
> Yann
>
> 
>   Yann Le Du  E-mail: [EMAIL PROTECTED]
>   Theoretical Physics Web   : http://cdfinfo.in2p3.fr/~ledu/
>   1, Keble Road
>   University of Oxford
>   Oxford, OX1 3NP Phone : (44) (0)1865 273 989
>   United Kingdom  Fax   : (44) (0)1865 273 947
> 

--
Murilo Juchem
Pós-Graduação em Ciência da Computação - PUCRS
e-mail: [EMAIL PROTECTED]
http://www.inf.pucrs.br/~juchem





Re: How to switch between documents

2000-09-01 Thread Yann Le Du

On Fri, 1 Sep 2000, Murilo Juchem wrote:

> Hi,
> 
> You can use the menu Documents which contains a lists of all documents you
> open.
> 
> Murilo
> 
> Yann Le Du wrote:
> 
> > Hello,
> >
> > The reference manual says to use M-d p to switch back and forth between
> > documents, but it does not work. Anyone has another solution ?
> >


Yes, but I was looking for a keyboard shortcut ! M-d space gives you
access to the Document menu, but it's not easy for multiple cuts/paste
between two specific documents for example.

Yann



  Yann Le Du  E-mail: [EMAIL PROTECTED]
  Theoretical Physics Web   : http://cdfinfo.in2p3.fr/~ledu/
  1, Keble Road
  University of Oxford
  Oxford, OX1 3NP Phone : (44) (0)1865 273 989
  United Kingdom  Fax   : (44) (0)1865 273 947






Re: Bibliography

2000-09-01 Thread Will Fischer

  > wfischer:
  > The output then looks like this:  blah [1][2]
  > when it ought to be this: blah [1-2]

  Herbert Voss:
  it's not usual to write it this way, when there are only
  two citations, therefore always [1,2], but [1-3].
   . . .  

Yes, but, one doesn't get [1,2], but rather [1][2].
Likewise, one gets [1][2][3] instead of [1-3].

  Herbert Voss:
  do you use package{cite}?

I'm using package{natbib}, so the actual citations are formatted
differently, but the content is the same.

  Dekel Tsur <[EMAIL PROTECTED]> reports that:
  > the citation dialog was completely rewritten, and it is now very
  > easy to add/change several citations inside a single citation
  > inset.

So this complaint of mine may vanish in the next release ... 
which is, um, going to be when?  About?


Will Fischer   
Biology Department  [EMAIL PROTECTED]
Indiana University  Lab:812-855-2549
Jordan Hall 142 FAX:812-855-6705
1001 E. Third Street
Bloomington, IN  47405-3700 USA



super / subscript but not italics

2000-09-01 Thread Haight Ashbury

I wonder wether I can make use of superscript and subscript without using the
mathematical modus, i.e. without having this part of the text in italics
(emphasize style).

Thanks, Ulrich

--
***
Ulrich Grün
+31-30-2467141
mail: [EMAIL PROTECTED], [EMAIL PROTECTED]
icq: 35629246
System: AMD-K6 350, 64. OS: RedHat 6.2, Kernel: 2.2.14



Re: super / subscript but not italics

2000-09-01 Thread Yann Le Du

On Fri, 1 Sep 2000, Haight Ashbury wrote:

> I wonder wether I can make use of superscript and subscript without using the
> mathematical modus, i.e. without having this part of the text in italics
> (emphasize style).

I'm not sure this is what you're looking for, but in mathamtical formula,
you can avoid the italics by using Alt-c r 

So for example to write 10th with th as superscript, all without italics : 

Ctrl-m
Alt-c r
10
^
Alt-c r
th

Cheers,

Yann


> 
> Thanks, Ulrich
> 
> --
> ***
> Ulrich Grün
> +31-30-2467141
> mail: [EMAIL PROTECTED], [EMAIL PROTECTED]
> icq: 35629246
> System: AMD-K6 350, 64. OS: RedHat 6.2, Kernel: 2.2.14
> 


  Yann Le Du  E-mail: [EMAIL PROTECTED]
  Theoretical Physics Web   : http://cdfinfo.in2p3.fr/~ledu/
  1, Keble Road
  University of Oxford
  Oxford, OX1 3NP Phone : (44) (0)1865 273 989
  United Kingdom  Fax   : (44) (0)1865 273 947






Re: Bibliography

2000-09-01 Thread Herbert Voss

Will Fischer wrote:
> 
>   > wfischer:
>   > The output then looks like this:  blah [1][2]
>   > when it ought to be this: blah [1-2]
> 
>   Herbert Voss:
>   it's not usual to write it this way, when there are only
>   two citations, therefore always [1,2], but [1-3].
>. . .
> 
> Yes, but, one doesn't get [1,2], but rather [1][2].
> Likewise, one gets [1][2][3] instead of [1-3].
> 
>   Herbert Voss:
>   do you use package{cite}?
> 
> I'm using package{natbib}, so the actual citations are formatted
> differently, but the content is the same.

that's only for the bibtex-style! try \usepackage{cite} in
latex preamble and your citations look well. 

Herbert





Re: super / subscript but not italics

2000-09-01 Thread Herbert Voss

Haight Ashbury wrote:
> 
> I wonder wether I can make use of superscript and subscript without using the
> mathematical modus, i.e. without having this part of the text in italics
> (emphasize style).

have a look at 

http://www.educat.hu-berlin.de/~voss/Informatik/LyXTips.html#sup

Herbert




Re: endnotes

2000-09-01 Thread Matej Cepl

On 30 Aug 00, at 9:11, thomas schönhoff wrote:

> I don't know if there is a general answer to your
> question, anyhow I was in need of them for writing
> an epidemiological review. In those reviews you
> need them because of prevailing conventions in the
> field of sciences (like medcine and so on). If
> more deeply interested have look at the journals !

Hi,

no, I have nothing against or about against writing endnotes in this
specific context. I have been just curious about the issue, which still
puzzles me.

Have a nice day

Matej



Re: Spacing Between Columns

2000-09-01 Thread Herbert Voss

MH Lee wrote:
> 
> How do I change Title font size to 20pt?

mark the title and than choos layout->character->size

Herbert





Re: Bibliography

2000-09-01 Thread Herbert Voss

Will Fischer wrote:

> (Lyx window)_becomes_  (latex)
> blah[cite1][cite2] blah \cite{cite1}\cite{cite2}
> 
> The output then looks like this:  blah [1][2]
> when it ought to be this: blah [1-2]

it's not usual to write it this way, when there are only
two citations, therefore always [1,2], but [1-3].
 
> How about merging adjacent citations when the LaTex output is
> generated, like this:
> 
> (Lyx window)   _becomes_  (latex)
> blah[cite1][cite2][cite3] blah \cite{cite1,cite2,cite3}
> 
> This way bibtex can Do The Right Thing, be it [1-3] or
> (key1,key2,key3) or whatever.  Pehaps adjacent \LatexCommand
> insets should routinely be merged when the actual LaTex output is
> generated -- but the citation-merging would still need to happen.
> 
> As is, (LyX 1.1.5fix1 of Tue Jul 18, 2000) I can put in the several
> citation keys in the bibtex pop-up (and it works fine) BUT it makes
> adding citations or changing their arrangement more problematic.

do you use package{cite}?

Herbert