Re: Sequent Calculi?

2001-12-07 Thread Bas Spitters

  How can I write some expressions like this?

 A B
 - -
 A = B /\ (A\/B)
 --
  A = B
  -
A

 This one doesn't mean anything, but you see the kind...
 I can't use a table, neither Fraction.

Have a look at

http://www.math.ucla.edu/~asl/

And look at Buss' proof-style. This seems to do exactly what you want.
LaTeX, so you might have to use ERT.

Good luck,

Bas Spitters



how to show bitmaps properly?

2001-12-07 Thread Giovanni Tummarello

Hello i have use the insert raster image function.. 
once i state the png file i want to include the only way i could have it show 
of reasonable dimension was using the 

-geometry XXX

parameter where XXX is usually something like 300 or 400

although the dimensions are fine, the resolution on paper is extremely bad, 
even though the images do have a good original resolution.
I believe i need to tell him not to downsample the image but just to output at 
the right DPI

Any idea?

Thanks
-- 
Giovanni Tummarello 
[EMAIL PROTECTED]




Re: Minipage borders and shading

2001-12-07 Thread Dekel Tsur

On Thu, Dec 06, 2001 at 05:04:24PM -0500, Steve Litt wrote:
 
 I got your code to work, using both a colorbox and an fbox to have a shaded 
 bordered box with a light (95%) gray. The one thing I couldn't do was get it 
 to split on page borders. I installed framed.sty, and did \usepackage{framed} 
 with no errors, but the minipages still did what they do best -- go on one 
 page or the other, but not print on multiple pages. Do I need to replace 
 \begin{minipage} with something else?

Framed does not redefine the minipage command.
It define new environments framed and shaded which you should use instead of
your note_l, namely your layout file should contain

Style Note
 LatexType Environment
 LatexName framed
...
End



Re: footnote problem

2001-12-07 Thread Dekel Tsur

On Thu, Dec 06, 2001 at 10:25:31AM -, Michael Koundouros wrote:
 Hi lyxites,
 
 I am using lyx 1.1.6fix3 with miktex on win98. in my ps output my footnote
 gets printed on the next page rather than on same page. Usually when I have
 used the footnote feature it works fine. Anyone know how to correct this
 problem?

Does the footnote split between the current and the next page, or does it
appear entirely on the next page ?

For the former case, put the following lines in the preamble:
  \interfootnotelinepenalty=1
  \raggedbottom

For the latter, put the following lines in the preamble
  \raggedbottom
  \setlength{\topskip}{1\topskip plus 1\baselineskip}



Re: Sequent Calculi?

2001-12-07 Thread Dekel Tsur

On Thu, Dec 06, 2001 at 05:03:53PM +0100, Romain Janvier wrote:
 How can I write some expressions like this?
 
 A B
 - -
 A = B /\ (A\/B)
 --
   A = B
   -
 A
 
 This one doesn't mean anything, but you see the kind...
 I can't use a table, neither Fraction.

Use the prooftree or proof package.

See also
  http://www.mail-archive.com/lyx-users@lists.lyx.org/msg07111.html
(the first example there should be \def\frac#1#2{\infer{#2}{#1}} ).



Re: Tables and LyX stability

2001-12-07 Thread Dekel Tsur

On Thu, Dec 06, 2001 at 06:48:13PM +, Marcin Chady wrote:
 My other problem, apart from figure rendering which has already been
 covered in other emails, is also to do with tables. For some reason LyX
 has stopped handling table captions properly. When I open a new table
 float and insert the table as the first thing in the caption line, the
 table is inserted *in* the line rather than above it. The same happens
 if I try inserting it after typing something first. I can move it below
 the caption line by inserting a line break, but then the table is
 left-aligned.

When you inserted table in lyx 1.1.5, lyx did some automatic things, some of
them were unnecessary. Now you need to do it manually.
For a centered table above the caption do the following:
1. Insert-float-table
2. Press enter
3. Layout-paragraph
4. Select center alignment and press enter
5. Insert the table.



Re: single spacing in table cells

2001-12-07 Thread Dekel Tsur

On Fri, Dec 07, 2001 at 06:53:57AM +0100, Herbert Voss wrote:
 Rodney K wrote:
 
  I have a document that is double spaced with about 6 tables. One of the
  tables is a longtable which spans about 3 pages. This table has 4
  columns and 13 rows, each cells has multiple lines. How can I cange the
  line spacing in the cells to single spacing and only for that one table?
 
 choose a minipage for this cell (right mouse click

Don't do that

 opens tab-menu) and try with
 
 \setstretch{1}
 [...]
 \setstretch{old value}

Or more simply, put {\setstretch{1} before the table, and } after it (in
latex mode).
Another solution is to put the cursor to the left of the table, and press
M-x paragraph-spacing single.



Re: Citation again

2001-12-07 Thread Matej Cepl

On Thu, Dec 06, 2001 at 10:44:37AM +0100, Rubn Barreto wrote:
 Hello, I'm using the style dinat depending on natbib which
 gives me the citations as following: (Gellner,1988) or if I
 want the page included (Gellner,1988,S.59).  How can I get the
 e.g. or vgl. inside the brackets?

Would not adding just another [] do? I mean something like this?

\citep[e.\,g.][S.~59]{gellner88}

How is this?

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
DOS: n., A small annoying boot virus that causes random
spontaneous system crashes, usually just before saving a massive
project. Easily cured by UNIX. See also MS-DOS, IBM-DOS, DR-DOS.
-- David Vicker's .plan




Re: Changing the Citation Format

2001-12-07 Thread Matej Cepl

On Thu, Dec 06, 2001, Christopher M. Jones wrote:
 it's a reader's nightmare (e.g., ibid for three or four pages
 leaves you digging for the first reference). It's inline
 citations that break the flow of text.

I cannot agree more. Now finished reading of a book ``Frontiers
of Legal Theory''by Richard Posner (published by Harvard
University Press! -- I wonder, what do these folks in publishing
houses do!) and I can confess, that reading footnote like this

31. Holmes, note 13 above, at 207.

leads me, a born-again Christian, to deep contemplations, whether
there is really no justification for a murder.

  Endnotes (or better yet, parenthetical references) are the
  preferred method for citations.  I myself am trying to figure
  out how to do this.

PLEASE! Do not do endnotes for citations!!!

If there is anything worse than searching for note 13 (on page
198) from current page 204, it is to browse through endless sea
of endnotes somewhere between pages 500 and 625 just to find
fu*ing note saying something very meaningless. I usually put the
book aside or (if I have to read it) just ignore _any_ endnote.
IMHO, endnotes are good only for substantial disgression from the
main text (aka Appendices), and it is still questionable, whether
just another new chapter (paragraph) would not do better.

Could you put parenthetical quotations in footnotes?

31. Holmes (1881), p. 207.

You will have at least good bibliography in the end (one other
thing I just cannot understand -- how is it possible, that HUP
publishes presumably theoretical book w/o bibliography?).

Good luck with writing!

Matej Cepl

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
Some see private enterprise as a predatory target to be shot,
others as a cow to be milked, but few are those who see it as a
sturdy horse pulling the wagon.
-- Sir Winston Churchill




Re: Tables and LyX stability

2001-12-07 Thread Matej Cepl

On Fri, Dec 07, 2001 at 01:53:51AM +0100, Lars Gullik Bj?nnes wrote:
 Hard to say. The 1.2cvs version is getting better and better, but I
 think there are still a few problems lurking. I hope to get a
 prerelease out before Christmas.

I think, that answer was more whether there will be any version
1.1.6fix4 (I would love to have it too). There are really too
many ways how to get lyx down now.

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
[W]hat country can preserve its liberties, if its rulers are not
warned from time to time that [the] people preserve the spirit of
resistance? Let them take arms...The tree of liberty must be
refreshed from time to time, with the blood of patriots and
tyrants.
-- Thomas Jefferson, letter to Col. William S. Smith, 1787 




.lyx to .rtf

2001-12-07 Thread Sinisa Milivojevic


Sorry to bother you and reply to me directly as I am not subscribed to
the list.

A quick and dirty question. 

How to export .lyx to .rtf or even better to .doc (any M$ Word
format).

I guess  it goes through SGML, but I truly forgot how . ;o)

Many thanks in advance !

-- 
Regards,
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED]
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
   ___/   www.mysql.com




check

2001-12-07 Thread [EMAIL PROTECTED]

check of mailing list


Re: Changing the Citation Format

2001-12-07 Thread Paul Tremblay

On Fri, Dec 07, 2001 at 03:25:34PM -0600, Christopher M. Jones wrote:

 This is why I like Chicago: distinguish between full references 
 in bib and in footnotes. 

Amen.  Chicago Style tries to make the work as readable as
possible, which is why I also like it.  I don't think I was
clear in stating this in my earlier email.  Parenthetical
references (which Chicago Style recommends above all other), 
integrate the information right in to the text, rather than
stick it back a hundred pages.  For example:

As Michael Goosens points out in his book *Latex Graphics
Companion,* you can use different types of graphics in Latex
(85).  

The (85) refers to the page number.  If you really want to
track down this source, then you go to the endnotes and get the
Publisher of the book, and other relevant information.  But most
readers won't have to, so they simply continue reading without
interruption.  

 
 The only bst (I have not looked much) that seems to do something like this is 
 Jurabib. 

[snip]

 My dream is still a fully functional Chicago style, which achicago 
 promised to be. But work on that seems to have stopped quite a while ago. 
 
 This is my next summer project: learn how to write a bst and complementary 
 sty. (=buy a copy of Lamport), write a fully functional (hahaha) chicago 
 style in a couple of months (hahahaha).

Hey, you are stealing my project!  I wanted to do something
exactly along these lines, even though I am brand new to
Lyx/Latex. (As if I will find time!)  

But I *do* think an integrated chicago style would make
Lyx/Latex more popular amongst non-technical people.  For
example, I had the dream of redeeming old computers by putting
Linux on them, using a small windows manager like black box, and
using Lyx as the word documents processor.  I know several grad
students who would love something like that.  But if chicago
style is really hard to use, I can see these same grad students
saying Linux is too hard!  Lyx is too hard!

Have you tried the mla package, available at CTAN?  I just came
across it.  The only documentation for it is in the %%comments in
package itself.  Just wondering. 

Paul 

-- 


*Paul Tremblay *
*[EMAIL PROTECTED]*




Re: Changing the Citation Format

2001-12-07 Thread Christopher M. Jones

[OT, therefore last post to LyX list]

   My dream is still a fully functional Chicago style, which achicago

 Hey, you are stealing my project!  I wanted to do something
 exactly along these lines, even though I am brand new to
 Lyx/Latex. (As if I will find time!)

Same boat. I've used LyX/LaTeX for about five years now, and I still know 
*just* what I need to, and what I need to know is very slim (I have no need 
of tables, formulas, etc. to write philosophy).

 But I *do* think an integrated chicago style would make
 Lyx/Latex more popular amongst non-technical people.  For
 example, I had the dream of redeeming old computers by putting
 Linux on them, using a small windows manager like black box, and
 using Lyx as the word documents processor.  I know several grad
 students who would love something like that.  But if chicago
 style is really hard to use, I can see these same grad students
 saying Linux is too hard!  Lyx is too hard!

Then perhaps one of us ought to take charge and coordinate something. I've 
never done this before, and the one programming course I had in college is 
now a distant memory. So I have little idea how to start. 

Does anyone else on the list want to help? Can any of the wizards out there 
who know what they are doing take this over? Send privately.

 Have you tried the mla package, available at CTAN?  I just came
 across it.  The only documentation for it is in the %%comments in
 package itself.  Just wondering.

I used it once, when a journal asked me to send hardcopy in mla. That bst has 
been around for a while, though, and mla has been through several editions.  
Besides, I don't really like mla.




Re: Minipage borders and shading

2001-12-07 Thread Steve Litt

On Friday 07 December 2001 08:29, Dekel Tsur wrote:
 Framed does not redefine the minipage command.
 It define new environments framed and shaded which you should use instead
 of your note_l, namely your layout file should contain

 Style Note
  LatexType Environment
  LatexName framed
 ...
 End

Thanks Dekel,

I got it running, and it does span pages, and it's beautiful but for the life 
of me I can't make my shaded narrower. Any idea how to make a shaded 
narrower?

I tried everything I could think of, including changing the text borders, but 
that just made the text narrower within the shading (actually it was even 
uglier than I describe, but...).

I have a generic LaTeX environment called shadowbox to accommodate not only 
Lyx environment Note, but also Tip and Warning. In the code you can see my 
failed attempt to shrink the shade by shrinking the text margins:

\newenvironment{shadowbox}[3]{%
  \begin{list}{}{%
 \leftmargin#1%
 \rightmargin#2%
 ~\\[-2in]%
%   \setlength\fboxsep{8pt}%
   \definecolor{shadecolor}{rgb}{0.95,0.95,0.95}%
   \begin{shaded}%
  {\centering\large#3\\[0.2cm]}%
   \raggedright%
   \setlength\parindent{16pt}%
  }%
  \item{}}%
  {%
  \end{shaded}%
  \end{list}%
  \par
  }%

Style Note
  LatexType Environment
  LatexName note_l
  # Typical stuff about appearance within LyX  
  Preamble
\newenvironment{note_l}{%
   \begin{shadowbox}{1in}{1in}{NOTE}%
 }{%
   \end{shadowbox}%
  }%
  EndPreamble
End


Style Warning
  LatexType Environment
  LatexName warning_l
  # Typical stuff about appearance within LyX  
  Preamble
\newenvironment{warning_l}{%
   \begin{shadowbox}{1in}{1in}{WARNING}%
 }{%
   \end{shadowbox}%
  }%
  EndPreamble
End

The preceding works perfectly except that the shading is too wide.

Thanks

STeve


-- 
Steve Litt
Webmaster, Troubleshooters.Com
http://www.troubleshooters.com
[EMAIL PROTECTED]
(Legal Disclaimer) Follow these suggestions at your own risk.







Re: Sequent Calculi?

2001-12-07 Thread Bas Spitters

  How can I write some expressions like this?

 A B
 - -
 A = B /\ (A\/B)
 --
  A = B
  -
A

 This one doesn't mean anything, but you see the kind...
 I can't use a table, neither Fraction.

Have a look at

http://www.math.ucla.edu/~asl/

And look at Buss' proof-style. This seems to do exactly what you want.
LaTeX, so you might have to use ERT.

Good luck,

Bas Spitters



how to show bitmaps properly?

2001-12-07 Thread Giovanni Tummarello

Hello i have use the insert raster image function.. 
once i state the png file i want to include the only way i could have it show 
of reasonable dimension was using the 

-geometry XXX

parameter where XXX is usually something like 300 or 400

although the dimensions are fine, the resolution on paper is extremely bad, 
even though the images do have a good original resolution.
I believe i need to tell him not to downsample the image but just to output at 
the right DPI

Any idea?

Thanks
-- 
Giovanni Tummarello 
[EMAIL PROTECTED]




Re: Minipage borders and shading

2001-12-07 Thread Dekel Tsur

On Thu, Dec 06, 2001 at 05:04:24PM -0500, Steve Litt wrote:
 
 I got your code to work, using both a colorbox and an fbox to have a shaded 
 bordered box with a light (95%) gray. The one thing I couldn't do was get it 
 to split on page borders. I installed framed.sty, and did \usepackage{framed} 
 with no errors, but the minipages still did what they do best -- go on one 
 page or the other, but not print on multiple pages. Do I need to replace 
 \begin{minipage} with something else?

Framed does not redefine the minipage command.
It define new environments framed and shaded which you should use instead of
your note_l, namely your layout file should contain

Style Note
 LatexType Environment
 LatexName framed
...
End



Re: footnote problem

2001-12-07 Thread Dekel Tsur

On Thu, Dec 06, 2001 at 10:25:31AM -, Michael Koundouros wrote:
 Hi lyxites,
 
 I am using lyx 1.1.6fix3 with miktex on win98. in my ps output my footnote
 gets printed on the next page rather than on same page. Usually when I have
 used the footnote feature it works fine. Anyone know how to correct this
 problem?

Does the footnote split between the current and the next page, or does it
appear entirely on the next page ?

For the former case, put the following lines in the preamble:
  \interfootnotelinepenalty=1
  \raggedbottom

For the latter, put the following lines in the preamble
  \raggedbottom
  \setlength{\topskip}{1\topskip plus 1\baselineskip}



Re: Sequent Calculi?

2001-12-07 Thread Dekel Tsur

On Thu, Dec 06, 2001 at 05:03:53PM +0100, Romain Janvier wrote:
 How can I write some expressions like this?
 
 A B
 - -
 A = B /\ (A\/B)
 --
   A = B
   -
 A
 
 This one doesn't mean anything, but you see the kind...
 I can't use a table, neither Fraction.

Use the prooftree or proof package.

See also
  http://www.mail-archive.com/lyx-users@lists.lyx.org/msg07111.html
(the first example there should be \def\frac#1#2{\infer{#2}{#1}} ).



Re: Tables and LyX stability

2001-12-07 Thread Dekel Tsur

On Thu, Dec 06, 2001 at 06:48:13PM +, Marcin Chady wrote:
 My other problem, apart from figure rendering which has already been
 covered in other emails, is also to do with tables. For some reason LyX
 has stopped handling table captions properly. When I open a new table
 float and insert the table as the first thing in the caption line, the
 table is inserted *in* the line rather than above it. The same happens
 if I try inserting it after typing something first. I can move it below
 the caption line by inserting a line break, but then the table is
 left-aligned.

When you inserted table in lyx 1.1.5, lyx did some automatic things, some of
them were unnecessary. Now you need to do it manually.
For a centered table above the caption do the following:
1. Insert-float-table
2. Press enter
3. Layout-paragraph
4. Select center alignment and press enter
5. Insert the table.



Re: single spacing in table cells

2001-12-07 Thread Dekel Tsur

On Fri, Dec 07, 2001 at 06:53:57AM +0100, Herbert Voss wrote:
 Rodney K wrote:
 
  I have a document that is double spaced with about 6 tables. One of the
  tables is a longtable which spans about 3 pages. This table has 4
  columns and 13 rows, each cells has multiple lines. How can I cange the
  line spacing in the cells to single spacing and only for that one table?
 
 choose a minipage for this cell (right mouse click

Don't do that

 opens tab-menu) and try with
 
 \setstretch{1}
 [...]
 \setstretch{old value}

Or more simply, put {\setstretch{1} before the table, and } after it (in
latex mode).
Another solution is to put the cursor to the left of the table, and press
M-x paragraph-spacing single.



Re: Citation again

2001-12-07 Thread Matej Cepl

On Thu, Dec 06, 2001 at 10:44:37AM +0100, Rubn Barreto wrote:
 Hello, I'm using the style dinat depending on natbib which
 gives me the citations as following: (Gellner,1988) or if I
 want the page included (Gellner,1988,S.59).  How can I get the
 e.g. or vgl. inside the brackets?

Would not adding just another [] do? I mean something like this?

\citep[e.\,g.][S.~59]{gellner88}

How is this?

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
DOS: n., A small annoying boot virus that causes random
spontaneous system crashes, usually just before saving a massive
project. Easily cured by UNIX. See also MS-DOS, IBM-DOS, DR-DOS.
-- David Vicker's .plan




Re: Changing the Citation Format

2001-12-07 Thread Matej Cepl

On Thu, Dec 06, 2001, Christopher M. Jones wrote:
 it's a reader's nightmare (e.g., ibid for three or four pages
 leaves you digging for the first reference). It's inline
 citations that break the flow of text.

I cannot agree more. Now finished reading of a book ``Frontiers
of Legal Theory''by Richard Posner (published by Harvard
University Press! -- I wonder, what do these folks in publishing
houses do!) and I can confess, that reading footnote like this

31. Holmes, note 13 above, at 207.

leads me, a born-again Christian, to deep contemplations, whether
there is really no justification for a murder.

  Endnotes (or better yet, parenthetical references) are the
  preferred method for citations.  I myself am trying to figure
  out how to do this.

PLEASE! Do not do endnotes for citations!!!

If there is anything worse than searching for note 13 (on page
198) from current page 204, it is to browse through endless sea
of endnotes somewhere between pages 500 and 625 just to find
fu*ing note saying something very meaningless. I usually put the
book aside or (if I have to read it) just ignore _any_ endnote.
IMHO, endnotes are good only for substantial disgression from the
main text (aka Appendices), and it is still questionable, whether
just another new chapter (paragraph) would not do better.

Could you put parenthetical quotations in footnotes?

31. Holmes (1881), p. 207.

You will have at least good bibliography in the end (one other
thing I just cannot understand -- how is it possible, that HUP
publishes presumably theoretical book w/o bibliography?).

Good luck with writing!

Matej Cepl

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
Some see private enterprise as a predatory target to be shot,
others as a cow to be milked, but few are those who see it as a
sturdy horse pulling the wagon.
-- Sir Winston Churchill




Re: Tables and LyX stability

2001-12-07 Thread Matej Cepl

On Fri, Dec 07, 2001 at 01:53:51AM +0100, Lars Gullik Bj?nnes wrote:
 Hard to say. The 1.2cvs version is getting better and better, but I
 think there are still a few problems lurking. I hope to get a
 prerelease out before Christmas.

I think, that answer was more whether there will be any version
1.1.6fix4 (I would love to have it too). There are really too
many ways how to get lyx down now.

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
[W]hat country can preserve its liberties, if its rulers are not
warned from time to time that [the] people preserve the spirit of
resistance? Let them take arms...The tree of liberty must be
refreshed from time to time, with the blood of patriots and
tyrants.
-- Thomas Jefferson, letter to Col. William S. Smith, 1787 




.lyx to .rtf

2001-12-07 Thread Sinisa Milivojevic


Sorry to bother you and reply to me directly as I am not subscribed to
the list.

A quick and dirty question. 

How to export .lyx to .rtf or even better to .doc (any M$ Word
format).

I guess  it goes through SGML, but I truly forgot how . ;o)

Many thanks in advance !

-- 
Regards,
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic [EMAIL PROTECTED]
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
   ___/   www.mysql.com




check

2001-12-07 Thread [EMAIL PROTECTED]

check of mailing list


Re: Changing the Citation Format

2001-12-07 Thread Paul Tremblay

On Fri, Dec 07, 2001 at 03:25:34PM -0600, Christopher M. Jones wrote:

 This is why I like Chicago: distinguish between full references 
 in bib and in footnotes. 

Amen.  Chicago Style tries to make the work as readable as
possible, which is why I also like it.  I don't think I was
clear in stating this in my earlier email.  Parenthetical
references (which Chicago Style recommends above all other), 
integrate the information right in to the text, rather than
stick it back a hundred pages.  For example:

As Michael Goosens points out in his book *Latex Graphics
Companion,* you can use different types of graphics in Latex
(85).  

The (85) refers to the page number.  If you really want to
track down this source, then you go to the endnotes and get the
Publisher of the book, and other relevant information.  But most
readers won't have to, so they simply continue reading without
interruption.  

 
 The only bst (I have not looked much) that seems to do something like this is 
 Jurabib. 

[snip]

 My dream is still a fully functional Chicago style, which achicago 
 promised to be. But work on that seems to have stopped quite a while ago. 
 
 This is my next summer project: learn how to write a bst and complementary 
 sty. (=buy a copy of Lamport), write a fully functional (hahaha) chicago 
 style in a couple of months (hahahaha).

Hey, you are stealing my project!  I wanted to do something
exactly along these lines, even though I am brand new to
Lyx/Latex. (As if I will find time!)  

But I *do* think an integrated chicago style would make
Lyx/Latex more popular amongst non-technical people.  For
example, I had the dream of redeeming old computers by putting
Linux on them, using a small windows manager like black box, and
using Lyx as the word documents processor.  I know several grad
students who would love something like that.  But if chicago
style is really hard to use, I can see these same grad students
saying Linux is too hard!  Lyx is too hard!

Have you tried the mla package, available at CTAN?  I just came
across it.  The only documentation for it is in the %%comments in
package itself.  Just wondering. 

Paul 

-- 


*Paul Tremblay *
*[EMAIL PROTECTED]*




Re: Changing the Citation Format

2001-12-07 Thread Christopher M. Jones

[OT, therefore last post to LyX list]

   My dream is still a fully functional Chicago style, which achicago

 Hey, you are stealing my project!  I wanted to do something
 exactly along these lines, even though I am brand new to
 Lyx/Latex. (As if I will find time!)

Same boat. I've used LyX/LaTeX for about five years now, and I still know 
*just* what I need to, and what I need to know is very slim (I have no need 
of tables, formulas, etc. to write philosophy).

 But I *do* think an integrated chicago style would make
 Lyx/Latex more popular amongst non-technical people.  For
 example, I had the dream of redeeming old computers by putting
 Linux on them, using a small windows manager like black box, and
 using Lyx as the word documents processor.  I know several grad
 students who would love something like that.  But if chicago
 style is really hard to use, I can see these same grad students
 saying Linux is too hard!  Lyx is too hard!

Then perhaps one of us ought to take charge and coordinate something. I've 
never done this before, and the one programming course I had in college is 
now a distant memory. So I have little idea how to start. 

Does anyone else on the list want to help? Can any of the wizards out there 
who know what they are doing take this over? Send privately.

 Have you tried the mla package, available at CTAN?  I just came
 across it.  The only documentation for it is in the %%comments in
 package itself.  Just wondering.

I used it once, when a journal asked me to send hardcopy in mla. That bst has 
been around for a while, though, and mla has been through several editions.  
Besides, I don't really like mla.




Re: Minipage borders and shading

2001-12-07 Thread Steve Litt

On Friday 07 December 2001 08:29, Dekel Tsur wrote:
 Framed does not redefine the minipage command.
 It define new environments framed and shaded which you should use instead
 of your note_l, namely your layout file should contain

 Style Note
  LatexType Environment
  LatexName framed
 ...
 End

Thanks Dekel,

I got it running, and it does span pages, and it's beautiful but for the life 
of me I can't make my shaded narrower. Any idea how to make a shaded 
narrower?

I tried everything I could think of, including changing the text borders, but 
that just made the text narrower within the shading (actually it was even 
uglier than I describe, but...).

I have a generic LaTeX environment called shadowbox to accommodate not only 
Lyx environment Note, but also Tip and Warning. In the code you can see my 
failed attempt to shrink the shade by shrinking the text margins:

\newenvironment{shadowbox}[3]{%
  \begin{list}{}{%
 \leftmargin#1%
 \rightmargin#2%
 ~\\[-2in]%
%   \setlength\fboxsep{8pt}%
   \definecolor{shadecolor}{rgb}{0.95,0.95,0.95}%
   \begin{shaded}%
  {\centering\large#3\\[0.2cm]}%
   \raggedright%
   \setlength\parindent{16pt}%
  }%
  \item{}}%
  {%
  \end{shaded}%
  \end{list}%
  \par
  }%

Style Note
  LatexType Environment
  LatexName note_l
  # Typical stuff about appearance within LyX  
  Preamble
\newenvironment{note_l}{%
   \begin{shadowbox}{1in}{1in}{NOTE}%
 }{%
   \end{shadowbox}%
  }%
  EndPreamble
End


Style Warning
  LatexType Environment
  LatexName warning_l
  # Typical stuff about appearance within LyX  
  Preamble
\newenvironment{warning_l}{%
   \begin{shadowbox}{1in}{1in}{WARNING}%
 }{%
   \end{shadowbox}%
  }%
  EndPreamble
End

The preceding works perfectly except that the shading is too wide.

Thanks

STeve


-- 
Steve Litt
Webmaster, Troubleshooters.Com
http://www.troubleshooters.com
[EMAIL PROTECTED]
(Legal Disclaimer) Follow these suggestions at your own risk.







Re: Sequent Calculi?

2001-12-07 Thread Bas Spitters

>  How can I write some expressions like this?
>
> A B
> - -
> A => B /\ (A\/B)
> --
>  A => B
>  -
>A
>
> This one doesn't mean anything, but you see the kind...
> I can't use a table, neither Fraction.

Have a look at

http://www.math.ucla.edu/~asl/

And look at Buss' proof-style. This seems to do exactly what you want.
LaTeX, so you might have to use ERT.

Good luck,

Bas Spitters



how to show bitmaps properly?

2001-12-07 Thread Giovanni Tummarello

Hello i have use the insert "raster image" function.. 
once i state the png file i want to include the only way i could have it show 
of reasonable dimension was using the 

-geometry XXX

parameter where XXX is usually something like 300 or 400

although the dimensions are fine, the resolution on paper is extremely bad, 
even though the images do have a good original resolution.
I believe i need to tell him not to downsample the image but just to output at 
the right DPI

Any idea?

Thanks
-- 
Giovanni Tummarello 
[EMAIL PROTECTED]




Re: Minipage borders and shading

2001-12-07 Thread Dekel Tsur

On Thu, Dec 06, 2001 at 05:04:24PM -0500, Steve Litt wrote:
> 
> I got your code to work, using both a colorbox and an fbox to have a shaded 
> bordered box with a light (95%) gray. The one thing I couldn't do was get it 
> to split on page borders. I installed framed.sty, and did \usepackage{framed} 
> with no errors, but the minipages still did what they do best -- go on one 
> page or the other, but not print on multiple pages. Do I need to replace 
> \begin{minipage} with something else?

Framed does not redefine the minipage command.
It define new environments framed and shaded which you should use instead of
your note_l, namely your layout file should contain

Style Note
 LatexType Environment
 LatexName framed
...
End



Re: footnote problem

2001-12-07 Thread Dekel Tsur

On Thu, Dec 06, 2001 at 10:25:31AM -, Michael Koundouros wrote:
> Hi lyxites,
> 
> I am using lyx 1.1.6fix3 with miktex on win98. in my ps output my footnote
> gets printed on the next page rather than on same page. Usually when I have
> used the footnote feature it works fine. Anyone know how to correct this
> problem?

Does the footnote split between the current and the next page, or does it
appear entirely on the next page ?

For the former case, put the following lines in the preamble:
  \interfootnotelinepenalty=1
  \raggedbottom

For the latter, put the following lines in the preamble
  \raggedbottom
  \setlength{\topskip}{1\topskip plus 1\baselineskip}



Re: Sequent Calculi?

2001-12-07 Thread Dekel Tsur

On Thu, Dec 06, 2001 at 05:03:53PM +0100, Romain Janvier wrote:
> How can I write some expressions like this?
> 
> A B
> - -
> A => B /\ (A\/B)
> --
>   A => B
>   -
> A
> 
> This one doesn't mean anything, but you see the kind...
> I can't use a table, neither Fraction.

Use the prooftree or proof package.

See also
  http://www.mail-archive.com/lyx-users@lists.lyx.org/msg07111.html
(the first example there should be \def\frac#1#2{\infer{#2}{#1}} ).



Re: Tables and LyX stability

2001-12-07 Thread Dekel Tsur

On Thu, Dec 06, 2001 at 06:48:13PM +, Marcin Chady wrote:
> My other problem, apart from figure rendering which has already been
> covered in other emails, is also to do with tables. For some reason LyX
> has stopped handling table captions properly. When I open a new table
> float and insert the table as the first thing in the caption line, the
> table is inserted *in* the line rather than above it. The same happens
> if I try inserting it after typing something first. I can move it below
> the caption line by inserting a line break, but then the table is
> left-aligned.

When you inserted table in lyx 1.1.5, lyx did some automatic things, some of
them were unnecessary. Now you need to do it manually.
For a centered table above the caption do the following:
1. Insert->float->table
2. Press enter
3. Layout->paragraph
4. Select center alignment and press enter
5. Insert the table.



Re: single spacing in table cells

2001-12-07 Thread Dekel Tsur

On Fri, Dec 07, 2001 at 06:53:57AM +0100, Herbert Voss wrote:
> Rodney K wrote:
> 
> > I have a document that is double spaced with about 6 tables. One of the
> > tables is a longtable which spans about 3 pages. This table has 4
> > columns and 13 rows, each cells has multiple lines. How can I cange the
> > line spacing in the cells to single spacing and only for that one table?
> 
> choose a minipage for this cell (right mouse click

Don't do that

> opens tab-menu) and try with
> 
> \setstretch{1}
> [...]
> \setstretch{old value}

Or more simply, put {\setstretch{1} before the table, and } after it (in
latex mode).
Another solution is to put the cursor to the left of the table, and press
M-x paragraph-spacing single.



Re: Citation again

2001-12-07 Thread Matej Cepl

On Thu, Dec 06, 2001 at 10:44:37AM +0100, Rubén Barreto wrote:
> Hello, I'm using the style dinat depending on natbib which
> gives me the citations as following: (Gellner,1988) or if I
> want the page included (Gellner,1988,S.59).  How can I get the
> e.g. or vgl. inside the brackets?

Would not adding just another [] do? I mean something like this?

\citep[e.\,g.][S.~59]{gellner88}

How is this?

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
DOS: n., A small annoying boot virus that causes random
spontaneous system crashes, usually just before saving a massive
project. Easily cured by UNIX. See also MS-DOS, IBM-DOS, DR-DOS.
-- David Vicker's .plan




Re: Changing the Citation Format

2001-12-07 Thread Matej Cepl

On Thu, Dec 06, 2001, Christopher M. Jones wrote:
> it's a reader's nightmare (e.g., ibid for three or four pages
> leaves you digging for the first reference). It's inline
> citations that break the flow of text.

I cannot agree more. Now finished reading of a book ``Frontiers
of Legal Theory''by Richard Posner (published by Harvard
University Press! -- I wonder, what do these folks in publishing
houses do!) and I can confess, that reading footnote like this

31. Holmes, note 13 above, at 207.

leads me, a born-again Christian, to deep contemplations, whether
there is really no justification for a murder.

> > Endnotes (or better yet, parenthetical references) are the
> > preferred method for citations.  I myself am trying to figure
> > out how to do this.

PLEASE! Do not do endnotes for citations!!!

If there is anything worse than searching for note 13 (on page
198) from current page 204, it is to browse through endless sea
of endnotes somewhere between pages 500 and 625 just to find
fu*ing note saying something very meaningless. I usually put the
book aside or (if I have to read it) just ignore _any_ endnote.
IMHO, endnotes are good only for substantial disgression from the
main text (aka Appendices), and it is still questionable, whether
just another new chapter (paragraph) would not do better.

Could you put parenthetical quotations in footnotes?

31. Holmes (1881), p. 207.

You will have at least good bibliography in the end (one other
thing I just cannot understand -- how is it possible, that HUP
publishes presumably theoretical book w/o bibliography?).

Good luck with writing!

Matej Cepl

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
Some see private enterprise as a predatory target to be shot,
others as a cow to be milked, but few are those who see it as a
sturdy horse pulling the wagon.
-- Sir Winston Churchill




Re: Tables and LyX stability

2001-12-07 Thread Matej Cepl

On Fri, Dec 07, 2001 at 01:53:51AM +0100, Lars Gullik Bj?nnes wrote:
> Hard to say. The 1.2cvs version is getting better and better, but I
> think there are still a few problems lurking. I hope to get a
> prerelease out before Christmas.

I think, that answer was more whether there will be any version
1.1.6fix4 (I would love to have it too). There are really too
many ways how to get lyx down now.

Matej

-- 
Matej Cepl, [EMAIL PROTECTED]
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
[W]hat country can preserve its liberties, if its rulers are not
warned from time to time that [the] people preserve the spirit of
resistance? Let them take arms...The tree of liberty must be
refreshed from time to time, with the blood of patriots and
tyrants.
-- Thomas Jefferson, letter to Col. William S. Smith, 1787 




.lyx to .rtf

2001-12-07 Thread Sinisa Milivojevic


Sorry to bother you and reply to me directly as I am not subscribed to
the list.

A quick and dirty question. 

How to export .lyx to .rtf or even better to .doc (any M$ Word
format).

I guess  it goes through SGML, but I truly forgot how . ;o)

Many thanks in advance !

-- 
Regards,
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
   <___/   www.mysql.com




check

2001-12-07 Thread [EMAIL PROTECTED]

check of mailing list


Re: Changing the Citation Format

2001-12-07 Thread Paul Tremblay

On Fri, Dec 07, 2001 at 03:25:34PM -0600, Christopher M. Jones wrote:

 This is why I like Chicago: distinguish between full references 
> in bib and in footnotes. 

Amen.  Chicago Style tries to make the work as readable as
possible, which is why I also like it.  I don't think I was
clear in stating this in my earlier email.  Parenthetical
references (which Chicago Style recommends above all other), 
integrate the information right in to the text, rather than
stick it back a hundred pages.  For example:

As Michael Goosens points out in his book *Latex Graphics
Companion,* you can use different types of graphics in Latex
(85).  

The "(85)" refers to the page number.  If you really want to
track down this source, then you go to the endnotes and get the
Publisher of the book, and other relevant information.  But most
readers won't have to, so they simply continue reading without
interruption.  

> 
> The only bst (I have not looked much) that seems to do something like this is 
> Jurabib. 

[snip]

 My dream is still a fully functional Chicago style, which achicago 
> promised to be. But work on that seems to have stopped quite a while ago. 
> 
> This is my next summer project: learn how to write a bst and complementary 
> sty. (=buy a copy of Lamport), write a fully functional (hahaha) chicago 
> style in a couple of months (hahahaha).

Hey, you are stealing my project!  I wanted to do something
exactly along these lines, even though I am brand new to
Lyx/Latex. (As if I will find time!)  

But I *do* think an integrated chicago style would make
Lyx/Latex more popular amongst non-technical people.  For
example, I had the dream of redeeming old computers by putting
Linux on them, using a small windows manager like black box, and
using Lyx as the word documents processor.  I know several grad
students who would love something like that.  But if chicago
style is really hard to use, I can see these same grad students
saying "Linux is too hard!  Lyx is too hard!"

Have you tried the mla package, available at CTAN?  I just came
across it.  The only documentation for it is in the %%comments in
package itself.  Just wondering. 

Paul 

-- 


*Paul Tremblay *
*[EMAIL PROTECTED]*




Re: Changing the Citation Format

2001-12-07 Thread Christopher M. Jones

[OT, therefore last post to LyX list]

> >  My dream is still a fully functional Chicago style, which achicago
>
> Hey, you are stealing my project!  I wanted to do something
> exactly along these lines, even though I am brand new to
> Lyx/Latex. (As if I will find time!)

Same boat. I've used LyX/LaTeX for about five years now, and I still know 
*just* what I need to, and what I need to know is very slim (I have no need 
of tables, formulas, etc. to write philosophy).

> But I *do* think an integrated chicago style would make
> Lyx/Latex more popular amongst non-technical people.  For
> example, I had the dream of redeeming old computers by putting
> Linux on them, using a small windows manager like black box, and
> using Lyx as the word documents processor.  I know several grad
> students who would love something like that.  But if chicago
> style is really hard to use, I can see these same grad students
> saying "Linux is too hard!  Lyx is too hard!"

Then perhaps one of us ought to take charge and coordinate something. I've 
never done this before, and the one programming course I had in college is 
now a distant memory. So I have little idea how to start. 

Does anyone else on the list want to help? Can any of the wizards out there 
who know what they are doing take this over? Send privately.

> Have you tried the mla package, available at CTAN?  I just came
> across it.  The only documentation for it is in the %%comments in
> package itself.  Just wondering.

I used it once, when a journal asked me to send hardcopy in mla. That bst has 
been around for a while, though, and mla has been through several editions.  
Besides, I don't really like mla.




Re: Minipage borders and shading

2001-12-07 Thread Steve Litt

On Friday 07 December 2001 08:29, Dekel Tsur wrote:
> Framed does not redefine the minipage command.
> It define new environments framed and shaded which you should use instead
> of your note_l, namely your layout file should contain
>
> Style Note
>  LatexType Environment
>  LatexName framed
> ...
> End

Thanks Dekel,

I got it running, and it does span pages, and it's beautiful but for the life 
of me I can't make my shaded narrower. Any idea how to make a shaded 
narrower?

I tried everything I could think of, including changing the text borders, but 
that just made the text narrower within the shading (actually it was even 
uglier than I describe, but...).

I have a generic LaTeX environment called "shadowbox" to accommodate not only 
Lyx environment Note, but also Tip and Warning. In the code you can see my 
failed attempt to shrink the shade by shrinking the text margins:

\newenvironment{shadowbox}[3]{%
  \begin{list}{}{%
 \leftmargin#1%
 \rightmargin#2%
 ~\\[-2in]%
%   \setlength\fboxsep{8pt}%
   \definecolor{shadecolor}{rgb}{0.95,0.95,0.95}%
   \begin{shaded}%
  {\centering\large#3\\[0.2cm]}%
   \raggedright%
   \setlength\parindent{16pt}%
  }%
  \item{}}%
  {%
  \end{shaded}%
  \end{list}%
  \par
  }%

Style Note
  LatexType Environment
  LatexName note_l
  # Typical stuff about appearance within LyX  
  Preamble
\newenvironment{note_l}{%
   \begin{shadowbox}{1in}{1in}{NOTE}%
 }{%
   \end{shadowbox}%
  }%
  EndPreamble
End


Style Warning
  LatexType Environment
  LatexName warning_l
  # Typical stuff about appearance within LyX  
  Preamble
\newenvironment{warning_l}{%
   \begin{shadowbox}{1in}{1in}{WARNING}%
 }{%
   \end{shadowbox}%
  }%
  EndPreamble
End

The preceding works perfectly except that the shading is too wide.

Thanks

STeve


-- 
Steve Litt
Webmaster, Troubleshooters.Com
http://www.troubleshooters.com
[EMAIL PROTECTED]
(Legal Disclaimer) Follow these suggestions at your own risk.