Texmaker and TeXstudio ⇒ Xelatex polyglossia
Xelatex polyglossia
"expl3.sty not found " although l put it with the file.tex. Where is the problem?!
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Xelatex polyglossia
use the package manager of your TeX distribution (TeX Live or MikTeX) to install any missing packages.
Xelatex polyglossia
""Package expl3 Error: Required primitives not found."""
Although both the file.tex and expl3.sty are in the same file?
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
Xelatex polyglossia
expl3
is part of the l3kernel
bundle. The whole bundle is needed. So please install the whole l3kernel
bundle/package using your package manager. Furthermore, you should install l3packages
. Then you should have proper LaTeX3 support (expl3 is part of it).Stefan
Xelatex polyglossia
' get host by name failed in tcp_connect()'
Xelatex polyglossia
- Attachments
-
- Polyglossia.JPG (124.3 KiB) Viewed 8351 times
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
Xelatex polyglossia
l3kernel
and l3packages
are "normally" installed. You put expl3.sty in your document folder, you mentioned. Remove that one, it could be a different version than the other l3 packages.Stefan
Xelatex polyglossia
The steps are in the following pictures (I installed the packages manually) as you have said, but still the same problem!
- Attachments
-
- l3kernel.JPG (57.8 KiB) Viewed 8323 times
-
- l3package.JPG (69.33 KiB) Viewed 8323 times
-
- file2 with expl3 sty.JPG (45.86 KiB) Viewed 8323 times
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
Xelatex polyglossia
Stefan
Xelatex polyglossia
- Attachments
-
- Problem again.JPG (121.43 KiB) Viewed 8321 times