9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] troff bibliography
@ 2008-12-09 11:23 cej
  2008-12-09 11:33 ` Pietro Gagliardi
  0 siblings, 1 reply; 7+ messages in thread
From: cej @ 2008-12-09 11:23 UTC (permalink / raw)
  To: 9fans


Hi,
how do I publish complete bibliographies w/ refer | troff?
(on loonix I use this:
/usr/bin/refer  -B bib |  nroff -mbib
but with refer and tmac.bib from heirloom-doctools: the -B option is essential
(beat me for still using loonix))

thanks,
++pac.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] troff bibliography
  2008-12-09 11:23 [9fans] troff bibliography cej
@ 2008-12-09 11:33 ` Pietro Gagliardi
  2008-12-09 11:36   ` cej
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Pietro Gagliardi @ 2008-12-09 11:33 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs


[-- Attachment #1.1: Type: text/plain, Size: 413 bytes --]

On Dec 9, 2008, at 6:23 AM, cej@gli.cas.cz wrote:

>
> Hi,
> how do I publish complete bibliographies w/ refer | troff?
> (on loonix I use this:
> /usr/bin/refer  -B bib |  nroff -mbib
> but with refer and tmac.bib from heirloom-doctools: the -B option is
> essential
> (beat me for still using loonix))
>
> thanks,
> ++pac.
>
>

You can get V7 refer from /n/sources/contrib/forsyth/refer.tgz.


[-- Attachment #1.2: Type: text/html, Size: 711 bytes --]

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] troff bibliography
  2008-12-09 11:33 ` Pietro Gagliardi
@ 2008-12-09 11:36   ` cej
  2008-12-09 11:41   ` cej
  2008-12-11 13:13   ` cej
  2 siblings, 0 replies; 7+ messages in thread
From: cej @ 2008-12-09 11:36 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 867 bytes --]


yes. i have it, but it does not work due to the lack of -B switch. i took and edited the tmac.bib from heirloom sources, however -B in refer seems to be essentiali'm diving into heirloom refer2.c to see what -B does...
thanks,

++pac.


-----Original Message-----
From: 9fans-bounces@9fans.net on behalf of Pietro Gagliardi
Sent: Tue 12/9/2008 12:33 PM
To: Fans of the OS Plan 9 from Bell Labs
Subject: Re: [9fans] troff bibliography
 
On Dec 9, 2008, at 6:23 AM, cej@gli.cas.cz wrote:

>
> Hi,
> how do I publish complete bibliographies w/ refer | troff?
> (on loonix I use this:
> /usr/bin/refer  -B bib |  nroff -mbib
> but with refer and tmac.bib from heirloom-doctools: the -B option is  
> essential
> (beat me for still using loonix))
>
> thanks,
> ++pac.
>
>

You can get V7 refer from /n/sources/contrib/forsyth/refer.tgz.



[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 2903 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] troff bibliography
  2008-12-09 11:33 ` Pietro Gagliardi
  2008-12-09 11:36   ` cej
@ 2008-12-09 11:41   ` cej
  2008-12-09 22:58     ` Pietro Gagliardi
  2008-12-11 13:13   ` cej
  2 siblings, 1 reply; 7+ messages in thread
From: cej @ 2008-12-09 11:41 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 46 bytes --]

seems like doref() does it all...

++pac


[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 2171 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] troff bibliography
  2008-12-09 11:41   ` cej
@ 2008-12-09 22:58     ` Pietro Gagliardi
  2008-12-10  7:06       ` cej
  0 siblings, 1 reply; 7+ messages in thread
From: Pietro Gagliardi @ 2008-12-09 22:58 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

This is probably because the Heirloom tools are different from the
Plan 9 tools. I think you should try compiling the Heirloom tools
using ape/psh and see what happens.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (Darwin)

iEYEARECAAYFAkk++AQACgkQuv7AVNQDs+ze/gCeLhTB0Lpap/0nNU7+UHebkm/1
qXYAn0U6MRhB0uEX37UOYoMwrsETbxPo
=+gAv
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] troff bibliography
  2008-12-09 22:58     ` Pietro Gagliardi
@ 2008-12-10  7:06       ` cej
  0 siblings, 0 replies; 7+ messages in thread
From: cej @ 2008-12-10  7:06 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 374 bytes --]


yep. i'll try just refer&allies, and we'll see. looks like it wouldn't make much problem, namely if i follow the style forsyth did the ape port...
thanks, regards,

peter, aka ++pac.


>This is probably because the Heirloom tools are different from the  
>Plan 9 tools. I think you should try compiling the Heirloom tools  
>using ape/psh and see what happens.


[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 2635 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] troff bibliography
  2008-12-09 11:33 ` Pietro Gagliardi
  2008-12-09 11:36   ` cej
  2008-12-09 11:41   ` cej
@ 2008-12-11 13:13   ` cej
  2 siblings, 0 replies; 7+ messages in thread
From: cej @ 2008-12-11 13:13 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]


i have aded the -B option from heirloom to forsyth's port of refer, plus a simple script 'roffbib.rc' that makes complete bibliography from the database, plus a tmac.bib macro; the stuff is in:
/n/sources/contrib/pac/sys/src/ape/cmd/txt/refer.tgz
until, perhaps, forsyth will host it??
enjoy,

++pac.



[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 2483 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-12-11 13:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-09 11:23 [9fans] troff bibliography cej
2008-12-09 11:33 ` Pietro Gagliardi
2008-12-09 11:36   ` cej
2008-12-09 11:41   ` cej
2008-12-09 22:58     ` Pietro Gagliardi
2008-12-10  7:06       ` cej
2008-12-11 13:13   ` cej

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).