Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation issue. #83

Closed
joereddington opened this issue Nov 24, 2021 · 4 comments
Closed

Installation issue. #83

joereddington opened this issue Nov 24, 2021 · 4 comments

Comments

@joereddington
Copy link

I've got an AWS instance and I've installed latex as follows:

sudo yum install texlive-pdftex texlive-latex-bin texlive-texconfig* texlive-latex* texlive-metafont* texlive-cmap* texlive-ec texlive-fncychap* texlive-pdftex-def texlive-fancyhdr* texlive-titlesec* texlive-multirow texlive-framed* texlive-wrapfig* texlive-parskip* texlive-caption texlive-ifluatex* texlive-collection-fontsrecommended texlive-collection-latexrecommended

That works, but 'tex4ebook' isn't included. I understand it's in texlive, because the INSTALL.md says so. So it should be a simple matter of working out which package tex4ebook to use.

https://trac.macports.org/wiki/TeXLivePackages says it's in texlive-bin-extra
https://packages.debian.org/sid/texlive-extra-utils says it's in texlive-extra-utils

But neither of those packages exist for me.

Can anyone tell me which texlive package I install to access this wonderful bit of software?

@michal-h21
Copy link
Owner

I am not sure what packages are needed in this case. I can see that you use Yum, which means RPM based distro. I've found that there are these packages in Fedora: texlive-tex4ebook, texlive-tex4ht and texlive-make4ht. I think you will need at least these, if your distro use the same packages as Fedora.

@joereddington
Copy link
Author

Unfortunately, of those, it appears that only sudo yum install texlive-tex4ht works (but not quite enough). This might be better as a SE question then I think?

@michal-h21
Copy link
Owner

I think this really depends on the distribution you use, as every Linux distro can use different way how to pack TeX Live. So it may be even best to ask on a support forum for your distro.

Personally, I use Github Actions for compilation of some of my projects (see https://github.com/michal-h21/testblog for example), and I've found that it is easiest to use full TeX Live in the container, because it is quite hard to track dependencies in the case of failure.

@joereddington
Copy link
Author

In the end I installed from scratch using the texlive site - took a couple of hours but I now have a nice executable tex4ebook file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants