Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Test release: 5.6.2-test-3
- X-seq: zsh-workers 43983
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Test release: 5.6.2-test-3
- Date: Sun, 06 Jan 2019 16:43:17 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:references :in-reply-to; s=fm2; bh=1UnYiIJiAs/2jyJdEEOXcAKctLXqqkCUn/Q0LhiV AMI=; b=2pHIif+BfHd4rX2iWOHtQenE4/8fpMWBYI58GZHpzbFJvEvXLDPsSipe +ZnrtbopXRsYBWH1YgzxON1CeuQFBrZxbqzc+RREPACvoygantDC3miaz8d+QqcK b/0dIoPfqOkRebQX+jdXZSjBtXTdjVBsVgMcvF8C/D5j+G8grXcad3VS0unrBbQL AJfViEVg27pFzcEUkCUQPBocUBOCgX0ZqyqRqp9xAxcNgbAenClf5ceWAFQL9ZtV Z/AKrM6zdERQ9pHPGSfLDGnm9kKvnmN9MGr27aURvkuiywRj1XTeLpPsazVR8ypX Cl7IKcpR7kjgT1iu4HEKFjJ5KZfnoA==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=1UnYiIJiAs/2jyJdEEOXcAKctLXqqkCUn/Q0LhiVA MI=; b=eVRnGp7agTx/Sw6EJ5oHrbG9ewlpel/BIKWq7pFZh3hficctSIMKmaLmN NpEvATsdoHLthVN+RY5XKHbJxaxkJdA3eqzY2H95ojN8fYuM76qnUuRB1gVaQc2p bZrYp5kYd1Oo/KESjBHO3sFeJJmf/6vqexvr+TEkpHtCXftxtApU6VWE2o9VxADH c6FdwS0Vc4gXtyTlBn6cFGuQjnr29ydUG4Hi/4cSORFyHROnujlb4NqdfQL8OKq6 yqogPfdh1HtqPdJ0QZ2d6/raWXIShDowZf7Biarb/BAg6tlPvXr8T0zo7SS35MSK SABqDGBDltLV147hswrtnJZjtMCWA==
- In-reply-to: <20457BFF-83B5-4DF5-AB6D-A90E80DDBED9@dana.is>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <C0CF1A8E-FD75-4024-BA4B-0C4D8880FB8D@dana.is> <23D0A1E5-8D90-4826-BD35-19B9286F4380@kba.biglobe.ne.jp> <20457BFF-83B5-4DF5-AB6D-A90E80DDBED9@dana.is>
dana wrote on Sun, 06 Jan 2019 10:37 -0600:
> On 6 Jan 2019, at 09:12, Jun T. <takimoto-j@xxxxxxxxxxxxxxxxx> wrote:
> >Are you having problems while trying to install yodl?
> >Or yodl has been successfully installed but still
> >can't generate PDF?
>
> I've got yodl — cherry-picked from MacPorts, since Homebrew doesn't have it.
> Building the man/HTML pages with that is no problem once i've got it.
>
> For the PDF, i needed TeX, which the normal Homebrew repo also doesn't have i
> guess because it's similarly complicated to build on macOS. Homebrew Cask has
> the MacTeX distribution, but the full thing is over 3 GiB, which is silly. I
> found the 'basic' distribution, though, and then i needed to manually install
> the texinfo thing for it, and after all that i thought i'd be OK, but
> apparently TeX needs X11 to generate the PDF for some reason (font stuff, i
> assume).
>
> On balance, X11 is probably smaller and easier to install than TeX. Still, it
> felt excessive.
I doubt that you need the entire 3 GiB of it. I have only
2.3 GiB of texlive-* packages installed [1], and I use TeX for non-zsh
stuff too. It's probably pulling half of CTAN (the TeX library
packages archive), while you only need core LaTeX and whichever
\usepackage{} packages yodl and texinfo need
Cheers,
Daniel
[1] dpkg -L $(dpkg -l texlive | awk '{print $2}') | perl -lnE '$a += -s if -e; end { say $a }'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author