scottkosty / install-tl-ubuntu

Install script for TeX Live on Ubuntu
GNU General Public License v2.0
524 stars 52 forks source link

TeX Live years in README.md seem to confuse users #42

Closed cabohah closed 1 year ago

cabohah commented 1 year ago

It seems that the “as of writing, TeX Live 2019” in the Features section of the README.md and the two “TeX Live 2016 installer” in the Description section confuse some users. They think, the script is still either for TeX Live 2019 or TeX Live 2016 only. See e.g. pglpm's comments to this question at TeX.Stackexchange. So maybe it would be a good idea to remove the “as of writing” note and reduce the other to “TeX Live installer” or “TeX Live installer (latest version)”.

scottkosty commented 1 year ago

Thanks for these suggestions! I'll take a look soon.

scottkosty commented 1 year ago

@cabohah The previous text was definitely confusing. Thank you!

ofenerci commented 1 year ago

Is there an option to set up small texlive environment?

scottkosty commented 1 year ago

Is there an option to set up small texlive environment?

Yes, you can use the "--profile" option. You can copy the "example.profile" file in this repository and edit accordingly and then pass it to the "--profile" option.

Alternatively, you might consider TinyTeX. I don't know anything about it but it sounds pretty interesting: https://yihui.org/tinytex/. If you happen to use R, you can even install a minimal TeX installation with a couple commands of R: https://cran.r-project.org/web/packages/tinytex/index.html

cabohah commented 1 year ago

Yes, you can use the "--profile" option. You can copy the "example.profile" file in this repository and edit accordingly and then pass it to the "--profile" option.

TeX Live provides several schemes, e.g.:

There are some more schemes, but usually you want one of the above. But note, that you not only have to change the selected_scheme scheme-full line in the example.profile, but also the collection list. Sorry, but I don't know, whether or not the collection list is really needed. Maybe it would be enough to only select a scheme.

BTW: IMHO this is a completely new question unrelated to the (already solved) issue of this report. I usually recommend, to ask such questions either in a forum like TeX.SX or in a separate issue.