Re: citation

1999-11-25 Thread Lars Gullik Bjønnes

Jacques Germishuizen <[EMAIL PROTECTED]> writes:

| Hello
| 
| I encounter a problem with my citaion references.  Using the citation
| reference I typed in the space labeled 'key' Kamper(1991) so that I know
| the paper.  However when I view the ps file it appears like [?] instead of
| [12] if it was paper number 12.  How can I mark the citation so that it is
| easy to use it when using it.

Do you have a bibliography section or a bibtex inset at all?

Lgb



citation

1999-11-25 Thread Jacques Germishuizen

Hello

I encounter a problem with my citaion references.  Using the citation
reference I typed in the space labeled 'key' Kamper(1991) so that I know
the paper.  However when I view the ps file it appears like [?] instead of
[12] if it was paper number 12.  How can I mark the citation so that it is
easy to use it when using it.

Kind regards

Jacques Germishuizen
E-pos: [EMAIL PROTECTED]




Re: BibTeX and LyX

1999-11-25 Thread Lars Gullik Bjønnes

"Jean-Pierre.Chretien" <[EMAIL PROTECTED]> writes:

| I'm sorry if I was a bit misleading this morning... I checked
| with the current teTeX install (1.0) and bibtex deals correctly
| with the \bibstyle command copied in the .aux file, so I must
| have been confused with the .bib file updates 
| (which are dealt with in LyX as I understand from Lars answer).
| But I confirm that LyX (1.0.4) doesn't update the bbl file
| upon a change of style (i.e. the bibtex run is not called).

This is true for 1.1.2 too... but I have a solution for this I will
put it in cvs soon.

Lgb



Re: BibTeX and LyX

1999-11-25 Thread Lars Gullik Bjønnes

Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
| 
| Lars> Rainer Dorsch <[EMAIL PROTECTED]>
| Lars> writes: | I think there is a bug in the handling of bibtex
| Lars> references. If I change the | Style in the BibTeX dialog within
| Lars> a lyx session, nothing changes. If I leave | lyx and enter it
| Lars> again, the change is applied. | | I am using lyx 1.1.2 from the
| Lars> Debian distribution.
| 
| Lars> If LyX are unable to find the .bib file that you use, that is
| Lars> what you will see.
| 
| No, lars, note that he said that the _style_ was changed. This should
| trigger a re-run of bibtex whether the .bib file is found or not.

Yes I read a bit too quickly the first time.

I have now written suppor for this, however LyX will only rerun Bibtex
and LaTeX if we can find the .bib or .bst file in question.

(or I could of course make it so that if the bib or bst is not found
we always rerun... better option would be to enhance findtexfile to
always find the files that we look for.)

Lgb



Re: keybindings for arbitrary symbols

1999-11-25 Thread Lars Gullik Bjønnes

"Andre' Poenitz" <[EMAIL PROTECTED]> writes:

| > I stand corrected :) In fact, I did not know that self-insert accepts
| > several characters.

I am not sure if I really like self-insert to accept several chars, I
think I wrote it that way by accident...

| Well, I guess nobody knew. But it is documented in the same place as
| 'command-sequence'  *cough* ;-)
| 
| Andre'
| 
| PS: Has anybody thought already about a comprehensive naming scheme?
| LyXAction, lyx_main, lyxfunc, minibuffer, tex-accent...

of the files?

no...not really...

we decided at some point that we should use .cc as the extension and
also that we should name the files after the classes they contain.

the problem with such namechanges is that they much up CVS, so unless
it is _really_ needed I think we should go with current.

Lgb



Re: [comp.text.tex] Re: pdflatex and ligature problems HELP!

1999-11-25 Thread Allan Rae

On Thu, 25 Nov 1999, Kevin Chu wrote:
> Is there a way to do this in Red Hat Linux 5.1?  My
> /usr/lib/texmf/texmf/dvips/config/config.ps does not have a section
> like the above.

RH-5.1 doesn't come with the extra font packages that RH-6.x does.  So
you'd need to get those font packages from RH-6.x.  I think they are
separate and might actually be part of the urw-fonts package.  But I could
be wrong.  You could always just retrieve teTeX from RH-6.1 and upgrade to
that -- although you'd have to rebuild the src.rpm unless you also
upgraded your glibc and possibly a few other things.

Allan. (ARRae)



Re: Title without Date in Article textclass

1999-11-25 Thread tony . dancer


you could put 

\date{}

in the preamble.

Tony


On 25 Nov, Arkaitz Bitorika wrote:
> Hi everybody,
>   As the subject says, I would like to know if there 
> is any way of getting rid of the automatic Date inserted in 
> the Article class when the Title environment is used. I 
> have tried using an explicit Date paragraph with only a 
> protected space in it, but I think this is not the Right 
> Thing(tm) to do, does anyone have any hint?
> 
> Thanks in advance,
> 
> Arkaitz.
> 
> --
> Arkaitz Bitorika
> [EMAIL PROTECTED]





Re: How do i change page sizes in the document ?

1999-11-25 Thread Herbert

Martina Schwarz van Doorn wrote:
> 
> Dear LyXers,
> 
> can anyone tell me how change page sizes in a document ? In the main
> part of my thesis, i want to use a wide margin because it is more
> legible, but in the appendices, where i want to include my code in two
> columns, i want to have small margins in order to save space.

have you tried the geometry package?

\geometry{left=1cm}

as an example. 

Herbert

-- 
[EMAIL PROTECTED]
http://www.perce.de



How do i change page sizes in the document ?

1999-11-25 Thread Martina Schwarz van Doorn

Dear LyXers,

can anyone tell me how change page sizes in a document ? In the main
part of my thesis, i want to use a wide margin because it is more
legible, but in the appendices, where i want to include my code in two
columns, i want to have small margins in order to save space. 

I tried something like:


\setlength{\textwidth}{140mm}
\setlength{\headwidth}{\textwidth}
\textheight=214mm
\oddsidemargin=8mm
\evensidemargin=8mm
\topmargin=2mm
\renewcommand{\baselinestretch}{1.3}

in the preamble (which seams to work allright), and then after \appendix
tried 

\setlength{\textwidth}{180mm}
\setlength{\headwidth}{\textwidth}
\textheight=214mm
\oddsidemargin=0mm
\evensidemargin=0mm
\topmargin=2mm
\renewcommand{\baselinestretch}{1}
\begin{multicols}{2}
\verbatiminput{main.f}
\end{multicols}

in TeX-mode, but this only messes up my headers and keeps the code as
messed up as without it.

Thanks 

Martina



Re: Arrays of equations. Problem: sum is not produced correctly.

1999-11-25 Thread Martina Schwarz van Doorn

Dear 
 Jean-Marc  
 charles bouillot 
 Herbert 

Thanks, thas was a big help! It looks real nice now. 

Martina




Title without Date in Article textclass

1999-11-25 Thread Arkaitz Bitorika

Hi everybody,
As the subject says, I would like to know if there 
is any way of getting rid of the automatic Date inserted in 
the Article class when the Title environment is used. I 
have tried using an explicit Date paragraph with only a 
protected space in it, but I think this is not the Right 
Thing(tm) to do, does anyone have any hint?

Thanks in advance,

Arkaitz.

--
Arkaitz Bitorika
[EMAIL PROTECTED]



Re: Arrays of equations. Problem: sum is not produced correctly.

1999-11-25 Thread Herbert

Jean-Marc Lasgouttes wrote:
> 
> > "Martina" == Martina Schwarz van Doorn <[EMAIL PROTECTED]> writes:
> 
> Martina> a few weeks before deadline, i have a problem with aligning
> Martina> formulas that should also be enumerated. In order to align
> Martina> the formulas, i tried to use array environment (second from
> Martina> the right in the middle row of the math-panel). The outcome
> Martina> looked real nice in LyX, but quite different in the generated
> Martina> postscript: the sum-index does no longer appear underneath
> Martina> the sum-symbol (but like it would in a normal text context).
> 
> Martina> 1. Does anyone know a solution to that ?
> 
> This is the normal behaviour of array, although LyX should show that.

when you choose the array-form, all formulas are written in textmode,
so it's not possible to write sum- or integral-symbols with indexes
over or under the sum or integral. All indexes are super- or subscripts.
This is a latex mode and not specific to lyx.

But it's not correct in lyx, because the indexes are over or under the
symbols. 

> Martina> 2. And, how do i produce an eqnarray (witout typing LaTeX)
> Martina> under LyX ?
> 
> Create a displayed equation, and in this equation add a line break
> (C-Return). This should have the intended effect.

in this mode (eqnarray) latex defines the left and the right part
as independent formulas and the middle one as textformula. This
means, that you can write sums and integrals with indexes over or
under the symbol. This is not possible for the middle part.

In this mode lyx shows all formulas as independent equations, which
is not right! 
Try this: Create a displayed equation, hit C-Return and than type a
sum with an index over and under the symbol. Copy this one in the other
two parts of the formula. LyX makes no differences, but ps-view shows
the right latex-definition: the left and the right part are the
same and the middle one is in textmode like the array-environment.

Herbert

-- 
[EMAIL PROTECTED]
http://www.perce.de



Re: [comp.text.tex] Re: pdflatex and ligature problems HELP!

1999-11-25 Thread Horst G Kausch

> 
> It has just come to my attention that postscipt files produced by dvips (in
> linux and windows) often results in equations and some font types that don't
> reproduce well.  This is because that computer modern (type 3) fonts are used
> . 
> These are bit map fonts and consequently are a little dodgey when viewing
> either on the screen or printing after distilling to pdf.  The solution is to
> use type 1 postscript fonts instead which are fully scalable.
> 
The Type1 versions of computer modern are automatically used when you use 
pdflatex to go directly from tex->pdf. (At least on standard RedHat6.* 
installations)

Horst




Re: Arrays of equations. Problem: sum is not produced correctly.

1999-11-25 Thread Jean-Marc Lasgouttes

> "Martina" == Martina Schwarz van Doorn <[EMAIL PROTECTED]> writes:

Martina> a few weeks before deadline, i have a problem with aligning
Martina> formulas that should also be enumerated. In order to align
Martina> the formulas, i tried to use array environment (second from
Martina> the right in the middle row of the math-panel). The outcome
Martina> looked real nice in LyX, but quite different in the generated
Martina> postscript: the sum-index does no longer appear underneath
Martina> the sum-symbol (but like it would in a normal text context).

Martina> 1. Does anyone know a solution to that ?

This is the normal behaviour of array, although LyX should show that.

Martina> 2. And, how do i produce an eqnarray (witout typing LaTeX)
Martina> under LyX ?

Create a displayed equation, and in this equation add a line break
(C-Return). This should have the intended effect.

Martina> 3. How do i include a multi-page PostScript image in my
Martina> document ?

I think you have to split your ps file first.

JMarc



Arrays of equations. Problem: sum is not produced correctly.

1999-11-25 Thread Martina Schwarz van Doorn

Dear lyx users and developers,

a few weeks before deadline, i have a problem with aligning formulas
that should also be enumerated.
In order to align the formulas, i tried to use array environment (second
from the right in the middle row of the math-panel). The outcome looked
real nice in LyX, but quite different in the generated postscript: the
sum-index does no longer appear underneath the sum-symbol (but like it
would in a normal text context).  

1. Does anyone know a solution to that ? 

2. And, how do i produce an eqnarray (witout typing LaTeX) under LyX ?

3. How do i include a multi-page PostScript image in my document ?

Thanks

Martina

The example document:
- snip

#This file was created by  Thu Nov 25 17:35:15 1999
#LyX 1.0 (C) 1995-1999 Matthias Ettrich and the LyX Team
\lyxformat 2.15
\textclass article
\language default
\inputencoding default
\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


\size footnotesize 

\begin_inset Formula 
\begin{equation}
\label{EqOP_hb_123}
\begin{array}{rcl}
OP^{(1)}_{HB} & = & \left\langle OP^{(1)}_{hb}\right\rangle =\left\langle 
\frac{1}{NP}\sum _{i=1}^{N}\sum _{s=1}^{P}\left[ \sin \left( 2\varphi 
^{(s)}_{i})\right) \cdot \cos \left( \frac{\pi 
}{a}\frac{2y^{(s)}_{i}}{\sqrt{3}}\right) \right] \right\rangle ,\\
 &  & \\
OP^{(2)}_{HB} & = & \left\langle OP^{(2)}_{hb}\right\rangle =\left\langle 
\frac{1}{NP}\sum _{i=1}^{N}\sum _{s=1}^{P}\left[ \sin \left( 2\varphi 
_{i}^{(s)}-\frac{4\pi }{3})\right) \cdot \cos \left( -\frac{\pi 
}{a}(x^{(s)}_{i}+\frac{y^{(s)}_{i}}{\sqrt{3}})\right) \right] \right\rangle ,\\
 &  & \\
OP^{(3)}_{HB} & = & \left\langle OP^{(3)}_{hb}\right\rangle =\left\langle 
\frac{1}{NP}\sum _{i=1}^{N}\sum _{s=1}^{P}\left[ \sin \left( 2\varphi 
^{(s)}_{i}-\frac{8\pi }{3})\right) \cdot \cos \left( \frac{\pi 
}{a}(x^{(s)}_{i}-\frac{y^{(s)}_{i}}{\sqrt{3}})\right) \right] \right\rangle ,
\end{array}
\end{equation}

\end_inset 


\the_end



Re: [comp.text.tex] Re: pdflatex and ligature problems HELP!

1999-11-25 Thread Carlos A M dos Santos

On Thu, 25 Nov 1999, Kevin Chu wrote:

> Ben Cazzolato wrote:
> 
> > To rectify the problem (with RH6 linux), change to Super user "su"
> > and edit the config.ps file
> > /usr/share/texmf/dvips/config/config.ps
---8<---
> Is there a way to do this in Red Hat Linux 5.1?  My
> /usr/lib/texmf/texmf/dvips/config/config.ps does not have a section
> like the above.

I think this is not related to Linux distributions. The mentioned sections
doe not exist in my teTeX 1.0.6 (FreeBSD 3.3) and teTeX 0.9 (Solaris
2.5.1).

Casantos



Re: [comp.text.tex] Re: pdflatex and ligature problems HELP!

1999-11-25 Thread Kevin Chu

Ben Cazzolato wrote:

> To rectify the problem (with RH6 linux), change to Super user "su"
> and edit the config.ps file
> /usr/share/texmf/dvips/config/config.ps
> 
> You then need to uncomment 3 lines.  change the following from
> 
> % Uncomment the following two lines to use Postscript Type1 fonts instead of
> % bitmap fonts for computer modern & co.
> % p +bsr.map
> % p +bsr-interpolated.map
> % p +hoekwater.map
> 
> TO
> 
> % Uncomment the following two lines to use Postscript Type1 fonts instead of
> % bitmap fonts for computer modern & co.
> p +bsr.map
> p +bsr-interpolated.map
> p +hoekwater.map

Is there a way to do this in Red Hat Linux 5.1?  My
/usr/lib/texmf/texmf/dvips/config/config.ps does not have a section
like the above.

Kevin

-- 
   (o-Kevin Chu
   //\ [EMAIL PROTECTED]
   v_/_ http://super_kevin.tripod.com/



Re: Adding fonts?

1999-11-25 Thread Jean-Marc Lasgouttes

> "Philip" == Philip Lehman <[EMAIL PROTECTED]> writes:

Philip> On 25 Nov 1999, Jean-Marc Lasgouttes wrote: I just added a
Philip> bunch of fonts to my tetex config. How do I tell lyx about
Philip> them, so that I can choose one of them from the
Philip> layout/document pop-up?
>>  You cannot currently.

Philip> Is there a canonical place for feature requests? ;)

I was about to point to the fact that this is already in 
http://www.devel.lyx.org/tasks.php3
but it seems it is not there. I'll add it. Note however that this task
list is just a list of things that might be done one day :)

There has been a discussion about users running a site where they
could vote for features, but it seems that nothing came out of it. It
would be nice, though.

JMarc



Re: Adding fonts?

1999-11-25 Thread Philip Lehman

On 25 Nov 1999, Jean-Marc Lasgouttes wrote:

>Philip> I just added a bunch of fonts to my tetex config. How do I
>Philip> tell lyx about them, so that I can choose one of them from the
>Philip> layout/document pop-up?
>
>You cannot currently.

Is there a canonical place for feature requests? ;)

-- 
Philip Lehman <[EMAIL PROTECTED]>



Re: BibTeX and LyX

1999-11-25 Thread Jean-Pierre.Chretien


>>Date: Thu, 25 Nov 1999 08:33:02 +0100 (MET)
>>From: "Jean-Pierre.Chretien" <[EMAIL PROTECTED]>
>>Subject: Re: BibTeX and LyX
>>To: [EMAIL PROTECTED], [EMAIL PROTECTED]
>>
>>

>>AFAIR (I posted on this already some time ago),
>>change in the bib style is not enough in plain LaTeX/BibTeX
>>to refresh the bbl file, you need to kill the existing one (or
>>the aux file).
>>It seems to be the same in LyX, close/open kills the aux and bbl files
>>by changing the temporary. Could be documented as is, unless
>>a specific LyX refreshing mechanism is implemented (i.e., kill the bbl
>>file if the style is modified).

I'm sorry if I was a bit misleading this morning... I checked
with the current teTeX install (1.0) and bibtex deals correctly
with the \bibstyle command copied in the .aux file, so I must
have been confused with the .bib file updates 
(which are dealt with in LyX as I understand from Lars answer).
But I confirm that LyX (1.0.4) doesn't update the bbl file
upon a change of style (i.e. the bibtex run is not called).

Sorry for the misundertanding.

-- 
Jean-Pierre





Re: keybindings for arbitrary symbols

1999-11-25 Thread Jean-Marc Lasgouttes

> "Andre'" == Andre' Poenitz <[EMAIL PROTECTED]> writes:

Andre'> PS: Has anybody thought already about a comprehensive naming
Andre'> scheme? LyXAction, lyx_main, lyxfunc, minibuffer,
Andre'> tex-accent...

I'm sure all of us dreamt about it. But nobody did it :) A problem,
though: since cvs does not allow renaming, all log information is lost
when you change file names.

JMarc



Re: keybindings for arbitrary symbols

1999-11-25 Thread Andre' Poenitz

> I stand corrected :) In fact, I did not know that self-insert accepts
> several characters.

Well, I guess nobody knew. But it is documented in the same place as
'command-sequence'  *cough* ;-)

Andre'

PS: Has anybody thought already about a comprehensive naming scheme?
LyXAction, lyx_main, lyxfunc, minibuffer, tex-accent...


--
Andre' Poenitz .. [EMAIL PROTECTED]



Re: keybindings for arbitrary symbols

1999-11-25 Thread Jean-Marc Lasgouttes

> "Andre'" == Andre' Poenitz <[EMAIL PROTECTED]> writes:

Philip> Is it possible to bind arbitrary (non-math) symbols to a key,
Philip> so that 'C-i less' would insert '\guilsinglleft' for example?
Philip> The 'math- insert' and 'symbol-insert' functions seem to work
Philip> only with a small set of math symbols.
>>  It is not possible yet.

Andre'> This is only partly true.

Andre'> The current CVS supports binding a key to a sequence of
Andre'> commands, so you could bind 'C-i less' to

Andre'>   'command-sequence tex-mode ; self-insert \guilsinglleft ;
Andre'> tex-mode ;'

Andre'> (mind the semicolons, especially the last one)

I stand corrected :) In fact, I did not know that self-insert accepts
several characters.

JMarc



Re: Adding fonts?

1999-11-25 Thread Jean-Marc Lasgouttes

> "Philip" == Philip Lehman <[EMAIL PROTECTED]> writes:

Philip> I just added a bunch of fonts to my tetex config. How do I
Philip> tell lyx about them, so that I can choose one of them from the
Philip> layout/document pop-up?

You cannot currently. The easiest way, if the fonts are recognized by
LaTeX, is to add the proper commands in Layout->LaTeX_Preamble. For
example, all that the 'times' oprion does is:

% sans serif is helvetica
\renewcommand{\sfdefault}{phv}
% normal is times
\renewcommand{\rmdefault}{ptm}
% typewriter is courier
\renewcommand{\ttdefault}{pcr}

As you can see, in many cases it is not very difficult. When it is
trickier (for ex. getting math font right), then there exists a latex
package to do it, and you just have to do, e.g.
\usepackage{pslatex}

Hope this helps.

JMarc



Re: BibTeX and LyX

1999-11-25 Thread Jean-Marc Lasgouttes

> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:

Lars> Rainer Dorsch <[EMAIL PROTECTED]>
Lars> writes: | I think there is a bug in the handling of bibtex
Lars> references. If I change the | Style in the BibTeX dialog within
Lars> a lyx session, nothing changes. If I leave | lyx and enter it
Lars> again, the change is applied. | | I am using lyx 1.1.2 from the
Lars> Debian distribution.

Lars> If LyX are unable to find the .bib file that you use, that is
Lars> what you will see.

No, lars, note that he said that the _style_ was changed. This should
trigger a re-run of bibtex whether the .bib file is found or not.

JMarc



Re: Pybliographer with LyX support

1999-11-25 Thread Tony Dancer

I have used both. Right now I find TKBIBTEX to be the most stable
(which also has a LyX pipe). However I will be switching to
Pybliographer soon - the searching for instance is far superior to
anything else, incl. gbib and barracuda. There are a few issues with
Pybliographer from a users point of view, but it is still beta (eg,
copy/duplicate an entry to save time filling in duplicate fields in new
entry, tab or return to move between fields in new entry etc). IMHO I
would recommend pybliographer - perhaps on the next release. It is one
I wait for with great anticipation. Finally, if gbib had a decent search
engine, I would probably use that right now instead of tkbibtex.

Tony

On 25 Nov, Staffan Ringbom wrote:
> Dear userx,
> 
> 
> gBibTeX  available through the gnome software list is also cool!
> It also allows a direct link to LyX
> 
> Seems like LyX has achieved a nice respons among the devolpers for
> BibTeX shells
> 
> Have anybody used both? Would be nice to know if either of them is
> superior.

>> If you want to couple LyX with a GUI-based BibTeX editor, check out the
>> latest release of Pybliographer , a
>> Gnome-based application. Using the LyX server, it allows to insert
>> BibTeX references into LyX with a single mouse click.
>>
>> While the program is still in beta, it seems much more usable to me than
>> Barracuda (because it properly handles converts 8bit characters, doesn't
>> choke on extra field definitions, produces very clean bibtex code and
>> handles other bibliographic formats than BibTeX) and should be an even
>> better fit to LyX as soon as LyX will have its own Gnome-frontend.




Adding fonts?

1999-11-25 Thread Philip Lehman


I just added a bunch of fonts to my tetex config. How do I tell lyx
about them, so that I can choose one of them from the layout/document
pop-up?

-- 
Philip Lehman <[EMAIL PROTECTED]>



Re: [comp.text.tex] Re: pdflatex and ligature problems HELP!

1999-11-25 Thread Ben Cazzolato

You may also be interested in the following (I don't know if it will address
the ligature problems though)

> This is a couple of recommendations for pdf use.
_

Hi guys,

For those of you that distill or plan to distill latex generated ps files to pdf
then read on.

It has just come to my attention that postscipt files produced by dvips (in
linux and windows) often results in equations and some font types that don't
reproduce well.  This is because that computer modern (type 3) fonts are used. 
These are bit map fonts and consequently are a little dodgey when viewing
either on the screen or printing after distilling to pdf.  The solution is to
use type 1 postscript fonts instead which are fully scalable.

See the following for a better explanation
http://www.adobe.com/supportservice/custsupport/SOLUTIONS/543e.htm

To rectify the problem (with RH6 linux), change to Super user "su"
and edit the config.ps file
/usr/share/texmf/dvips/config/config.ps 

You then need to uncomment 3 lines.  change the following from

% Uncomment the following two lines to use Postscript Type1 fonts instead of
% bitmap fonts for computer modern & co.
% p +bsr.map
% p +bsr-interpolated.map
% p +hoekwater.map  

TO

% Uncomment the following two lines to use Postscript Type1 fonts instead of
% bitmap fonts for computer modern & co.
p +bsr.map
p +bsr-interpolated.map
p +hoekwater.map  

( If you have windows then add the following lines to your config.ps file
% Configuration of postscript type 1 fonts:
p psfonts.map
p +amsfonts.map
p +cmfonts.map
)

I then typed texhash and rebooted my machine (these 2 steps may not be
necessary).

Now when I distill using Adobe Acrobat the fonts are LOVELY!  Although
the files are slightly larger.

Happy distilling.

Ben



Re: keybindings for arbitrary symbols

1999-11-25 Thread Andre' Poenitz

> Philip> Is it possible to bind arbitrary (non-math) symbols to a key,
> Philip> so that 'C-i less' would insert '\guilsinglleft' for example?
> Philip> The 'math- insert' and 'symbol-insert' functions seem to work
> Philip> only with a small set of math symbols.
> 
> It is not possible yet.

This is only partly true. 

The current CVS supports binding a key to a sequence of commands, so you
could bind 'C-i less' to

  'command-sequence tex-mode ; self-insert \guilsinglleft ; tex-mode ;'

(mind the semicolons, especially the last one)

> However, for the case you consider, it should
> be possible to extend the function quote-insert to accept an argument,
> which should not be too difficult.

No need to do so ;-)

Andre'

--
Andre' Poenitz .. [EMAIL PROTECTED]



Re: Combination of DocBook, LinuxDoc and LyX -- once more

1999-11-25 Thread Jose Abilio Oliveira Matos

On Fri, Nov 05, 1999 at 04:27:37PM +, Horst G Kausch wrote:
> Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> wrote:
> 
> >   One option here is to allow the user configuration of the docbook to dvi
> > process. Something like:
> > 
> > \docbook_dvi "sgmltools -b dvi $$FName"
> 
> That would be good since it allows to specify additional options, for example 
> user defined style sheets.

  Hi Horst,
the last step that we need to do that is to discover how docbook translation
is done for different setup/distribution.

  We need this at configuration time, to have a decent default if the user has docbook
support. Then we need to know how it is called.

  The list that I have already is:

   * sgmltools v2.0 installed:

sgmltools executable found in $PATH

\docbook_dvi "sgmltools -b dvi $$FName"

   * The default red hat 6.* docbook tools 

db2html executable found in $PATH

db2ps is the tool that is most similar to the intend

   * Suse docbook tools?

I have one computer with them installed but I didn't have the time look it...

   * custom


   * others?

  Can you or anyone fill the gaps?

  After that we can implement it safely...

> Horst
> 

-- 
José



Re: Pybliographer with LyX support

1999-11-25 Thread Staffan Ringbom


Dear userx,
 
gBibTeX  available through the gnome software list is also cool!
It also allows a direct link to LyX
Seems like LyX has achieved a nice respons among the devolpers for
BibTeX shells
Have anybody used both? Would be nice to know if either of them is superior.
Staffan
Florian Cramer wrote:
If you want to couple LyX with a GUI-based BibTeX
editor, check out the
latest release of Pybliographer ,
a
Gnome-based application. Using the LyX server, it allows to insert
BibTeX references into LyX with a single mouse click.
While the program is still in beta, it seems much more usable to me
than
Barracuda (because it properly handles converts 8bit characters, doesn't
choke on extra field definitions, produces very clean bibtex code and
handles other bibliographic formats than BibTeX) and should be an even
better fit to LyX as soon as LyX will have its own Gnome-frontend.
Florian
--
Florian Cramer, PGP public key ID 6440BA05
Permutations/Permutationen - poetry automata from 330 A.D. to
present: 

-- 
Dr Staffan Ringbom
Swedish School of Econonomics and BA
Department of Economics
PO Box 479
FIN-00101 Helsinki

Phone +358-9-43.13.34.16
Fax   +358-9-43.13.33.82
E-mail [EMAIL PROTECTED]
 


Re: Recommendations for software manual production?

1999-11-25 Thread Jose Abilio Oliveira Matos

Hi
I'm sorry to answer so lately but I have been busy...

On Fri, Nov 12, 1999 at 02:11:24PM -0500, Roger Williams wrote:
> Hi --
> 
> We are starting a new software project, for which we have to produce
> manuals in manpage, HTML, and PDF formats.  We're lazy, so we'd like
> to generate these output formats from a single set of source files;
> and we already use LyX for our other documentation, so we'd like to
> use it to generate the source documents.

  Docbook seems to be the perfect tool for that.
  As you probably know LyX has a primitive support for it.
  It handles already tables and figures. Also for man prodution it
needs a new textclass, that shouldn't be very hard to do.

> Given the state LyX is at now, what recommendations can any of you
> offer for the best approach to use for this?  DocBook?  We're
> comfortable with LaTeX, but don't have any experience with SGML.

  As much as I like the docbook backend (I wrote part of it) if you want
work done with lyx, the latex background already enables HTML and PDF,
as the recent threads in this maillingn list shows.
 
> (And if Lyx->DocBook sounds like the preferred approach, is there
> anyone who has got DocBook + Jade + SGMLTools to peacefully coexist on
> Linux RH6?  Prokopis?  Drop me email if you got this working.)

  I know how to do it, but lazy as I am, I haven't done it yet. The idea
is simply to break up the sgmtools v2 into several different rpm, and the
same for sgmltools v1.0 so that it won't conflict and instead share the
common pieces.
 
> Thanks for your advice!
> 
> -- 
> Roger Williams finger me for my PGP public key
> Coelacanth Engineering Incconsulting & turnkey product development
> Middleborough, Massachusetts   wireless * datacomm * DSP * ATE
> tel +1 508 947-5585 * fax +1 508 861-0278 * http://www.coelacanth.com/

-- 
José



Re: How to import files in sgml format?

1999-11-25 Thread Jose Abilio Oliveira Matos

Hi,

On Thu, Nov 25, 1999 at 08:18:10AM +0100, Paolo M. Pumilia wrote:
> I would like to import files in sgml format.

  You can only do it with linuxdoc, where there is a sgml2lyx. There isn't
anything related with docbook (for sgmltools v2).

> Altough sgmltools-2 and docbook have been installed, i can see no 'linuxdoc' 
> or 'sgml' prompt within inport menu.

  The same as above.
  
> Prompt for 'linuxDoc' format within export menu is whown, though, when sgml
> (linuxdoc article) class has been selected in my doc layout.
> 
> What is missing in lyx setup?
> 
> thank you for your help

  Hope this helps.
 
> Pol
> -- 
>  Paolo Pumilia
>  email: [EMAIL PROTECTED]
>  o o o cstc  o o o

-- 
José



Pybliographer with LyX support

1999-11-25 Thread Florian Cramer

If you want to couple LyX with a GUI-based BibTeX editor, check out the
latest release of Pybliographer , a
Gnome-based application. Using the LyX server, it allows to insert
BibTeX references into LyX with a single mouse click.

While the program is still in beta, it seems much more usable to me than
Barracuda (because it properly handles converts 8bit characters, doesn't
choke on extra field definitions, produces very clean bibtex code and
handles other bibliographic formats than BibTeX) and should be an even
better fit to LyX as soon as LyX will have its own Gnome-frontend.

Florian

-- 
Florian Cramer, PGP public key ID 6440BA05
Permutations/Permutationen - poetry automata from 330 A.D. to
present: 



Re: BibTeX and LyX

1999-11-25 Thread Lars Gullik Bjønnes

"Jean-Pierre.Chretien" <[EMAIL PROTECTED]> writes:

| I'm not sure that it's the right explanation.
| AFAIR (I posted on this already some time ago),
| change in the bib style is not enough in plain LaTeX/BibTeX
| to refresh the bbl file, you need to kill the existing one (or
| the aux file).

What version of LyX are you using now?

If 1.1.2 or 1.1.3pre1...

* you run update dvi
  .aux file is created and parsed for bibtex clues.
  bibtex is run, everything is resolved
* you change the bibtex style
* you rerun update dvi
  dep file is checked for changes in bibtex files if no changes
  bibtex is not run...
  latex is run one , aux file updated with correct bibtex style
  but lyx will never discover this...

Ok. I see the problem.

The solution is to parse the aux file always and compere the bibtex
files found to the ones already in the dep file. If they are different
(new or deleted) bibtex should be rerun.

| It seems to be the same in LyX, close/open kills the aux and bbl files
| by changing the temporary. Could be documented as is, unless
| a specific LyX refreshing mechanism is implemented (i.e., kill the bbl
| file if the style is modified).

I try hard for the LaTeX class to be selfcontained.

Expect a fix for this problem soon.

So far I think this is only a problem with bibtex.



| 
| Regards
| 
| -- 
| Jean-Pierre