Rik Brey
2011-02-07 11:30:18 UTC
Hallo,
ich habe bisher unter Windows mit Miktex gearbeitet, jetzt arbeite ich
allerding unter Ubuntu mit TexMaker und TexLive. Habe bei beiden mit
pdflatex in ne PDF umgewandelt.
Ich poste hier mal meinen Header:
\documentclass[pdftex,a4paper,oneside,11pt]{scrreprt}
\usepackage{ngerman}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[babel,german=guillemets]{csquotes}
\parindent0mm
\usepackage[left=2cm,right=2cm,top=2cm,bottom=3cm]{geometry}
\usepackage{float}
\usepackage{graphicx}
\usepackage{placeins}
\usepackage{lscape}
\usepackage{mathptmx}
\usepackage[scaled=1.0]{helvet}
\usepackage{courier}
\usepackage[per-mode=fraction]{siunitx}
\sisetup{
exponent-product = \cdot ,
per-mode=fraction,
fraction-function = \frac{}{},
qualifier-mode=subscript, % (subscript), brackets, space
load-configurations={
abbreviations,
},
}
\addto\extrasngerman{
\sisetup{
locale=DE,
inter-unit-separator={}\cdot{},
}
}
\DeclareSIQualifier{\product}{Produkt}
\DeclareSIUnit{\degreeHaerte}{\degree dH}
\DeclareSIUnit{\atmosphere}{atm}
\DeclareSIUnit{\dyn}{dyn}
\DeclareSIUnit{\barell}{barell}
\DeclareSIUnit{\calorie}{cal}
\DeclareSIUnit{\grd}{grd}
\DeclareSIUnit{\torr}{torr}
\DeclareSIUnit{\oz}{oz}
\DeclareSIUnit{\poise}{P}
\DeclareSIUnit{\pferdestaerke}{PS}
\usepackage{mathtools}
\usepackage{ulem}
\usepackage{slashbox}
Hierzu noch mein Logfile, dass unter TexMaker entsteht (sry für die
länge, ich hatte keine Zeit mehr das weiter zu kürzen):
LOG FILE :
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
(format=pdflatex 2011.1.25) 7 FEB 2011 12:21
[...]
(/usr/share/texmf-texlive/tex/latex/siunitx/siunitx.sty
Package: siunitx 2009/09/21 v1.3a A comprehensive (SI) units package
(/usr/share/texmf-texlive/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2008/08/13 v2.6a package option processing (HA)
(/usr/share/texmf-texlive/tex/generic/xkeyval/xkeyval.tex
[...]
\***@tempboxa=\box29
\***@tempboxb=\box30
\***@tempboxc=\box31
\***@tempboxd=\box32
\***@temptoks=\toks25
[...]
\***@tempdimb=\dimen118
\***@unt@unitcnta=\count112
\***@unt@unitcntb=\count113
\***@unt@depthcnt=\count114
\***@unt@prefixcnt=\count115
\***@unt@powerdim=\dimen119
! LaTeX Error: Unknown option `per-mode' for package `siunitx'.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.3894 \ifx
\@empty\***@emulate\@empty\else
The option `per-mode' was not declared in package `siunitx', perhaps you
misspelled its name. Try typing <return> to proceed.
(/usr/share/texmf-texlive/tex/latex/siunitx/config/si-prefix.cfg
File: si-prefix.cfg 2009/09/21 v1.3a siunitx: SI Multiple prefixes
Package siunitx Info: Redefining unit \kilogram on input line 46.
)
(/usr/share/texmf-texlive/tex/latex/siunitx/config/si-named.cfg
File: si-named.cfg 2009/09/21 v1.3a siunitx: SI Named units
)
(/usr/share/texmf-texlive/tex/latex/siunitx/config/si-addn.cfg
File: si-addn.cfg 2009/09/21 v1.3a siunitx: SI Additional units
)
(/usr/share/texmf-texlive/tex/latex/siunitx/config/si-prefixed.cfg
File: si-prefixed.cfg 2009/09/21 v1.3a siunitx: SI Prefixed units
(/usr/share/texmf-texlive/tex/latex/siunitx/config/si-accepted.cfg
File: si-accepted.cfg 2009/09/21 v1.3a siunitx: SI Accepted units
)
(/usr/share/texmf-texlive/tex/latex/siunitx/config/si-physical.cfg
File: si-physical.cfg 2009/09/21 v1.3a siunitx: SI Physically-measured units
))
(/usr/share/texmf-texlive/tex/latex/siunitx/config/si-abbr.cfg
File: si-abbr.cfg 2009/09/21 v1.3a siunitx: Abbreviated units
))
! Package xkeyval Error: `exponent-product' undefined in families `key'.
See the xkeyval package documentation for explanation.
Type H <return> for immediate help.
...
l.54 }
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
! Package xkeyval Error: `fraction-function' undefined in families `key'.
See the xkeyval package documentation for explanation.
Type H <return> for immediate help.
...
l.54 }
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
! Package xkeyval Error: `qualifier-mode' undefined in families `key'.
See the xkeyval package documentation for explanation.
Type H <return> for immediate help.
...
l.54 }
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
! Package xkeyval Error: `load-configurations' undefined in families `key'.
See the xkeyval package documentation for explanation.
Type H <return> for immediate help.
...
l.54 }
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
! Undefined control sequence.
l.61 \DeclareSIQualifier
{\product}{Produkt}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.61 \DeclareSIQualifier{\product
}{Produkt}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.61 \DeclareSIQualifier{\product}{P
rodukt}
You're in trouble here. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
! Undefined control sequence.
l.62 \DeclareSIUnit
{\degreeHaerte}{\degree dH}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.62 \DeclareSIUnit{\degreeHaerte
}{\degree dH}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.62 \DeclareSIUnit{\degreeHaerte}{\degree
dH}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.63 \DeclareSIUnit
{\atmosphere}{atm}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.63 \DeclareSIUnit{\atmosphere
}{atm}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.64 \DeclareSIUnit
{\dyn}{dyn}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.64 \DeclareSIUnit{\dyn
}{dyn}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.65 \DeclareSIUnit
{\barell}{barell}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.65 \DeclareSIUnit{\barell
}{barell}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.66 \DeclareSIUnit
{\calorie}{cal}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.66 \DeclareSIUnit{\calorie
}{cal}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.67 \DeclareSIUnit
{\grd}{grd}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.67 \DeclareSIUnit{\grd
}{grd}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.68 \DeclareSIUnit
{\torr}{torr}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.68 \DeclareSIUnit{\torr
}{torr}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.69 \DeclareSIUnit
{\oz}{oz}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.69 \DeclareSIUnit{\oz
}{oz}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.70 \DeclareSIUnit
{\poise}{P}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.70 \DeclareSIUnit{\poise
}{P}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.71 \DeclareSIUnit
{\pferdestaerke}{PS}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.71 \DeclareSIUnit{\pferdestaerke
}{PS}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
(/usr/share/texmf-texlive/tex/latex/mh/mathtools.sty
Package: mathtools 2008/08/01 v1.06 mathematical typesetting tools (MH)
(/usr/share/texmf-texlive/tex/latex/tools/calc.sty
Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
\***@Acount=\count116
\***@Bcount=\count117
\***@Adimen=\dimen120
\***@Bdimen=\dimen121
\***@Askip=\skip55
\***@Bskip=\skip56
LaTeX Info: Redefining \setlength on input line 76.
LaTeX Info: Redefining \addtolength on input line 77.
\***@Ccount=\count118
\***@Cskip=\skip57
)
(/usr/share/texmf-texlive/tex/latex/mh/mhsetup.sty
Package: mhsetup 2007/12/03 v1.2 programming setup (MH)
)
(/usr/share/texmf-texlive/tex/latex/amsmath/amsmath.sty
Package: amsmath 2000/07/18 v2.13 AMS math features
\@mathmargin=\skip58
For additional information on amsmath, use the `?' option.
(/usr/share/texmf-texlive/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen122
)
(/usr/share/texmf-texlive/tex/latex/amsmath/amsopn.sty
Package: amsopn 1999/12/14 v2.01 operator names
)
\***@bad=\count119
LaTeX Info: Redefining \frac on input line 211.
\uproot@=\count120
\leftroot@=\count121
LaTeX Info: Redefining \overline on input line 307.
\classnum@=\count122
\DOTSCASE@=\count123
LaTeX Info: Redefining \ldots on input line 379.
LaTeX Info: Redefining \dots on input line 382.
LaTeX Info: Redefining \cdots on input line 467.
\Mathstrutbox@=\box37
\strutbox@=\box38
\***@size=\dimen123
LaTeX Font Info: Redeclaring font encoding OML on input line 567.
LaTeX Font Info: Redeclaring font encoding OMS on input line 568.
\***@depth=\count124
\***@MaxMatrixCols=\count125
\dotsspace@=\muskip10
\***@parentequation=\count126
\***@lvl=\count127
\***@help=\toks29
\row@=\count128
\column@=\count129
\maxfields@=\count130
\andhelp@=\toks30
\eqnshift@=\dimen124
\alignsep@=\dimen125
\tagshift@=\dimen126
\tagwidth@=\dimen127
\totwidth@=\dimen128
\lineht@=\dimen129
\@envbody=\toks31
\multlinegap=\skip59
\multlinetaggap=\skip60
\***@stack=\toks32
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
)
\g_MT_multlinerow_int=\count131
\l_MT_multwidth_dim=\dimen130
)
(/usr/share/texmf-texlive/tex/latex/ltxmisc/ulem.sty
\***@box=\box39
\***@hyphenbox=\box40
\***@skip=\skip61
\***@hook=\toks33
\***@pe=\count132
\***@pixel=\dimen131
\***@box=\box41
Package: ulem 2000/05/26
\ULdepth=\dimen132
)
(/usr/share/texmf-texlive/tex/latex/slashbox/slashbox.sty
slashbox style by K.Yasuoka, May 1993.
\@slashboxa=\box42
\@slashboxb=\box43
\@slashboxc=\box44
\@slashboxwd=\count133
\@slashboxht=\count134
\@slashsepl=\dimen133
\@slashsepr=\dimen134
) (./uebung.aux)
\openout1 = `uebung.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 86.
LaTeX Font Info: ... okay on input line 86.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 86.
LaTeX Font Info: ... okay on input line 86.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 86.
LaTeX Font Info: ... okay on input line 86.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 86.
LaTeX Font Info: ... okay on input line 86.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 86.
LaTeX Font Info: ... okay on input line 86.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 86.
LaTeX Font Info: ... okay on input line 86.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 86.
LaTeX Font Info: Try loading font information for TS1+cmr on input line 86.
(/usr/share/texmf-texlive/tex/latex/base/ts1cmr.fd
File: ts1cmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
)
LaTeX Font Info: ... okay on input line 86.
LaTeX Font Info: Try loading font information for T1+ptm on input line 86.
(/usr/share/texmf-texlive/tex/latex/psnfss/t1ptm.fd
File: t1ptm.fd 2001/06/04 font definitions for T1/ptm.
)
(/usr/share/texmf-texlive/tex/latex/siunitx/config/si-DE.cfg
File: si-DE.cfg 2009/09/21 v1.3a siunitx: Germany locale
)
Package siunitx Info: Setting locale to `DE' on input line 86.
! Package xkeyval Error: `inter-unit-separator' undefined in families `key'.
See the xkeyval package documentation for explanation.
Type H <return> for immediate help.
...
l.86 \begin{document}
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
*geometry detected driver: pdftex*
-------------------- Geometry parameters
paper: a4paper
landscape: --
twocolumn: --
twoside: --
asymmetric: --
h-parts: 56.9055pt, 483.69687pt, 56.9055pt
v-parts: 56.9055pt, 702.78308pt, 85.35826pt
hmarginratio: --
vmarginratio: --
lines: --
heightrounded: --
bindingoffset: 0.0pt
truedimen: --
includehead: --
includefoot: --
includemp: --
driver: pdftex
-------------------- Page layout dimensions and switches
\paperwidth 597.50787pt
\paperheight 845.04684pt
\textwidth 483.69687pt
\textheight 702.78308pt
\oddsidemargin -15.36449pt
\evensidemargin -15.36449pt
\topmargin -52.7645pt
\headheight 17.0pt
\headsep 20.40001pt
\footskip 47.60002pt
\marginparwidth 59.7508pt
\marginparsep 12.8401pt
\columnsep 10.0pt
\skip\footins 10.0pt plus 4.0pt minus 2.0pt
\hoffset 0.0pt
\voffset 0.0pt
\mag 1000
(1in=72.27pt, 1cm=28.45pt)
-----------------------
(/usr/share/texmf/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count135
\scratchdimen=\dimen135
\scratchbox=\box45
\nofMPsegments=\count136
\nofMParguments=\count137
\everyMPshowfont=\toks34
\MPscratchCnt=\count138
\MPscratchDim=\dimen136
\MPnumerator=\count139
\everyMPtoPDFconversion=\toks35
)
Package siunitx Info: xfrac package unavailable
(siunitx) using `fraction=sfrac' will fall back on
(siunitx) nicefrac-like method on input line 86.
LaTeX Font Info: Try loading font information for OT1+ztmcm on input line 86
.
(/usr/share/texmf-texlive/tex/latex/psnfss/ot1ztmcm.fd
File: ot1ztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OT1/ztmcm.
)
LaTeX Font Info: Try loading font information for OML+ztmcm on input line 86
.
(/usr/share/texmf-texlive/tex/latex/psnfss/omlztmcm.fd
File: omlztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OML/ztmcm.
)
LaTeX Font Info: Try loading font information for OMS+ztmcm on input line 86
.
(/usr/share/texmf-texlive/tex/latex/psnfss/omsztmcm.fd
File: omsztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OMS/ztmcm.
)
LaTeX Font Info: Try loading font information for OMX+ztmcm on input line 86
.
(/usr/share/texmf-texlive/tex/latex/psnfss/omxztmcm.fd
File: omxztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OMX/ztmcm.
)
LaTeX Font Info: Try loading font information for OT1+ptm on input line 86.
(/usr/share/texmf-texlive/tex/latex/psnfss/ot1ptm.fd
File: ot1ptm.fd 2001/06/04 font definitions for OT1/ptm.
)
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <10.95> not available
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 86.
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <8> not available
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 86.
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <6> not available
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 86.
[1
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}]
! LaTeX Error: Command \textcurrency unavailable in encoding T1.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.89 \vspace*{\fill}{\large Fakultä
t für Naturwissenschaften\\Institut fü...
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <12> not available
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 89.
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <9> not available
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 89.
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <7> not available
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 89.
! Package inputenc Error: Keyboard character used is undefined
(inputenc) in inputencoding `latin1'.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.90 \vfill {{\huge Ü
bungen}}
You need to provide a definition with \DeclareInputText
or \DeclareInputMath before using this key.
[2
]
LaTeX Font Info: Try loading font information for T1+phv on input line 96.
(/usr/share/texmf-texlive/tex/latex/psnfss/t1phv.fd
File: t1phv.fd 2001/06/04 scalable font definitions for T1/phv.
)
LaTeX Font Info: Font shape `T1/phv/m/n' will be
(Font) scaled to size 10.95pt on input line 96.
LaTeX Font Info: Font shape `T1/phv/bx/n' in size <10.95> not available
(Font) Font shape `T1/phv/b/n' tried instead on input line 96.
LaTeX Font Info: Font shape `T1/phv/b/n' will be
(Font) scaled to size 10.95pt on input line 96.
LaTeX Font Info: Font shape `T1/phv/bx/n' in size <20.74> not available
(Font) Font shape `T1/phv/b/n' tried instead on input line 96.
LaTeX Font Info: Font shape `T1/phv/b/n' will be
(Font) scaled to size 20.74pt on input line 96.
(./uebung.toc)
\***@toc=\write3
\openout3 = `uebung.toc'.
[3
] (./ue2/ue2.tex
Kapitel 1.
Class scrreprt Warning: \***@addtolists detected!
(scrreprt) You should use the features of package `tocbasic'
(scrreprt) instead of \***@addtolists.
(scrreprt) Support for \***@addtolists may be removed from
(scrreprt) `scrreprt' soon .
LaTeX Font Info: Font shape `T1/phv/bx/n' in size <14.4> not available
(Font) Font shape `T1/phv/b/n' tried instead on input line 2.
LaTeX Font Info: Font shape `T1/phv/b/n' will be
(Font) scaled to size 14.4pt on input line 2.
LaTeX Font Info: Font shape `T1/phv/bx/n' in size <12> not available
(Font) Font shape `T1/phv/b/n' tried instead on input line 3.
LaTeX Font Info: Font shape `T1/phv/b/n' will be
(Font) scaled to size 12.0pt on input line 3.
LaTeX Font Info: Font shape `T1/ptm/bx/n' in size <10.95> not available
(Font) Font shape `T1/ptm/b/n' tried instead on input line 7.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.8 $\Delta _BH^\Theta$&\si{\kilo\joule\per\mol}
&-128,57&-132,3&-125,35\\\hline
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.8 $\Delta _BH^\Theta$&\si{\kilo\joule\per\mol}
&-128,57&-132,3&-125,35\\\hline
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.9 ...p,i}^\Theta$&\si{\joule\per\mol\per\kelvin}
&127,14&124,10&124,81\\\hline
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.9 ...p,i}^\Theta$&\si{\joule\per\mol\per\kelvin}
&127,14&124,10&124,81\\\hline
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.10 $S_i^\Theta$&\si{\joule\per\mol\per\kelvin}
&352,59&356,04&350,75\\\hline
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.10 $S_i^\Theta$&\si{\joule\per\mol\per\kelvin}
&352,59&356,04&350,75\\\hline
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
LaTeX Font Info: Try loading font information for OMS+ptm on input line 13.
(/usr/share/texmf-texlive/tex/latex/psnfss/omsptm.fd
File: omsptm.fd
)
LaTeX Font Info: Font shape `OMS/ptm/m/n' in size <10.95> not available
(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 13.
Overfull \hbox (2.08049pt too wide) in paragraph at lines 4--22
[] []
[]
Underfull \hbox (badness 10000) in paragraph at lines 4--22
[]
Underfull \hbox (badness 10000) in paragraph at lines 23--24
[]
Overfull \hbox (2.28003pt too wide) in paragraph at lines 26--58
[] []
[]
Underfull \hbox (badness 10000) in paragraph at lines 73--76
[]
[4
]
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
l.87 ...underbrace{ \SI{-4860,88}{\joule\per\mol}}
_{\Delta H^0} - \SI{670}{\...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\***@unt@final
l.87 ...underbrace{ \SI{-4860,88}{\joule\per\mol}}
_{\Delta H^0} - \SI{670}{\...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.87 ...e{\SI{0,98704}{\joule\per\mol\per\kelvin}}
_{\Delta S^0}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.87 ...e{\SI{0,98704}{\joule\per\mol\per\kelvin}}
_{\Delta S^0}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
l.90 ... = \uuline{\SI{-5522,20}{\joule\per\mol}}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\***@unt@final
l.90 ... = \uuline{\SI{-5522,20}{\joule\per\mol}}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Underfull \hbox (badness 10000) in paragraph at lines 91--93
[]
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
l.104 ...underbrace{ \SI{2353,24}{\joule\per\mol}}
_{\Delta H^0} - \SI{670}{\...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\***@unt@final
l.104 ...underbrace{ \SI{2353,24}{\joule\per\mol}}
_{\Delta H^0} - \SI{670}{\...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.104 ...\SI{-3,72773}{\joule\per\mol\per\kelvin}}
_{\Delta S^0}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.104 ...\SI{-3,72773}{\joule\per\mol\per\kelvin}}
_{\Delta S^0}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
l.107 ... = \uuline{\SI{4850,82}{\joule\per\mol}}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\***@unt@final
l.107 ... = \uuline{\SI{4850,82}{\joule\per\mol}}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Underfull \hbox (badness 10000) in paragraph at lines 108--110
[]
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.118 \end{split}
(That makes 100 errors; please try again.)
Here is how much of TeX's memory you used:
7224 strings out of 493848
102844 string characters out of 1152823
234797 words of memory out of 3000000
10303 multiletter control sequences out of 15000+50000
71793 words of font info for 123 fonts, out of 3000000 for 9000
714 hyphenation exceptions out of 8191
61i,24n,81p,857b,443s stack positions out of
5000i,500n,10000p,200000b,50000s
! ==> Fatal error occurred, no output PDF file produced!
ich habe bisher unter Windows mit Miktex gearbeitet, jetzt arbeite ich
allerding unter Ubuntu mit TexMaker und TexLive. Habe bei beiden mit
pdflatex in ne PDF umgewandelt.
Ich poste hier mal meinen Header:
\documentclass[pdftex,a4paper,oneside,11pt]{scrreprt}
\usepackage{ngerman}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[babel,german=guillemets]{csquotes}
\parindent0mm
\usepackage[left=2cm,right=2cm,top=2cm,bottom=3cm]{geometry}
\usepackage{float}
\usepackage{graphicx}
\usepackage{placeins}
\usepackage{lscape}
\usepackage{mathptmx}
\usepackage[scaled=1.0]{helvet}
\usepackage{courier}
\usepackage[per-mode=fraction]{siunitx}
\sisetup{
exponent-product = \cdot ,
per-mode=fraction,
fraction-function = \frac{}{},
qualifier-mode=subscript, % (subscript), brackets, space
load-configurations={
abbreviations,
},
}
\addto\extrasngerman{
\sisetup{
locale=DE,
inter-unit-separator={}\cdot{},
}
}
\DeclareSIQualifier{\product}{Produkt}
\DeclareSIUnit{\degreeHaerte}{\degree dH}
\DeclareSIUnit{\atmosphere}{atm}
\DeclareSIUnit{\dyn}{dyn}
\DeclareSIUnit{\barell}{barell}
\DeclareSIUnit{\calorie}{cal}
\DeclareSIUnit{\grd}{grd}
\DeclareSIUnit{\torr}{torr}
\DeclareSIUnit{\oz}{oz}
\DeclareSIUnit{\poise}{P}
\DeclareSIUnit{\pferdestaerke}{PS}
\usepackage{mathtools}
\usepackage{ulem}
\usepackage{slashbox}
Hierzu noch mein Logfile, dass unter TexMaker entsteht (sry für die
länge, ich hatte keine Zeit mehr das weiter zu kürzen):
LOG FILE :
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
(format=pdflatex 2011.1.25) 7 FEB 2011 12:21
[...]
(/usr/share/texmf-texlive/tex/latex/siunitx/siunitx.sty
Package: siunitx 2009/09/21 v1.3a A comprehensive (SI) units package
(/usr/share/texmf-texlive/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2008/08/13 v2.6a package option processing (HA)
(/usr/share/texmf-texlive/tex/generic/xkeyval/xkeyval.tex
[...]
\***@tempboxa=\box29
\***@tempboxb=\box30
\***@tempboxc=\box31
\***@tempboxd=\box32
\***@temptoks=\toks25
[...]
\***@tempdimb=\dimen118
\***@unt@unitcnta=\count112
\***@unt@unitcntb=\count113
\***@unt@depthcnt=\count114
\***@unt@prefixcnt=\count115
\***@unt@powerdim=\dimen119
! LaTeX Error: Unknown option `per-mode' for package `siunitx'.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.3894 \ifx
\@empty\***@emulate\@empty\else
The option `per-mode' was not declared in package `siunitx', perhaps you
misspelled its name. Try typing <return> to proceed.
(/usr/share/texmf-texlive/tex/latex/siunitx/config/si-prefix.cfg
File: si-prefix.cfg 2009/09/21 v1.3a siunitx: SI Multiple prefixes
Package siunitx Info: Redefining unit \kilogram on input line 46.
)
(/usr/share/texmf-texlive/tex/latex/siunitx/config/si-named.cfg
File: si-named.cfg 2009/09/21 v1.3a siunitx: SI Named units
)
(/usr/share/texmf-texlive/tex/latex/siunitx/config/si-addn.cfg
File: si-addn.cfg 2009/09/21 v1.3a siunitx: SI Additional units
)
(/usr/share/texmf-texlive/tex/latex/siunitx/config/si-prefixed.cfg
File: si-prefixed.cfg 2009/09/21 v1.3a siunitx: SI Prefixed units
(/usr/share/texmf-texlive/tex/latex/siunitx/config/si-accepted.cfg
File: si-accepted.cfg 2009/09/21 v1.3a siunitx: SI Accepted units
)
(/usr/share/texmf-texlive/tex/latex/siunitx/config/si-physical.cfg
File: si-physical.cfg 2009/09/21 v1.3a siunitx: SI Physically-measured units
))
(/usr/share/texmf-texlive/tex/latex/siunitx/config/si-abbr.cfg
File: si-abbr.cfg 2009/09/21 v1.3a siunitx: Abbreviated units
))
! Package xkeyval Error: `exponent-product' undefined in families `key'.
See the xkeyval package documentation for explanation.
Type H <return> for immediate help.
...
l.54 }
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
! Package xkeyval Error: `fraction-function' undefined in families `key'.
See the xkeyval package documentation for explanation.
Type H <return> for immediate help.
...
l.54 }
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
! Package xkeyval Error: `qualifier-mode' undefined in families `key'.
See the xkeyval package documentation for explanation.
Type H <return> for immediate help.
...
l.54 }
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
! Package xkeyval Error: `load-configurations' undefined in families `key'.
See the xkeyval package documentation for explanation.
Type H <return> for immediate help.
...
l.54 }
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
! Undefined control sequence.
l.61 \DeclareSIQualifier
{\product}{Produkt}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.61 \DeclareSIQualifier{\product
}{Produkt}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.61 \DeclareSIQualifier{\product}{P
rodukt}
You're in trouble here. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
! Undefined control sequence.
l.62 \DeclareSIUnit
{\degreeHaerte}{\degree dH}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.62 \DeclareSIUnit{\degreeHaerte
}{\degree dH}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.62 \DeclareSIUnit{\degreeHaerte}{\degree
dH}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.63 \DeclareSIUnit
{\atmosphere}{atm}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.63 \DeclareSIUnit{\atmosphere
}{atm}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.64 \DeclareSIUnit
{\dyn}{dyn}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.64 \DeclareSIUnit{\dyn
}{dyn}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.65 \DeclareSIUnit
{\barell}{barell}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.65 \DeclareSIUnit{\barell
}{barell}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.66 \DeclareSIUnit
{\calorie}{cal}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.66 \DeclareSIUnit{\calorie
}{cal}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.67 \DeclareSIUnit
{\grd}{grd}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.67 \DeclareSIUnit{\grd
}{grd}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.68 \DeclareSIUnit
{\torr}{torr}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.68 \DeclareSIUnit{\torr
}{torr}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.69 \DeclareSIUnit
{\oz}{oz}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.69 \DeclareSIUnit{\oz
}{oz}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.70 \DeclareSIUnit
{\poise}{P}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.70 \DeclareSIUnit{\poise
}{P}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.71 \DeclareSIUnit
{\pferdestaerke}{PS}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.71 \DeclareSIUnit{\pferdestaerke
}{PS}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
(/usr/share/texmf-texlive/tex/latex/mh/mathtools.sty
Package: mathtools 2008/08/01 v1.06 mathematical typesetting tools (MH)
(/usr/share/texmf-texlive/tex/latex/tools/calc.sty
Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
\***@Acount=\count116
\***@Bcount=\count117
\***@Adimen=\dimen120
\***@Bdimen=\dimen121
\***@Askip=\skip55
\***@Bskip=\skip56
LaTeX Info: Redefining \setlength on input line 76.
LaTeX Info: Redefining \addtolength on input line 77.
\***@Ccount=\count118
\***@Cskip=\skip57
)
(/usr/share/texmf-texlive/tex/latex/mh/mhsetup.sty
Package: mhsetup 2007/12/03 v1.2 programming setup (MH)
)
(/usr/share/texmf-texlive/tex/latex/amsmath/amsmath.sty
Package: amsmath 2000/07/18 v2.13 AMS math features
\@mathmargin=\skip58
For additional information on amsmath, use the `?' option.
(/usr/share/texmf-texlive/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen122
)
(/usr/share/texmf-texlive/tex/latex/amsmath/amsopn.sty
Package: amsopn 1999/12/14 v2.01 operator names
)
\***@bad=\count119
LaTeX Info: Redefining \frac on input line 211.
\uproot@=\count120
\leftroot@=\count121
LaTeX Info: Redefining \overline on input line 307.
\classnum@=\count122
\DOTSCASE@=\count123
LaTeX Info: Redefining \ldots on input line 379.
LaTeX Info: Redefining \dots on input line 382.
LaTeX Info: Redefining \cdots on input line 467.
\Mathstrutbox@=\box37
\strutbox@=\box38
\***@size=\dimen123
LaTeX Font Info: Redeclaring font encoding OML on input line 567.
LaTeX Font Info: Redeclaring font encoding OMS on input line 568.
\***@depth=\count124
\***@MaxMatrixCols=\count125
\dotsspace@=\muskip10
\***@parentequation=\count126
\***@lvl=\count127
\***@help=\toks29
\row@=\count128
\column@=\count129
\maxfields@=\count130
\andhelp@=\toks30
\eqnshift@=\dimen124
\alignsep@=\dimen125
\tagshift@=\dimen126
\tagwidth@=\dimen127
\totwidth@=\dimen128
\lineht@=\dimen129
\@envbody=\toks31
\multlinegap=\skip59
\multlinetaggap=\skip60
\***@stack=\toks32
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
)
\g_MT_multlinerow_int=\count131
\l_MT_multwidth_dim=\dimen130
)
(/usr/share/texmf-texlive/tex/latex/ltxmisc/ulem.sty
\***@box=\box39
\***@hyphenbox=\box40
\***@skip=\skip61
\***@hook=\toks33
\***@pe=\count132
\***@pixel=\dimen131
\***@box=\box41
Package: ulem 2000/05/26
\ULdepth=\dimen132
)
(/usr/share/texmf-texlive/tex/latex/slashbox/slashbox.sty
slashbox style by K.Yasuoka, May 1993.
\@slashboxa=\box42
\@slashboxb=\box43
\@slashboxc=\box44
\@slashboxwd=\count133
\@slashboxht=\count134
\@slashsepl=\dimen133
\@slashsepr=\dimen134
) (./uebung.aux)
\openout1 = `uebung.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 86.
LaTeX Font Info: ... okay on input line 86.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 86.
LaTeX Font Info: ... okay on input line 86.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 86.
LaTeX Font Info: ... okay on input line 86.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 86.
LaTeX Font Info: ... okay on input line 86.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 86.
LaTeX Font Info: ... okay on input line 86.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 86.
LaTeX Font Info: ... okay on input line 86.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 86.
LaTeX Font Info: Try loading font information for TS1+cmr on input line 86.
(/usr/share/texmf-texlive/tex/latex/base/ts1cmr.fd
File: ts1cmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
)
LaTeX Font Info: ... okay on input line 86.
LaTeX Font Info: Try loading font information for T1+ptm on input line 86.
(/usr/share/texmf-texlive/tex/latex/psnfss/t1ptm.fd
File: t1ptm.fd 2001/06/04 font definitions for T1/ptm.
)
(/usr/share/texmf-texlive/tex/latex/siunitx/config/si-DE.cfg
File: si-DE.cfg 2009/09/21 v1.3a siunitx: Germany locale
)
Package siunitx Info: Setting locale to `DE' on input line 86.
! Package xkeyval Error: `inter-unit-separator' undefined in families `key'.
See the xkeyval package documentation for explanation.
Type H <return> for immediate help.
...
l.86 \begin{document}
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
*geometry detected driver: pdftex*
-------------------- Geometry parameters
paper: a4paper
landscape: --
twocolumn: --
twoside: --
asymmetric: --
h-parts: 56.9055pt, 483.69687pt, 56.9055pt
v-parts: 56.9055pt, 702.78308pt, 85.35826pt
hmarginratio: --
vmarginratio: --
lines: --
heightrounded: --
bindingoffset: 0.0pt
truedimen: --
includehead: --
includefoot: --
includemp: --
driver: pdftex
-------------------- Page layout dimensions and switches
\paperwidth 597.50787pt
\paperheight 845.04684pt
\textwidth 483.69687pt
\textheight 702.78308pt
\oddsidemargin -15.36449pt
\evensidemargin -15.36449pt
\topmargin -52.7645pt
\headheight 17.0pt
\headsep 20.40001pt
\footskip 47.60002pt
\marginparwidth 59.7508pt
\marginparsep 12.8401pt
\columnsep 10.0pt
\skip\footins 10.0pt plus 4.0pt minus 2.0pt
\hoffset 0.0pt
\voffset 0.0pt
\mag 1000
(1in=72.27pt, 1cm=28.45pt)
-----------------------
(/usr/share/texmf/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count135
\scratchdimen=\dimen135
\scratchbox=\box45
\nofMPsegments=\count136
\nofMParguments=\count137
\everyMPshowfont=\toks34
\MPscratchCnt=\count138
\MPscratchDim=\dimen136
\MPnumerator=\count139
\everyMPtoPDFconversion=\toks35
)
Package siunitx Info: xfrac package unavailable
(siunitx) using `fraction=sfrac' will fall back on
(siunitx) nicefrac-like method on input line 86.
LaTeX Font Info: Try loading font information for OT1+ztmcm on input line 86
.
(/usr/share/texmf-texlive/tex/latex/psnfss/ot1ztmcm.fd
File: ot1ztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OT1/ztmcm.
)
LaTeX Font Info: Try loading font information for OML+ztmcm on input line 86
.
(/usr/share/texmf-texlive/tex/latex/psnfss/omlztmcm.fd
File: omlztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OML/ztmcm.
)
LaTeX Font Info: Try loading font information for OMS+ztmcm on input line 86
.
(/usr/share/texmf-texlive/tex/latex/psnfss/omsztmcm.fd
File: omsztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OMS/ztmcm.
)
LaTeX Font Info: Try loading font information for OMX+ztmcm on input line 86
.
(/usr/share/texmf-texlive/tex/latex/psnfss/omxztmcm.fd
File: omxztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OMX/ztmcm.
)
LaTeX Font Info: Try loading font information for OT1+ptm on input line 86.
(/usr/share/texmf-texlive/tex/latex/psnfss/ot1ptm.fd
File: ot1ptm.fd 2001/06/04 font definitions for OT1/ptm.
)
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <10.95> not available
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 86.
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <8> not available
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 86.
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <6> not available
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 86.
[1
{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}]
! LaTeX Error: Command \textcurrency unavailable in encoding T1.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.89 \vspace*{\fill}{\large Fakultä
t für Naturwissenschaften\\Institut fü...
Your command was ignored.
Type I <command> <return> to replace it with another command,
or <return> to continue without it.
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <12> not available
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 89.
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <9> not available
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 89.
LaTeX Font Info: Font shape `OT1/ptm/bx/n' in size <7> not available
(Font) Font shape `OT1/ptm/b/n' tried instead on input line 89.
! Package inputenc Error: Keyboard character used is undefined
(inputenc) in inputencoding `latin1'.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.90 \vfill {{\huge Ü
bungen}}
You need to provide a definition with \DeclareInputText
or \DeclareInputMath before using this key.
[2
]
LaTeX Font Info: Try loading font information for T1+phv on input line 96.
(/usr/share/texmf-texlive/tex/latex/psnfss/t1phv.fd
File: t1phv.fd 2001/06/04 scalable font definitions for T1/phv.
)
LaTeX Font Info: Font shape `T1/phv/m/n' will be
(Font) scaled to size 10.95pt on input line 96.
LaTeX Font Info: Font shape `T1/phv/bx/n' in size <10.95> not available
(Font) Font shape `T1/phv/b/n' tried instead on input line 96.
LaTeX Font Info: Font shape `T1/phv/b/n' will be
(Font) scaled to size 10.95pt on input line 96.
LaTeX Font Info: Font shape `T1/phv/bx/n' in size <20.74> not available
(Font) Font shape `T1/phv/b/n' tried instead on input line 96.
LaTeX Font Info: Font shape `T1/phv/b/n' will be
(Font) scaled to size 20.74pt on input line 96.
(./uebung.toc)
\***@toc=\write3
\openout3 = `uebung.toc'.
[3
] (./ue2/ue2.tex
Kapitel 1.
Class scrreprt Warning: \***@addtolists detected!
(scrreprt) You should use the features of package `tocbasic'
(scrreprt) instead of \***@addtolists.
(scrreprt) Support for \***@addtolists may be removed from
(scrreprt) `scrreprt' soon .
LaTeX Font Info: Font shape `T1/phv/bx/n' in size <14.4> not available
(Font) Font shape `T1/phv/b/n' tried instead on input line 2.
LaTeX Font Info: Font shape `T1/phv/b/n' will be
(Font) scaled to size 14.4pt on input line 2.
LaTeX Font Info: Font shape `T1/phv/bx/n' in size <12> not available
(Font) Font shape `T1/phv/b/n' tried instead on input line 3.
LaTeX Font Info: Font shape `T1/phv/b/n' will be
(Font) scaled to size 12.0pt on input line 3.
LaTeX Font Info: Font shape `T1/ptm/bx/n' in size <10.95> not available
(Font) Font shape `T1/ptm/b/n' tried instead on input line 7.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.8 $\Delta _BH^\Theta$&\si{\kilo\joule\per\mol}
&-128,57&-132,3&-125,35\\\hline
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.8 $\Delta _BH^\Theta$&\si{\kilo\joule\per\mol}
&-128,57&-132,3&-125,35\\\hline
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.9 ...p,i}^\Theta$&\si{\joule\per\mol\per\kelvin}
&127,14&124,10&124,81\\\hline
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.9 ...p,i}^\Theta$&\si{\joule\per\mol\per\kelvin}
&127,14&124,10&124,81\\\hline
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.10 $S_i^\Theta$&\si{\joule\per\mol\per\kelvin}
&352,59&356,04&350,75\\\hline
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.10 $S_i^\Theta$&\si{\joule\per\mol\per\kelvin}
&352,59&356,04&350,75\\\hline
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
LaTeX Font Info: Try loading font information for OMS+ptm on input line 13.
(/usr/share/texmf-texlive/tex/latex/psnfss/omsptm.fd
File: omsptm.fd
)
LaTeX Font Info: Font shape `OMS/ptm/m/n' in size <10.95> not available
(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 13.
Overfull \hbox (2.08049pt too wide) in paragraph at lines 4--22
[] []
[]
Underfull \hbox (badness 10000) in paragraph at lines 4--22
[]
Underfull \hbox (badness 10000) in paragraph at lines 23--24
[]
Overfull \hbox (2.28003pt too wide) in paragraph at lines 26--58
[] []
[]
Underfull \hbox (badness 10000) in paragraph at lines 73--76
[]
[4
]
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.84 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
l.87 ...underbrace{ \SI{-4860,88}{\joule\per\mol}}
_{\Delta H^0} - \SI{670}{\...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\***@unt@final
l.87 ...underbrace{ \SI{-4860,88}{\joule\per\mol}}
_{\Delta H^0} - \SI{670}{\...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.87 ...e{\SI{0,98704}{\joule\per\mol\per\kelvin}}
_{\Delta S^0}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.87 ...e{\SI{0,98704}{\joule\per\mol\per\kelvin}}
_{\Delta S^0}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
l.90 ... = \uuline{\SI{-5522,20}{\joule\per\mol}}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\***@unt@final
l.90 ... = \uuline{\SI{-5522,20}{\joule\per\mol}}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Underfull \hbox (badness 10000) in paragraph at lines 91--93
[]
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.101 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
l.104 ...underbrace{ \SI{2353,24}{\joule\per\mol}}
_{\Delta H^0} - \SI{670}{\...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\***@unt@final
l.104 ...underbrace{ \SI{2353,24}{\joule\per\mol}}
_{\Delta H^0} - \SI{670}{\...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.104 ...\SI{-3,72773}{\joule\per\mol\per\kelvin}}
_{\Delta S^0}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.104 ...\SI{-3,72773}{\joule\per\mol\per\kelvin}}
_{\Delta S^0}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
l.107 ... = \uuline{\SI{4850,82}{\joule\per\mol}}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\***@unt@final
l.107 ... = \uuline{\SI{4850,82}{\joule\per\mol}}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Underfull \hbox (badness 10000) in paragraph at lines 108--110
[]
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \kilo \joule \per \mol
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ... \@ne \relax \kilo \joule \per \mol
\***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<inserted text> \joule \per \mol
\per \kelvin
l.118 \end{split}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
<argument> ...pthcnt \@ne \relax \joule \per \mol
\per \kelvin \***@unt@final
l.118 \end{split}
(That makes 100 errors; please try again.)
Here is how much of TeX's memory you used:
7224 strings out of 493848
102844 string characters out of 1152823
234797 words of memory out of 3000000
10303 multiletter control sequences out of 15000+50000
71793 words of font info for 123 fonts, out of 3000000 for 9000
714 hyphenation exceptions out of 8191
61i,24n,81p,857b,443s stack positions out of
5000i,500n,10000p,200000b,50000s
! ==> Fatal error occurred, no output PDF file produced!