Re: [NTG-context] Fwd: bibloigraphies

2003-12-04 Thread Taco Hoekwater

Hi kaustubh,

You probably are looking for my m-bib module. Look at 

http://tex.aanhet.net/bib

for the downloadable zip file (the texable documentation is 
inside the zip file).

Greetings, Taco

On Wed, 03 Dec 2003 19:34:11 +0100, Hans wrote:
> Hi
> 
> There are expert son that on the context mailing list so i forwarded your 
> message.
> 
> >hi,
> > How do i go about implementing Bibliographies using ConTeXt. is there a 
> > documentation avaliable for that, please do let me know.
> >
> >kaustubh

-- 
groeten,

Taco
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] m-bib and crossref

2003-12-04 Thread Taco Hoekwater
On Mon, 1 Dec 2003 12:00:08 -0700 (MST), William wrote:

> > Personally I like 'real' cross-referencing better than filling in fields in order 
> > to
> > minimize the number of keystrokes in the BIB file.
> 
> I suppose that's a valid sentiment, although it saves many, many
> keystrokes when your bib file is full of proceedings and journal articles.
> Plus it looks fairly silly to reference the proceedings when you reference
> only one or two of the articles in it (the same goes for books, journals,
> etc.).  Oh well... until I'm willing to write my own package I suppose I
> have to play along or go back to LaTeX.

If there are more people that agree with you I might change my mind ...

> However, the entry for the proceedings themselves have the wrong number,
> they get reset and start over from 1 e.g.
> 
> Do You know of any way around this, or am I just going to have to manually
> edit the bbl file?

You could always \cite the proceedings manually. If you put the reference
 in a \setbox command it wont  show up in the running text, like so:

 \setbox0\hbox{\cite[XX]}

Wrt to your other questions: could you send me your input file(s) or
the exact settings you used? It will be (a lot) easier to re-enact your 
observations if I do not have to guess and invent stuff myself.


-- 
groeten,

Taco
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Recommendation for creating, XHTML and PDF versions of single document

2003-12-04 Thread Frank
Hans,

Is there any documentation availble on context's xml handler? I looked 
a the PDF listing at the pragma-ade site, but the filenames did not 
seem to shown anything related to xml.

Thanks,

Frank
On 2003, Dec 4, , at 10:35, Hans Hagen wrote:
At 09:50 04/12/2003, you wrote:
Hi,

I have been very happy to use ConTeXt and LaTeX to create documents 
for printed media or onscreen PDF. Currently I am working with some 
documents that I want to publish in XHTML and PDF (print and screen). 
What would be the best way to achieve this?

- Write in ConTeXt and convert it to XHTML

- Write in some XML format like docbook and convert that to XHTML and 
PDF?

I am leaning toward authoring in XML as it is the most flexible, but 
it is also very verbose and probably requires much more effort in the 
toolchain to create the output format's I want.

Please let me know your experiences and recommendations.
i'd go for coding in xml (whatever suits you best) and convert that to 
xhtml and pdf (using context's built in xml handler)

Hans

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: Re: [NTG-context] pdf problem

2003-12-04 Thread WHarms
Hi willi,
i run on a linux only box with a vanilla SuSE 9.0

texexec --version
 TeXExec 3.1 - ConTeXt / PRAGMA ADE 1997-2002
rpm: te_cont-2.0.2-48

pdftex --version
pdfTeX (Web2C 7.4.5) 3.14159-1.10b
kpathsea version 3.4.5
Copyright (C) 1997-2003 Han The Thanh.
rpm: te_pdf-2.0.2-48

xdvi --version
xdvik version 22.40v
Copyright (C) 1990-2002 Paul Vojta and others.
rpm:tetex-2.0.2-48

hope that helps.

The xdvi display is more or less useless because i dont see text inside
the boxes. BUT i can use the lens to read it :).

walter



- - - - - - - - - - - - - - Original Message - - - - - - - - - - - - - -
From: Willi Egger <[EMAIL PROTECTED]>
Subject: Re: [NTG-context] pdf problem
Date: 12/03/03 19:04

Hi Walter

I tried to reproduce your faulty behaviour on a WindowsXP machine with the 
TeX Collection 2003 and the latest beta of ConTeXt installed.

1. The resulting pdf does not miss the 1 from \text {DB freigeben 
;\\ return 1;\\}
2. The resulting dvi file, viewed with windvi has correct text typeset, but 
there are no shapes drawn.

Interestingly the file you have in the .tar does show the 1 in Acrobat 5 and 6!
Windvi is not able to display the charts correctly, the text is typeset to 
expectation, no shapes are drawn.

Do you work on a Linux box?
Which version of PDFTeX do you use?
Which version of ConTeXt do zou use?


Kind regards Willi

At 17:34 03.12.2003, Walter wrote:


>Due to popular demand:
>
>1. i have added the tex files
>2. the resulting dvi and pdf for comparison
>
>use:
>texexec --output=text --pdf modem.tex

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Recommendation for creating, XHTML and PDF versions of single document

2003-12-04 Thread Janko Hauser
On Thu, 4 Dec 2003 10:53:56 +0100
Frank <[EMAIL PROTECTED]> wrote:

> Hans,
> 
> Is there any documentation availble on context's xml handler? I
> looked a the PDF listing at the pragma-ade site, but the filenames
> did not seem to shown anything related to xml.
> 

I think it's example.pdf ...

HTH,
__Janko

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Recommendation for creating, XHTML and PDF versions of single document

2003-12-04 Thread Hans Hagen
At 10:53 04/12/2003, you wrote:
Hans,

Is there any documentation availble on context's xml handler? I looked a 
the PDF listing at the pragma-ade site, but the filenames did not seem to 
shown anything related to xml.
search for 'eXaMpLe' like in example.pdf

Hans  

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: pdf problem

2003-12-04 Thread Patrick Gundlach
<[EMAIL PROTECTED]>(Walter Harms) writes:

> Hi willi,
> i run on a linux only box with a vanilla SuSE 9.0
>
> texexec --version



[...]

since your pdf file was fine (included the 1), there are no problems
generating the pdf. It is only a problem viewing it. What viewer are
you using? 

Patrick
-- 
You are your own rainbow!
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Fwd: bibloigraphies

2003-12-04 Thread Uwe Koloska
Taco Hoekwater wrote:
You probably are looking for my m-bib module. Look at 
	
	http://tex.aanhet.net/bib

for the downloadable zip file (the texable documentation is 
inside the zip file).
trying to download m-bib.zip:
  "You don't have permission to access /bib/m-bib.zip
   on this server."
Uwe Koloska

--
voiceINTERconnect www.voiceinterconnect.de
... smart speech applications from germany
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: Re: [NTG-context] pdf problem

2003-12-04 Thread Willi Egger
At 11:29 04.12.2003, Walter wrote:
Hi willi,
i run on a linux only box with a vanilla SuSE 9.0
texexec --version
 TeXExec 3.1 - ConTeXt / PRAGMA ADE 1997-2002
rpm: te_cont-2.0.2-48
Your texexec is definitely old. We have version 4.0 at the moment

pdftex --version
pdfTeX (Web2C 7.4.5) 3.14159-1.10b
kpathsea version 3.4.5
Copyright (C) 1997-2003 Han The Thanh.
rpm: te_pdf-2.0.2-48
The current version of pdftex is: pdfeTeX, Version 3.141592-1.11a-2.1 
(Web2c 7.5.2

xdvi --version
xdvik version 22.40v
Copyright (C) 1990-2002 Paul Vojta and others.
rpm:tetex-2.0.2-48
I have no experience with xdvi :-)

Kind regards Willi

- - - - - - - - - - - - - - Original Message - - - - - - - - - - - - - -
From: Willi Egger <[EMAIL PROTECTED]>
Subject: Re: [NTG-context] pdf problem
Date: 12/03/03 19:04
Hi Walter

I tried to reproduce your faulty behaviour on a WindowsXP machine with the
TeX Collection 2003 and the latest beta of ConTeXt installed.
1. The resulting pdf does not miss the 1 from \text {DB freigeben
;\\ return 1;\\}
2. The resulting dvi file, viewed with windvi has correct text typeset, but
there are no shapes drawn.
Interestingly the file you have in the .tar does show the 1 in Acrobat 5 
and 6!
Windvi is not able to display the charts correctly, the text is typeset to
expectation, no shapes are drawn.

Do you work on a Linux box?
Which version of PDFTeX do you use?
Which version of ConTeXt do zou use?
Kind regards Willi

At 17:34 03.12.2003, Walter wrote:

>Due to popular demand:
>
>1. i have added the tex files
>2. the resulting dvi and pdf for comparison
>
>use:
>texexec --output=text --pdf modem.tex
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Re: pdf problem

2003-12-04 Thread WHarms

acroread 5.0.8

rpm: acroread-5.08-43

- - - - - - - - - - - - - - Original Message - - - - - - - - - - - - - -
From: Patrick Gundlach <[EMAIL PROTECTED]>
Subject: [NTG-context] Re: pdf problem
Date: 12/04/03 12:41

<[EMAIL PROTECTED]>(Walter Harms) writes:

> Hi willi,
> i run on a linux only box with a vanilla SuSE 9.0
>
> texexec --version



[...]

since your pdf file was fine (included the 1), there are no problems
generating the pdf. It is only a problem viewing it. What viewer are
you using? 

Patrick
-- 
You are your own rainbow!
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: pdf output problem

2003-12-04 Thread Ed L Cashin
<[EMAIL PROTECTED]>(Walter Harms) writes:

> Hi list,
> i found some strange effect with the Chart environment.
> This is part of a larger flowchart.
>
>  \startFLOWcell
> \location {1,6}
> \name {end-auftrag}
> \shape {5}
> \text {DB freigeben ;\\ return 1;\\}
> \stopFLOWcell
>
> $ texexec  --output=test --pdf modem.tex
>
> The resulting pdf file is missing the 1 from 
> \text {DB freigeben ;\\ return 1;}
>
> changing 1 into 0 shows a 0.

I had a problem like that in metapost a long time ago.

-- 
--Ed L Cashin|   PGP public key:
  [EMAIL PROTECTED]|   http://noserose.net/e/pgp/

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Fwd: bibloigraphies

2003-12-04 Thread Taco Hoekwater

Sorry,  File permission were skewed. Fixed now.

On Thu, 04 Dec 2003 11:55:04 +0100, Uwe wrote:

> Taco Hoekwater wrote:
> > You probably are looking for my m-bib module. Look at 
> > 
> > http://tex.aanhet.net/bib
> > 
> > for the downloadable zip file (the texable documentation is 
> > inside the zip file).
> 
> trying to download m-bib.zip:
>"You don't have permission to access /bib/m-bib.zip
> on this server."
> 
> Uwe Koloska
> 
> -- 
> voiceINTERconnect www.voiceinterconnect.de
> ... smart speech applications from germany
> 
> ___
> ntg-context mailing list
> [EMAIL PROTECTED]
> http://www.ntg.nl/mailman/listinfo/ntg-context


-- 
groeten,

Taco
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Recommendation for creating, XHTML and PDF versions of single document

2003-12-04 Thread Frank
Hi,

I have been very happy to use ConTeXt and LaTeX to create documents for 
printed media or onscreen PDF. Currently I am working with some 
documents that I want to publish in XHTML and PDF (print and screen). 
What would be the best way to achieve this?

- Write in ConTeXt and convert it to XHTML

- Write in some XML format like docbook and convert that to XHTML and 
PDF?

I am leaning toward authoring in XML as it is the most flexible, but it 
is also very verbose and probably requires much more effort in the 
toolchain to create the output format's I want.

Please let me know your experiences and recommendations.

Best Regards,

Frank

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Recommendation for creating, XHTML and PDF versions of single document

2003-12-04 Thread Hans Hagen
At 09:50 04/12/2003, you wrote:
Hi,

I have been very happy to use ConTeXt and LaTeX to create documents for 
printed media or onscreen PDF. Currently I am working with some documents 
that I want to publish in XHTML and PDF (print and screen). What would be 
the best way to achieve this?

- Write in ConTeXt and convert it to XHTML

- Write in some XML format like docbook and convert that to XHTML and PDF?

I am leaning toward authoring in XML as it is the most flexible, but it is 
also very verbose and probably requires much more effort in the toolchain 
to create the output format's I want.

Please let me know your experiences and recommendations.
i'd go for coding in xml (whatever suits you best) and convert that to 
xhtml and pdf (using context's built in xml handler)

Hans

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: pdf output problem

2003-12-04 Thread Patrick Gundlach
Ed L Cashin <[EMAIL PROTECTED]> writes:

> I had a problem like that in metapost a long time ago.

But the resulting pdf file from Walter was OK.


Patrick
-- 
You are your own rainbow!
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] NEWS: pdf output problem

2003-12-04 Thread WHarms
hi list,
i have followed the discussion about the strage bug i found.
It seems a acroead bug:
i have tried with 5.0.6 as exspected i see return 1; while 5.0.8 on my
notebook shows "return 0" but not the "return 1" a very strange bug.

i will try xpdf today an see what will happen :)

thx to all,
walter
 
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context