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 267 times

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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