The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: cyrille.lefevre-lists@laposte.net (Cyrille Lefevre)
Subject: [TUHS] "Electronic Mail Without Aliases"
Date: Tue, 19 Feb 2013 03:00:29 +0100	[thread overview]
Message-ID: <5122DCBD.8000207@laposte.net> (raw)
In-Reply-To: <511E2332.6060302@laposte.net>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1319 bytes --]

Le 15/02/2013 12:59, Cyrille Lefevre a écrit :
<snip>
> take a look at your file content, this is not postscript, but ditroff
> intermediate output.
>
> using DWB, the dpost filter should be added.

also, as someone on the list did me, the output was incomplete !

first of, forgot to say that DWB is missing refer, so I use the GNU one.
after some investigations, I found that DWB pic eat a great part
of the initial document. the use of GNU pic -n solve the problem.
refer may be used w/ or w/o the -e option, I prefer w/o.

the final commands are :

export DWBHOME=/opt/dwb

ln -s CW $DWBHOME/lib/font/devpost/PO

dos2unix < post.tm  |
refer | pic -n |
/opt/dwb/bin/troff -ms |
/opt/dwb/bin/dpost |
tee post.ps | ps2pdf - post.pdf

using DWB, the AT&T Bell Labs logo looks perfect ;^)

http://cyrillelefevre.free.fr/tmp/post.ps
http://cyrillelefevre.free.fr/tmp/post.pdf
http://cyrillelefevre.free.fr/tmp/post-e.ps
http://cyrillelefevre.free.fr/tmp/post-e.pdf

> PS : DWB is here :
>
> http://www2.research.att.com/~gsf/download/tgz/dwb.1993-02-04.tgz
>
> to build DWB under cygwin, use this patch :
>
> http://cyrillelefevre.free.fr/dwb/dwb.1993-02-04.2011-05-29.patch.bz2
>
> also, DWBHOME should be exported to the installation path.

Regards,

Cyrille Lefevre
-- 
mailto:Cyrille.Lefevre-lists at laposte.net




  reply	other threads:[~2013-02-19  2:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-13 18:20 Aharon Robbins
2013-02-15  8:01 ` John Cowan
2013-02-15  8:06   ` arnold
2013-02-15  8:18     ` John Cowan
2013-02-15 11:59       ` Cyrille Lefevre
2013-02-19  2:00         ` Cyrille Lefevre [this message]
2013-02-15  8:39     ` Steve Simon
2013-02-16  6:47 ` Warren Toomey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5122DCBD.8000207@laposte.net \
    --to=cyrille.lefevre-lists@laposte.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).