Re: Vertical spacing before and after subsection headings and in TOC

2003-12-01 Thread Bradley Navarro
As an add on to the TOC problem, I also need the spacing between 
individual sections to be single spaced.the default looks to be 
slighly more than single but less than double spaced.

Thanks,
Brad
Bradley Navarro wrote:

Hi all,

I have two final problems I am hoping someone can help me with. First, 
I need to know how to define the vertical spacing before and after a 
subsection heading. For example,

[defined spacing]
1.2.2  Instrumentation
[defined spacing]
[text begins]
The code on Herbert's tip page for this does not want to work. Here is 
the code for reference:

\makeatletter
\newlength{\mySpaceUnder}
\newlength{\mySpaceOver}
\setlength{\mySpaceUnder}{4cm plus .2ex}  % 4cm as an example ;-)
\setlength{\mySpaceOver}{3cm plus -1ex minus-.2ex}   % 3cm as an example
[EMAIL PROTECTED] [EMAIL PROTECTED]
  {\mySpaceOver}%
  {\mySpaceUnder}%
  {\normalfont\Large\bfseries}}
\makeatother
I changed 'section' to subsection in the above code. But when I try to 
view the dvi output, it says the resulting document is empty. If I try 
to view it a second time, I receive no error message but the changes 
do not take effect.  Can someone help me with this?

The second problem I am having is in the TOC.  I need the vertical 
space after the chapter title to be double instead of single spaced. 
For example,

1  Introduction... 1
[change space here to be double instead of single]
   1.1 blah.. 2
   1.2 blah.. 3
I am using lyx 1.3.3 in the report class.
Any help for these two problems would be greatly appreciated. Thanks.
Brad








Vertical spacing before and after subsection headings and in TOC

2003-12-01 Thread Bradley Navarro
Hi all,

I have two final problems I am hoping someone can help me with. First, I 
need to know how to define the vertical spacing before and after a 
subsection heading. For example,

[defined spacing]
1.2.2  Instrumentation
[defined spacing]
[text begins]
The code on Herbert's tip page for this does not want to work. Here is 
the code for reference:

\makeatletter
\newlength{\mySpaceUnder}
\newlength{\mySpaceOver}
\setlength{\mySpaceUnder}{4cm plus .2ex}  % 4cm as an example ;-)
\setlength{\mySpaceOver}{3cm plus -1ex minus-.2ex}   % 3cm as an example
[EMAIL PROTECTED] [EMAIL PROTECTED]
  {\mySpaceOver}%
  {\mySpaceUnder}%
  {\normalfont\Large\bfseries}}
\makeatother
I changed 'section' to subsection in the above code. But when I try to 
view the dvi output, it says the resulting document is empty. If I try 
to view it a second time, I receive no error message but the changes do 
not take effect.  Can someone help me with this?

The second problem I am having is in the TOC.  I need the vertical space 
after the chapter title to be double instead of single spaced. For example,

1  Introduction... 1
[change space here to be double instead of single]
   1.1 blah.. 2
   1.2 blah.. 3
I am using lyx 1.3.3 in the report class.
Any help for these two problems would be greatly appreciated. Thanks.
Brad






Re: Help! Lyx won't run

2003-12-01 Thread Not Pam Green
The rpm installs fine. All dependencies are present (at least according
to urpmi, the mandrake apt-get alternative.) 

Here's what happens when I run lyx from within gdb. There's a little
more information...


Starting program: /usr/local/bin/lyx
Loading required GL library /usr/X11R6/lib/libGL.so.1.4.501
 
Program received signal SIGSEGV, Segmentation fault.
0x40b3f109 in XftDrawString16 () from /usr/X11R6/lib/libXft.so.2



On Thu, 27 Nov 2003 03:53:13 -0500
Nirmal Govind <[EMAIL PROTECTED]> wrote:

> > Sure, because it doesn't work from the rpm on the cd :) 
> 
> What error(s) do you get when you try to install the rpm?
> 
> Also, have you tried running a backtrace using gdb? That output may 
> help the developers identify the problem (though it doesn't sound 
> like a LyX problem).. actually, that output may help folks on the 
> Mandrake list.. upon some googling, it seems that other people are 
> also having trouble with other programs and this same library..
> 
> nirmal
> 
> 


Re: Help! Lyx won't run

2003-12-01 Thread Not Pam Green
Hi, sorry for the delay - your message was eaten by spamassassin and I
only just got round to double checking my spam folder. OK:

On Thu, 27 Nov 2003 04:01:13 -0600
"Paul E. Johnson" <[EMAIL PROTECTED]> wrote:

> I believe you are seeing a mismatch between the X libraries that were 
> used to build QT and the libraries you are currently using.
> 

Interesting.

> What do you see when you go like this:
> 
> $ ldd /usr/bin/lyx

Here's my output.

libqt-mt.so.3 => /usr/lib/qt3/lib/libqt-mt.so.3 (0x40024000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x406b9000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x406c2000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x406d9000)
libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x407bd000)
libm.so.6 => /lib/libm.so.6 (0x40876000)
libc.so.6 => /lib/libc.so.6 (0x40899000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x409c4000)
libaudio.so.2 => /usr/X11R6/lib/libaudio.so.2 (0x409cd000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x409e3000)
libmng.so.1 => /usr/lib/libmng.so.1 (0x40a38000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x40a96000)
libpng.so.3 => /usr/lib/libpng.so.3 (0x40ab5000)
libz.so.1 => /lib/libz.so.1 (0x40adb000)
libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0x40ae9000)
libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40b1a000)
libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x40b31000)
libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x40b39000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40b4c000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x40ba)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40bc8000)
libdl.so.2 => /lib/libdl.so.2 (0x40bd7000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40bdb000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000)
libexpat.so.0 => /usr/lib/libexpat.so.0 (0x40c2b000)


(As compared to yours: there are a few differences)
> libqt-mt.so.3 => /usr/lib/qt-3.1/lib/libqt-mt.so.3
> (0x40023000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6
> (0x4068a000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6
> (0x40692000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6
> (0x406a9000) libstdc++.so.5 => /usr/lib/libstdc++.so.5
> (0x40787000) libm.so.6 => /lib/tls/libm.so.6 (0x4083f000)
> libc.so.6 => /lib/tls/libc.so.6 (0x40862000)
> libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4099b000)
> libpthread.so.0 => /lib/tls/libpthread.so.0 (0x409a3000)
> libmng.so.1 => /usr/lib/libmng.so.1 (0x409b3000)
> libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x409f7000)
> libpng12.so.0 => /usr/lib/libpng12.so.0 (0x40a15000)
> libz.so.1 => /usr/lib/libz.so.1 (0x40a39000)
> libGL.so.1 => /usr/lib/tls/libGL.so.1 (0x40a4a000)
> libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40a8a000)
> libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x40aa)
> libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x40aa8000)
> libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x40aac000)
> libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40abf000)
> libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x40b0f000)
> libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40b36000)
> libdl.so.2 => /lib/libdl.so.2 (0x40b44000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000)
> libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40b47000)
> libexpat.so.0 => /usr/lib/libexpat.so.0 (0x40b99000)
> 
> I suppose there's an off chance that ldconfig is not up to date. You
> did run
> 
> /sbin/ldconfig

I didn't initially, but did after reading your message. No improvement,
however. When should one typically run this? After compiling things?

Thanks,


Reuben



Re: Vertical spacing for chapter headings

2003-12-01 Thread Bradley Navarro
Figured it all out...thanks.

Brad

Bradley Navarro wrote:

I have been trying to find a way to change the spacing between the top 
of the page and the chapter number, between the chapter number and 
chapter title, and the spacing after the chapter title.

For example,

[2 inches]
CHAPTER 1
[1.6 cm]
INTRODUCTION
[1.6 cm]
I have used the code (from Herbert's tip page) and have solved a few 
of the errors (I think). Below is the code:

\makeatletter
\usepackage{calc}
\newlength{\topspace}
\setlength{\topspace}{2in-\topmargin -\headheight  
-\headsep -\topskip} [EMAIL PROTECTED]
\vspace*{\topspace}
{\parindent \z@ \raggedright \normalfont
  \ifnum [EMAIL PROTECTED] >[EMAIL PROTECTED]
[EMAIL PROTECTED]
  \huge\bfseries [EMAIL PROTECTED] \thechapter
  \par\nobreak
  \vskip 20\p@
\fi
  [EMAIL PROTECTED]
  \Huge \bfseries #1\par\nobreak
  \vskip 20\p@
}
}
\makeatother



However I still get the following error message:
Undefined control sequence.
\chapter{INTRODUCTION}
The control sequence at the end of the top line
of your error message was never \def'ed.
I do not know what the problem is. It is imperative that I get this 
code to work as it is necessary for a thesis. If anyone can help, 
please do so.

Thanks,
Brad





Vertical spacing for chapter headings

2003-12-01 Thread Bradley Navarro
I have been trying to find a way to change the spacing between the top 
of the page and the chapter number, between the chapter number and 
chapter title, and the spacing after the chapter title.

For example,

[2 inches]
CHAPTER 1
[1.6 cm]
INTRODUCTION
[1.6 cm]
I have used the code (from Herbert's tip page) and have solved a few of 
the errors (I think). Below is the code:

\makeatletter
\usepackage{calc}
\newlength{\topspace}
\setlength{\topspace}{2in 
   -\topmargin  
   -\headheight   
   -\headsep  
   -\topskip} 
[EMAIL PROTECTED]
\vspace*{\topspace}
{\parindent \z@ \raggedright \normalfont
  \ifnum [EMAIL PROTECTED] >[EMAIL PROTECTED]
[EMAIL PROTECTED]
  \huge\bfseries [EMAIL PROTECTED] \thechapter
  \par\nobreak
  \vskip 20\p@
\fi
  [EMAIL PROTECTED]
  \Huge \bfseries #1\par\nobreak
  \vskip 20\p@
}
}
\makeatother



However I still get the following error message:
Undefined control sequence.
\chapter{INTRODUCTION}
The control sequence at the end of the top line
of your error message was never \def'ed.
I do not know what the problem is. It is imperative that I get this code 
to work as it is necessary for a thesis. If anyone can help, please do so.

Thanks,
Brad


Re: bibtex error: (author?)

2003-12-01 Thread Thorsten Hirsch
> As Karsten deduced, ...

Oh, you're right. I haven't seen his anwer, yet.



Re: citation errors

2003-12-01 Thread Matej Cepl
Jochen F. Rick wrote:

> What does it mean? The second and the third line are my
> document in TeX. It seems that it doesn't understand \cite{}?
> How can I fix this?

Send a minimal example to the list.

Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488




Re: Centering Section headers in LyX-1.3.2

2003-12-01 Thread Matej Cepl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jim Osborn wrote:
> I also tried using a custom layout, as I had done in LyX 1.1.5,
> with:
> 
> Style Section
>   MarginDynamic
>   LatexType Command
>   LatexName section
>   ...
>   Align Center

I have written this many times, but it seems to evergreen:

CHANGES IN .LAYOUT HAVE NO EFFECT ON PRINTED OUTPUT!!! THEY ARE
ONLY FOR LyX TO EXPLAIN HOW THINGS SHOULD BE PRESENTED ON THE
SCREEN.

> but this too has no effect.  I thought this might be a FAQ, but
> a quick search didn't find anything recent, pertaining to 1.3.

So you have to get your hands dirty with LaTeX (probably packages
titlesec would help). And yes you can then put the result in
Preabmle part of Style definition in .layout file, but it is
enough to put it in Layout/Document/Preamble.

Matej

- -- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/y7yB4J/vJdlkhKwRAi6TAKCCiH2jRekk7Wz1Quh3ktLeBgBUtQCfVdkQ
luren8EPYvfBO+iaqQiwilw=
=WbEC
-END PGP SIGNATURE-



Re: bibtex error: (author?)

2003-12-01 Thread Angus Leeming
Thorsten Hirsch wrote:

> I've found a work-around:
> 
> Lyx is using the command \citeauthor everywhere where we see
> (author?). I edited my .lyx-file with vim and changed it to \cite -
> now the errors are gone and I see |1|, |2|, ... in the dvi/pdf file
> :-)
> 
> Bye.
> Thorsten

As Karsten deduced, it looks like you are using natbib but aren't 
using a native natbib style file.

The check button used to turn on use of natbib is to found in the 
Layout->Document dialog. (Qt frontend, 'Bibliography' pane, xforms 
frontend, 'Extra' tab.)

The BibTeX style file that you're using is found in the BibTeX inset 
(the thing you created from Insert->Lists & TOC->Bibtex Reference...) 
where I'd expect the 'Style' to be 'plainnat', abbrvnat etc. but 
where I expect that you have 'plain', for example.

-- 
Angus



Re: bibtex error: (author?)

2003-12-01 Thread Thorsten Hirsch
I've found a work-around:

Lyx is using the command \citeauthor everywhere where we see (author?).
I edited my .lyx-file with vim and changed it to \cite - now the errors
are gone and I see |1|, |2|, ... in the dvi/pdf file :-)

Bye.
Thorsten
-- 
PGP public key:
http://home.arcor.de/thorstenhirsch/thirschatwebde.asc



Re: problems installing lyx1.3.3 over lyx 1.1.6

2003-12-01 Thread Angus Leeming
Edgar Kogler wrote:
> It's the following:
> 
> ./configure ... is OK
> make  is OK
> make install
>   .. hangs when trying to install the xfonts.
> the subdirectory xfonts is empty.

> ?? Any clues ??
> (System is SuSe 7.3, Kernel2.4.20, xfs running.)

Yup, you've found a bug ;-)

The fix is already in the 1.3.x cvs tree and will eventually be
released as LyX 1.3.4. However, if you don't want to wait till then
but install your own copy of LyX 1.3.3, then I'm afraid you'll
have to roll your sleeves up and get your hands dirty.

The fix is a little convoluted because you'll have to edit a file
lib/Makefile.in, that we generate automatically from lib/Makefile.am.

The changes to lib/Makefile.am are to be found around line 554 of
_my_ copy of lib/Makefile.in. Search for 'fonts.scale', replacing the
lines starting '-' below with those starting '+'. (Don't copy the
'-'/'+'; they're just identifiers.)

Regards,
Angus

Index: lib/Makefile.am
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/Makefile.am,v
retrieving revision 1.51.2.2
retrieving revision 1.51.2.3
diff -u -p -r1.51.2.2 -r1.51.2.3
--- lib/Makefile.am 17 Sep 2003 13:47:24 -  1.51.2.2
+++ lib/Makefile.am 5 Nov 2003 16:58:08 -   1.51.2.3
@@ -58,8 +58,10 @@ install-xfonts:
  ln -f -s `kpsewhich $$i` $(DESTDIR)$(pkgdatadir)/xfonts/$$i ; \
done ; \
$(INSTALL_DATA) xfonts/fonts.dir $(DESTDIR)$(pkgdatadir)/xfonts/fonts.dir ; \
-   $(INSTALL_DATA) xfonts/fonts.scale $(DESTDIR)$(pkgdatadir)/xfonts/fonts.scale
-   test -f xfonts/PSres.upr && $(INSTALL_DATA) xfonts/PSres.upr 
$(DESTDIR)$(pkgdatadir)/xfonts/PSres.upr
+   $(INSTALL_DATA) xfonts/fonts.scale $(DESTDIR)$(pkgdatadir)/xfonts/fonts.scale 
; \
+   if test -f xfonts/PSres.upr ; then \
+ $(INSTALL_DATA) xfonts/PSres.upr $(DESTDIR)$(pkgdatadir)/xfonts/PSres.upr ; \
+   fi
 
 uninstall-xfonts:
rm -rf $(DESTDIR)$(pkgdatadir)/xfonts



citation errors

2003-12-01 Thread Jochen F. Rick
Hi,

I've been trying to convert one of my documents over to the ACM 
proceedings format (acm_proc_article-sp.cls). I successfully created a 
acm_proc_article-sp.layout file with minimal content:

--
#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass[acm_proc_article-sp]{article (ACM)}
 
Input article.layout
 
Columns 2
 
Preamble
\newtheorem{theorem}{Theorem}
EndPreamble
--

Then, I use LyX to indicate that the document is of type "article (ACM)" 
and change the citation format to follow acm format. When, I try to view 
the postscript, I get errors for every citation that I just don't understand:

--
Use of [EMAIL PROTECTED] doesn't match its definition.
 ... sometimes the medium is not enough \cite{
  josephNacuConvergence}.
If you say, e.g., `\def\a1{...}', then you must always
put `1' after `\a', since control sequence names are
made up of letters only. The macro here has not been
followed by the required stuff, so I'm ignoring it.
--

What does it mean? The second and the third line are my document in TeX. 
It seems that it doesn't understand \cite{}? How can I fix this?

Peace and Luck!

Je77


problems installing lyx1.3.3 over lyx 1.1.6

2003-12-01 Thread Edgar Kogler
It's the following:

./configure ... is OK
make  is OK
make install
  .. hangs when trying to install the xfonts.
the subdirectory xfonts is empty.

?? Any clues ??

(System is SuSe 7.3, Kernel2.4.20, xfs running.)

Edgar


Re: Table-float footnote and float placement

2003-12-01 Thread Herbert Voß
Nirmal Govind wrote:
Hi.. I have a footnote within a table in a float. I used the method 
specified on Herbert's tips page to include the footnote within the 
table. I have the placement of the table float set to default placement. 
However, with this setting, the footnote appears on the page that 
preceeds the table (and the table appears at the top of the page that 
follows the footnote)... the problem goes away if I change the float's 
placement to "here definitely".. is this a LaTeX shortcoming or is there 
some way to get the default placement setting to work with the footnote 
showing up on the correct page?
in general it is senseless to have footnotes in _floating_
environments. Nevertheless you can try, if the footnote is set
on the same page. It is better to use a minipage inside the
float and using the footnote command inside this minipage.
Then you do not have any problem.
If you use the H-option (a bad option for typesetting), then
you do not have a floating environment and the footnote appears
on the same page.


Herbert




Re: Page numbers in upper right corner?

2003-12-01 Thread Herbert Voß
James Frye wrote:
I suppose this is a more of a general latex question than a Lyx-specific
one, but I haven't been able to find an answer anywhere else.  The
question seems pretty simple, even trivial: how can I get the page number
in the upper right corner of the page, instead of at the bottom center?
(Our grad school requires that in a thesis>)
I've tried the fancyheadings package, as suggested in the Lyx docs, and it
will do it on the first page (along with some other fancification that I
could probably eliminate with a little work), but ONLY the first page.
The rest get no page number at all.
depends to your definitions. LaTeX knows different pagestyles
for title, chapter, other 
give an example file.

Herbert




Re: bibtex error: (author?)

2003-12-01 Thread Karsten Heymann
Hello Thorsten,

On Sat, 29 Nov 2003 17:22:06 +0100
"Thorsten Hirsch" <[EMAIL PROTECTED]> wrote:

> Looks like there's something broken:
> 
> "blabla this is the cite"(author?)
> 
> This is the dvi output. (author?) comes from ->input ->cite, where i
> chose one of my bibtex references. Normally there should be
> (Tanenbaum, 2003), which I've chosen in the dialog window of the cite.

It looks like you are using natbib but are not using one of the *nat
styles (abbrvnat etc.). I don't know if only the *nat styles work, but
my test indicate that (without knowing anything about natbib). 

hth,

Karsten


Re: Page numbers in upper right corner?

2003-12-01 Thread Karsten Heymann
On Sat, 29 Nov 2003 18:20:02 -0800 (PST)
"James Frye" <[EMAIL PROTECTED]> wrote:

> how can I get the page number in the upper right corner of the page,
> instead of at the bottom center?

fancyheadings is already quite good. Even better imho is srcpage2 from
the koma-script package, which comes with excellent documentation (part
of the scrguide I think).

> I've tried the fancyheadings package, as suggested in the Lyx docs,
> and it will do it on the first page (along with some other
> fancification that I could probably eliminate with a little work), but
> ONLY the first page. The rest get no page number at all.

That's strange. If you are using a Latex-generated titlepage (by using
title, author,.. paragraph styles) the first page has the pagestyle
"empty" whilst the other pages have the pagestyle selected in the
document preferences, i.e. plain or headings. Wild guess: Try setting
thist value to "default".

hth,

Karsten


Re: Problem installing new document class

2003-12-01 Thread Karsten Heymann
Small correction:

On Fri, 28 Nov 2003 09:16:16 -0800
"Marc Jeffrey Driftmeyer" <[EMAIL PROTECTED]> wrote:

> Don't put it in /usr/share/texmf---that's where Debian officially 
> updates tetex and all the recommended and dependent packages as well
> for tetex to run. I can't imagine there would be much of a difference
> with other Linux distros that follow the /usr/share intent.
> 
> Create /usr/local/share/texmf
> Then create tex under texmf
> Then create latex underneath tex
> 
> /usr/local/share/texmf/latex
 ^
/usr/local/share/texmf/tex/latex

hth,

Karsten


Re: frontmatter/mainmatter

2003-12-01 Thread Helge Hafting
Ed Sawicki wrote:

 Nope. That's just what I've used, too. Don't forget \backmatter when you
get there.


I did notice that in the Layout pull down menu there's
an item called Start Appendix Here. I assumed that this
did \appendix. This is what inspired my original question.
Are \appendix and \backmatter synonyms?
No.  The style menu lets you set a "start appendix here" marker
in lyx 1.3
This changes the chapter style depending on what document class you use.
It may change the chapter enumeration from:
chapter 1
chapter 2
...
into
appendix A
appendix B
...
The chapter layout probably don't change much, buth they're
called appendixes from thereon.
Doing \backmatter (only available as ERT) changes the chapter style
further.  The numbering disappear and the layout of the opening
page is different.  The backmatter comes after appendixes
and usually contains only special things like bibliography, list of figures, and index.
You usually don't want the index to be "chapter 19 - index"
Helge Hafting



Re: web link in bibtex

2003-12-01 Thread Jean-Pierre.Chretien

>>Date: Sat, 29 Nov 2003 22:46:53 +0100
>>From: Kim Roland Rasmussen <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: Re: web link in bibtex
>>
>>
>>Hi Thorsten,
>>
>>I'd suggest using the "url" package by putting the following in your preamble:
>>
>>\usepackage{url}
>>
>>and then use \url{...} in your bibtex file. E.g.
>>
>>@Article{WEP-1, 
>>  title =   "Security Of The WEP Algorithm", 
>>  author =  "Nikita Borisov, Ian Goldberg, David Wagner", 
>>  publisher =   "\url{http://www.isaac.cs.berkeley.edu/isaac/wep-faq.html}, 
>>(26.10.2003)", 
>>}

The field url = "http://www.isaac.cs.berkeley.edu/isaac/wep-faq.html";,
is understood by the natbib styles, AFAIR, and the date sould be written
with the corresponding fields:
year = "2003".
month = "oct, 10".
(it's not a recommended practice to fill in fields with different kinds of
information, think about field-indexing possibilities - in this case, 
it's pity that the day is not a recognised field by most of the styles)

Besides, the author field should read
 author =  "Nikita Borisov and Ian Goldberg and David Wagner", 
and the title field
title =   "Security Of The {WEP} Algorithm", 
if you don't want usual styles to fold WEP to lowercase (the T of The and
tha A of Algorithm will be folded because an article is only a part
of a book, so that the main words should not be capitalized - in english
bibliographic reference style of course).

-- 
Jean-Pierre



Re: web link in bibtex

2003-12-01 Thread Guido Milanese
On Saturday 29 November 2003 22:46, Kim Roland Rasmussen wrote:
> I'd suggest using the "url" package by putting the following in
> your preamble:
>
> \usepackage{url}
>
> and then use \url{...} in your bibtex file. E.g.
>
> @Article{WEP-1,
>   title =   "Security Of The WEP Algorithm",
>   author =  "Nikita Borisov, Ian Goldberg, David Wagner",
>   publisher =  
> "\url{http://www.isaac.cs.berkeley.edu/isaac/wep-faq.html},
> (26.10.2003)",
> }

Using natbib or jurabib a "native" url field is supported. Better use 
the most recent release of the url package.

g.

-- 
Guido Milanese
Vocal Ensemble "Ars Antiqua", Genova, Italy
http://www.arsantiqua.org
*** GAUDETE IN DOMINO SEMPER ***



Re: indexing a book

2003-12-01 Thread Peter Harkins
On Fri, Nov 28, 2003 at 07:54:12AM -0800, Rich Shepard wrote:
>   Wouldn't it be useful to have a forum for scientific and technical writers
> (authors of other types of work would have equivalent fora) where the art
> and techniques of writing -- using LyX and LaTeX, of course -- could be
> shared?

There is an forum for technical writers called techwr-l. It's primarly an
e-mail list, but can also be read from/posted to from the web (and it
exports to Usenet). It has a large membership and very useful discussion.

It deals with all kinds of issues that technical writers face, from indexing
to terminology to translation. There's frequently discussion of the tools
technical writers on Windows use like Word, RoboHelp, and Framemaker (I've
certainly learned some scary bugs they have). There's also a few of us Linux
users on the list piping up occasionally, and there's been a bit of
discussion lately on replacing Office with OpenOffice.org. Though there's
not much discussion on Linux tools (beacuse they tend to have their own
dedicated lists, like this one), we're not at all unwelcome.

There are two caveats about the list. First, it's fairly high-traffic; I get
between one and five dozen e-mails from it every day, and this is an issue
for some poor mail clients. Second, because it's posted to the web and
usenet, spammers and Windows viruses will get whatever address you post to
the list with. I'm currently getting about ten Windows viruses a day (at
154k each, ack) and a a similar number of daily spams to the address I've
only used for the list.

You can find more information, the archives, and sign up at:
http://raycomm.com/techwhirl/techwhirllist/index.html


pgp0.pgp
Description: PGP signature