| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Builds just fine on edge in a freshly setup and clean container.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Added missing xz dependency
- Rebuild against new poppler
- Fixed warnings in APKBUILD
- Dropped support for tlmgr (custom texlive package manager)
- tlmgr is no longer needed, as texmf-dist package are now provided by
Alpine
- it is currently broken anyway
- I have no resources to maintain it (but an additional texlive-tlmgr
could be easily provided and maintained by someone else)
- Using custom package managers in addition to apk requires special care to
not break stuff, so not providing it in the default texlive package seems
like a good idea
|
| |
|
|
|
|
|
| |
The symlink at /usr/bin/lualatex to luatex is currently missing. This commit
adds it.
|
| |
|
|
|
|
|
|
| |
- Updated to latest stable TeXlive release
- Re-enabled LuaTeX and XeTeX (previously disabled due to conflicts with
poppler-0.71)
|
|
|
|
| |
texk/web2c/mplibdir/pngout.w:63:10: fatal error: mplib.h: No such file or directory
|
| |
|
|
|
|
| |
It fails to build against poppler and is no longer maintained.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
texlive.trigger: Recreate all formats on changes in /usr/share/texmf-dist
- Current approach blindly tries to recreate everything
- For each missing font/formt/... this will fail. However, installed
fonts and formats are created successfully. While being ugly, this
approach seem to work fine
Dependencies:
- Added dependency to pkg texmf-dist to texlive, as texlive is unusable
without
- Added dependency to pkg texmf-dist-full to texlive-full, so a full
texlive distribution and not only the texlive tools is installed.
*BEWARE*: This requires the patch to texmf-dist to be accepted!
texlive-dvi:
- Enabled some tools (especially dvips) required for a dvi based
workflow and moved the new tools to texlive-dvi. (Maybe some other
dvi-related tools fit there better, too?)
- A few publishers and conferences required this workflow, including
some high level conferences. Thus, researchers depend on these tools
|
| |
|
|
|