jankapunkt / latexcv

:necktie: A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!
MIT License
2.89k stars 603 forks source link

installing TeX live package Enconuter error #48

Closed LonYui closed 1 year ago

LonYui commented 3 years ago

run $ install-tl --profile= meet error message. The profile references a non-existing collection

jankapunkt commented 3 years ago

Can you please complete post a reproducible example that raises the error? Including which operating system you used and how you installed texlive

LonYui commented 3 years ago

desc

I follow the quick start. install the BasicTeX clone the project . then enconuter an error when installing TeX live package with .profile in the project.

env:

reproduce step:

$ cd /usr/local/texlive/2021basic
$ install-tl --profile=<path of texlive.profile>

error message

The profile references a non-existing collection: collection-pictures

螢幕快照 2021-09-11 上午3 21 13

by the way ,as a begineer of latext, I spend some time (30 min) on figure out how to install the package. i think it will be better have some hint in the How to build?

jankapunkt commented 3 years ago

You can try to install without the profile file but it will install all packages. Maybe a package is not available anymore? I currently have no MacOSX available to reproduce but I can check this out with miktex on Windows.

jankapunkt commented 2 years ago

Related: #49