Generalsiunitx | Compilation impossible

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
MrJeMo11
Posts: 5
Joined: Wed Oct 05, 2011 5:59 pm

siunitx | Compilation impossible

Post by MrJeMo11 »

Hi there.

I'm having problems using LaTeX. I cannot run a document which all my friends can. The simplest possible preamble is:

Code: Select all

\documentclass[12pt,a4paper]{report}
\usepackage{siunitx}

\begin{document}
Hi
\end{document}
I'm getting the following errors in the log.

Code: Select all

This is pdfTeX, Version 3.1415926-1.40.11 (MiKTeX 2.9) (preloaded format=pdflatex 2011.12.14) 14 DEC 2011 09:33
entering extended mode
**proeve.tex
(C:\Users\Mürer\Desktop\prøve\proeve.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, afrikaans, ancientgreek, ar
abic, armenian, assamese, basque, bengali, bokmal, bulgarian, catalan, coptic,
croatian, czech, danish, dutch, esperanto, estonian, farsi, finnish, french, ga
lician, german, german-x-2009-06-19, greek, gujarati, hindi, hungarian, iceland
ic, indonesian, interlingua, irish, italian, kannada, kurmanji, lao, latin, lat
vian, lithuanian, malayalam, marathi, mongolian, mongolianlmc, monogreek, ngerm
an, ngerman-x-2009-06-19, nynorsk, oriya, panjabi, pinyin, polish, portuguese,
romanian, russian, sanskrit, serbian, slovak, slovenian, spanish, swedish, swis
sgerman, tamil, telugu, turkish, turkmen, ukenglish, ukrainian, uppersorbian, u
senglishmax, welsh, loaded.
("D:\Programer\Latex programmer\MiKTeX\tex\latex\base\report.cls"
Document Class: report 2007/10/19 v1.4h Standard LaTeX document class
("D:\Programer\Latex programmer\MiKTeX\tex\latex\base\size12.clo"
File: size12.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@chapter=\count80
\c@section=\count81
\c@subsection=\count82
\c@subsubsection=\count83
\c@paragraph=\count84
\c@subparagraph=\count85
\c@figure=\count86
\c@table=\count87
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
("D:\Programer\Latex programmer\MiKTeX\tex\latex\siunitx\siunitx.sty"
! LaTeX Error: File `expl3.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
Enter file name:
! Emergency stop.
<read *>
l.17 \ProvidesExplPackage
{siunitx} {2011/10/14} {2.3h}
*** (cannot \read from terminal in nonstop modes)
Here is how much of TeX's memory you used:
231 strings out of 494019
2674 string characters out of 3142573
49111 words of memory out of 3000000
3604 multiletter control sequences out of 15000+200000
3938 words of font info for 15 fonts, out of 3000000 for 9000
714 hyphenation exceptions out of 8191
22i,0n,19p,150b,36s stack positions out of 5000i,500n,10000p,200000b,50000s
! ==> Fatal error occurred, no output PDF file produced!
I bet you are all able to run the document without getting any errors. Are there anyone who knows how to solve this problem?

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: siunitx | Compilation impossible

Post by localghost »

Start the MiKTeX Package Manager (MPM), synchronize the package database and then install the LaTeX3 related packages as shown in the attachment.


Thorsten
Attachments
The package list of the MPM (Admin) with the LaTeX3 related packages.
The package list of the MPM (Admin) with the LaTeX3 related packages.
MPM(Admin)-Repository-Synchronize.png (45.05 KiB) Viewed 4125 times
Post Reply