Search found 2 matches

by Tobi
Mon Apr 12, 2021 2:00 pm
Forum: Document Classes
Topic: .cls not found on macOS
Replies: 6
Views: 54544

.cls not found on macOS

Problem solved, thanks to everybody thinking about it. The issue was the order of the search PATHs.

Thus this is wrong:

Code: Select all

$ which kpsewhich
/usr/local/bin/kpsewhich
Change to the correct order:

Code: Select all

$ which kpsewhich
/Library/TeX/texbin/kpsewhich
by Tobi
Fri Apr 09, 2021 10:27 am
Forum: Document Classes
Topic: .cls not found on macOS
Replies: 6
Views: 54544

.cls not found on macOS

Hello,

I am using MiKteX (TeXLive-2020) on macOS and I can not show tex my custom template folder.

$ echo $TEXMFHOME
/Users/<user>/texmf
$ kpsewhich -var-value TEXMFHOME

$ kpsewhich -expand-path "$TEXMFHOME"
/Users/<user>/texmf
$ env | grep TEXMF
TEXMFHOME=/Users/<user>/texmf


I tried to set ...