Generall3keys.sty problem

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
spindlycat
Posts: 3
Joined: Tue Feb 08, 2011 6:23 am

l3keys.sty problem

Post by spindlycat »

Hello everyone! I am new to LaTeX and not really sure where to turn.

I am trying to use siunitsx.sty. I installed it and got an error, then read its manual and found the dependency on expl3 and xpackages bundles. Installed those and now am getting an error on l3keys.sty. The error it gives is the same as I got when I had unsatisfied dependencies for siunitsx - but can't find in the manual any note about dependencies, so don't think that is the problem.

Searched the internet with no result. Searched this forum and all I found was some note about siunitx and having to update all packages. So, I went in and updated all packages (I have MikTek 2.8, and am using TekWorks to edit and compile to pdf) - same error.

Code: Select all

\documentclass{article}
\usepackage{siunitx}
\begin{document}
What is up?
\end{document}
That code produces the following error:
(C:\Users\ME\AppData\Roaming\MiKTeX\2.8\tex\latex\xpackages\xtras\l3keys2e.sty)pdflatex.exe: GUI framework cannot be initialized.
It produces no pages.
Log attached because I saw other people doing that...
Attachments
test.log
(12.29 KiB) Downloaded 263 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

l3keys.sty problem

Post by josephwright »

spindlycat wrote: That code produces the following error:
(C:\Users\ME\AppData\Roaming\MiKTeX\2.8\tex\latex\xpackages\xtras\l3keys2e.sty)pdflatex.exe: GUI framework cannot be initialized.
I guess that you use TeXniccenter. The error is nothing to do with l3keys, but is because the automatic installation of packages by MiKTeX is failing. See http://www.miktex.org/2.8/issues for details on what to do.
Joseph Wright
spindlycat
Posts: 3
Joined: Tue Feb 08, 2011 6:23 am

Re: l3keys.sty problem

Post by spindlycat »

Yeah, TeXnicCenter, I missspoke.

Anyway, set it to autoinstall packages and it worked! The missing package was called translator.

Thanks.
Post Reply