zsh-workers
 help / color / mirror / code / Atom feed
From: Simon Ruderich <simon@ruderich.org>
To: zsh-workers@zsh.org
Subject: Re: zsh 5.0.0 released, finally
Date: Wed, 25 Jul 2012 22:57:09 +0200	[thread overview]
Message-ID: <20120725205709.GA25464@ruderich.org> (raw)
In-Reply-To: <20120725101356.1eb0031b@pwslap01u.europe.root.pri>

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

On Wed, Jul 25, 2012 at 10:13:56AM +0100, Peter Stephenson wrote:
>> While generating intro.pdf I noticed a problem. It seems like
>> pdfroff -ms $(sdir)/intro.ms >intro.pdf creates a PDF which
>> contains the data twice. For the website I used roff2ps and then
>> ps2pdf, but I'm not sure if that's the best way. Is this just a
>> issue with my pdfroff or a general problem?
>
> It appears to be a general problem.  I remember playing with a
> workaround but I don't think I got to the point of anything useful.

Should we switch to the roff2ps & ps2pdf approach for the
Doc/Makefile? Then we won't ship the doubled PDF in the doc
package. The website needs a4 and us-letter (and their PS
versions), so maybe something like this:

    roff2ps -ms -P-pa4 < intro.ms > intro.a4.ps && ps2pdf intro.a4.ps
    roff2ps -ms -P-pletter < intro.ms > intro.us.ps && ps2pdf intro.us.ps

>> Are the texinfo sources for intro.ms available (the link on the
>> website doesn't work anymore) or is there another way to create
>> HTML from intro.ms (roff2html doesn't really work)?
>
> I think intro.ms has been edited in that form.  The original source is
> lost to history (or we wouldn't be carrying round a .ms file at all).

Is it possible to create HTML files from a roff file? My attempts
with roff2html failed.

Regards,
Simon
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

  parent reply	other threads:[~2012-07-25 20:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20120724094229.6bd93bb9@pwslap01u.europe.root.pri>
2012-07-24 15:59 ` Simon Ruderich
2012-07-24 16:11   ` Simon Ruderich
2012-07-25  9:13   ` Peter Stephenson
2012-07-25 16:48     ` Bart Schaefer
2012-07-25 20:57     ` Simon Ruderich [this message]
2012-07-25 21:15       ` Peter Stephenson
2012-07-28 13:29         ` Simon Ruderich
2012-07-28 19:48           ` Peter Stephenson

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=20120725205709.GA25464@ruderich.org \
    --to=simon@ruderich.org \
    --cc=zsh-workers@zsh.org \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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).