does it include latest context - LMTX?
Search Criteria
Package Details: texlive-full 1:2022.20221031-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/texlive-full.git (read-only, click to copy) |
---|---|
Package Base: | texlive-full |
Description: | This packages provides texlive-full in /opt. It also tricks ArchLinux into thinking it has its texlive packages installed. |
Upstream URL: | http://www.tug.org/texlive/ |
Licenses: | custom |
Conflicts: | asymptote, git-latexdiff, haskell-citeproc, psutils, t1utils, texlive-bibtexextra, texlive-bin, texlive-core, texlive-fontsextra, texlive-formatsextra, texlive-games, texlive-htmlxml, texlive-humanities, texlive-langchinese, texlive-langcyrillic, texlive-langextra, texlive-langgreek, texlive-langjapanese, texlive-langkorean, texlive-latexextra, texlive-music, texlive-pictures, texlive-pstricks, texlive-publishers, texlive-science |
Provides: | asymptote, git-latexdiff, psutils, t1utils, texlive-bibtexextra, texlive-bin, texlive-core, texlive-fontsextra, texlive-formatsextra, texlive-games, texlive-htmlxml, texlive-humanities, texlive-langchinese, texlive-langcyrillic, texlive-langextra, texlive-langgreek, texlive-langjapanese, texlive-langkorean, texlive-latexextra, texlive-music, texlive-pictures, texlive-pstricks, texlive-publishers, texlive-science |
Submitter: | hottea |
Maintainer: | sukanka |
Last Packager: | sukanka |
Votes: | 7 |
Popularity: | 0.50 |
First Submitted: | 2019-05-17 13:17 (UTC) |
Last Updated: | 2022-11-13 10:38 (UTC) |
Dependencies (2)
- libxcrypt-compat
- rsync (rsync-git, rsync-reflink, rsync-reflink-git) (make)
Required by (861)
- abntex (requires texlive-core)
- abntex2 (requires texlive-core)
- abntex2 (requires texlive-latexextra)
- ada-web-server (requires texlive-bin) (make)
- ada-web-server (requires texlive-core) (make)
- ada-web-server (requires texlive-latexextra) (make)
- adobe-base-14-fonts (requires t1utils) (make)
- anja-git (requires texlive-bin) (make)
- anja-git (requires texlive-core) (make)
- anja-git (requires texlive-latexextra) (make)
- anja-git (requires texlive-science) (make)
- apostrophe (requires texlive-latexextra) (optional)
- apostrophe-git (requires texlive-latexextra) (optional)
- artanis (requires texlive-core) (make)
- artanis-git (requires texlive-core) (make)
- arxiv-collector (requires texlive-core)
- asymptote-git (requires texlive-core) (check)
- atelierb (requires texlive-bin) (optional)
- atril-gtk2 (requires texlive-bin) (make)
- atril-gtk2 (requires texlive-bin) (optional)
- Show 841 more...
Sources (2)
niqingliang2003 commented on 2022-12-30 02:00 (UTC)
sukanka commented on 2022-11-25 11:17 (UTC)
@kernelisstrong, you can change the mirror used in the pkgbuild to the fastest one in your region.
kernelisstrong commented on 2022-11-25 10:55 (UTC)
@sukanka thank you very much. I wanted to ask you if there is a way to speedup the installation because the package takes hours to download even with fast connections.
sukanka commented on 2022-11-13 10:39 (UTC)
@kernelisstrong fixed, you can delete the original PKGBUILD and retry.
kernelisstrong commented on 2022-11-13 10:20 (UTC)
When trying to install the package I get the following error. Failure while downloading http://texlive.tug.org/texlive/LICENSE.TL I have tried from different networks and computers but it seems the link is not reachable anymore. Can you fix it?
sukanka commented on 2022-11-02 01:01 (UTC) (edited on 2022-11-02 01:01 (UTC) by sukanka)
@haawda, options=('!strip')
generates the same .SRCINFO
as options=(!strip)
, (options = !strip
in .SRCINFO
). So there is no need to change.
haawda commented on 2022-11-01 17:52 (UTC)
If you really want to avoid stripped binaries, use options=('!strip'). Right now, the syntax is wrong (but the binaries nevertheless seem to work).
0xDrDru commented on 2022-10-31 15:48 (UTC)
Following the last update, texlive-core
is not listed both in provides
and conflicts
, however it should. Can you correct this?
mahjong commented on 2022-07-13 18:29 (UTC) (edited on 2022-07-13 18:29 (UTC) by mahjong)
I got an issue when using this with pandoc. Made an issue on my distro's forum: https://forum.garudalinux.org/t/texlive-full-and-pandoc/20779
sukanka commented on 2022-06-07 04:54 (UTC) (edited on 2022-06-07 04:54 (UTC) by sukanka)
@wuddy please do not ask about TEX issues here. You are suggested to ask your questions at other TEX-specific communities such as https://tex.stackexchange.com/
.
For your question, note that Font bbm10 at 600 not found
, be aware of 600.
Pinned Comments
sukanka commented on 2022-02-20 07:17 (UTC) (edited on 2022-10-30 10:19 (UTC) by sukanka)
pandoc-bin
instead ofpandoc
.systems/texlive/tlnet/
)Users in mainland China are recommended to use
bfsu
mirror, set_syncdir
works as a localCTAN/telnet
mirror (about 4.5GiB). You can change it to a different place if yourBUILDDIR
is ontmpfs
, which may not have enough spaceMANPATH
INFOPATH
PATH
), they have been linked to the correct path already.checksum
is skipped as the shasum ofinstall-tl-unx.tar.gz
is varying. There is a directory calledinstall-tl-YYYYMMDD
(YYYYMMDD
is thepkgver
) and its contents are changing in every release.rsync
is added tomakedepends
for faster installation.pkgver
to be like2021_20220220
in future, where the first2021
means this is TeX Live 2021, and20220220
is frominstall-tl-unx.tar.gz
's contents. Currentpkgver
is not obvious enough. Especially when TeX Live 2022 has not been released yet, but we havepkgver=20220220
!