Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.1
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; 
	h=from:to:subject:reply-to:in-reply-to:references:mime-version:content-type; 
	s=smtpapi; bh=iOGuxXYcrfHi0LrVj029KxxHiro=; b=fZfsZmV6S2Rfs+t2wI
	EfiqHV2QmpJpMrEC3aoYyPp/CNp2Ku0CfuK+gGrRACgBFao5ocY1AZ4wwSTF7eHi
	xHPqwdXICgh818ZpejLtQeL/eXlYcwjpHRAGZt7I+uESp3PmGrIUIl4xJW7/JGdX
	ObUMvyUuZ4XyDEBPr2+oPMWs4=
From: Greg Klanderman <gak@klanderman.net>
To: zsh-workers@zsh.org
Subject: Re: zsh manual - missing bookmarks in pdf file?
Reply-To: Greg Klanderman <gak@klanderman.net>
Date: Thu, 03 Mar 2016 09:39:23 -0500
In-Reply-To: <1850B214-73A8-4373-A9AE-0C533702A6CD@kba.biglobe.ne.jp> (Jun T.'s message of "Thu, 3 Mar 2016 14:03:49 +0900")
Message-ID: <87si07lj6s.fsf@lwm.klanderman.net>
User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (linux)
References: <22229.42616.86422.222557@lwm.klanderman.net>
	<DE24867B-712C-46A4-85B4-BDD290E91154@kba.biglobe.ne.jp>
	<87vb55leop.fsf@lwm.klanderman.net>
	<194AAF32-4EB5-412D-A200-27AE7832EF86@kba.biglobe.ne.jp>
	<87egbs7usn.fsf@lwm.klanderman.net>
	<1850B214-73A8-4373-A9AE-0C533702A6CD@kba.biglobe.ne.jp>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-SG-EID: i+zOheVB0lMUqP0z3X/8PPLe+C1hDfxH7g5ommK/LCoKZ/U0+tmNblObqA+AlfpW9+/8/3e90D93v2
 /c4zNqm32XgKeecGGQPYoRQkv+2klkO2yp830G+9i7lYweqdQ31Ljn7or28QvqF3+x6JzpgOqHQIn6
 3mdiazeQhhbULZ38h4Y9wOcA7/BgmKeuJoaHss8VxN//s0Tz9m/hPeaNaFHDZYPAIAzgW8ElvD97+z
 4=
X-Seq: zsh-workers 38077


>>>>> On March 3, 2016 Jun T <takimoto-j@kba.biglobe.ne.jp> wrote:

> This US version has no bookmarks. The A4 version is OK:

> http://zsh.sourceforge.net/Doc/zsh_a4.pdf

> I don't know how the US version was created.

> Is it important for you that the paper size is US Letter?

A4 is fine, it's not like I'm actually going to print it..  but if
we're going to put these up for download it would be nice to post
complete pdfs with the table of contents/bookmarks..

Looking at the Makefile, maybe pdfetex vs texi2pdf?

    zsh.pdf: $(sdir)/zsh.texi
            if [ x$(TEXI2PDF) != x ]; then \
              $(TEXI2PDF) $(sdir)/zsh.texi; \
            else \
              PDFTEX=$(PDFETEX) $(TEXI2DVI) --pdf $(sdir)/zsh.texi; \
            fi

My machine has texi2pdf and is creating a pdf with the bookmarks.
So I'll just use that :-)  At one point years ago I had stopped being
able to build the pdfs locally and resorted to downloading them.  It
appears to work for me now, but the pdfs are not generated by default
with just "make" so I hadn't realized it was working.

I'm building out of a git checkout, but if you need me to download
official 5.2 and build a US pdf with bookmarks to post, LMK.

Greg

