You are not logged in.

#1 2013-04-02 20:14:47

Sunday87
Member
Registered: 2013-01-17
Posts: 31

Status of TeXLive Documentation

Hi everyone!

I'm troubled about the missing texlive-*-doc packages. Apparently they are missing for some time now (old threads https://bbs.archlinux.org/viewtopic.php?id=109263, https://bbs.archlinux.org/viewtopic.php?id=104399). Why is this still the case?

Are those considered unimportant? Is it the majority opinion that anyone who uses that documentation should just install their own texlive without using the arch packages? Is it just too much work to create those packages?

Greetings

Offline

#2 2013-04-02 22:04:47

Jodell
Member
Registered: 2009-10-09
Posts: 285

Re: Status of TeXLive Documentation

The second post in the second link you provided holds your answer.

Offline

#3 2013-04-02 23:17:08

Sunday87
Member
Registered: 2013-01-17
Posts: 31

Re: Status of TeXLive Documentation

Well, I see an explanation why the original PKGBUILD wouldn't work any more. But if their install script is able to install the docs - than so should we. I think one could write a PKGBUILD that uses their install-script to download the files and put them together in a package. Maybe I will look into it. Maybe someone als has already tried it? Wouldn't the other PKGBUILDs for the TeXLive packages work in a similar way?

Last edited by Sunday87 (2013-04-02 23:17:27)

Offline

#4 2013-04-03 00:17:01

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

Re: Status of TeXLive Documentation

I'm not sure it is that simple. siunitx is an example from one of those threads. So I take it that you do not have a copy of siunitx.pdf, right?

In TeX Live itself, that is part of the siunitx package i.e. it is not part of a separate doc package, for example.

$ less /usr/local/texlive/2012/tlpkg/tlpobj/siunitx.tlpobj 
name siunitx
category Package
revision 29360
shortdesc A comprehensive (SI) units package.
longdesc Typesetting values with units requires care to ensure that the
longdesc combined mathematical meaning of the value plus unit
longdesc combination is clear. In particular, the SI units system lays
longdesc down a consistent set of units with rules on how they are to be
longdesc used. However, different countries and publishers have
longdesc differing conventions on the exact appearance of numbers (and
longdesc units). A number of LaTeX packages have been developed to
longdesc provide consistent application of the various rules: SIunits,
longdesc sistyle, unitsdef and units are the leading examples. The
longdesc numprint package provides a large number of number-related
longdesc functions, while dcolumn and rccol provide tools for
longdesc typesetting tabular numbers. The siunitx package takes the best
longdesc from the existing packages, and adds new features and a
longdesc consistent interface. A number of new ideas have been
longdesc incorporated, to fill gaps in the existing provision. The
longdesc package also provides backward-compatibility with SIunits,
longdesc sistyle, unitsdef and units. The aim is to have one package to
longdesc handle all of the possible unit-related needs of LaTeX users.
longdesc The package relies on LaTeX 3 support from the l3kernel and
longdesc l3packages bundles.
containersize 34284
containermd5 3cc997121e8384e60a68fa0fc3c38519
doccontainersize 569448
doccontainermd5 6aa313d0ff41dc2b32ce2438510faa9f
docfiles size=143
 texmf-dist/doc/latex/siunitx/README details="Readme"
 texmf-dist/doc/latex/siunitx/siunitx.pdf details="Package documentation"
srccontainersize 102128
srccontainermd5 2cafe3342a31b0e1e358df4545a2378d
srcfiles size=150
 texmf-dist/source/latex/siunitx/siunitx.dtx
 texmf-dist/source/latex/siunitx/siunitx.ins
runfiles size=78
 texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg
 texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg
 texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg
 texmf-dist/tex/latex/siunitx/siunitx.sty
catalogue-ctan /macros/latex/contrib/siunitx
catalogue-date 2013-03-12 10:55:10 +0100
catalogue-license lppl1.3

Do you have the source files? I guess you could always write a script to generate the docs, if you do.

I don't know much about how this is packaged for distros - I've always used the upstream stuff.

EDIT: Just tried to look at a PKGBUILD and remembered my Arch machine is sick sad.

Last edited by cfr (2013-04-03 00:19:19)


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#5 2013-04-03 00:24:59

Sunday87
Member
Registered: 2013-01-17
Posts: 31

Re: Status of TeXLive Documentation

Actually... It is far simpler. It is all available at ftp://tug.org/texlive/Contents/live/texmf-dist/doc/.

PKGBUILD

pkgname=texlive-most-doc
pkgver=$(date +%Y%m%d)
pkgrel=1
pkgdesc="Most TeXLive documentation"
url="http://tug.org/texlive/"
arch=('any')
license=('unknown')
optdepends=('texlive-bin: The texdoc program and some more documentation')
makedepends=('wget')
install='texlive-most-doc.install'
options=('!strip'  '!purge')

build() {
  wget -r -l inf -N -nH -nv --cut-dirs=3 -P "$srcdir/usr/share/" ftp://tug.org/texlive/Contents/live/texmf-dist/doc
  wget -r -l inf -N -nH -nv --cut-dirs=3 -P "$srcdir/usr/share/" ftp://tug.org/texlive/Contents/live/texmf/doc/asymptote
  wget -r -l inf -N -nH -nv --cut-dirs=3 -P "$srcdir/usr/share/" ftp://tug.org/texlive/Contents/live/texmf/doc/dvipng/dvipng.pdf
  wget -r -l inf -N -nH -nv --cut-dirs=3 -P "$srcdir/usr/share/" ftp://tug.org/texlive/Contents/live/texmf/doc/dvips/dvips.pdf
  wget -r -l inf -N -nH -nv --cut-dirs=3 -P "$srcdir/usr/share/" ftp://tug.org/texlive/Contents/live/texmf/doc/man
  wget -r -l inf -N -nH -nv --cut-dirs=3 -P "$srcdir/usr/share/" ftp://tug.org/texlive/Contents/live/texmf/doc/info
  wget -r -l inf -N -nH -nv --cut-dirs=3 -P "$srcdir/usr/share/" ftp://tug.org/texlive/Contents/live/texmf/doc/tetex
  wget -r -l inf -N -nH -nv --cut-dirs=3 -P "$srcdir/usr/share/" ftp://tug.org/texlive/Contents/live/texmf/doc/texlive
  wget -r -l inf -N -nH -nv --cut-dirs=3 -P "$srcdir/usr/share/" ftp://tug.org/texlive/Contents/live/texmf/doc/texworks
  wget -r -l inf -N -nH -nv --cut-dirs=3 -P "$srcdir/usr/share/" ftp://tug.org/texlive/Contents/live/texmf/doc/web2c/web2c.pdf
  wget -r -l inf -N -nH -nv --cut-dirs=3 -P "$srcdir/usr/share/" ftp://tug.org/texlive/Contents/live/texmf/doc/ttf2pk/ttf2tfm.txt
  wget -r -l inf -N -nH -nv --cut-dirs=3 -P "$srcdir/usr/share/" ftp://tug.org/texlive/Contents/live/texmf/doc/ttf2pk/ttf2pk.txt
}

package() {
  cp -rl "$srcdir"/* "$pkgdir"
}

texlive-most-doc.install

post_install() {
  texhash
}

post_remove() {
  texhash
}

post_upgrade() {
  texhash
}

I am trying this right now.

Last edited by Sunday87 (2013-04-04 20:55:00)

Offline

#6 2013-04-03 09:00:44

Sunday87
Member
Registered: 2013-01-17
Posts: 31

Re: Status of TeXLive Documentation

Works. 850MB package, installation size 1300MB.

Offline

#7 2013-04-04 02:07:39

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

Re: Status of TeXLive Documentation

That won't necessarily match what you have installed, though, right? Do you already have the docs under texmf/doc? (As opposed to texmf-dist/doc.)


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#8 2013-04-04 08:25:47

Sunday87
Member
Registered: 2013-01-17
Posts: 31

Re: Status of TeXLive Documentation

No, that will install everything there is in texmf-dist/doc. That most propably is more than most people need. Some of the documentation in texmf/doc ist already contained in texlive-bin, but not all. I think I will (when i get to it wink ) upgrade the PKGBUILD to also include the missing parts there.

Last edited by Sunday87 (2013-04-04 08:26:05)

Offline

#9 2013-04-04 18:39:15

Sunday87
Member
Registered: 2013-01-17
Posts: 31

Re: Status of TeXLive Documentation

I have compared the contents of ftp://tug.org/texlive/Contents/live/texmf/doc/ with 'pkgfile --list texlive-bin | grep texmf/doc | sort' and added the missing files to the PKGBUILD, updated in the above posting. I am now thinking if this would be suitable for the AUR or if this thing would just blow the tug.org ftp server if too many people use it. I did not find any mirrors containing those folders. Perhaps it could be feasible to distribute the resulting package by bittorrent or sth like that.

Last edited by Sunday87 (2013-04-04 19:07:55)

Offline

#10 2016-05-08 16:40:32

koppor
Member
Registered: 2016-05-08
Posts: 1

Re: Status of TeXLive Documentation

Is there some proges on this thing? Currently, the output of

pkgfile --list texlive-bin | grep texmf/doc | sort

is empty. Isn't it easy to include the documentation of the packages during installation? This is, what MiKTeX does. I know that the package bundling is different in texlive. Couldn't there be a separate doc package for each texlive package?

I think that the docs can also be fetched via https://www.ctan.org/mirrors. Thus, the URL of each doc has to be converted to something like http://mirrors.ctan.org/macros/latex/co … blatex.pdf. However, I don't know, how to convert the full package list to a list of URLs pointing to the documentation PDFs.

Last edited by koppor (2016-05-08 16:43:49)

Offline

#11 2016-10-02 16:24:16

gamer01
Member
From: Bavaria - GER
Registered: 2011-06-02
Posts: 31

Re: Status of TeXLive Documentation

I think its a good idea to put it on AUR, or am i wrong?

Offline

Board footer

Powered by FluxBB