Pull request #3433 opened Connecting to https://api.github.com using GitHub Access Token Connecting to https://api.github.com to check permissions of obtain list of henrikt-ma for modelica/ModelicaSpecification Obtained .CI/Jenkinsfile from c5a15203d0aa45b222b3cb2871dee55f8bac346b+78b4b24d2ae90c669d9fcd276a88ecda8ca9f3d0 (3254d338a24437491ecffe5f3c3f7ef218481918) [Pipeline] Start of Pipeline [Pipeline] stage [Pipeline] { (checks) [Pipeline] node Running on ripper2-1 in /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433 [Pipeline] { [Pipeline] checkout The recommended git tool is: git using credential github Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/modelica/ModelicaSpecification.git > git init /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433 # timeout=10 Fetching upstream changes from https://github.com/modelica/ModelicaSpecification.git > git --version # timeout=10 > git --version # 'git version 2.34.1' using GIT_ASKPASS to set credentials GitHub Access Token > git fetch --no-tags --force --progress -- https://github.com/modelica/ModelicaSpecification.git +refs/pull/3433/head:refs/remotes/origin/PR-3433 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/modelica/ModelicaSpecification.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/3433/head:refs/remotes/origin/PR-3433 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/modelica/ModelicaSpecification.git # timeout=10 Cleaning workspace Fetching without tags > git rev-parse --verify HEAD # timeout=10 No valid HEAD. Skipping the resetting > git clean -fdx # timeout=10 Fetching upstream changes from https://github.com/modelica/ModelicaSpecification.git using GIT_ASKPASS to set credentials GitHub Access Token > git fetch --no-tags --force --progress -- https://github.com/modelica/ModelicaSpecification.git +refs/pull/3433/head:refs/remotes/origin/PR-3433 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 78b4b24d2ae90c669d9fcd276a88ecda8ca9f3d0 into PR head commit c5a15203d0aa45b222b3cb2871dee55f8bac346b Merge succeeded, producing c5a15203d0aa45b222b3cb2871dee55f8bac346b Checking out Revision c5a15203d0aa45b222b3cb2871dee55f8bac346b (PR-3433) Commit message: "Rephrase to avoid filename extending beyond page border" First time build. Skipping changelog. Cleaning workspace > git --version # timeout=10 > git --version # 'git version 2.34.1' [Pipeline] withEnv [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f c5a15203d0aa45b222b3cb2871dee55f8bac346b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials GitHub Access Token > git merge 78b4b24d2ae90c669d9fcd276a88ecda8ca9f3d0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c5a15203d0aa45b222b3cb2871dee55f8bac346b # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b PR-3433 c5a15203d0aa45b222b3cb2871dee55f8bac346b # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . alpine:3.9 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer ripper2-1 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 -w /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433 -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433:rw,z -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433_tmp:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433_tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** alpine:3.9 cat $ docker top 2625e85b06c3669b2f77f79722cf746ea0b74ca6f913bde8958120875850d896 -eo pid,comm [Pipeline] { [Pipeline] sh + grep -n '[ ]$' MLS.tex preamble.tex chapters/abstract.tex chapters/annotations.tex chapters/arrays.tex chapters/classes.tex chapters/connectors.tex chapters/copyright.tex chapters/dae.tex chapters/derivationofstream.tex chapters/equations.tex chapters/functions.tex chapters/inheritance.tex chapters/interface.tex chapters/introduction.tex chapters/lexicalstructure.tex chapters/library.tex chapters/operatorsandexpressions.tex chapters/overloaded.tex chapters/packages.tex chapters/preface.tex chapters/revisions.tex chapters/scoping.tex chapters/statemachines.tex chapters/statements.tex chapters/stream.tex chapters/synchronous.tex chapters/syntax.tex chapters/titlepage.tex chapters/unitexpressions.tex [Pipeline] } $ docker stop --time=1 2625e85b06c3669b2f77f79722cf746ea0b74ca6f913bde8958120875850d896 $ docker rm -f --volumes 2625e85b06c3669b2f77f79722cf746ea0b74ca6f913bde8958120875850d896 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) [Pipeline] node Running on ripper2-1 in /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433 [Pipeline] { [Pipeline] checkout The recommended git tool is: git using credential github Fetching changes from the remote Git repository Cleaning workspace Fetching without tags Merging remotes/origin/master commit 78b4b24d2ae90c669d9fcd276a88ecda8ca9f3d0 into PR head commit c5a15203d0aa45b222b3cb2871dee55f8bac346b Merge succeeded, producing c5a15203d0aa45b222b3cb2871dee55f8bac346b Checking out Revision c5a15203d0aa45b222b3cb2871dee55f8bac346b (PR-3433) Commit message: "Rephrase to avoid filename extending beyond page border" Cleaning workspace > git --version # timeout=10 > git --version # 'git version 2.34.1' > git rev-parse --resolve-git-dir /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/.git # timeout=10 > git config remote.origin.url https://github.com/modelica/ModelicaSpecification.git # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from https://github.com/modelica/ModelicaSpecification.git > git --version # timeout=10 > git --version # 'git version 2.34.1' using GIT_ASKPASS to set credentials GitHub Access Token > git fetch --no-tags --force --progress -- https://github.com/modelica/ModelicaSpecification.git +refs/pull/3433/head:refs/remotes/origin/PR-3433 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c5a15203d0aa45b222b3cb2871dee55f8bac346b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials GitHub Access Token > git merge 78b4b24d2ae90c669d9fcd276a88ecda8ca9f3d0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c5a15203d0aa45b222b3cb2871dee55f8bac346b # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git branch -D PR-3433 # timeout=10 > git checkout -b PR-3433 c5a15203d0aa45b222b3cb2871dee55f8bac346b # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker pull modelicaspec/latexml:20221130 20221130: Pulling from modelicaspec/latexml Digest: sha256:1f23990318497de4263b1dc4612a5d0fd765a6547ec65e536a39ac595da4db21 Status: Image is up to date for modelicaspec/latexml:20221130 docker.io/modelicaspec/latexml:20221130 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . modelicaspec/latexml:20221130 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer ripper2-1 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 -w /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433 -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433:rw,z -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433_tmp:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433_tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** modelicaspec/latexml:20221130 cat $ docker top 97024d173a28a5f5af40005efc8525e88fb40147846c2bf1ed6f2034cab11b4f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mkdir -p /tmp/jenkins [Pipeline] sh + latexmk -pdf MLS.tex Rc files read: NONE Latexmk: This is Latexmk, John Collins, 17 Mar. 2022. Version 4.77, version: 4.77. Latexmk: applying rule 'pdflatex'... Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): MLS.tex Rule 'pdflatex': The following rules & subrules became out-of-date: pdflatex ------------ Run number 1 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -recorder "MLS.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./MLS.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-02-24> (/usr/local/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/local/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/local/texlive/texmf-dist/tex/generic/iftex/ifpdf.sty (/usr/local/texlive/texmf-dist/tex/generic/iftex/iftex.sty)) (/usr/local/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/local/texlive/texmf-dist/tex/latex/base/inputenc.sty) (./preamble.tex (/usr/local/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/local/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/local/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/local/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/local/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/local/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/local/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/local/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)) (/usr/local/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty)) (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/local/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/local/texlive/texmf-dist/tex/latex/tocloft/tocloft.sty Package tocloft Warning: \@starttoc has already been redefined; tocloft bailing out. on input line 1156. ) (/usr/local/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/local/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty)) (/usr/local/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/local/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/local/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def))) (/usr/local/texlive/texmf-dist/tex/latex/caption/caption.sty (/usr/local/texlive/texmf-dist/tex/latex/caption/caption3.sty)) (/usr/local/texlive/texmf-dist/tex/latex/index/index.sty LaTeX Warning: Command \markboth has changed. Check if current package is valid. LaTeX Warning: Command \markright has changed. Check if current package is valid. ) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/local/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/local/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/local/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/local/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/local/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/local/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/local/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/local/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/local/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/local/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/local/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/local/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/local/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/local/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/local/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/local/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty (/usr/local/texlive/texmf-dist/tex/latex/logreq/logreq.sty (/usr/local/texlive/texmf-dist/tex/latex/logreq/logreq.def)) (/usr/local/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/blx-dm.def) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/blx-compat.def) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/biblatex.def) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/bbx/authoryear.bbx (/usr/local/texlive/texmf-dist/tex/latex/biblatex/bbx/standard.bbx)) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/cbx/authoryear.cbx) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/biblatex.cfg) (/usr/local/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty (/usr/local/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/blx-case-expl3.sty (/usr/local/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty))) (/usr/local/texlive/texmf-dist/tex/latex/multirow/multirow.sty) (./mlsshared.sty (/usr/local/texlive/texmf-dist/tex/latex/newtxtt/newtxtt.sty `newtxtt' v1.051, 2014/12/23 Typewriter text macros based on txfonts (msharpe) (/usr/local/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/local/texlive/texmf-dist/tex/latex/base/textcomp.sty)) (/usr/local/texlive/texmf-dist/tex/latex/listings/listings.sty (/usr/local/texlive/texmf-dist/tex/latex/listings/lstmisc.sty) (/usr/local/texlive/texmf-dist/tex/latex/listings/listings.cfg)) (/usr/local/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)) (/usr/local/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/local/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty (/usr/local/texlive/texmf-dist/tex/latex/tools/array.sty))) (/usr/local/texlive/texmf-dist/tex/latex/listings/lstmisc.sty)) (/usr/local/texlive/texmf-dist/tex/latex/cleveref/cleveref.sty) (/usr/local/texlive/texmf-dist/tex/latex/amscls/amsthm.sty)) Package biblatex Warning: 'babel/polyglossia' detected but 'csquotes' missing. (biblatex) Loading 'csquotes' recommended. (./MLS.aux) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/local/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/local/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/local/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/local/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/local/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx) No file MLS.bbl. Package hyperref Warning: Option `destlabel' has already been used, (hyperref) setting the option has no effect on input line 43. (./chapters/titlepage.tex<> (./chapters/abstract.tex (/usr/local/texlive/texmf-dist/tex/latex/base/t1cmss.fd) (/usr/local/texlive/texmf-dist/tex/latex/newtxtt/t1newtxtt.fd)) Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\mathsurround' on input line 37. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\z@' on input line 37. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `superscript' on input line 37. [1{/usr/local/texmf-var/fonts/map/pdftex/updmap/pdftex.map} <./media//Modelica_ Language.pdf>]) (./chapters/copyright.tex LaTeX Warning: Reference `modelica-revision-history' on page 1 undefined on inp ut line 8. ) [1] [2] (./chapters/preface.tex [3 <./media//diagram_examples.png>] LaTeX Warning: Reference `modelica-revision-history' on page 1 undefined on inp ut line 47. ) [4] (./chapters/introduction.tex Chapter 1. [5] LaTeX Warning: Reference `document-index' on page 1 undefined on input line 59. LaTeX Warning: Reference `modelica-dae-representation' on page 1 undefined on i nput line 71. [6] (/usr/local/texlive/texmf-dist/tex/latex/base/ts1cmss.fd) LaTeX Warning: Reference `lexical-conventions' on page 1 undefined on input lin e 159. ) [7] (./chapters/lexicalstructure.tex Chapter 2. LaTeX Warning: Reference `modelica-concrete-syntax' on page 1 undefined on inpu t line 14. LaTeX Warning: Reference `lexical-conventions' on page 1 undefined on input lin e 18. [8] (/usr/local/texlive/texmf-dist/tex/latex/newtxtt/ts1newtxtt.fd) LaTeX Warning: Reference `modelica-concrete-syntax' on page 1 undefined on inpu t line 78. LaTeX Warning: Reference `scoping-name-lookup-and-flattening' on page 1 undefin ed on input line 98. LaTeX Warning: Reference `packages' on page 1 undefined on input line 99. LaTeX Warning: Reference `component-declarations' on page 1 undefined on input line 107. LaTeX Warning: Reference `slice-operation' on page 1 undefined on input line 10 7. LaTeX Warning: Reference `modelica-concrete-syntax' on page 1 undefined on inpu t line 115. [9] LaTeX Warning: Reference `predefined-types-and-classes' on page 1 undefined on input line 134. LaTeX Warning: Reference `lexical-conventions' on page 1 undefined on input lin e 156. LaTeX Warning: Reference `integer-type' on page 1 undefined on input line 183. [10] LaTeX Warning: Reference `lexical-conventions' on page 1 undefined on input lin e 196. LaTeX Warning: Reference `lexical-conventions' on page 11 undefined on input li ne 266. LaTeX Warning: Reference `operator-precedence-and-associativity' on page 1 unde fined on input line 267. ) [11] (./chapters/operatorsandexpressions.tex Chapter 3. LaTeX Warning: Reference `modelica-concrete-syntax' on page 1 undefined on inpu t line 3. LaTeX Warning: Reference `predefined-types-and-classes' on page 1 undefined on input line 10. LaTeX Warning: Reference `tab:operator-precedence' on page 1 undefined on input line 17. LaTeX Warning: Reference `operator-precedence-and-associativity' on page 1 unde fined on input line 17. LaTeX Warning: Reference `modelica-concrete-syntax' on page 1 undefined on inpu t line 17. LaTeX Warning: Reference `scalar-vector-matrix-and-array-operator-functions' on page 1 undefined on input line 18. LaTeX Warning: Reference `positional-or-named-input-arguments-of-functions' on page 1 undefined on input line 21. LaTeX Warning: Reference `initialization-and-binding-equations-of-components-in -functions' on page 1 undefined on input line 21. LaTeX Warning: Reference `array-dimension-lower-and-upper-index-bounds' on page 1 undefined on input line 22. LaTeX Warning: Reference `built-in-intrinsic-operators-with-function-syntax' on page 1 undefined on input line 22. LaTeX Warning: Reference `evaluation-order' on page 1 undefined on input line 4 1. [12] LaTeX Warning: Reference `modelica-concrete-syntax' on page 1 undefined on inpu t line 43. LaTeX Warning: Reference `indexing' on page 1 undefined on input line 109. [13] LaTeX Warning: Reference `modelica-concrete-syntax' on page 1 undefined on inpu t line 145. [14] LaTeX Warning: Reference `scalar-vector-matrix-and-array-operator-functions' on page 1 undefined on input line 213. LaTeX Warning: Reference `equations' on page 1 undefined on input line 251. LaTeX Warning: Reference `equality-and-assignment' on page 1 undefined on input line 251. LaTeX Warning: Reference `positional-or-named-input-arguments-of-functions' on page 1 undefined on input line 251. [15] LaTeX Warning: Reference `events-and-synchronization' on page 1 undefined on in put line 298. LaTeX Warning: Reference `discrete-time-expressions' on page 1 undefined on inp ut line 302. LaTeX Warning: Reference `vector-matrix-and-array-constructors' on page 1 undef ined on input line 320. LaTeX Warning: Reference `array-concatenation' on page 1 undefined on input lin e 324. LaTeX Warning: Reference `vector-construction' on page 1 undefined on input lin e 328. [16] LaTeX Warning: Reference `type-compatible-expressions' on page 1 undefined on i nput line 339. LaTeX Warning: Reference `evaluation-order' on page 1 undefined on input line 3 41. LaTeX Warning: Reference `numeric-functions-and-conversion-functions' on page 1 undefined on input line 396. LaTeX Warning: Reference `derivative-and-special-purpose-operators-with-functio n-syntax' on page 1 undefined on input line 398. LaTeX Warning: Reference `event-related-operators-with-function-syntax' on page 1 undefined on input line 400. LaTeX Warning: Reference `array-dimension-lower-and-upper-index-bounds' on page 1 undefined on input line 402. [17] LaTeX Warning: Reference `built-in-functions' on page 1 undefined on input line 405. LaTeX Warning: Reference `modelica:abs' on page 1 undefined on input line 417. LaTeX Warning: Reference `modelica:sign' on page 1 undefined on input line 418. LaTeX Warning: Reference `modelica:sqrt' on page 1 undefined on input line 419. LaTeX Warning: Reference `modelica:integer-of-enumeration' on page 1 undefined on input line 420. LaTeX Warning: Reference `modelica:enumeration-of-integer' on page 1 undefined on input line 421. LaTeX Warning: Reference `modelica:to-String' on page 1 undefined on input line 422. LaTeX Warning: Reference `scalar-functions-applied-to-array-arguments' on page 1 undefined on input line 427. LaTeX Warning: Reference `built-in-mathematical-functions-and-external-built-in -functions' on page 1 undefined on input line 429. LaTeX Warning: Reference `event-triggering-mathematical-functions' on page 1 un defined on input line 429. LaTeX Warning: Reference `events-and-synchronization' on page 1 undefined on in put line 449. LaTeX Warning: Reference `type-conversion-of-enumeration-values-to-string-or-in teger' on page 1 undefined on input line 480. [18] LaTeX Warning: Reference `type-conversion-of-integer-to-enumeration-values' on page 1 undefined on input line 493. LaTeX Warning: Reference `type-conversion-of-enumeration-values-to-string-or-in teger' on page 1 undefined on input line 508. LaTeX Warning: Reference `standard-type-coercion' on page 1 undefined on input line 521. [19] LaTeX Warning: Reference `clocked-discrete-time-and-clocked-discretized-continu ous-time-partition' on page 1 undefined on input line 568. LaTeX Warning: Reference `modelica:div' on page 1 undefined on input line 575. LaTeX Warning: Reference `modelica:mod' on page 1 undefined on input line 576. LaTeX Warning: Reference `modelica:rem' on page 1 undefined on input line 577. LaTeX Warning: Reference `modelica:ceil' on page 1 undefined on input line 578. LaTeX Warning: Reference `modelica:floor' on page 1 undefined on input line 579 . LaTeX Warning: Reference `modelica:integer' on page 1 undefined on input line 5 80. [20] LaTeX Warning: Reference `modelica:atan2' on page 1 undefined on input line 693 . LaTeX Warning: Reference `external-function-interface' on page 1 undefined on i nput line 704. LaTeX Warning: Reference `modelica:der' on page 1 undefined on input line 735. LaTeX Warning: Reference `modelica:delay' on page 1 undefined on input line 736 . LaTeX Warning: Reference `modelica:cardinality' on page 1 undefined on input li ne 737. LaTeX Warning: Reference `modelica:homotopy' on page 1 undefined on input line 738. LaTeX Warning: Reference `modelica:semiLinear' on page 1 undefined on input lin e 739. LaTeX Warning: Reference `modelica:inStream' on page 1 undefined on input line 740. LaTeX Warning: Reference `modelica:actualStream' on page 1 undefined on input l ine 741. LaTeX Warning: Reference `modelica:spatialDistribution' on page 1 undefined on input line 742. LaTeX Warning: Reference `modelica:getInstanceName' on page 1 undefined on inpu t line 743. [21] LaTeX Warning: Reference `vectorized-calls-of-functions' on page 1 undefined on input line 759. LaTeX Warning: Reference `vectorized-calls-of-functions' on page 1 undefined on input line 777. LaTeX Warning: Reference `delay' on page 1 undefined on input line 778. LaTeX Warning: Reference `cardinality-deprecated' on page 1 undefined on input line 792. LaTeX Warning: Reference `scalar-functions-applied-to-array-arguments' on page 1 undefined on input line 813. LaTeX Warning: Reference `homotopy' on page 1 undefined on input line 814. [22] LaTeX Warning: Reference `vectorized-calls-of-functions' on page 1 undefined on input line 825. LaTeX Warning: Reference `semilinear' on page 1 undefined on input line 826. LaTeX Warning: Reference `stream-operator-instream-and-connection-equations' on page 1 undefined on input line 838. LaTeX Warning: Reference `stream-operator-actualstream' on page 1 undefined on input line 849. LaTeX Warning: Reference `spatialdistribution' on page 1 undefined on input lin e 863. LaTeX Warning: Reference `getinstancename' on page 1 undefined on input line 87 3. [23] LaTeX Warning: Reference `scalar-functions-applied-to-array-arguments' on page 1 undefined on input line 919. [24] [25] LaTeX Warning: Reference `clocked-discrete-time-and-clocked-discretized-continu ous-time-partition' on page 1 undefined on input line 1044. [26] [27] LaTeX Warning: Reference `derivative-and-special-purpose-operators-with-functio n-syntax' on page 1 undefined on input line 1167. [28] LaTeX Warning: Reference `scalar-functions-applied-to-array-arguments' on page 1 undefined on input line 1256. LaTeX Warning: Reference `modelica:initial' on page 1 undefined on input line 1 263. LaTeX Warning: Reference `modelica:terminal' on page 1 undefined on input line 1264. LaTeX Warning: Reference `modelica:noEvent' on page 1 undefined on input line 1 265. LaTeX Warning: Reference `modelica:smooth' on page 1 undefined on input line 12 66. LaTeX Warning: Reference `modelica:event-sample' on page 1 undefined on input l ine 1267. LaTeX Warning: Reference `modelica:pre' on page 1 undefined on input line 1268. LaTeX Warning: Reference `modelica:edge' on page 1 undefined on input line 1269 . LaTeX Warning: Reference `modelica:change' on page 1 undefined on input line 12 70. LaTeX Warning: Reference `modelica:reinit' on page 1 undefined on input line 12 71. [29] LaTeX Warning: Reference `modelica:GenerateEvents' on page 1 undefined on input line 1307. LaTeX Warning: Reference `modelica:smooth' on page 1 undefined on input line 13 08. LaTeX Warning: Reference `modelica:smooth' on page 30 undefined on input line 1 308. LaTeX Warning: Reference `events-and-synchronization' on page 1 undefined on in put line 1308. LaTeX Warning: Reference `discrete-time-expressions' on page 1 undefined on inp ut line 1365. [30] LaTeX Warning: Reference `reinit' on page 1 undefined on input line 1418. LaTeX Warning: Reference `component-variability' on page 1 undefined on input l ine 1425. LaTeX Warning: Reference `assignments-from-called-functions-with-multiple-resul ts' on page 1 undefined on input line 1444. LaTeX Warning: Reference `synchronous-data-flow-principle-and-single-assignment -rule' on page 1 undefined on input line 1446. LaTeX Warning: Reference `discrete-time-expressions' on page 1 undefined on inp ut line 1454. [31] LaTeX Warning: Reference `inheritance-of-functions' on page 1 undefined on inpu t line 1488. LaTeX Warning: Reference `function-compatibility' on page 1 undefined on input line 1489. LaTeX Warning: Reference `pure-modelica-functions' on page 1 undefined on input line 1490. LaTeX Warning: Reference `pure-modelica-functions' on page 1 undefined on input line 1493. LaTeX Warning: Reference `component-variability' on page 1 undefined on input l ine 1506. [32] LaTeX Warning: Reference `component-variability' on page 1 undefined on input l ine 1527. LaTeX Warning: Reference `cardinality-deprecated' on page 1 undefined on input line 1538. LaTeX Warning: Reference `component-variability' on page 1 undefined on input l ine 1555. LaTeX Warning: Reference `component-variability' on page 1 undefined on input l ine 1575. LaTeX Warning: Reference `clocked-discrete-time-and-clocked-discretized-continu ous-time-partition' on page 1 undefined on input line 1583. LaTeX Warning: Reference `events-and-synchronization' on page 1 undefined on in put line 1587. [33] LaTeX Warning: Reference `synchronous-data-flow-principle-and-single-assignment -rule' on page 1 undefined on input line 1609. LaTeX Warning: Reference `eq:dae-discrete-valued' on page 34 undefined on input line 1610. LaTeX Warning: Reference `modelica-dae-representation' on page 1 undefined on i nput line 1610. LaTeX Warning: Reference `standard-type-coercion' on page 1 undefined on input line 1616. LaTeX Warning: Reference `component-variability' on page 1 undefined on input l ine 1655. ) [34] [35] (./chapters/classes.tex Chapter 4. LaTeX Warning: Reference `inheritance-of-protected-and-public-elements' on page 1 undefined on input line 50. [36] LaTeX Warning: Reference `simultaneous-inner-outer-declarations' on page 1 unde fined on input line 58. LaTeX Warning: Reference `redeclaration' on page 1 undefined on input line 59. LaTeX Warning: Reference `positional-or-named-input-arguments-of-functions' on page 1 undefined on input line 82. LaTeX Warning: Reference `output-formal-parameters-of-functions' on page 1 unde fined on input line 84. LaTeX Warning: Reference `records' on page 1 undefined on input line 86. LaTeX Warning: Reference `enumeration-types' on page 1 undefined on input line 88. [37] LaTeX Warning: Reference `short-class-definitions' on page 1 undefined on input line 167. LaTeX Warning: Reference `static-name-lookup' on page 1 undefined on input line 169. LaTeX Warning: Reference `enumeration-types' on page 1 undefined on input line 181. LaTeX Warning: Reference `array-declarations' on page 1 undefined on input line 181. [38] LaTeX Warning: Reference `function-as-a-specialized-class' on page 1 undefined on input line 201. LaTeX Warning: Reference `conditional-component-declaration' on page 1 undefine d on input line 203. LaTeX Warning: Reference `equation-categories' on page 1 undefined on input lin e 208. LaTeX Warning: Reference `variability-of-expressions' on page 1 undefined on in put line 210. LaTeX Warning: Reference `restrictions-on-assigned-variables' on page 1 undefin ed on input line 216. LaTeX Warning: Reference `specialized-classes' on page 1 undefined on input lin e 222. LaTeX Warning: Reference `functional-input-arguments-to-functions' on page 1 un defined on input line 225. LaTeX Warning: Reference `external-objects' on page 1 undefined on input line 2 27. LaTeX Warning: Reference `definition-of-stream-connectors' on page 1 undefined on input line 231. LaTeX Warning: Reference `primitive-elements' on page 1 undefined on input line 235. LaTeX Warning: Reference `generation-of-connection-equations' on page 1 undefin ed on input line 236. LaTeX Warning: Reference `variability-of-structured-entities' on page 1 undefin ed on input line 241. [39] LaTeX Warning: Reference `generation-of-connection-equations' on page 1 undefin ed on input line 246. LaTeX Warning: Reference `function-call' on page 1 undefined on input line 260. LaTeX Warning: Reference `balanced-models' on page 1 undefined on input line 26 3. LaTeX Warning: Reference `balanced-models' on page 1 undefined on input line 26 9. LaTeX Warning: Reference `connect-equations-and-connectors' on page 1 undefined on input line 287. LaTeX Warning: Reference `balanced-models' on page 1 undefined on input line 29 1. LaTeX Warning: Reference `events-and-synchronization' on page 1 undefined on in put line 305. LaTeX Warning: Reference `initialization-initial-equation-and-initial-algorithm ' on page 1 undefined on input line 305. LaTeX Warning: Reference `component-variability' on page 1 undefined on input l ine 306. LaTeX Warning: Reference `component-variability' on page 1 undefined on input l ine 312. [40] [41] LaTeX Warning: Reference `interface-compatibility-or-subtyping' on page 1 undef ined on input line 408. LaTeX Warning: Reference `annotations-for-the-graphical-user-interface' on page 1 undefined on input line 418. LaTeX Warning: Reference `component-variability-prefixes-discrete-parameter-con stant' on page 1 undefined on input line 424. LaTeX Warning: Reference `variability-of-expressions' on page 1 undefined on in put line 425. LaTeX Warning: Reference `constants' on page 42 undefined on input line 430. [42] LaTeX Warning: Reference `initialization-initial-equation-and-initial-algorithm ' on page 1 undefined on input line 441. LaTeX Warning: Reference `evaluable-expressions' on page 1 undefined on input l ine 441. LaTeX Warning: Reference `parameters' on page 43 undefined on input line 446. LaTeX Warning: Reference `parameters' on page 43 undefined on input line 451. LaTeX Warning: Reference `events-and-synchronization' on page 1 undefined on in put line 455. LaTeX Warning: Reference `discrete-time-variables' on page 43 undefined on inpu t line 456. LaTeX Warning: Reference `continuous-time-variables' on page 43 undefined on in put line 460. LaTeX Warning: Reference `variability-of-expressions' on page 1 undefined on in put line 465. [43] LaTeX Warning: Reference `component-variability' on page 1 undefined on input l ine 551. LaTeX Warning: Reference `acyclic-bindings-of-constants-and-parameters' on page 1 undefined on input line 555. LaTeX Warning: Reference `component-variability' on page 1 undefined on input l ine 560. LaTeX Warning: Reference `acyclic-bindings-of-constants-and-parameters' on page 1 undefined on input line 562. LaTeX Warning: Reference `constants' on page 1 undefined on input line 562. [44] LaTeX Warning: Reference `modelica:Evaluate' on page 1 undefined on input line 588. LaTeX Warning: Reference `modelica:Evaluate' on page 1 undefined on input line 588. LaTeX Warning: Reference `component-variability' on page 1 undefined on input l ine 618. [45] LaTeX Warning: Reference `variability-of-expressions' on page 1 undefined on in put line 631. LaTeX Warning: Reference `component-variability' on page 1 undefined on input l ine 637. LaTeX Warning: Reference `events-and-synchronization' on page 1 undefined on in put line 637. LaTeX Warning: Reference `modelica:der' on page 1 undefined on input line 639. LaTeX Warning: Reference `interface-or-type' on page 1 undefined on input line 674. [46] [47] LaTeX Warning: Reference `composite-name-lookup' on page 48 undefined on input line 788. LaTeX Warning: Reference `restriction-on-combining-base-classes-and-other-eleme nts' on page 1 undefined on input line 805. LaTeX Warning: Reference `restriction-on-combining-base-classes-and-other-eleme nts' on page 1 undefined on input line 828. [48] [49] LaTeX Warning: Reference `restrictions-on-the-kind-of-base-class' on page 1 und efined on input line 913. LaTeX Warning: Reference `record-constructor-functions' on page 1 undefined on input line 916. LaTeX Warning: Reference `function-as-a-specialized-class' on page 1 undefined on input line 933. LaTeX Warning: Reference `packages' on page 1 undefined on input line 945. LaTeX Warning: Reference `interface-or-type-relationships' on page 1 undefined on input line 948. LaTeX Warning: Reference `overloaded-operators' on page 1 undefined on input li ne 948. LaTeX Warning: Reference `overloaded-operators' on page 1 undefined on input li ne 952. [50] [51] LaTeX Warning: Reference `restrictions-of-connections-and-connectors' on page 1 undefined on input line 1042. LaTeX Warning: Reference `when-equations' on page 1 undefined on input line 107 4. LaTeX Warning: Reference `algorithm-sections' on page 1 undefined on input line 1074. LaTeX Warning: Reference `modelica-dae-representation' on page 1 undefined on i nput line 1075. LaTeX Warning: Reference `balancing-restriction-and-size-of-connectors' on page 1 undefined on input line 1080. [52] LaTeX Warning: Reference `removing-modifiers-break' on page 1 undefined on inpu t line 1160. [53] [54] [55] [56] [57] LaTeX Warning: Reference `modelica-keywords' on page 1 undefined on input line 1505. [58] LaTeX Warning: Reference `unit-expressions' on page 1 undefined on input line 1 557. LaTeX Warning: Reference `attributes-start-fixed-nominal-and-unbounded' on page 1 undefined on input line 1568. [59] LaTeX Warning: Reference `attributes-of-enumeration-types' on page 1 undefined on input line 1674. LaTeX Warning: Reference `types-as-iteration-ranges' on page 1 undefined on inp ut line 1675. [60] [61] LaTeX Warning: Reference `numeric-functions-and-conversion-functions' on page 1 undefined on input line 1791. LaTeX Warning: Reference `type-conversion-of-enumeration-values-to-string-or-in teger' on page 1 undefined on input line 1798. [62] LaTeX Warning: Reference `external-objects' on page 1 undefined on input line 1 861. LaTeX Warning: Reference `assert' on page 1 undefined on input line 1865. LaTeX Warning: Reference `equation-operators-for-overconstrained-connection-bas ed-equation-systems' on page 1 undefined on input line 1872. LaTeX Warning: Reference `annotations' on page 1 undefined on input line 1876. LaTeX Warning: Reference `clocks-and-clocked-variables' on page 1 undefined on input line 1881. LaTeX Warning: Reference `clock-constructors' on page 1 undefined on input line 1881. ) [63] (./chapters/scoping.tex Chapter 5. LaTeX Warning: Reference `modification-environment' on page 1 undefined on inpu t line 8. LaTeX Warning: Reference `mapping-package-class-structures-to-a-hierarchical-fi le-system' on page 1 undefined on input line 16. LaTeX Warning: Reference `record-constructor-functions' on page 1 undefined on input line 51. LaTeX Warning: Reference `type-conversion-of-integer-to-enumeration-values' on page 1 undefined on input line 51. [64] LaTeX Warning: Reference `the-class-tree' on page 1 undefined on input line 61. LaTeX Warning: Reference `for-equations-repetitive-equation-structures' on page 1 undefined on input line 65. LaTeX Warning: Reference `for-statement' on page 1 undefined on input line 65. LaTeX Warning: Reference `reduction-functions-and-operators' on page 1 undefine d on input line 65. LaTeX Warning: Reference `short-class-definitions' on page 1 undefined on input line 68. LaTeX Warning: Reference `modification-environment' on page 1 undefined on inpu t line 99. [65] LaTeX Warning: Reference `redeclaration' on page 1 undefined on input line 112. LaTeX Warning: Reference `specialized-classes' on page 1 undefined on input lin e 132. LaTeX Warning: Reference `example-of-overloading-for-complex-numbers' on page 1 undefined on input line 133. LaTeX Warning: Reference `modification-environment' on page 1 undefined on inpu t line 149. LaTeX Warning: Reference `lookup-of-imported-names' on page 1 undefined on inpu t line 162. LaTeX Warning: Reference `simultaneous-inner-outer-declarations' on page 1 unde fined on input line 171. LaTeX Warning: Reference `conditional-component-declaration' on page 1 undefine d on input line 173. [66] LaTeX Warning: Reference `annotations-for-the-graphical-user-interface' on page 1 undefined on input line 184. [67] [68] LaTeX Warning: Reference `declaration-order-and-usage-before-declaration' on pa ge 1 undefined on input line 353. [69] LaTeX Warning: Reference `merging-of-modifications' on page 1 undefined on inpu t line 397. [70] LaTeX Warning: Reference `modelica:Evaluate' on page 1 undefined on input line 472. LaTeX Warning: Reference `modelica:experiment' on page 1 undefined on input lin e 472. LaTeX Warning: Reference `derivatives-and-inverses-of-functions' on page 1 unde fined on input line 472. LaTeX Warning: Reference `external-function-interface' on page 1 undefined on i nput line 472. [71] [72] LaTeX Warning: Reference `static-name-lookup' on page 1 undefined on input line 595. LaTeX Warning: Reference `instance-hierarchy-name-lookup-of-inner-declarations' on page 1 undefined on input line 596. LaTeX Warning: Reference `merging-of-modifications' on page 1 undefined on inpu t line 621. LaTeX Warning: Reference `positional-or-named-input-arguments-of-functions' on page 1 undefined on input line 641. [73] LaTeX Warning: Reference `connectors-and-connections' on page 1 undefined on in put line 659. LaTeX Warning: Reference `state-machines' on page 1 undefined on input line 659 . LaTeX Warning: Reference `expandable-connectors' on page 1 undefined on input l ine 660. LaTeX Warning: Reference `generation-of-connection-equations' on page 1 undefin ed on input line 660. LaTeX Warning: Reference `semantics-summary' on page 1 undefined on input line 660. ) [74] (./chapters/interface.tex Chapter 6. LaTeX Warning: Reference `redeclaration' on page 1 undefined on input line 5. LaTeX Warning: Reference `instance-hierarchy-name-lookup-of-inner-declarations' on page 1 undefined on input line 6. LaTeX Warning: Reference `interface-compatibility-or-subtyping' on page 1 undef ined on input line 11. LaTeX Warning: Reference `plug-compatibility-or-restricted-subtyping' on page 1 undefined on input line 11. LaTeX Warning: Reference `the-concepts-of-type-interface-and-subtype' on page 1 undefined on input line 11. LaTeX Warning: Reference `the-concepts-of-type-interface-and-subtype' on page 1 undefined on input line 12. [75] LaTeX Warning: Reference `predefined-types-and-classes' on page 1 undefined on input line 87. LaTeX Warning: Reference `interface-or-type' on page 1 undefined on input line 89. LaTeX Warning: Reference `interface-or-type' on page 1 undefined on input line 94. [76 <./media//subtype.pdf>] LaTeX Warning: Reference `transitively-non-replaceable' on page 1 undefined on input line 136. LaTeX Warning: Reference `overloaded-operators' on page 1 undefined on input li ne 169. LaTeX Warning: Reference `external-objects' on page 1 undefined on input line 1 69. LaTeX Warning: Reference `constraining-type' on page 1 undefined on input line 186. [77] LaTeX Warning: Reference `restrictions-on-base-classes-and-constraining-types-t o-be-transitively-non-replaceable' on page 1 undefined on input line 220. LaTeX Warning: Reference `the-class-extends-redeclaration-mechanism' on page 1 undefined on input line 220. LaTeX Warning: Reference `transitively-non-replaceable' on page 1 undefined on input line 234. [78] LaTeX Warning: Reference `overloaded-operators' on page 1 undefined on input li ne 298. LaTeX Warning: Reference `external-objects' on page 1 undefined on input line 3 03. LaTeX Warning: Reference `transitively-non-replaceable' on page 1 undefined on input line 308. [79] LaTeX Warning: Reference `plug-compatibility-or-restricted-subtyping' on page 1 undefined on input line 378. LaTeX Warning: Reference `function-compatibility-or-function-subtyping-for-func tions' on page 1 undefined on input line 379. LaTeX Warning: Reference `plug-compatibility-or-restricted-subtyping' on page 1 undefined on input line 388. LaTeX Warning: Reference `redeclaration' on page 1 undefined on input line 399. [80] LaTeX Warning: Reference `redeclaration' on page 1 undefined on input line 503. [81] LaTeX Warning: Reference `pure-modelica-functions' on page 1 undefined on input line 528. LaTeX Warning: Reference `function-variability' on page 1 undefined on input li ne 540. [82] LaTeX Warning: Reference `overloaded-binary-operations' on page 1 undefined on input line 594. LaTeX Warning: Reference `arrays' on page 1 undefined on input line 604. LaTeX Warning: Reference `scalar-vector-matrix-and-array-operator-functions' on page 1 undefined on input line 606. LaTeX Warning: Reference `array-concatenation' on page 1 undefined on input lin e 607. LaTeX Warning: Reference `standard-type-coercion' on page 1 undefined on input line 617. LaTeX Warning: Reference `equality-relational-and-logical-operators' on page 1 undefined on input line 617. LaTeX Warning: Reference `element-wise-exponentiation' on page 1 undefined on i nput line 620. LaTeX Warning: Reference `division-by-numeric-scalars' on page 1 undefined on i nput line 620. LaTeX Warning: Reference `standard-type-coercion' on page 1 undefined on input line 621. LaTeX Warning: Reference `equality-relational-and-logical-operators' on page 1 undefined on input line 625. LaTeX Warning: Reference `equality-relational-and-logical-operators' on page 1 undefined on input line 627. [83]) [84] (./chapters/inheritance.tex Chapter 7. LaTeX Warning: Reference `enclosing-classes' on page 1 undefined on input line 24. LaTeX Warning: Reference `selective-model-extension' on page 1 undefined on inp ut line 25. [85] LaTeX Warning: Reference `redeclaration' on page 1 undefined on input line 79. LaTeX Warning: Reference `the-inherited-contents-of-the-element' on page 1 unde fined on input line 122. [86] LaTeX Warning: Reference `specialized-classes' on page 1 undefined on input lin e 133. [87] LaTeX Warning: Reference `transitively-non-replaceable' on page 1 undefined on input line 230. LaTeX Warning: Reference `type-compatible-expressions' on page 1 undefined on i nput line 259. LaTeX Warning: Reference `class-declarations' on page 1 undefined on input line 273. LaTeX Warning: Reference `balanced-models' on page 1 undefined on input line 27 4. LaTeX Warning: Reference `redeclaration' on page 1 undefined on input line 279. LaTeX Warning: Reference `redeclaration' on page 1 undefined on input line 280. LaTeX Warning: Reference `simple-name-lookup' on page 1 undefined on input line 281. [88] LaTeX Warning: Reference `modification' on page 1 undefined on input line 313. LaTeX Warning: Reference `instance-hierarchy-name-lookup-of-inner-declarations' on page 1 undefined on input line 321. [89] [90] [91] [92] [93] LaTeX Warning: Reference `balanced-models' on page 1 undefined on input line 63 8. [94] LaTeX Warning: Reference `constraining-type' on page 1 undefined on input line 669. [95] LaTeX Warning: Reference `class-declarations' on page 1 undefined on input line 743. [96] [97] LaTeX Warning: Reference `composite-name-lookup' on page 1 undefined on input l ine 868. [98] [99] LaTeX Warning: Reference `annotation-choices-for-suggested-redeclarations-and-m odifications' on page 1 undefined on input line 1036. LaTeX Warning: Reference `redeclaration' on page 1 undefined on input line 1041 . LaTeX Warning: Reference `interface-compatibility-or-subtyping' on page 1 undef ined on input line 1056. LaTeX Warning: Reference `global-name-lookup' on page 1 undefined on input line 1069. [100] [101] LaTeX Warning: Citation 'Buerger2019SelectiveModel' on page 102 undefined on in put line 1161. LaTeX Warning: Reference `expressions1' on page 1 undefined on input line 1187. [102] [103]) [104] (./chapters/equations.tex Chapter 8. LaTeX Warning: Reference `equations-in-equation-sections' on page 1 undefined o n input line 13. LaTeX Warning: Reference `declaration-equations' on page 1 undefined on input l ine 15. LaTeX Warning: Reference `modifications' on page 1 undefined on input line 17. LaTeX Warning: Reference `initialization-and-binding-equations-of-components-in -functions' on page 1 undefined on input line 21. LaTeX Warning: Reference `initialization-initial-equation-and-initial-algorithm ' on page 1 undefined on input line 23. [105] LaTeX Warning: Reference `type-compatible-expressions' on page 1 undefined on i nput line 66. LaTeX Warning: Reference `assignments-from-called-functions-with-multiple-resul ts' on page 1 undefined on input line 77. LaTeX Warning: Reference `nested-for-loops-and-reduction-expressions-with-multi ple-iterators' on page 1 undefined on input line 89. LaTeX Warning: Reference `types-as-iteration-ranges' on page 1 undefined on inp ut line 108. [106] LaTeX Warning: Reference `implicit-iteration-ranges' on page 1 undefined on inp ut line 137. LaTeX Warning: Reference `connect-equations-and-connectors' on page 1 undefined on input line 158. LaTeX Warning: Reference `equation-operators-for-overconstrained-connection-bas ed-equation-systems1' on page 1 undefined on input line 160. [107] LaTeX Warning: Reference `clocked-when-clause' on page 1 undefined on input lin e 203. [108] [109] LaTeX Warning: Reference `synchronous-data-flow-principle-and-single-assignment -rule' on page 1 undefined on input line 371. [110] LaTeX Warning: Reference `when-statements' on page 1 undefined on input line 39 6. LaTeX Warning: Reference `initialization-initial-equation-and-initial-algorithm ' on page 1 undefined on input line 449. [111] [112] LaTeX Warning: Reference `assert' on page 1 undefined on input line 524. LaTeX Warning: Reference `equation-operators-for-overconstrained-connection-bas ed-equation-systems1' on page 1 undefined on input line 549. LaTeX Warning: Reference `reinit' on page 1 undefined on input line 557. [113] LaTeX Warning: Reference `balanced-models' on page 1 undefined on input line 56 9. [114] LaTeX Warning: Reference `when-equations' on page 1 undefined on input line 642 . LaTeX Warning: Reference `discrete-time-expressions' on page 1 undefined on inp ut line 642. LaTeX Warning: Reference `synchronous-data-flow-principle-and-single-assignment -rule' on page 1 undefined on input line 645. [115] LaTeX Warning: Reference `if-equations' on page 1 undefined on input line 721. LaTeX Warning: Reference `execution-of-an-algorithm-in-a-model' on page 1 undef ined on input line 741. LaTeX Warning: Reference `component-variability' on page 1 undefined on input l ine 744. [116] LaTeX Warning: Reference `constants' on page 1 undefined on input line 769. LaTeX Warning: Reference `predefined-types-and-classes' on page 1 undefined on input line 776. LaTeX Warning: Reference `component-variability' on page 1 undefined on input l ine 807. [117] [118] LaTeX Warning: Reference `if-equations' on page 1 undefined on input line 915. LaTeX Warning: Reference `initialization-initial-equation-and-initial-algorithm ' on page 1 undefined on input line 941. [119]) [120] (./chapters/connectors.tex Chapter 9. LaTeX Warning: Reference `annotations' on page 1 undefined on input line 6. [121] LaTeX Warning: Reference `array-dimension-and-size-functions' on page 1 undefin ed on input line 106. [122 <./media//innerouterconnector.pdf>] LaTeX Warning: Reference `restrictions-of-connections-and-connectors' on page 1 undefined on input line 125. LaTeX Warning: Reference `generation-of-connection-equations' on page 1 undefin ed on input line 144. [123] [124] LaTeX Warning: Reference `array-dimension-and-size-functions' on page 1 undefin ed on input line 266. [125] [126] LaTeX Warning: Reference `instance-hierarchy-name-lookup-of-inner-declarations' on page 1 undefined on input line 380. [127] [128] [129] LaTeX Warning: Reference `connect-equations-and-connectors' on page 1 undefined on input line 567. LaTeX Warning: Reference `merging-connections-to-multiple-outputs' on page 1 un defined on input line 574. LaTeX Warning: Reference `enum:exc-conn-case' on page 1 undefined on input line 593. [130] LaTeX Warning: Reference `conditional-component-declaration' on page 1 undefine d on input line 614. LaTeX Warning: Reference `overconstrained-equation-operators-for-connection-gra phs' on page 1 undefined on input line 621. [131] [132] LaTeX Warning: Reference `connect-equations-and-connectors' on page 1 undefined on input line 791. [133] LaTeX Warning: Reference `modelica:optional-spanning-tree-edge' on page 1 undef ined on input line 806. LaTeX Warning: Reference `modelica:Connections.branch' on page 1 undefined on i nput line 807. LaTeX Warning: Reference `modelica:Connections.root' on page 1 undefined on inp ut line 808. LaTeX Warning: Reference `modelica:Connections.potentialRoot' on page 1 undefin ed on input line 809. LaTeX Warning: Reference `modelica:Connections.isRoot' on page 1 undefined on i nput line 810. LaTeX Warning: Reference `modelica:Connections.rooted' on page 1 undefined on i nput line 811. [134] LaTeX Warning: Reference `generation-of-connection-equations' on page 1 undefin ed on input line 923. LaTeX Warning: Reference `generation-of-connection-equations' on page 1 undefin ed on input line 925. [135 <./media//overdetermined.pdf>] [136]) [137] (./chapters/arrays.tex Chapter 10. LaTeX Warning: Reference `type-compatible-expressions' on page 1 undefined on i nput line 3. LaTeX Warning: Reference `flexible-array-sizes-and-resizing-of-arrays-in-functi ons' on page 1 undefined on input line 44. LaTeX Warning: Reference `array-dimension-lower-and-upper-index-bounds' on page 1 undefined on input line 47. [138] LaTeX Warning: Reference `tab:size-1-dimensions' on page 1 undefined on input l ine 128. Overfull \hbox (3.22186pt too wide) in paragraph at lines 133--144 [] [139] LaTeX Warning: Reference `flexible-array-sizes-and-resizing-of-arrays-in-functi ons' on page 1 undefined on input line 199. [140] LaTeX Warning: Reference `modelica:promote' on page 1 undefined on input line 2 12. LaTeX Warning: Reference `array-dimension-and-size-functions' on page 1 undefin ed on input line 235. LaTeX Warning: Reference `matrix-and-vector-algebra-functions' on page 1 undefi ned on input line 235. LaTeX Warning: Reference `modelica:ndims' on page 1 undefined on input line 257 . LaTeX Warning: Reference `modelica:size-of-dim' on page 1 undefined on input li ne 258. LaTeX Warning: Reference `modelica:size-vector' on page 1 undefined on input li ne 259. [141] LaTeX Warning: Reference `modelica:scalar' on page 1 undefined on input line 30 4. LaTeX Warning: Reference `modelica:vector' on page 1 undefined on input line 30 5. LaTeX Warning: Reference `modelica:matrix' on page 1 undefined on input line 30 6. LaTeX Warning: Reference `vector-matrix-and-array-constructors' on page 1 undef ined on input line 347. LaTeX Warning: Reference `modelica:identity' on page 1 undefined on input line 354. LaTeX Warning: Reference `modelica:diagonal' on page 1 undefined on input line 355. LaTeX Warning: Reference `modelica:zeros' on page 1 undefined on input line 356 . LaTeX Warning: Reference `modelica:ones' on page 1 undefined on input line 357. LaTeX Warning: Reference `modelica:fill' on page 1 undefined on input line 358. LaTeX Warning: Reference `modelica:linspace' on page 1 undefined on input line 359. [142] LaTeX Warning: Reference `reduction-expressions' on page 1 undefined on input l ine 433. LaTeX Warning: Reference `modelica:min-of-array' on page 1 undefined on input l ine 441. LaTeX Warning: Reference `modelica:min-binary' on page 1 undefined on input lin e 442. LaTeX Warning: Reference `modelica:min-reduction' on page 1 undefined on input line 443. LaTeX Warning: Reference `modelica:max-of-array' on page 1 undefined on input l ine 444. LaTeX Warning: Reference `modelica:max-binary' on page 1 undefined on input lin e 445. LaTeX Warning: Reference `modelica:max-reduction' on page 1 undefined on input line 446. LaTeX Warning: Reference `modelica:sum-of-array' on page 1 undefined on input l ine 448. LaTeX Warning: Reference `modelica:sum-reduction' on page 1 undefined on input line 449. LaTeX Warning: Reference `modelica:product-of-array' on page 1 undefined on inp ut line 451. LaTeX Warning: Reference `modelica:product-reduction' on page 1 undefined on in put line 452. [143] LaTeX Warning: Reference `reduction-expressions' on page 1 undefined on input l ine 480. LaTeX Warning: Reference `reduction-expressions' on page 1 undefined on input l ine 507. LaTeX Warning: Reference `reduction-expressions' on page 1 undefined on input l ine 525. LaTeX Warning: Reference `reduction-expressions' on page 1 undefined on input l ine 557. [144] LaTeX Warning: Reference `vector-matrix-and-array-constructors' on page 1 undef ined on input line 591. LaTeX Warning: Reference `implicit-iteration-ranges' on page 1 undefined on inp ut line 593. LaTeX Warning: Reference `types-as-iteration-ranges' on page 1 undefined on inp ut line 593. LaTeX Warning: Reference `modelica:transpose' on page 1 undefined on input line 632. LaTeX Warning: Reference `modelica:outerProduct' on page 1 undefined on input l ine 633. LaTeX Warning: Reference `modelica:symmetric' on page 1 undefined on input line 634. LaTeX Warning: Reference `modelica:cross' on page 1 undefined on input line 635 . LaTeX Warning: Reference `modelica:skew' on page 1 undefined on input line 636. [145] LaTeX Warning: Reference `type-compatible-expressions' on page 1 undefined on i nput line 714. [146] LaTeX Warning: Reference `implicit-iteration-ranges' on page 1 undefined on inp ut line 769. LaTeX Warning: Reference `types-as-iteration-ranges' on page 1 undefined on inp ut line 769. [147] LaTeX Warning: Reference `type-compatible-expressions' on page 1 undefined on i nput line 811. [148] [149] LaTeX Warning: Reference `array-dimension-lower-and-upper-index-bounds' on page 1 undefined on input line 937. [150] LaTeX Warning: Reference `standard-type-coercion' on page 1 undefined on input line 1050. LaTeX Warning: Reference `array-indexing' on page 1 undefined on input line 105 5. [151] [152] [153] [154] [155] LaTeX Warning: Reference `equality-relational-and-logical-operators' on page 1 undefined on input line 1384. LaTeX Warning: Reference `evaluation-order' on page 1 undefined on input line 1 390. LaTeX Warning: Reference `scalar-functions-applied-to-array-arguments' on page 1 undefined on input line 1394. [156]) [157] (./chapters/statements.tex Chapter 11. LaTeX Warning: Reference `equations' on page 1 undefined on input line 22. LaTeX Warning: Reference `initialization-initial-equation-and-initial-algorithm ' on page 1 undefined on input line 26. LaTeX Warning: Reference `initialization-initial-equation-and-initial-algorithm ' on page 1 undefined on input line 41. [158] LaTeX Warning: Reference `initialization-and-binding-equations-of-components-in -functions' on page 1 undefined on input line 69. LaTeX Warning: Reference `initialization-and-binding-equations-of-components-in -functions' on page 159 undefined on input line 69. LaTeX Warning: Reference `reduction-functions-and-operators' on page 1 undefine d on input line 79. LaTeX Warning: Reference `variability-of-expressions' on page 1 undefined on in put line 112. LaTeX Warning: Reference `array-indexing' on page 1 undefined on input line 114 . [159] LaTeX Warning: Reference `simple-equality-equations' on page 1 undefined on inp ut line 150. LaTeX Warning: Reference `nested-for-loops-and-reduction-expressions-with-multi ple-iterators' on page 1 undefined on input line 166. LaTeX Warning: Reference `explicit-iteration-ranges-of-for-equations' on page 1 undefined on input line 178. [160] [161] LaTeX Warning: Reference `break-statement' on page 1 undefined on input line 30 7. LaTeX Warning: Reference `return-statements' on page 1 undefined on input line 307. LaTeX Warning: Reference `while-execution-top' on page 162 undefined on input l ine 307. [162] LaTeX Warning: Reference `function-return-statements' on page 1 undefined on in put line 344. [163] LaTeX Warning: Reference `restrictions-on-equations-within-when-equations' on p age 1 undefined on input line 441. LaTeX Warning: Reference `execution-of-an-algorithm-in-a-model' on page 1 undef ined on input line 446. [164] LaTeX Warning: Reference `execution-of-an-algorithm-in-a-model' on page 1 undef ined on input line 449. LaTeX Warning: Reference `assert' on page 1 undefined on input line 486. LaTeX Warning: Reference `terminate' on page 1 undefined on input line 491. ) [165] (./chapters/functions.tex Chapter 12. LaTeX Warning: Reference `function-as-a-specialized-class' on page 1 undefined on input line 7. LaTeX Warning: Reference `external-function-interface' on page 1 undefined on i nput line 8. [166] LaTeX Warning: Reference `function-call' on page 1 undefined on input line 83. LaTeX Warning: Reference `inheritance-modification-and-redeclaration' on page 1 undefined on input line 113. LaTeX Warning: Reference `function-variability' on page 1 undefined on input li ne 120. [167] LaTeX Warning: Reference `specialized-classes' on page 1 undefined on input lin e 144. LaTeX Warning: Reference `synchronous-language-elements' on page 1 undefined on input line 186. LaTeX Warning: Reference `state-machines' on page 1 undefined on input line 186 . LaTeX Warning: Reference `initialization-and-binding-equations-of-components-in -functions' on page 1 undefined on input line 188. LaTeX Warning: Reference `initialization-and-binding-equations-of-components-in -functions' on page 1 undefined on input line 190. [168] LaTeX Warning: Reference `function-call' on page 1 undefined on input line 200. LaTeX Warning: Reference `positional-or-named-input-arguments-of-functions' on page 1 undefined on input line 205. LaTeX Warning: Reference `functional-input-arguments-to-functions' on page 1 un defined on input line 207. LaTeX Warning: Reference `composite-name-lookup' on page 1 undefined on input l ine 209. LaTeX Warning: Reference `initialization-and-binding-equations-of-components-in -functions' on page 1 undefined on input line 216. LaTeX Warning: Reference `flexible-array-sizes-and-resizing-of-arrays-in-functi ons' on page 1 undefined on input line 231. [169] LaTeX Warning: Reference `function-compatibility-or-function-subtyping-for-func tions' on page 1 undefined on input line 343. [170] LaTeX Warning: Reference `record-constructor-functions' on page 1 undefined on input line 405. LaTeX Warning: Reference `type-conversion-of-integer-to-enumeration-values' on page 1 undefined on input line 406. LaTeX Warning: Reference `reduction-expressions' on page 1 undefined on input l ine 418. [171] LaTeX Warning: Reference `standard-type-coercion' on page 1 undefined on input line 449. LaTeX Warning: Reference `scalar-functions-applied-to-array-arguments' on page 1 undefined on input line 450. [172] LaTeX Warning: Reference `function-partial-application' on page 1 undefined on input line 510. LaTeX Warning: Reference `function-partial-application' on page 1 undefined on input line 514. LaTeX Warning: Reference `function-compatibility' on page 1 undefined on input line 517. LaTeX Warning: Reference `functional-argument:type-specifier' on page 173 undef ined on input line 520. LaTeX Warning: Reference `functional-argument:component' on page 173 undefined on input line 529. LaTeX Warning: Reference `positional-or-named-input-arguments-of-functions' on page 1 undefined on input line 549. LaTeX Warning: Reference `function-compatibility' on page 1 undefined on input line 569. [173] LaTeX Warning: Reference `functional-argument:partial-application' on page 174 undefined on input line 576. LaTeX Warning: Reference `functional-argument:component-partial-application' on page 174 undefined on input line 621. LaTeX Warning: Reference `functional-argument:component-partial-application' on page 174 undefined on input line 637. [174] LaTeX Warning: Reference `functional-argument:partial-application' on page 175 undefined on input line 651. LaTeX Warning: Reference `functional-argument:component' on page 175 undefined on input line 651. [175] LaTeX Warning: Reference `positional-or-named-input-arguments-of-functions' on page 1 undefined on input line 764. LaTeX Warning: Reference `function-as-a-specialized-class' on page 1 undefined on input line 773. LaTeX Warning: Reference `function-as-a-specialized-class' on page 1 undefined on input line 780. [176] LaTeX Warning: Reference `transitively-non-replaceable' on page 1 undefined on input line 826. LaTeX Warning: Reference `restrictions-on-base-classes-and-constraining-types-t o-be-transitively-non-replaceable' on page 1 undefined on input line 826. LaTeX Warning: Reference `argument-type-check-match' on page 177 undefined on i nput line 836. [177] LaTeX Warning: Reference `pure-modelica-functions' on page 1 undefined on input line 895. LaTeX Warning: Reference `numeric-functions-and-conversion-functions' on page 1 undefined on input line 915. LaTeX Warning: Reference `derivative-and-special-purpose-operators-with-functio n-syntax' on page 1 undefined on input line 918. LaTeX Warning: Reference `event-related-operators-with-function-syntax' on page 1 undefined on input line 920. LaTeX Warning: Reference `built-in-array-functions' on page 1 undefined on inpu t line 922. [178] [179] [180] LaTeX Warning: Reference `scalar-functions-applied-to-array-arguments' on page 1 undefined on input line 1119. [181] LaTeX Warning: Reference `partial-derivatives-of-functions' on page 1 undefined on input line 1198. LaTeX Warning: Reference `modelica:smoothOrder' on page 1 undefined on input li ne 1205. LaTeX Warning: Reference `modelica:derivative' on page 1 undefined on input lin e 1206. LaTeX Warning: Reference `modelica:inverse' on page 1 undefined on input line 1 207. [182] Underfull \hbox (badness 3343) in paragraph at lines 1245--1246 []\T1/cmr/m/it/10 This an-no-ta-tion is used by many func-tions of the [][][][] [][][][] li-brary, such as LaTeX Warning: Reference `using-the-derivative-annotation' on page 1 undefined on input line 1272. LaTeX Warning: Reference `using-the-inverse-annotation' on page 1 undefined on input line 1286. [183] [184] [185] [186] [187] [188] LaTeX Warning: Reference `balanced-models' on page 1 undefined on input line 16 87. [189] [190] LaTeX Warning: Reference `modelica:Inline' on page 1 undefined on input line 18 13. LaTeX Warning: Reference `modelica:LateInline' on page 1 undefined on input lin e 1814. LaTeX Warning: Reference `modelica:InlineAfterIndexReduction' on page 1 undefin ed on input line 1815. LaTeX Warning: Reference `modelica:GenerateEvents' on page 1 undefined on input line 1816. [191] LaTeX Warning: Reference `modelica:noEvent' on page 1 undefined on input line 1 890. [192] LaTeX Warning: Reference `argument-type-mapping' on page 1 undefined on input l ine 1948. LaTeX Warning: Reference `built-in-mathematical-functions-and-external-built-in -functions' on page 1 undefined on input line 1959. [193] LaTeX Warning: Reference `annotations-for-external-libraries-and-include-files' on page 1 undefined on input line 1994. [194] LaTeX Warning: Reference `utility-functions-for-allocating-strings' on page 1 u ndefined on input line 2027. LaTeX Warning: Reference `simple-types' on page 1 undefined on input line 2082. LaTeX Warning: Reference `records' on page 1 undefined on input line 2082. LaTeX Warning: Reference `simple-types' on page 1 undefined on input line 2110. [195] [196] LaTeX Warning: Reference `simple-types' on page 1 undefined on input line 2254. LaTeX Warning: Reference `simple-types' on page 1 undefined on input line 2257. LaTeX Warning: Reference `records' on page 1 undefined on input line 2274. [197] LaTeX Warning: Reference `simple-types' on page 1 undefined on input line 2279. LaTeX Warning: Reference `records' on page 1 undefined on input line 2279. [198] LaTeX Warning: Reference `external-resources' on page 1 undefined on input line 2376. LaTeX Warning: Reference `external-resources' on page 1 undefined on input line 2380. LaTeX Warning: Reference `external-resources' on page 1 undefined on input line 2397. [199] [200] [201] [202] LaTeX Warning: Reference `modelica:ModelicaMessage-et-al' on page 1 undefined o n input line 2657. LaTeX Warning: Reference `modelica:ModelicaFormatMessage-et-al' on page 1 undef ined on input line 2661. LaTeX Warning: Reference `modelica:ModelicaVFormatMessage-et-al' on page 1 unde fined on input line 2665. [203] LaTeX Warning: Reference `modelica:ModelicaAllocateString' on page 1 undefined on input line 2729. LaTeX Warning: Reference `modelica:ModelicaAllocateStringWithErrorReturn' on pa ge 1 undefined on input line 2730. LaTeX Warning: Reference `modelica:ModelicaDuplicateString' on page 1 undefined on input line 2731. LaTeX Warning: Reference `modelica:ModelicaDuplicateStringWithErrorReturn' on p age 1 undefined on input line 2732. LaTeX Warning: Reference `simple-types' on page 1 undefined on input line 2737. LaTeX Warning: Reference `external-objects' on page 1 undefined on input line 2 743. LaTeX Warning: Reference `empty-class' on page 1 undefined on input line 2799. [204] LaTeX Warning: Reference `empty-class' on page 1 undefined on input line 2826. [205]) [206] (./chapters/packages.tex Chapter 13. LaTeX Warning: Reference `specialized-classes' on page 1 undefined on input lin e 26. [207] LaTeX Warning: Reference `static-name-lookup' on page 1 undefined on input line 73. LaTeX Warning: Reference `simple-name-lookup' on page 1 undefined on input line 119. [208] LaTeX Warning: Reference `annotations-for-version-handling' on page 1 undefined on input line 136. LaTeX Warning: Reference `fig:roots' on page 1 undefined on input line 148. LaTeX Warning: Reference `fig:roots' on page 1 undefined on input line 160. [209 <./media//modelicapath.pdf>] LaTeX Warning: Reference `mapping-of-versions-to-file-system' on page 1 undefin ed on input line 180. [210] LaTeX Warning: Reference `bitmap' on page 1 undefined on input line 262. Overfull \hbox (52.69246pt too wide) in paragraph at lines 277--280 [] \T1/cmr/m/it/10 (re-fer-ring to a pack-age). These should be rewrit-ten as [ ] [211] LaTeX Warning: Reference `text' on page 1 undefined on input line 337. LaTeX Warning: Reference `variable-replacements' on page 1 undefined on input l ine 337. LaTeX Warning: Citation 'GettextManual' on page 212 undefined on input line 351 . LaTeX Warning: Citation 'GettextManual' on page 212 undefined on input line 361 . [212] LaTeX Warning: Citation 'GettextManual' on page 213 undefined on input line 371 . [213]) [214] (./chapters/overloaded.tex Chapter 14. LaTeX Warning: Reference `overloaded-binary-arrays' on page 1 undefined on inpu t line 7. LaTeX Warning: Reference `overloaded-unary-array' on page 1 undefined on input line 7. LaTeX Warning: Reference `specialized-classes' on page 1 undefined on input lin e 11. LaTeX Warning: Reference `overloaded-constructors' on page 1 undefined on input line 20. LaTeX Warning: Reference `overloaded-string-conversions' on page 1 undefined on input line 21. LaTeX Warning: Reference `overloaded-binary-operations' on page 1 undefined on input line 22. LaTeX Warning: Reference `overloaded-unary-operations' on page 1 undefined on i nput line 26. LaTeX Warning: Reference `interface-or-type-relationships' on page 1 undefined on input line 39. LaTeX Warning: Reference `tab:operator-precedence' on page 1 undefined on input line 41. LaTeX Warning: Reference `operator-precedence-and-associativity' on page 1 unde fined on input line 41. [215] LaTeX Warning: Reference `overloaded-constructor-unique' on page 1 undefined on input line 100. [216] LaTeX Warning: Reference `binary-operator-record-unique-match' on page 1 undefi ned on input line 146. [217] LaTeX Warning: Reference `scalar-vector-matrix-and-array-operator-functions' on page 1 undefined on input line 197. LaTeX Warning: Reference `matrix-and-vector-multiplication-of-numeric-arrays' o n page 1 undefined on input line 197. LaTeX Warning: Reference `tab:product' on page 1 undefined on input line 203. LaTeX Warning: Reference `tab:product' on page 1 undefined on input line 209. LaTeX Warning: Reference `overloaded-binary-error' on page 1 undefined on input line 225. LaTeX Warning: Reference `overloaded-binary-arrays' on page 1 undefined on inpu t line 225. LaTeX Warning: Reference `overloaded-binary-predefined' on page 1 undefined on input line 225. LaTeX Warning: Reference `overloaded-binary-unique' on page 1 undefined on inpu t line 232. LaTeX Warning: Reference `scalar-vector-matrix-and-array-operator-functions' on page 1 undefined on input line 248. LaTeX Warning: Reference `unary-operator-record-unique-match' on page 1 undefin ed on input line 258. [218] LaTeX Warning: Reference `specialized-classes' on page 1 undefined on input lin e 282. [219] [220] [221]) [222] (./chapters/stream.tex Chapter 15. LaTeX Warning: Reference `derivation-of-stream-equations' on page 1 undefined o n input line 11. LaTeX Warning: Reference `inside-and-outside-connectors' on page 1 undefined on input line 28. LaTeX Warning: Reference `stream-operator-instream-and-connection-equations' on page 1 undefined on input line 29. LaTeX Warning: Reference `inside-and-outside-connectors' on page 1 undefined on input line 31. LaTeX Warning: Reference `stream-operator-instream-and-connection-equations' on page 1 undefined on input line 34. LaTeX Warning: Reference `stream-operator-actualstream' on page 1 undefined on input line 34. [223] LaTeX Warning: Reference `stream-operator-actualstream' on page 1 undefined on input line 59. LaTeX Warning: Reference `inside-and-outside-connectors' on page 1 undefined on input line 74. LaTeX Warning: Reference `generation-of-connection-equations' on page 1 undefin ed on input line 119. [224 <./media//fluidsystem.pdf>] LaTeX Warning: Reference `derivation-of-stream-equations' on page 1 undefined o n input line 166. [225] LaTeX Warning: Reference `derivation-of-stream-equations' on page 1 undefined o n input line 203. [226] LaTeX Warning: Reference `attributes-start-fixed-nominal-and-unbounded' on page 1 undefined on input line 301. LaTeX Warning: Reference `derivation-of-stream-equations' on page 1 undefined o n input line 315. [227]) [228] (./chapters/synchronous.tex Chapter 16. LaTeX Warning: Reference `clock-constructors' on page 1 undefined on input line 18. [229 <./media//plantmodel.pdf>] LaTeX Warning: Citation 'ColacoPouzet2003ClocksFirstClass' on page 230 undefine d on input line 49. LaTeX Warning: Citation 'Pouzet2006LucidSynchrone30' on page 230 undefined on i nput line 49. LaTeX Warning: Citation 'ForgetEtAl2008MultiPeriodic' on page 230 undefined on input line 50. LaTeX Warning: Citation 'BenvenisteEtAl2003SynchronousTwelveYearsLater' on page 230 undefined on input line 51. LaTeX Warning: Reference `when-equations' on page 1 undefined on input line 57. LaTeX Warning: Reference `event-related-operators-with-function-syntax' on page 1 undefined on input line 57. LaTeX Warning: Reference `clock-partitioning' on page 1 undefined on input line 77. [230] LaTeX Warning: Reference `clocked-state-variables' on page 1 undefined on input line 91. LaTeX Warning: Citation 'ThummelEtAl2005InverseModels' on page 231 undefined on input line 101. Overfull \hbox (101.47897pt too wide) in paragraph at lines 101--105 \T1/cmr/m/it/10 trollers use an in-verse model of a plant in the feed-for-ward path of the con-troller, see []). LaTeX Warning: Reference `discrete-time-expressions' on page 1 undefined on inp ut line 136. LaTeX Warning: Reference `continuous-time-expressions' on page 1 undefined on i nput line 136. LaTeX Warning: Reference `discrete-time-expressions' on page 1 undefined on inp ut line 141. LaTeX Warning: Reference `fig:piecewise-constant-variable' on page 1 undefined on input line 145. [231] LaTeX Warning: Reference `base-clock-conversion-operators' on page 1 undefined on input line 157. LaTeX Warning: Reference `fig:clock-variable' on page 1 undefined on input line 158. LaTeX Warning: Reference `fig:clocked-variable' on page 1 undefined on input li ne 191. [232 <./media//piecewise-constant.pdf> <./media//clock.pdf> <./media//clocked.p df>] LaTeX Warning: Reference `def:component-expression' on page 1 undefined on inpu t line 234. LaTeX Warning: Reference `variability-of-expressions' on page 1 undefined on in put line 234. [233] LaTeX Warning: Reference `modelica:clock-inferred' on page 1 undefined on input line 286. LaTeX Warning: Reference `modelica:clock-rational' on page 1 undefined on input line 287. LaTeX Warning: Reference `modelica:clock-interval' on page 1 undefined on input line 288. LaTeX Warning: Reference `modelica:clock-event' on page 1 undefined on input li ne 289. LaTeX Warning: Reference `modelica:clock-solver' on page 1 undefined on input l ine 290. LaTeX Warning: Reference `def:component-expression' on page 1 undefined on inpu t line 323. LaTeX Warning: Reference `sub-clock-inferencing' on page 1 undefined on input l ine 325. LaTeX Warning: Reference `sub-clock-conversion-operators' on page 1 undefined o n input line 338. [234] LaTeX Warning: Reference `def:component-expression' on page 1 undefined on inpu t line 372. LaTeX Warning: Reference `sub-clock-conversion-operators' on page 1 undefined o n input line 383. LaTeX Warning: Reference `initialization-of-clocked-partitions' on page 1 undef ined on input line 397. LaTeX Warning: Reference `sub-clock-conversion-operators' on page 1 undefined o n input line 411. [235] LaTeX Warning: Reference `solver-methods' on page 1 undefined on input line 424 . LaTeX Warning: Reference `sub-clock-inferencing' on page 1 undefined on input l ine 441. LaTeX Warning: Reference `sub-clock-conversion-operators' on page 1 undefined o n input line 464. [236] LaTeX Warning: Reference `modelica:previous' on page 1 undefined on input line 522. LaTeX Warning: Reference `def:component-expression' on page 1 undefined on inpu t line 532. LaTeX Warning: Reference `reset-handling' on page 1 undefined on input line 537 . LaTeX Warning: Reference `initialization-of-clocked-partitions' on page 1 undef ined on input line 537. LaTeX Warning: Reference `modelica:clocked-sample' on page 1 undefined on input line 561. LaTeX Warning: Reference `modelica:hold' on page 1 undefined on input line 562. LaTeX Warning: Reference `continuous-time-expressions' on page 1 undefined on i nput line 572. LaTeX Warning: Reference `sub-clock-inferencing' on page 1 undefined on input l ine 575. [237] LaTeX Warning: Reference `event-related-operators-with-function-syntax' on page 1 undefined on input line 585. LaTeX Warning: Reference `def:clocked-variable' on page 1 undefined on input li ne 596. LaTeX Warning: Reference `def:component-expression' on page 1 undefined on inpu t line 596. LaTeX Warning: Reference `initialization-of-clocked-partitions' on page 1 undef ined on input line 599. LaTeX Warning: Reference `base-clock-partitioning' on page 1 undefined on input line 626. LaTeX Warning: Reference `modelica:subSample' on page 1 undefined on input line 643. LaTeX Warning: Reference `modelica:superSample' on page 1 undefined on input li ne 644. LaTeX Warning: Reference `modelica:shiftSample' on page 1 undefined on input li ne 645. LaTeX Warning: Reference `modelica:backSample' on page 1 undefined on input lin e 646. LaTeX Warning: Reference `modelica:noClock' on page 1 undefined on input line 6 47. [238] LaTeX Warning: Reference `sub-clock-inferencing' on page 1 undefined on input l ine 678. LaTeX Warning: Reference `sub-clock-inferencing' on page 1 undefined on input l ine 693. [239] LaTeX Warning: Reference `def:component-expression' on page 1 undefined on inpu t line 761. LaTeX Warning: Reference `initialization-of-clocked-partitions' on page 1 undef ined on input line 766. [240] LaTeX Warning: Reference `when-equations' on page 1 undefined on input line 845 . LaTeX Warning: Reference `sub-clock-conversion-operators' on page 1 undefined o n input line 877. LaTeX Warning: Reference `partitioning-operators' on page 1 undefined on input line 877. [241] LaTeX Warning: Reference `partitioning-operators' on page 1 undefined on input line 884. LaTeX Warning: Reference `built-in-variable-time' on page 1 undefined on input line 917. [242] LaTeX Warning: Reference `base-clock-partitioning' on page 1 undefined on input line 1002. Underfull \hbox (badness 1112) in paragraph at lines 1011--1012 []\T1/cmr/m/n/10 except as first ar-gu-ment of sub-clock con-ver-sion op-er-a-t ors: [][][][][][], [][][][][][], [243] LaTeX Warning: Reference `base-clock-partitioning' on page 1 undefined on input line 1031. [244] LaTeX Warning: Citation 'ThummelEtAl2005InverseModels' on page 245 undefined on input line 1101. LaTeX Warning: Reference `variability-of-expressions' on page 1 undefined on in put line 1133. LaTeX Warning: Reference `sub-clock-inferencing' on page 1 undefined on input l ine 1137. [245] LaTeX Warning: Reference `event-related-operators-with-function-syntax' on page 1 undefined on input line 1139. LaTeX Warning: Reference `solver-methods' on page 1 undefined on input line 114 6. LaTeX Warning: Reference `event-related-operators-with-function-syntax' on page 1 undefined on input line 1149. LaTeX Warning: Reference `event-triggering-mathematical-functions' on page 1 un defined on input line 1158. [246] [247] LaTeX Warning: Citation 'ElmqvistOtterCellier1995InlineIntegration' on page 248 undefined on input line 1317. LaTeX Warning: Reference `clock-constructors' on page 1 undefined on input line 1324. LaTeX Warning: Reference `sub-clock-inferencing' on page 1 undefined on input l ine 1344. [248] LaTeX Warning: Reference `modelica:firstTick' on page 1 undefined on input line 1410. LaTeX Warning: Reference `modelica:interval' on page 1 undefined on input line 1411. LaTeX Warning: Reference `clock-partitioning' on page 1 undefined on input line 1425. [249] LaTeX Warning: Reference `clock-partitioning' on page 1 undefined on input line 1435. [250] [251]) [252] (./chapters/statemachines.tex Chapter 17. LaTeX Warning: Citation 'Harel1987Statecharts' on page 253 undefined on input l ine 4. LaTeX Warning: Citation 'Pouzet2006LucidSynchrone30' on page 253 undefined on i nput line 9. LaTeX Warning: Reference `modelica:transition' on page 1 undefined on input lin e 56. LaTeX Warning: Reference `modelica:initialState' on page 1 undefined on input l ine 57. [253] LaTeX Warning: Reference `modelica:activeState' on page 1 undefined on input li ne 71. LaTeX Warning: Reference `modelica:ticksInState' on page 1 undefined on input l ine 72. LaTeX Warning: Reference `modelica:timeInState' on page 1 undefined on input li ne 73. LaTeX Warning: Reference `state-machine-semantics' on page 1 undefined on input line 95. [254] LaTeX Warning: Reference `fig:state-machine-layout' on page 1 undefined on inpu t line 161. LaTeX Warning: Reference `annotations' on page 1 undefined on input line 176. [255 <./media//statemachine.pdf>] [256] [257] [258] LaTeX Warning: Reference `merging-variable-definitions' on page 1 undefined on input line 440. Overfull \hbox (3.25685pt too wide) in paragraph at lines 458--459 [] [259] LaTeX Warning: Reference `fig:hierarchical-statemachine' on page 1 undefined on input line 465. [260 <./media//hierarchical-statemachine.pdf>] [261] LaTeX Warning: Reference `fig:state-machine-behavior' on page 1 undefined on in put line 576. [262 <./media//statemachineplot.pdf>] [263]) [264] (./chapters/annotations.tex Chapter 18. LaTeX Warning: Reference `vendor-specific-annotations' on page 1 undefined on i nput line 4. LaTeX Warning: Reference `expressions1' on page 1 undefined on input line 6. LaTeX Warning: Reference `constraining-clause-annotations' on page 1 undefined on input line 8. LaTeX Warning: Reference `annotation-info-revisions' on page 1 undefined on inp ut line 39. LaTeX Warning: Reference `annotations-for-figures' on page 1 undefined on input line 39. [265] LaTeX Warning: Reference `external-resources' on page 1 undefined on input line 60. LaTeX Warning: Reference `external-resources' on page 1 undefined on input line 61. LaTeX Warning: Reference `plot-curves' on page 1 undefined on input line 100. LaTeX Warning: Reference `axis-properties' on page 1 undefined on input line 10 0. LaTeX Warning: Reference `variable-replacements' on page 1 undefined on input l ine 107. [266] LaTeX Warning: Reference `annotations-for-the-graphical-user-interface' on page 1 undefined on input line 128. LaTeX Warning: Reference `text-markup-in-captions' on page 1 undefined on input line 135. LaTeX Warning: Reference `variable-replacements' on page 1 undefined on input l ine 135. LaTeX Warning: Reference `unit-expressions' on page 1 undefined on input line 1 52. LaTeX Warning: Reference `variable-replacements' on page 1 undefined on input l ine 166. [267] LaTeX Warning: Reference `expressions1' on page 1 undefined on input line 223. LaTeX Warning: Reference `variable-replacements' on page 1 undefined on input l ine 237. LaTeX Warning: Reference `variable-replacements' on page 1 undefined on input l ine 241. LaTeX Warning: Reference `text-markup-in-captions' on page 1 undefined on input line 241. [268] LaTeX Warning: Reference `variable-replacements' on page 1 undefined on input l ine 258. LaTeX Warning: Reference `text-markup-in-captions' on page 1 undefined on input line 258. LaTeX Warning: Reference `attributes-with-variable-replacements' on page 1 unde fined on input line 263. LaTeX Warning: Reference `text' on page 1 undefined on input line 264. LaTeX Warning: Reference `text-markup-escape-sequences' on page 1 undefined on input line 305. [269] LaTeX Warning: Reference `derivatives-and-inverses-of-functions' on page 270 un defined on input line 377. LaTeX Warning: Reference `function-inlining-and-event-generation' on page 270 u ndefined on input line 377. LaTeX Warning: Reference `modelica:Evaluate' on page 1 undefined on input line 384. [270] LaTeX Warning: Reference `component-variability' on page 1 undefined on input l ine 405. LaTeX Warning: Reference `evaluable-expressions' on page 1 undefined on input l ine 405. [271] LaTeX Warning: Reference `modelica:experiment' on page 1 undefined on input lin e 452. LaTeX Warning: Reference `modelica:HideResult' on page 1 undefined on input lin e 453. LaTeX Warning: Reference `modelica:TestCase' on page 1 undefined on input line 454. [272] LaTeX Warning: Reference `restrictions-of-connections-and-connectors' on page 1 undefined on input line 536. LaTeX Warning: Reference `stream-connectors' on page 1 undefined on input line 537. LaTeX Warning: Reference `stream-connectors' on page 1 undefined on input line 563. LaTeX Warning: Reference `restrictions-of-connections-and-connectors' on page 1 undefined on input line 568. LaTeX Warning: Reference `connection-of-3-stream-connectors-where-one-mass-flow -rate-is-identical-to-zero-n-3-and' on page 1 undefined on input line 571. [273] [274] LaTeX Warning: Reference `extends-clause' on page 1 undefined on input line 717 . [275] LaTeX Warning: Reference `fig:smooth-bezier' on page 1 undefined on input line 754. LaTeX Warning: Reference `ellipse' on page 1 undefined on input line 767. [276 <./media//bezierpoints.pdf>] LaTeX Warning: Reference `annotations-for-graphical-objects' on page 1 undefine d on input line 848. LaTeX Warning: Reference `coordinate-systems' on page 1 undefined on input line 867. [277] [278] [279] [280] LaTeX Warning: Reference `external-resources' on page 1 undefined on input line 1127. [281] [282] [283] LaTeX Warning: Reference `instance-hierarchy-name-lookup-of-inner-declarations' on page 1 undefined on input line 1310. [284] LaTeX Warning: Citation 'Pantelides1988ConsistentInitialization' on page 285 un defined on input line 1348. [285] LaTeX Warning: Reference `external-resources' on page 1 undefined on input line 1449. LaTeX Warning: Reference `connector-sizing' on page 1 undefined on input line 1 453. [286] [287 <./media//disabledparameter.png> <./media//tabparameter.png>] LaTeX Warning: Reference `connectorSizing:addVector' on page 288 undefined on i nput line 1560. LaTeX Warning: Reference `connectorSizing:addVector' on page 288 undefined on i nput line 1569. LaTeX Warning: Reference `connectorSizing:deleteVector' on page 288 undefined o n input line 1586. [288] LaTeX Warning: Reference `conversion-rules' on page 1 undefined on input line 1 665. [289] LaTeX Warning: Reference `scalar-functions-applied-to-array-arguments' on page 1 undefined on input line 1729. [290] [291] [292] LaTeX Warning: Reference `convertmodifiers' on page 1 undefined on input line 1 935. [293] LaTeX Warning: Reference `version-handling' on page 1 undefined on input line 2 002. [294] LaTeX Warning: Reference `annotations-for-graphical-objects' on page 1 undefine d on input line 2116. LaTeX Warning: Reference `annotations-for-documentation' on page 1 undefined on input line 2119. [295] [296] [297] LaTeX Warning: Reference `derivatives-and-inverses-of-functions' on page 1 unde fined on input line 2308. LaTeX Warning: Reference `derivatives-and-inverses-of-functions' on page 298 un defined on input line 2308. LaTeX Warning: Reference `function-inlining-and-event-generation' on page 1 und efined on input line 2308. LaTeX Warning: Reference `function-inlining-and-event-generation' on page 298 u ndefined on input line 2308. LaTeX Warning: Reference `annotations-for-external-libraries-and-include-files' on page 1 undefined on input line 2308. LaTeX Warning: Reference `annotations-for-external-libraries-and-include-files' on page 298 undefined on input line 2308. LaTeX Warning: Reference `annotation-choices-for-suggested-redeclarations-and-m odifications' on page 1 undefined on input line 2313. LaTeX Warning: Reference `annotation-choices-for-suggested-redeclarations-and-m odifications' on page 298 undefined on input line 2313. ) [298] (./chapters/unitexpressions.tex Chapter 19. LaTeX Warning: Reference `real-type' on page 1 undefined on input line 3. LaTeX Warning: Reference `axis-properties' on page 1 undefined on input line 3. [299]) [300] (./chapters/library.tex Chapter 20. ) [301] (./chapters/syntax.tex Appendix A. LaTeX Warning: Reference `mapping-package-class-structures-to-a-hierarchical-fi le-system' on page 1 undefined on input line 41. [302] [303] [304] [305] [306] [307] [308]) [309] (./chapters/dae.tex Appendix B. LaTeX Warning: Reference `generation-of-connection-equations' on page 1 undefin ed on input line 10. LaTeX Warning: Reference `when-equations' on page 1 undefined on input line 14. LaTeX Warning: Reference `eq:dae-discrete-valued' on page 310 undefined on inpu t line 68. LaTeX Warning: Reference `defining-when-equations-by-if-expressions-in-equality -equations' on page 1 undefined on input line 68. LaTeX Warning: Reference `when-equations' on page 1 undefined on input line 73. [310] LaTeX Warning: Reference `eq:dae-discrete-valued' on page 311 undefined on inpu t line 83. LaTeX Warning: Reference `eq:dae-discrete-valued' on page 311 undefined on inpu t line 84. LaTeX Warning: Reference `eq:dae-discrete-real' on page 311 undefined on input line 85. LaTeX Warning: Reference `eq:dae' on page 311 undefined on input line 85. LaTeX Warning: Reference `eq:dae-discrete-real' on page 311 undefined on input line 85. LaTeX Warning: Reference `eq:dae-discrete-real' on page 1 undefined on input li ne 88. LaTeX Warning: Reference `eq:dae-discrete-valued' on page 311 undefined on inpu t line 114. LaTeX Warning: Reference `initialization-initial-equation-and-initial-algorithm ' on page 1 undefined on input line 128. LaTeX Warning: Reference `eq:dae' on page 311 undefined on input line 135. LaTeX Warning: Reference `eq:dae' on page 311 undefined on input line 137. LaTeX Warning: Reference `eq:crossing' on page 311 undefined on input line 139. LaTeX Warning: Reference `events-and-synchronization' on page 1 undefined on in put line 141. [311] LaTeX Warning: Reference `eq:hydrid-dae' on page 312 undefined on input line 14 3. LaTeX Warning: Reference `perform-simulation-integrate' on page 312 undefined o n input line 145. LaTeX Warning: Reference `eq:hydrid-dae' on page 312 undefined on input line 15 2. LaTeX Warning: Reference `eq:hydrid-dae' on page 312 undefined on input line 17 1. LaTeX Warning: Reference `eq:hydrid-dae' on page 312 undefined on input line 17 5. LaTeX Warning: Reference `eq:hydrid-dae' on page 312 undefined on input line 17 6. LaTeX Warning: Reference `eq:hydrid-dae' on page 312 undefined on input line 18 4. LaTeX Warning: Reference `eq:dae' on page 312 undefined on input line 186. LaTeX Warning: Reference `eq:dae' on page 312 undefined on input line 186. LaTeX Warning: Reference `eq:dae' on page 312 undefined on input line 187. LaTeX Warning: Reference `eq:dae' on page 312 undefined on input line 188. ) [312] [313] (./chapters/derivationofstream.tex Appendix C. LaTeX Warning: Reference `stream-connectors' on page 1 undefined on input line 4. [314] LaTeX Warning: Reference `eq:D2a' on page 315 undefined on input line 109. LaTeX Warning: Reference `eq:D2b' on page 315 undefined on input line 114. [315 <./media//fluidmix.pdf>] [316 <./media//fluidmix3.pdf>] [317 <./media//flu idmix4.pdf>] LaTeX Warning: Reference `eq:D1' on page 318 undefined on input line 252. LaTeX Warning: Reference `eq:D2' on page 318 undefined on input line 252. LaTeX Warning: Reference `eq:D1' on page 318 undefined on input line 253. ) [318] (./chapters/revisions.tex Appendix D. ) [319] LaTeX Warning: Empty bibliography on input line 152. No file MLS.ind. (./MLS.aux (./chapters/titlepage.aux) (./chapters/copyright.aux) (./chapters/preface.aux) (./chapters/introduction.aux) (./chapters/lexicalstructure.aux) (./chapters/operatorsandexpressions.aux) (./chapters/classes.aux) (./chapters/scoping.aux) (./chapters/interface.aux) (./chapters/inheritance.aux) (./chapters/equations.aux) (./chapters/connectors.aux) (./chapters/arrays.aux) (./chapters/statements.aux) (./chapters/functions.aux) (./chapters/packages.aux) (./chapters/overloaded.aux ) (./chapters/stream.aux) (./chapters/synchronous.aux) (./chapters/statemachines.aux) (./chapters/annotations.aux) (./chapters/unitexpressions.aux) (./chapters/library.aux) (./chapters/syntax.aux) (./chapters/dae.aux) (./chapters/derivationofstream.aux ) (./chapters/revisions.aux)) kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecbx0800 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecbx0800 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecbx0800.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecbx.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) Font metrics written on ecbx0800.tfm. Output written on ecbx0800.600gf (256 characters, 40920 bytes). Transcript written on ecbx0800.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecbx0800.600pk: successfully generated. LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. Package rerunfilecheck Warning: File `MLS.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. Package biblatex Warning: Please (re)run Biber on the file: (biblatex) MLS (biblatex) and rerun LaTeX afterwards. ) (see the transcript file for additional information) kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecsi1000 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecsi1000 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecsi1000.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecsi.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) Font metrics written on ecsi1000.tfm. Output written on ecsi1000.600gf (256 characters, 46216 bytes). Transcript written on ecsi1000.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecsi1000.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 eccc1000 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input eccc1000 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/eccc1000.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/eccc.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/excsc.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/excspl.mf Ok [25] [26] [27] [28] [29] [30] [31] [158]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txpseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/excligtb.mf Ok) ) ) ) (some charht values had to be adjusted by as much as 0.06943pt) Font metrics written on eccc1000.tfm. Output written on eccc1000.600gf (256 characters, 51852 bytes). Transcript written on eccc1000.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/eccc1000.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecti0700 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecti0700 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecti0700.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecti.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/extextit.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exileast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exilwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exilig.mf Ok [25] [26] [27] [28] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exitalp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exillett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exidigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exiligtb.mf Ok) ) ) ) Font metrics written on ecti0700.tfm. Output written on ecti0700.600gf (256 characters, 38760 bytes). Transcript written on ecti0700.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecti0700.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecbx0900 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecbx0900 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecbx0900.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecbx.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) Font metrics written on ecbx0900.tfm. Output written on ecbx0900.600gf (256 characters, 45332 bytes). Transcript written on ecbx0900.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecbx0900.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecsl1000 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecsl1000 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecsl1000.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecsl.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) (some charht values had to be adjusted by as much as 0.06586pt) Font metrics written on ecsl1000.tfm. Output written on ecsl1000.600gf (256 characters, 51132 bytes). Transcript written on ecsl1000.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecsl1000.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecbl1000 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecbl1000 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecbl1000.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecbl.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) Font metrics written on ecbl1000.tfm. Output written on ecbl1000.600gf (256 characters, 49892 bytes). Transcript written on ecbl1000.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecbl1000.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecbx1200 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecbx1200 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecbx1200.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecbx.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) Font metrics written on ecbx1200.tfm. Output written on ecbx1200.600gf (256 characters, 59220 bytes). Transcript written on ecbx1200.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecbx1200.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 tcss1000 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input tcss1000 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/tcss1000.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/tcss.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txsymb.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txpseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [27] [29]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txgen.mf Ok [100] [109] [98] [99] [108]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txsymbol.mf Ok [13] [18] [21] [22] [23] [24] [25] [26] [28] [31] [32] [36] [39] [44] [45] [46] [42] [47] [60] [61] [62] [77] [79] [87] [110] [91] [93] [94] [95] [96] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [171] [172] [173] [174] [175] [177] [176] [180] [181] [182] [183] [184] [187] [191] [214] [246]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txromod.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txrsuper.mf Ok [185] [178] [179] [170] [186]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txrfract.mf Ok [188] [189] [190]) ) ) ) (some charht values had to be adjusted by as much as 0.06944pt) Font metrics written on tcss1000.tfm. Output written on tcss1000.600gf (128 characters, 22044 bytes). Transcript written on tcss1000.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/tcss1000.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecss1000 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecss1000 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecss1000.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecss.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) Font metrics written on ecss1000.tfm. Output written on ecss1000.600gf (256 characters, 46224 bytes). Transcript written on ecss1000.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecss1000.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 tcss0900 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input tcss0900 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/tcss0900.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/tcss.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txsymb.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txpseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [27] [29]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txgen.mf Ok [100] [109] [98] [99] [108]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txsymbol.mf Ok [13] [18] [21] [22] [23] [24] [25] [26] [28] [31] [32] [36] [39] [44] [45] [46] [42] [47] [60] [61] [62] [77] [79] [87] [110] [91] [93] [94] [95] [96] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [171] [172] [173] [174] [175] [177] [176] [180] [181] [182] [183] [184] [187] [191] [214] [246]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txromod.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txrsuper.mf Ok [185] [178] [179] [170] [186]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txrfract.mf Ok [188] [189] [190]) ) ) ) Font metrics written on tcss0900.tfm. Output written on tcss0900.600gf (128 characters, 20088 bytes). Transcript written on tcss0900.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/tcss0900.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecss0900 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecss0900 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecss0900.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecss.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) Font metrics written on ecss0900.tfm. Output written on ecss0900.600gf (256 characters, 42068 bytes). Transcript written on ecss0900.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecss0900.600pk: successfully generated. {/u sr/local/texlive/texmf-dist/fonts/enc/dvips/newtxtt/txttAec.enc} kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecbi1000 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecbi1000 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecbi1000.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecbi.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/extextit.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exileast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exilwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exilig.mf Ok [25] [26] [27] [28] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exitalp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exillett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exidigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exiligtb.mf Ok) ) ) ) (some charht values had to be adjusted by as much as 0.07637pt) Font metrics written on ecbi1000.tfm. Output written on ecbi1000.600gf (256 characters, 53040 bytes). Transcript written on ecbi1000.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecbi1000.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecbx1440 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecbx1440 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecbx1440.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecbx.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) (some charht values had to be adjusted by as much as 0.10997pt) Font metrics written on ecbx1440.tfm. Output written on ecbx1440.600gf (256 characters, 70764 bytes). Transcript written on ecbx1440.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecbx1440.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecbx2074 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecbx2074 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecbx2074.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecbx.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) (some charht values had to be adjusted by as much as 0.1584pt) Font metrics written on ecbx2074.tfm. Output written on ecbx2074.600gf (256 characters, 102412 bytes). Transcript written on ecbx2074.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecbx2074.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecti1000 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecti1000 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecti1000.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecti.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/extextit.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exileast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exilwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exilig.mf Ok [25] [26] [27] [28] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exitalp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exillett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exidigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exiligtb.mf Ok) ) ) ) Font metrics written on ecti1000.tfm. Output written on ecti1000.600gf (256 characters, 53420 bytes). Transcript written on ecti1000.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecti1000.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecbx2488 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecbx2488 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecbx2488.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecbx.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) (some charht values had to be adjusted by as much as 0.13768pt) Font metrics written on ecbx2488.tfm. Output written on ecbx2488.600gf (256 characters, 124660 bytes). Transcript written on ecbx2488.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecbx2488.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecbx1000 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecbx1000 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecbx1000.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecbx.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) Font metrics written on ecbx1000.tfm. Output written on ecbx1000.600gf (256 characters, 49864 bytes). Transcript written on ecbx1000.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecbx1000.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 tcrm1000 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input tcrm1000 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/tcrm1000.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/tcrm.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txsymb.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txpseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [27] [29]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txgen.mf Ok [100] [109] [98] [99] [108]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txsymbol.mf Ok [13] [18] [21] [22] [23] [24] [25] [26] [28] [31] [32] [36] [39] [44] [45] [46] [42] [47] [60] [61] [62] [77] [79] [87] [110] [91] [93] [94] [95] [96] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [171] [172] [173] [174] [175] [177] [176] [180] [181] [182] [183] [184] [187] [191] [214] [246]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txromod.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txrsuper.mf Ok [185] [178] [179] [170] [186]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txrfract.mf Ok [188] [189] [190]) ) ) ) (some charht values had to be adjusted by as much as 0.06943pt) Font metrics written on tcrm1000.tfm. Output written on tcrm1000.600gf (128 characters, 23548 bytes). Transcript written on tcrm1000.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/tcrm1000.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecrm0800 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecrm0800 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecrm0800.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecrm.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) (some charht values had to be adjusted by as much as 0.06445pt) Font metrics written on ecrm0800.tfm. Output written on ecrm0800.600gf (256 characters, 41732 bytes). Transcript written on ecrm0800.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecrm0800.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecti0800 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecti0800 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecti0800.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecti.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/extextit.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exileast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exilwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exilig.mf Ok [25] [26] [27] [28] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exitalp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exillett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exidigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exiligtb.mf Ok) ) ) ) (some charht values had to be adjusted by as much as 0.06413pt) Font metrics written on ecti0800.tfm. Output written on ecti0800.600gf (256 characters, 43600 bytes). Transcript written on ecti0800.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecti0800.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecrm0600 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecrm0600 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecrm0600.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecrm.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) Font metrics written on ecrm0600.tfm. Output written on ecrm0600.600gf (256 characters, 32624 bytes). Transcript written on ecrm0600.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecrm0600.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecrm0700 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecrm0700 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecrm0700.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecrm.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) Font metrics written on ecrm0700.tfm. Output written on ecrm0700.600gf (256 characters, 37344 bytes). Transcript written on ecrm0700.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecrm0700.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecrm1000 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecrm1000 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecrm1000.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecrm.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) (some charht values had to be adjusted by as much as 0.06586pt) Font metrics written on ecrm1000.tfm. Output written on ecrm1000.600gf (256 characters, 51184 bytes). Transcript written on ecrm1000.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecrm1000.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecsx1200 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecsx1200 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecsx1200.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecsx.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) (some charht values had to be adjusted by as much as 0.07016pt) Font metrics written on ecsx1200.tfm. Output written on ecsx1200.600gf (256 characters, 54960 bytes). Transcript written on ecsx1200.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecsx1200.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecrm1440 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecrm1440 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecrm1440.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecrm.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) (some charht values had to be adjusted by as much as 0.08084pt) Font metrics written on ecrm1440.tfm. Output written on ecrm1440.600gf (256 characters, 71064 bytes). Transcript written on ecrm1440.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecrm1440.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 tcrm1440 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input tcrm1440 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/tcrm1440.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/tcrm.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txsymb.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txpseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [27] [29]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txgen.mf Ok [100] [109] [98] [99] [108]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txsymbol.mf Ok [13] [18] [21] [22] [23] [24] [25] [26] [28] [31] [32] [36] [39] [44] [45] [46] [42] [47] [60] [61] [62] [77] [79] [87] [110] [91] [93] [94] [95] [96] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [171] [172] [173] [174] [175] [177] [176] [180] [181] [182] [183] [184] [187] [191] [214] [246]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txromod.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txrsuper.mf Ok [185] [178] [179] [170] [186]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/txrfract.mf Ok [188] [189] [190]) ) ) ) (some charht values had to be adjusted by as much as 0.08084pt) Font metrics written on tcrm1440.tfm. Output written on tcrm1440.600gf (128 characters, 33104 bytes). Transcript written on tcrm1440.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/tcrm1440.600pk: successfully generated. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecrm2074 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input ecrm2074 This is METAFONT, Version 2.71828182 (TeX Live 2022) (preloaded base=mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecrm2074.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/ecrm.mf (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exroman.mf Ok (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expseudo.mf Ok) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exruwest.mf Ok [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlwest.mf Ok [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrueast.mf Ok [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrleast.mf Ok [158] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exbraces.mf Ok [94] [126] [23] [40] [41] [60] [124] [62] [91] [93] [92] [123] [125] [95] [127] [32]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/expunct.mf Ok [14] [15] [19] [20] [13] [18] [33] [39] [42] [43] [44] [46] [47] [58] [59] [61] [96] [189] [17] [45] [16] [21] [22]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exsign.mf Ok [24] [34] [35] [36] [37] [64] [191] [159]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrlig.mf Ok [25] [26] [28] [27] [29] [30] [31]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exromp.mf Ok [38] [63] [190]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrulett.mf Ok [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrllett.mf Ok [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrdigit.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/local/texlive/texmf-dist/fonts/source/jknappen/ec/exrligtb.mf Ok) ) ) ) (some charht values had to be adjusted by as much as 0.1171pt) Font metrics written on ecrm2074.tfm. Output written on ecrm2074.600gf (256 characters, 101464 bytes). Transcript written on ecrm2074.log. mktexpk: /tmp/jenkins/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/ecrm2074.600pk: successfully generated. Output written on MLS.pdf (320 pages, 3496511 bytes). Transcript written on MLS.log. Latexmk: Missing bbl file 'MLS.bbl' in following: No file MLS.bbl. Latexmk: Missing input file 'MLS.ind' (or dependence on it) from following: 'No file MLS.ind.' Latexmk: Getting log file 'MLS.log' Latexmk: Examining 'MLS.fls' Latexmk: Examining 'MLS.log' Latexmk: Index file 'MLS.idx' was written Latexmk: References changed. Latexmk: References changed. Latexmk: Log file says output to 'MLS.pdf' Latexmk: applying rule 'makeindex MLS.idx'... Rule 'makeindex MLS.idx': File changes, etc: Changed files, or newly in use since previous run(s): MLS.idx Rule 'makeindex MLS.idx': The following rules & subrules became out-of-date: makeindex MLS.idx ------------ Run number 1 of rule 'makeindex MLS.idx' ------------ ------------ Running 'makeindex -o "MLS.ind" "MLS.idx"' ------------ This is makeindex, version 2.16 [TeX Live 2022] (kpathsea + Thai support). Scanning input file MLS.idx....done (570 entries accepted, 0 rejected). Sorting entries.......done (5530 comparisons). Generating output file MLS.ind....done (686 lines written, 0 warnings). Output written in MLS.ind. Transcript written in MLS.ilg. Latexmk: applying rule 'biber MLS'... Rule 'biber MLS': File changes, etc: Changed files, or newly in use since previous run(s): MLS.bcf Rule 'biber MLS': The following rules & subrules became out-of-date: biber MLS ------------ Run number 1 of rule 'biber MLS' ------------ ------------ Running 'biber "MLS.bcf"' ------------ INFO - This is Biber 2.17 INFO - Logfile is 'MLS.blg' INFO - Reading 'MLS.bcf' INFO - Found 10 citekeys in bib section 0 INFO - Processing section 0 INFO - Looking for bibtex file 'mls.bib' for section 0 INFO - LaTeX decoding ... INFO - Found BibTeX data source 'mls.bib' INFO - Overriding locale 'en-US' defaults 'variable = shifted' with 'variable = non-ignorable' INFO - Overriding locale 'en-US' defaults 'normalization = NFD' with 'normalization = prenormalized' INFO - Sorting list 'nyt/global//global/global' of type 'entry' with template 'nyt' and locale 'en-US' INFO - No sort tailoring available for locale 'en-US' INFO - Writing 'MLS.bbl' with encoding 'UTF-8' INFO - Output to MLS.bbl Latexmk: Found biber source file(s) [MLS.bcf mls.bib] Latexmk: applying rule 'pdflatex'... Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): MLS.aux MLS.bbl MLS.ind MLS.out chapters/annotations.aux chapters/arrays.aux chapters/classes.aux chapters/connectors.aux chapters/copyright.aux chapters/dae.aux chapters/derivationofstream.aux chapters/equations.aux chapters/functions.aux chapters/inheritance.aux chapters/interface.aux chapters/introduction.aux chapters/lexicalstructure.aux chapters/library.aux chapters/operatorsandexpressions.aux chapters/overloaded.aux chapters/packages.aux chapters/preface.aux chapters/revisions.aux chapters/scoping.aux chapters/statemachines.aux chapters/statements.aux chapters/stream.aux chapters/synchronous.aux chapters/syntax.aux chapters/titlepage.aux chapters/unitexpressions.aux Rule 'pdflatex': The following rules & subrules became out-of-date: pdflatex ------------ Run number 2 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -recorder "MLS.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./MLS.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-02-24> (/usr/local/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/local/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/local/texlive/texmf-dist/tex/generic/iftex/ifpdf.sty (/usr/local/texlive/texmf-dist/tex/generic/iftex/iftex.sty)) (/usr/local/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/local/texlive/texmf-dist/tex/latex/base/inputenc.sty) (./preamble.tex (/usr/local/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/local/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/local/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/local/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/local/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/local/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/local/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/local/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)) (/usr/local/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty)) (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/local/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/local/texlive/texmf-dist/tex/latex/tocloft/tocloft.sty Package tocloft Warning: \@starttoc has already been redefined; tocloft bailing out. on input line 1156. ) (/usr/local/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/local/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty)) (/usr/local/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/local/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/local/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def))) (/usr/local/texlive/texmf-dist/tex/latex/caption/caption.sty (/usr/local/texlive/texmf-dist/tex/latex/caption/caption3.sty)) (/usr/local/texlive/texmf-dist/tex/latex/index/index.sty LaTeX Warning: Command \markboth has changed. Check if current package is valid. LaTeX Warning: Command \markright has changed. Check if current package is valid. ) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/local/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/local/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/local/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/local/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/local/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/local/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/local/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/local/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/local/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/local/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/local/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/local/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/local/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/local/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/local/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/local/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty (/usr/local/texlive/texmf-dist/tex/latex/logreq/logreq.sty (/usr/local/texlive/texmf-dist/tex/latex/logreq/logreq.def)) (/usr/local/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/blx-dm.def) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/blx-compat.def) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/biblatex.def) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/bbx/authoryear.bbx (/usr/local/texlive/texmf-dist/tex/latex/biblatex/bbx/standard.bbx)) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/cbx/authoryear.cbx) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/biblatex.cfg) (/usr/local/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty (/usr/local/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/blx-case-expl3.sty (/usr/local/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty))) (/usr/local/texlive/texmf-dist/tex/latex/multirow/multirow.sty) (./mlsshared.sty (/usr/local/texlive/texmf-dist/tex/latex/newtxtt/newtxtt.sty `newtxtt' v1.051, 2014/12/23 Typewriter text macros based on txfonts (msharpe) (/usr/local/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/local/texlive/texmf-dist/tex/latex/base/textcomp.sty)) (/usr/local/texlive/texmf-dist/tex/latex/listings/listings.sty (/usr/local/texlive/texmf-dist/tex/latex/listings/lstmisc.sty) (/usr/local/texlive/texmf-dist/tex/latex/listings/listings.cfg)) (/usr/local/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)) (/usr/local/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/local/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty (/usr/local/texlive/texmf-dist/tex/latex/tools/array.sty))) (/usr/local/texlive/texmf-dist/tex/latex/listings/lstmisc.sty)) (/usr/local/texlive/texmf-dist/tex/latex/cleveref/cleveref.sty) (/usr/local/texlive/texmf-dist/tex/latex/amscls/amsthm.sty)) Package biblatex Warning: 'babel/polyglossia' detected but 'csquotes' missing. (biblatex) Loading 'csquotes' recommended. (./MLS.aux (./chapters/titlepage.aux) (./chapters/copyright.aux) (./chapters/preface.aux) (./chapters/introduction.aux) (./chapters/lexicalstructure.aux) (./chapters/operatorsandexpressions.aux) (./chapters/classes.aux) (./chapters/scoping.aux) (./chapters/interface.aux) (./chapters/inheritance.aux) (./chapters/equations.aux) (./chapters/connectors.aux) (./chapters/arrays.aux) (./chapters/statements.aux) (./chapters/functions.aux) (./chapters/packages.aux) (./chapters/overloaded.aux ) (./chapters/stream.aux) (./chapters/synchronous.aux) (./chapters/statemachines.aux) (./chapters/annotations.aux) (./chapters/unitexpressions.aux) (./chapters/library.aux) (./chapters/syntax.aux) (./chapters/dae.aux) (./chapters/derivationofstream.aux ) (./chapters/revisions.aux)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/local/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/local/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/local/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/local/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/local/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./MLS.out) (./MLS.out) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx) (./MLS.bbl) Package hyperref Warning: Option `destlabel' has already been used, (hyperref) setting the option has no effect on input line 43. (./chapters/titlepage.tex<> (./chapters/abstract.tex (/usr/local/texlive/texmf-dist/tex/latex/base/t1cmss.fd) (/usr/local/texlive/texmf-dist/tex/latex/newtxtt/t1newtxtt.fd)) Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\mathsurround' on input line 37. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\z@' on input line 37. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `superscript' on input line 37. [1{/usr/local/texmf-var/fonts/map/pdftex/updmap/pdftex.map} <./media//Modelica_ Language.pdf>]) (./chapters/copyright.tex) [1] (./MLS.toc [2] [3]) [4] (./chapters/preface.tex [5 <./media//diagram_examples.png>]) [6] (./chapters/introduction.tex Chapter 1. [7] LaTeX Warning: Reference `document-index' on page 1 undefined on input line 59. [8] (/usr/local/texlive/texmf-dist/tex/latex/base/ts1cmss.fd)) [9] (./chapters/lexicalstructure.tex Chapter 2. [10] (/usr/local/texlive/texmf-dist/tex/latex/newtxtt/ts1newtxtt.fd) [11] [12]) [13] (./chapters/operatorsandexpressions.tex Chapter 3. [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36]) [37] (./chapters/classes.tex Chapter 4. [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65]) [66] (./chapters/scoping.tex Chapter 5. [67] [68] [69] [70] [71] [72] [73] [74] [75] [76]) [77] (./chapters/interface.tex Chapter 6. [78] [79 <./media//subtype.pdf>] [80] [81] [82] [83] [84] [85] [86]) [87] (./chapters/inheritance.tex Chapter 7. [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106]) [107] (./chapters/equations.tex Chapter 8. [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123]) [124] (./chapters/connectors.tex Chapter 9. [125] [126 <./media//innerouterconnector.pdf>] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140 <./media//overdetermined.p df>] [141]) [142] (./chapters/arrays.tex Chapter 10. [143] Overfull \hbox (3.22186pt too wide) in paragraph at lines 133--144 [] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161]) [162] (./chapters/statements.tex Chapter 11. [163] [164] [165] [166] [167] [168] [169]) [170] (./chapters/functions.tex Chapter 12. [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] Underfull \hbox (badness 3343) in paragraph at lines 1245--1246 []\T1/cmr/m/it/10 This an-no-ta-tion is used by many func-tions of the [][][][] [][][][] li-brary, such as [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210]) [211] (./chapters/packages.tex Chapter 13. [212] [213] [214 <./media//modelicapath.pdf>] [215] Overfull \hbox (52.69246pt too wide) in paragraph at lines 277--280 [] \T1/cmr/m/it/10 (re-fer-ring to a pack-age). These should be rewrit-ten as [ ] [216] [217] [218]) [219] (./chapters/overloaded.tex Chapter 14. [220] [221] [222] [223] [224] [225] [226]) [227] (./chapters/stream.tex Chapter 15. [228] [229 <./media//fluidsystem.pdf>] [230] [231] [232]) [233] (./chapters/synchronous.tex Chapter 16. [234 <./media//plantmodel.pdf>] [235] [236] [237 <./media//piecewise-constant.p df> <./media//clock.pdf> <./media//clocked.pdf>] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] Underfull \hbox (badness 1112) in paragraph at lines 1011--1012 []\T1/cmr/m/n/10 except as first ar-gu-ment of sub-clock con-ver-sion op-er-a-t ors: [][][][][][], [][][][][][], [249] [250] [251] [252] [253] [254] [255] [256]) [257] (./chapters/statemachines.tex Chapter 17. [258] [259] [260 <./media//statemachine.pdf>] [261] [262] [263] Overfull \hbox (3.25685pt too wide) in paragraph at lines 458--459 [] [264] [265 <./media//hierarchical-statemachine.pdf>] [266] [267 <./media//state machineplot.pdf>] [268]) [269] (./chapters/annotations.tex Chapter 18. [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281 <./media //bezierpoints.pdf>] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292 <./media//disabledparameter.png> <./media//tabparameter.png>] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302]) [303] [304] (./chapters/unitexpressions.tex Chapter 19. [305]) [306] (./chapters/library.tex Chapter 20. ) [307] (./chapters/syntax.tex Appendix A. [308] [309] [310] [311] [312] [313] [314]) [315] (./chapters/dae.tex Appendix B. [316] [317]) [318] [319] (./chapters/derivationofstream.tex Appendix C. [320] [321 <./media//fluidmix.pdf>] [322 <./media//fluidmix3.pdf>] [323 <./medi a//fluidmix4.pdf>]) [324] (./chapters/revisions.tex Appendix D. ) [325] [326] (./MLS.ind [327] [328] [329] [330] [331] [332]) (./MLS.aux (./chapters/titlepage.aux) (./chapters/copyright.aux) (./chapters/preface.aux) (./chapters/introduction.aux) (./chapters/lexicalstructure.aux) (./chapters/operatorsandexpressions.aux) (./chapters/classes.aux) (./chapters/scoping.aux) (./chapters/interface.aux) (./chapters/inheritance.aux ) (./chapters/equations.aux) (./chapters/connectors.aux) (./chapters/arrays.aux ) (./chapters/statements.aux) (./chapters/functions.aux) (./chapters/packages.aux) (./chapters/overloaded.aux) (./chapters/stream.aux) (./chapters/synchronous.aux) (./chapters/statemachines.aux) (./chapters/annotations.aux) (./chapters/unitexpressions.aux) (./chapters/library.aux) (./chapters/syntax.aux) (./chapters/dae.aux) (./chapters/derivationofstream.aux) (./chapters/revisions.aux)) LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. Package rerunfilecheck Warning: File `MLS.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. Package biblatex Warning: Please rerun LaTeX. (biblatex) Page breaks have changed. ) (see the transcript file for additional information) {/usr/l ocal/texlive/texmf-dist/fonts/enc/dvips/newtxtt/txttAec.enc} < /usr/local/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb>< /usr/local/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb> Output written on MLS.pdf (333 pages, 3599643 bytes). Transcript written on MLS.log. Latexmk: Getting log file 'MLS.log' Latexmk: Examining 'MLS.fls' Latexmk: Examining 'MLS.log' Latexmk: Index file 'MLS.idx' was written Latexmk: Found input bbl file 'MLS.bbl' Latexmk: References changed. Latexmk: References changed. Latexmk: Log file says output to 'MLS.pdf' Latexmk: Found biber source file(s) [MLS.bcf mls.bib] Latexmk: applying rule 'makeindex MLS.idx'... Rule 'makeindex MLS.idx': File changes, etc: Changed files, or newly in use since previous run(s): MLS.idx Rule 'makeindex MLS.idx': The following rules & subrules became out-of-date: makeindex MLS.idx ------------ Run number 2 of rule 'makeindex MLS.idx' ------------ ------------ Running 'makeindex -o "MLS.ind" "MLS.idx"' ------------ This is makeindex, version 2.16 [TeX Live 2022] (kpathsea + Thai support). Scanning input file MLS.idx....done (570 entries accepted, 0 rejected). Sorting entries.......done (5530 comparisons). Generating output file MLS.ind....done (686 lines written, 0 warnings). Output written in MLS.ind. Transcript written in MLS.ilg. Latexmk: applying rule 'pdflatex'... Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): MLS.aux MLS.ind MLS.out MLS.run.xml MLS.toc chapters/annotations.aux chapters/arrays.aux chapters/classes.aux chapters/connectors.aux chapters/dae.aux chapters/derivationofstream.aux chapters/equations.aux chapters/functions.aux chapters/inheritance.aux chapters/interface.aux chapters/introduction.aux chapters/lexicalstructure.aux chapters/library.aux chapters/operatorsandexpressions.aux chapters/overloaded.aux chapters/packages.aux chapters/preface.aux chapters/revisions.aux chapters/scoping.aux chapters/statemachines.aux chapters/statements.aux chapters/stream.aux chapters/synchronous.aux chapters/syntax.aux chapters/unitexpressions.aux Rule 'pdflatex': The following rules & subrules became out-of-date: pdflatex ------------ Run number 3 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -recorder "MLS.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./MLS.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-02-24> (/usr/local/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/local/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/local/texlive/texmf-dist/tex/generic/iftex/ifpdf.sty (/usr/local/texlive/texmf-dist/tex/generic/iftex/iftex.sty)) (/usr/local/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/local/texlive/texmf-dist/tex/latex/base/inputenc.sty) (./preamble.tex (/usr/local/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/local/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/local/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/local/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/local/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/local/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/local/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/local/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)) (/usr/local/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty)) (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/local/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/local/texlive/texmf-dist/tex/latex/tocloft/tocloft.sty Package tocloft Warning: \@starttoc has already been redefined; tocloft bailing out. on input line 1156. ) (/usr/local/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/local/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty)) (/usr/local/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/local/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/local/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def))) (/usr/local/texlive/texmf-dist/tex/latex/caption/caption.sty (/usr/local/texlive/texmf-dist/tex/latex/caption/caption3.sty)) (/usr/local/texlive/texmf-dist/tex/latex/index/index.sty LaTeX Warning: Command \markboth has changed. Check if current package is valid. LaTeX Warning: Command \markright has changed. Check if current package is valid. ) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/local/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/local/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/local/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/local/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/local/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/local/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/local/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/local/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/local/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/local/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/local/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/local/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/local/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/local/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/local/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/local/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty (/usr/local/texlive/texmf-dist/tex/latex/logreq/logreq.sty (/usr/local/texlive/texmf-dist/tex/latex/logreq/logreq.def)) (/usr/local/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/blx-dm.def) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/blx-compat.def) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/biblatex.def) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/bbx/authoryear.bbx (/usr/local/texlive/texmf-dist/tex/latex/biblatex/bbx/standard.bbx)) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/cbx/authoryear.cbx) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/biblatex.cfg) (/usr/local/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty (/usr/local/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/blx-case-expl3.sty (/usr/local/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty))) (/usr/local/texlive/texmf-dist/tex/latex/multirow/multirow.sty) (./mlsshared.sty (/usr/local/texlive/texmf-dist/tex/latex/newtxtt/newtxtt.sty `newtxtt' v1.051, 2014/12/23 Typewriter text macros based on txfonts (msharpe) (/usr/local/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/local/texlive/texmf-dist/tex/latex/base/textcomp.sty)) (/usr/local/texlive/texmf-dist/tex/latex/listings/listings.sty (/usr/local/texlive/texmf-dist/tex/latex/listings/lstmisc.sty) (/usr/local/texlive/texmf-dist/tex/latex/listings/listings.cfg)) (/usr/local/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)) (/usr/local/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/local/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty (/usr/local/texlive/texmf-dist/tex/latex/tools/array.sty))) (/usr/local/texlive/texmf-dist/tex/latex/listings/lstmisc.sty)) (/usr/local/texlive/texmf-dist/tex/latex/cleveref/cleveref.sty) (/usr/local/texlive/texmf-dist/tex/latex/amscls/amsthm.sty)) Package biblatex Warning: 'babel/polyglossia' detected but 'csquotes' missing. (biblatex) Loading 'csquotes' recommended. (./MLS.aux (./chapters/titlepage.aux) (./chapters/copyright.aux) (./chapters/preface.aux) (./chapters/introduction.aux) (./chapters/lexicalstructure.aux) (./chapters/operatorsandexpressions.aux) (./chapters/classes.aux) (./chapters/scoping.aux) (./chapters/interface.aux) (./chapters/inheritance.aux) (./chapters/equations.aux) (./chapters/connectors.aux) (./chapters/arrays.aux) (./chapters/statements.aux) (./chapters/functions.aux) (./chapters/packages.aux) (./chapters/overloaded.aux ) (./chapters/stream.aux) (./chapters/synchronous.aux) (./chapters/statemachines.aux) (./chapters/annotations.aux) (./chapters/unitexpressions.aux) (./chapters/library.aux) (./chapters/syntax.aux) (./chapters/dae.aux) (./chapters/derivationofstream.aux ) (./chapters/revisions.aux)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/local/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/local/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/local/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/local/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/local/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./MLS.out) (./MLS.out) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx) (./MLS.bbl) Package hyperref Warning: Option `destlabel' has already been used, (hyperref) setting the option has no effect on input line 43. (./chapters/titlepage.tex<> (./chapters/abstract.tex (/usr/local/texlive/texmf-dist/tex/latex/base/t1cmss.fd) (/usr/local/texlive/texmf-dist/tex/latex/newtxtt/t1newtxtt.fd)) Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\mathsurround' on input line 37. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\z@' on input line 37. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `superscript' on input line 37. [1{/usr/local/texmf-var/fonts/map/pdftex/updmap/pdftex.map} <./media//Modelica_ Language.pdf>]) (./chapters/copyright.tex) [1] (./MLS.toc [2] [3]) [4] [5] (./chapters/preface.tex [6 <./media//diagram_examples.png>]) [7] (./chapters/introduction.tex Chapter 1. [8] [9] (/usr/local/texlive/texmf-dist/tex/latex/base/ts1cmss.fd)) [10] (./chapters/lexicalstructure.tex Chapter 2. [11] (/usr/local/texlive/texmf-dist/tex/latex/newtxtt/ts1newtxtt.fd) [12] [13]) [14] (./chapters/operatorsandexpressions.tex Chapter 3. [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37]) [38] (./chapters/classes.tex Chapter 4. [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66]) [67] (./chapters/scoping.tex Chapter 5. [68] [69] [70] [71] [72] [73] [74] [75] [76] [77]) [78] (./chapters/interface.tex Chapter 6. [79] [80 <./media//subtype.pdf>] [81] [82] [83] [84] [85] [86] [87]) [88] (./chapters/inheritance.tex Chapter 7. [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107]) [108] (./chapters/equations.tex Chapter 8. [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124]) [125] (./chapters/connectors.tex Chapter 9. [126] [127 <./media//innerouterconnector.pdf>] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141 <./media//overdetermined.p df>] [142]) [143] (./chapters/arrays.tex Chapter 10. [144] Overfull \hbox (3.22186pt too wide) in paragraph at lines 133--144 [] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162]) [163] (./chapters/statements.tex Chapter 11. [164] [165] [166] [167] [168] [169] [170]) [171] (./chapters/functions.tex Chapter 12. [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] Underfull \hbox (badness 3343) in paragraph at lines 1245--1246 []\T1/cmr/m/it/10 This an-no-ta-tion is used by many func-tions of the [][][][] [][][][] li-brary, such as [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211]) [212] (./chapters/packages.tex Chapter 13. [213] [214] [215 <./media//modelicapath.pdf>] [216] Overfull \hbox (52.69246pt too wide) in paragraph at lines 277--280 [] \T1/cmr/m/it/10 (re-fer-ring to a pack-age). These should be rewrit-ten as [ ] [217] [218] [219]) [220] (./chapters/overloaded.tex Chapter 14. [221] [222] [223] [224] [225] [226] [227]) [228] (./chapters/stream.tex Chapter 15. [229] [230 <./media//fluidsystem.pdf>] [231] [232] [233]) [234] (./chapters/synchronous.tex Chapter 16. [235 <./media//plantmodel.pdf>] [236] [237] [238 <./media//piecewise-constant.p df> <./media//clock.pdf> <./media//clocked.pdf>] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] Underfull \hbox (badness 1112) in paragraph at lines 1011--1012 []\T1/cmr/m/n/10 except as first ar-gu-ment of sub-clock con-ver-sion op-er-a-t ors: [][][][][][], [][][][][][], [250] [251] [252] [253] [254] [255] [256] [257]) [258] (./chapters/statemachines.tex Chapter 17. [259] [260] [261 <./media//statemachine.pdf>] [262] [263] [264] Overfull \hbox (3.25685pt too wide) in paragraph at lines 458--459 [] [265] [266 <./media//hierarchical-statemachine.pdf>] [267] [268 <./media//state machineplot.pdf>] [269]) [270] (./chapters/annotations.tex Chapter 18. [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282 <./media //bezierpoints.pdf>] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293 <./media//disabledparameter.png> <./media//tabparameter.png>] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303]) [304] [305] (./chapters/unitexpressions.tex Chapter 19. [306]) [307] (./chapters/library.tex Chapter 20. ) [308] (./chapters/syntax.tex Appendix A. [309] [310] [311] [312] [313] [314] [315]) [316] (./chapters/dae.tex Appendix B. [317] [318]) [319] [320] (./chapters/derivationofstream.tex Appendix C. [321] [322 <./media//fluidmix.pdf>] [323 <./media//fluidmix3.pdf>] [324 <./medi a//fluidmix4.pdf>]) [325] (./chapters/revisions.tex Appendix D. ) [326] [327] (./MLS.ind [328] [329] [330] [331] [332] [333]) (./MLS.aux (./chapters/titlepage.aux) (./chapters/copyright.aux) (./chapters/preface.aux) (./chapters/introduction.aux) (./chapters/lexicalstructure.aux) (./chapters/operatorsandexpressions.aux) (./chapters/classes.aux) (./chapters/scoping.aux) (./chapters/interface.aux) (./chapters/inheritance.aux ) (./chapters/equations.aux) (./chapters/connectors.aux) (./chapters/arrays.aux ) (./chapters/statements.aux) (./chapters/functions.aux) (./chapters/packages.aux) (./chapters/overloaded.aux) (./chapters/stream.aux) (./chapters/synchronous.aux) (./chapters/statemachines.aux) (./chapters/annotations.aux) (./chapters/unitexpressions.aux) (./chapters/library.aux) (./chapters/syntax.aux) (./chapters/dae.aux) (./chapters/derivationofstream.aux) (./chapters/revisions.aux)) LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. Package biblatex Warning: Please rerun LaTeX. (biblatex) Page breaks have changed. ) (see the transcript file for additional information) {/usr/l ocal/texlive/texmf-dist/fonts/enc/dvips/newtxtt/txttAec.enc} < /usr/local/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb>< /usr/local/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb> Output written on MLS.pdf (334 pages, 3599405 bytes). Transcript written on MLS.log. Latexmk: Getting log file 'MLS.log' Latexmk: Examining 'MLS.fls' Latexmk: Examining 'MLS.log' Latexmk: Index file 'MLS.idx' was written Latexmk: Found input bbl file 'MLS.bbl' Latexmk: References changed. Latexmk: Log file says output to 'MLS.pdf' Latexmk: Found biber source file(s) [MLS.bcf mls.bib] Latexmk: applying rule 'makeindex MLS.idx'... Rule 'makeindex MLS.idx': File changes, etc: Changed files, or newly in use since previous run(s): MLS.idx Rule 'makeindex MLS.idx': The following rules & subrules became out-of-date: makeindex MLS.idx ------------ Run number 3 of rule 'makeindex MLS.idx' ------------ ------------ Running 'makeindex -o "MLS.ind" "MLS.idx"' ------------ This is makeindex, version 2.16 [TeX Live 2022] (kpathsea + Thai support). Scanning input file MLS.idx....done (570 entries accepted, 0 rejected). Sorting entries.......done (5530 comparisons). Generating output file MLS.ind....done (686 lines written, 0 warnings). Output written in MLS.ind. Transcript written in MLS.ilg. Latexmk: applying rule 'pdflatex'... Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): MLS.aux MLS.ind MLS.toc chapters/annotations.aux chapters/arrays.aux chapters/classes.aux chapters/connectors.aux chapters/dae.aux chapters/derivationofstream.aux chapters/equations.aux chapters/functions.aux chapters/inheritance.aux chapters/interface.aux chapters/introduction.aux chapters/lexicalstructure.aux chapters/library.aux chapters/operatorsandexpressions.aux chapters/overloaded.aux chapters/packages.aux chapters/preface.aux chapters/revisions.aux chapters/scoping.aux chapters/statemachines.aux chapters/statements.aux chapters/stream.aux chapters/synchronous.aux chapters/syntax.aux chapters/unitexpressions.aux Rule 'pdflatex': The following rules & subrules became out-of-date: pdflatex ------------ Run number 4 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -recorder "MLS.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./MLS.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-02-24> (/usr/local/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/local/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/local/texlive/texmf-dist/tex/generic/iftex/ifpdf.sty (/usr/local/texlive/texmf-dist/tex/generic/iftex/iftex.sty)) (/usr/local/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/local/texlive/texmf-dist/tex/latex/base/inputenc.sty) (./preamble.tex (/usr/local/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/local/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/local/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/local/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/local/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/local/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/local/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/local/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)) (/usr/local/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty)) (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/local/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/local/texlive/texmf-dist/tex/latex/tocloft/tocloft.sty Package tocloft Warning: \@starttoc has already been redefined; tocloft bailing out. on input line 1156. ) (/usr/local/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/local/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty)) (/usr/local/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/local/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/local/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def))) (/usr/local/texlive/texmf-dist/tex/latex/caption/caption.sty (/usr/local/texlive/texmf-dist/tex/latex/caption/caption3.sty)) (/usr/local/texlive/texmf-dist/tex/latex/index/index.sty LaTeX Warning: Command \markboth has changed. Check if current package is valid. LaTeX Warning: Command \markright has changed. Check if current package is valid. ) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/local/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/local/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/local/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/local/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/local/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/local/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/local/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/local/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/local/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/local/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/local/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/local/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/local/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/local/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/local/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/local/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty (/usr/local/texlive/texmf-dist/tex/latex/logreq/logreq.sty (/usr/local/texlive/texmf-dist/tex/latex/logreq/logreq.def)) (/usr/local/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/blx-dm.def) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/blx-compat.def) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/biblatex.def) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/bbx/authoryear.bbx (/usr/local/texlive/texmf-dist/tex/latex/biblatex/bbx/standard.bbx)) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/cbx/authoryear.cbx) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/biblatex.cfg) (/usr/local/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty (/usr/local/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/blx-case-expl3.sty (/usr/local/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty))) (/usr/local/texlive/texmf-dist/tex/latex/multirow/multirow.sty) (./mlsshared.sty (/usr/local/texlive/texmf-dist/tex/latex/newtxtt/newtxtt.sty `newtxtt' v1.051, 2014/12/23 Typewriter text macros based on txfonts (msharpe) (/usr/local/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/local/texlive/texmf-dist/tex/latex/base/textcomp.sty)) (/usr/local/texlive/texmf-dist/tex/latex/listings/listings.sty (/usr/local/texlive/texmf-dist/tex/latex/listings/lstmisc.sty) (/usr/local/texlive/texmf-dist/tex/latex/listings/listings.cfg)) (/usr/local/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)) (/usr/local/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/local/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty (/usr/local/texlive/texmf-dist/tex/latex/tools/array.sty))) (/usr/local/texlive/texmf-dist/tex/latex/listings/lstmisc.sty)) (/usr/local/texlive/texmf-dist/tex/latex/cleveref/cleveref.sty) (/usr/local/texlive/texmf-dist/tex/latex/amscls/amsthm.sty)) Package biblatex Warning: 'babel/polyglossia' detected but 'csquotes' missing. (biblatex) Loading 'csquotes' recommended. (./MLS.aux (./chapters/titlepage.aux) (./chapters/copyright.aux) (./chapters/preface.aux) (./chapters/introduction.aux) (./chapters/lexicalstructure.aux) (./chapters/operatorsandexpressions.aux) (./chapters/classes.aux) (./chapters/scoping.aux) (./chapters/interface.aux) (./chapters/inheritance.aux) (./chapters/equations.aux) (./chapters/connectors.aux) (./chapters/arrays.aux) (./chapters/statements.aux) (./chapters/functions.aux) (./chapters/packages.aux) (./chapters/overloaded.aux ) (./chapters/stream.aux) (./chapters/synchronous.aux) (./chapters/statemachines.aux) (./chapters/annotations.aux) (./chapters/unitexpressions.aux) (./chapters/library.aux) (./chapters/syntax.aux) (./chapters/dae.aux) (./chapters/derivationofstream.aux ) (./chapters/revisions.aux)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/local/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/local/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/local/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/local/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/local/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./MLS.out) (./MLS.out) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx) (./MLS.bbl) Package hyperref Warning: Option `destlabel' has already been used, (hyperref) setting the option has no effect on input line 43. (./chapters/titlepage.tex<> (./chapters/abstract.tex (/usr/local/texlive/texmf-dist/tex/latex/base/t1cmss.fd) (/usr/local/texlive/texmf-dist/tex/latex/newtxtt/t1newtxtt.fd)) Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\mathsurround' on input line 37. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\z@' on input line 37. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `superscript' on input line 37. [1{/usr/local/texmf-var/fonts/map/pdftex/updmap/pdftex.map} <./media//Modelica_ Language.pdf>]) (./chapters/copyright.tex) [1] (./MLS.toc [2] [3]) [4] [5] (./chapters/preface.tex [6 <./media//diagram_examples.png>]) [7] (./chapters/introduction.tex Chapter 1. [8] [9] (/usr/local/texlive/texmf-dist/tex/latex/base/ts1cmss.fd)) [10] (./chapters/lexicalstructure.tex Chapter 2. [11] (/usr/local/texlive/texmf-dist/tex/latex/newtxtt/ts1newtxtt.fd) [12] [13]) [14] (./chapters/operatorsandexpressions.tex Chapter 3. [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37]) [38] (./chapters/classes.tex Chapter 4. [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66]) [67] (./chapters/scoping.tex Chapter 5. [68] [69] [70] [71] [72] [73] [74] [75] [76] [77]) [78] (./chapters/interface.tex Chapter 6. [79] [80 <./media//subtype.pdf>] [81] [82] [83] [84] [85] [86] [87]) [88] (./chapters/inheritance.tex Chapter 7. [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107]) [108] (./chapters/equations.tex Chapter 8. [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124]) [125] (./chapters/connectors.tex Chapter 9. [126] [127 <./media//innerouterconnector.pdf>] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141 <./media//overdetermined.p df>] [142]) [143] (./chapters/arrays.tex Chapter 10. [144] Overfull \hbox (3.22186pt too wide) in paragraph at lines 133--144 [] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162]) [163] (./chapters/statements.tex Chapter 11. [164] [165] [166] [167] [168] [169] [170]) [171] (./chapters/functions.tex Chapter 12. [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] Underfull \hbox (badness 3343) in paragraph at lines 1245--1246 []\T1/cmr/m/it/10 This an-no-ta-tion is used by many func-tions of the [][][][] [][][][] li-brary, such as [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211]) [212] (./chapters/packages.tex Chapter 13. [213] [214] [215 <./media//modelicapath.pdf>] [216] Overfull \hbox (52.69246pt too wide) in paragraph at lines 277--280 [] \T1/cmr/m/it/10 (re-fer-ring to a pack-age). These should be rewrit-ten as [ ] [217] [218] [219]) [220] (./chapters/overloaded.tex Chapter 14. [221] [222] [223] [224] [225] [226] [227]) [228] (./chapters/stream.tex Chapter 15. [229] [230 <./media//fluidsystem.pdf>] [231] [232] [233]) [234] (./chapters/synchronous.tex Chapter 16. [235 <./media//plantmodel.pdf>] [236] [237] [238 <./media//piecewise-constant.p df> <./media//clock.pdf> <./media//clocked.pdf>] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] Underfull \hbox (badness 1112) in paragraph at lines 1011--1012 []\T1/cmr/m/n/10 except as first ar-gu-ment of sub-clock con-ver-sion op-er-a-t ors: [][][][][][], [][][][][][], [250] [251] [252] [253] [254] [255] [256] [257]) [258] (./chapters/statemachines.tex Chapter 17. [259] [260] [261 <./media//statemachine.pdf>] [262] [263] [264] Overfull \hbox (3.25685pt too wide) in paragraph at lines 458--459 [] [265] [266 <./media//hierarchical-statemachine.pdf>] [267] [268 <./media//state machineplot.pdf>] [269]) [270] (./chapters/annotations.tex Chapter 18. [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282 <./media //bezierpoints.pdf>] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293 <./media//disabledparameter.png> <./media//tabparameter.png>] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303]) [304] [305] (./chapters/unitexpressions.tex Chapter 19. [306]) [307] (./chapters/library.tex Chapter 20. ) [308] (./chapters/syntax.tex Appendix A. [309] [310] [311] [312] [313] [314] [315]) [316] (./chapters/dae.tex Appendix B. [317] [318]) [319] [320] (./chapters/derivationofstream.tex Appendix C. [321] [322 <./media//fluidmix.pdf>] [323 <./media//fluidmix3.pdf>] [324 <./medi a//fluidmix4.pdf>]) [325] (./chapters/revisions.tex Appendix D. ) [326] [327] (./MLS.ind [328] [329] [330] [331] [332] [333]) (./MLS.aux (./chapters/titlepage.aux) (./chapters/copyright.aux) (./chapters/preface.aux) (./chapters/introduction.aux) (./chapters/lexicalstructure.aux) (./chapters/operatorsandexpressions.aux) (./chapters/classes.aux) (./chapters/scoping.aux) (./chapters/interface.aux) (./chapters/inheritance.aux ) (./chapters/equations.aux) (./chapters/connectors.aux) (./chapters/arrays.aux ) (./chapters/statements.aux) (./chapters/functions.aux) (./chapters/packages.aux) (./chapters/overloaded.aux) (./chapters/stream.aux) (./chapters/synchronous.aux) (./chapters/statemachines.aux) (./chapters/annotations.aux) (./chapters/unitexpressions.aux) (./chapters/library.aux) (./chapters/syntax.aux) (./chapters/dae.aux) (./chapters/derivationofstream.aux) (./chapters/revisions.aux)) ) (see the transcript file for additional information) {/usr/l ocal/texlive/texmf-dist/fonts/enc/dvips/newtxtt/txttAec.enc} < /usr/local/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb>< /usr/local/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb> Output written on MLS.pdf (334 pages, 3599406 bytes). Transcript written on MLS.log. Latexmk: Getting log file 'MLS.log' Latexmk: Examining 'MLS.fls' Latexmk: Examining 'MLS.log' Latexmk: Index file 'MLS.idx' was written Latexmk: Found input bbl file 'MLS.bbl' Latexmk: Log file says output to 'MLS.pdf' Latexmk: Found biber source file(s) [MLS.bcf mls.bib] Latexmk: applying rule 'pdflatex'... Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): MLS.run.xml Rule 'pdflatex': The following rules & subrules became out-of-date: pdflatex ------------ Run number 5 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -recorder "MLS.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./MLS.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-02-24> (/usr/local/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/local/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/local/texlive/texmf-dist/tex/generic/iftex/ifpdf.sty (/usr/local/texlive/texmf-dist/tex/generic/iftex/iftex.sty)) (/usr/local/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/local/texlive/texmf-dist/tex/latex/base/inputenc.sty) (./preamble.tex (/usr/local/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/local/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/local/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/local/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/local/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/local/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/local/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/local/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)) (/usr/local/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty)) (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/local/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/local/texlive/texmf-dist/tex/latex/tocloft/tocloft.sty Package tocloft Warning: \@starttoc has already been redefined; tocloft bailing out. on input line 1156. ) (/usr/local/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/local/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty)) (/usr/local/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/local/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/local/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def))) (/usr/local/texlive/texmf-dist/tex/latex/caption/caption.sty (/usr/local/texlive/texmf-dist/tex/latex/caption/caption3.sty)) (/usr/local/texlive/texmf-dist/tex/latex/index/index.sty LaTeX Warning: Command \markboth has changed. Check if current package is valid. LaTeX Warning: Command \markright has changed. Check if current package is valid. ) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/local/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/local/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/local/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/local/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/local/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/local/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/local/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/local/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/local/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/local/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/local/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/local/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/local/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/local/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/local/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/local/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty (/usr/local/texlive/texmf-dist/tex/latex/logreq/logreq.sty (/usr/local/texlive/texmf-dist/tex/latex/logreq/logreq.def)) (/usr/local/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/blx-dm.def) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/blx-compat.def) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/biblatex.def) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/bbx/authoryear.bbx (/usr/local/texlive/texmf-dist/tex/latex/biblatex/bbx/standard.bbx)) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/cbx/authoryear.cbx) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/biblatex.cfg) (/usr/local/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty (/usr/local/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/blx-case-expl3.sty (/usr/local/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty))) (/usr/local/texlive/texmf-dist/tex/latex/multirow/multirow.sty) (./mlsshared.sty (/usr/local/texlive/texmf-dist/tex/latex/newtxtt/newtxtt.sty `newtxtt' v1.051, 2014/12/23 Typewriter text macros based on txfonts (msharpe) (/usr/local/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/local/texlive/texmf-dist/tex/latex/base/textcomp.sty)) (/usr/local/texlive/texmf-dist/tex/latex/listings/listings.sty (/usr/local/texlive/texmf-dist/tex/latex/listings/lstmisc.sty) (/usr/local/texlive/texmf-dist/tex/latex/listings/listings.cfg)) (/usr/local/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)) (/usr/local/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/local/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty (/usr/local/texlive/texmf-dist/tex/latex/tools/array.sty))) (/usr/local/texlive/texmf-dist/tex/latex/listings/lstmisc.sty)) (/usr/local/texlive/texmf-dist/tex/latex/cleveref/cleveref.sty) (/usr/local/texlive/texmf-dist/tex/latex/amscls/amsthm.sty)) Package biblatex Warning: 'babel/polyglossia' detected but 'csquotes' missing. (biblatex) Loading 'csquotes' recommended. (./MLS.aux (./chapters/titlepage.aux) (./chapters/copyright.aux) (./chapters/preface.aux) (./chapters/introduction.aux) (./chapters/lexicalstructure.aux) (./chapters/operatorsandexpressions.aux) (./chapters/classes.aux) (./chapters/scoping.aux) (./chapters/interface.aux) (./chapters/inheritance.aux) (./chapters/equations.aux) (./chapters/connectors.aux) (./chapters/arrays.aux) (./chapters/statements.aux) (./chapters/functions.aux) (./chapters/packages.aux) (./chapters/overloaded.aux ) (./chapters/stream.aux) (./chapters/synchronous.aux) (./chapters/statemachines.aux) (./chapters/annotations.aux) (./chapters/unitexpressions.aux) (./chapters/library.aux) (./chapters/syntax.aux) (./chapters/dae.aux) (./chapters/derivationofstream.aux ) (./chapters/revisions.aux)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/local/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/local/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/local/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/local/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/local/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./MLS.out) (./MLS.out) (/usr/local/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx) (./MLS.bbl) Package hyperref Warning: Option `destlabel' has already been used, (hyperref) setting the option has no effect on input line 43. (./chapters/titlepage.tex<> (./chapters/abstract.tex (/usr/local/texlive/texmf-dist/tex/latex/base/t1cmss.fd) (/usr/local/texlive/texmf-dist/tex/latex/newtxtt/t1newtxtt.fd)) Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\mathsurround' on input line 37. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\z@' on input line 37. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `superscript' on input line 37. [1{/usr/local/texmf-var/fonts/map/pdftex/updmap/pdftex.map} <./media//Modelica_ Language.pdf>]) (./chapters/copyright.tex) [1] (./MLS.toc [2] [3]) [4] [5] (./chapters/preface.tex [6 <./media//diagram_examples.png>]) [7] (./chapters/introduction.tex Chapter 1. [8] [9] (/usr/local/texlive/texmf-dist/tex/latex/base/ts1cmss.fd)) [10] (./chapters/lexicalstructure.tex Chapter 2. [11] (/usr/local/texlive/texmf-dist/tex/latex/newtxtt/ts1newtxtt.fd) [12] [13]) [14] (./chapters/operatorsandexpressions.tex Chapter 3. [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37]) [38] (./chapters/classes.tex Chapter 4. [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66]) [67] (./chapters/scoping.tex Chapter 5. [68] [69] [70] [71] [72] [73] [74] [75] [76] [77]) [78] (./chapters/interface.tex Chapter 6. [79] [80 <./media//subtype.pdf>] [81] [82] [83] [84] [85] [86] [87]) [88] (./chapters/inheritance.tex Chapter 7. [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107]) [108] (./chapters/equations.tex Chapter 8. [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124]) [125] (./chapters/connectors.tex Chapter 9. [126] [127 <./media//innerouterconnector.pdf>] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141 <./media//overdetermined.p df>] [142]) [143] (./chapters/arrays.tex Chapter 10. [144] Overfull \hbox (3.22186pt too wide) in paragraph at lines 133--144 [] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162]) [163] (./chapters/statements.tex Chapter 11. [164] [165] [166] [167] [168] [169] [170]) [171] (./chapters/functions.tex Chapter 12. [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] Underfull \hbox (badness 3343) in paragraph at lines 1245--1246 []\T1/cmr/m/it/10 This an-no-ta-tion is used by many func-tions of the [][][][] [][][][] li-brary, such as [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211]) [212] (./chapters/packages.tex Chapter 13. [213] [214] [215 <./media//modelicapath.pdf>] [216] Overfull \hbox (52.69246pt too wide) in paragraph at lines 277--280 [] \T1/cmr/m/it/10 (re-fer-ring to a pack-age). These should be rewrit-ten as [ ] [217] [218] [219]) [220] (./chapters/overloaded.tex Chapter 14. [221] [222] [223] [224] [225] [226] [227]) [228] (./chapters/stream.tex Chapter 15. [229] [230 <./media//fluidsystem.pdf>] [231] [232] [233]) [234] (./chapters/synchronous.tex Chapter 16. [235 <./media//plantmodel.pdf>] [236] [237] [238 <./media//piecewise-constant.p df> <./media//clock.pdf> <./media//clocked.pdf>] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] Underfull \hbox (badness 1112) in paragraph at lines 1011--1012 []\T1/cmr/m/n/10 except as first ar-gu-ment of sub-clock con-ver-sion op-er-a-t ors: [][][][][][], [][][][][][], [250] [251] [252] [253] [254] [255] [256] [257]) [258] (./chapters/statemachines.tex Chapter 17. [259] [260] [261 <./media//statemachine.pdf>] [262] [263] [264] Overfull \hbox (3.25685pt too wide) in paragraph at lines 458--459 [] [265] [266 <./media//hierarchical-statemachine.pdf>] [267] [268 <./media//state machineplot.pdf>] [269]) [270] (./chapters/annotations.tex Chapter 18. [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282 <./media //bezierpoints.pdf>] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293 <./media//disabledparameter.png> <./media//tabparameter.png>] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303]) [304] [305] (./chapters/unitexpressions.tex Chapter 19. [306]) [307] (./chapters/library.tex Chapter 20. ) [308] (./chapters/syntax.tex Appendix A. [309] [310] [311] [312] [313] [314] [315]) [316] (./chapters/dae.tex Appendix B. [317] [318]) [319] [320] (./chapters/derivationofstream.tex Appendix C. [321] [322 <./media//fluidmix.pdf>] [323 <./media//fluidmix3.pdf>] [324 <./medi a//fluidmix4.pdf>]) [325] (./chapters/revisions.tex Appendix D. ) [326] [327] (./MLS.ind [328] [329] [330] [331] [332] [333]) (./MLS.aux (./chapters/titlepage.aux) (./chapters/copyright.aux) (./chapters/preface.aux) (./chapters/introduction.aux) (./chapters/lexicalstructure.aux) (./chapters/operatorsandexpressions.aux) (./chapters/classes.aux) (./chapters/scoping.aux) (./chapters/interface.aux) (./chapters/inheritance.aux ) (./chapters/equations.aux) (./chapters/connectors.aux) (./chapters/arrays.aux ) (./chapters/statements.aux) (./chapters/functions.aux) (./chapters/packages.aux) (./chapters/overloaded.aux) (./chapters/stream.aux) (./chapters/synchronous.aux) (./chapters/statemachines.aux) (./chapters/annotations.aux) (./chapters/unitexpressions.aux) (./chapters/library.aux) (./chapters/syntax.aux) (./chapters/dae.aux) (./chapters/derivationofstream.aux) (./chapters/revisions.aux)) ) (see the transcript file for additional information) {/usr/l ocal/texlive/texmf-dist/fonts/enc/dvips/newtxtt/txttAec.enc} < /usr/local/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb>< /usr/local/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb> Output written on MLS.pdf (334 pages, 3599406 bytes). Transcript written on MLS.log. Latexmk: Getting log file 'MLS.log' Latexmk: Examining 'MLS.fls' Latexmk: Examining 'MLS.log' Latexmk: Index file 'MLS.idx' was written Latexmk: Found input bbl file 'MLS.bbl' Latexmk: Log file says output to 'MLS.pdf' Latexmk: Found biber source file(s) [MLS.bcf mls.bib] Latexmk: All targets (MLS.pdf) are up-to-date [Pipeline] sh + latexml MLS.tex --includestyles --path=media --dest MLS.xml latexml (LaTeXML version 0.8.6) processing MLS.tex (Digesting TeX MLS... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/TeX.pool.ltxml... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/eTeX.pool.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/pdfTeX.pool.ltxml... 0.00 sec) 0.09 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/MLS.tex... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/LaTeX.pool.ltxml... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/textcomp.sty.ltxml... (Processing definitions /usr/local/texlive/texmf-dist/tex/latex/base/ts1enc.dfu... 0.02 sec) 0.06 sec) 0.20 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/report.cls.ltxml... 0.01 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/ifpdf.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/inputenc.sty.ltxml... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/utf8.def.ltxml... 0.00 sec) 0.01 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/preamble.tex... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/babel.sty.ltxml... (Processing definitions /usr/local/texlive/texmf-dist/tex/generic/babel/babel.sty... (Processing definitions /usr/local/texlive/texmf-dist/tex/generic/config/language.def... 0.05 sec) (Processing definitions /usr/local/texlive/texmf-dist/tex/generic/babel/txtbabel.def... 0.00 sec) (Processing definitions /usr/local/texlive/texmf-dist/tex/generic/babel-english/english.ldf... 0.06 sec) 0.78 sec) 0.78 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/fancyhdr.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/parskip.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/amsmath.sty.ltxml... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/amsbsy.sty.ltxml... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/amsgen.sty.ltxml... 0.00 sec) 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/amstext.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/amsopn.sty.ltxml... 0.00 sec) 0.03 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/float.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/geometry.sty.ltxml... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/keyval.sty.ltxml... (Processing definitions /usr/local/texlive/texmf-dist/tex/latex/graphics/keyval.sty... 0.01 sec) 0.01 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/ifvtex.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/ifxetex.sty.ltxml... 0.00 sec) 0.02 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/graphicx.sty.ltxml... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/graphics.sty.ltxml... 0.00 sec) 0.02 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/caption.sty.ltxml... 0.01 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/fixltx2e.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/makeidx.sty.ltxml... 0.00 sec) Info:ignore:\seealso Ignoring redefinition (\newcommand) of '\seealso' at preamble.tex; line 98 col 0 (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/hyperref.sty.ltxml... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/nameref.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/url.sty.ltxml... 0.00 sec) 0.04 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/natbib.sty.ltxml... 0.01 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/multirow.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/cleveref.sty.ltxml... (Processing definitions /usr/local/texlive/texmf-dist/tex/latex/cleveref/cleveref.sty... Info:latex:(cleveref) Package cleveref Info: `hyperref' support loaded at cleveref.sty; line 2370 col 1 Info:latex:(cleveref) Package cleveref Info: include cross-reference names in hyperlinks at cleveref.sty; line 7852 col 16 Info:latex:(cleveref) Package cleveref Info: no abbreviation of names at cleveref.sty; line 7852 col 16 1.27 sec) 1.27 sec) (Processing definitions /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/mlsshared.sty... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/listings.sty.ltxml... (Processing definitions /usr/local/texlive/texmf-dist/tex/latex/listings/listings.cfg... 0.01 sec) 0.07 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/color.sty.ltxml... 0.01 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/xcolor.sty.ltxml... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/colortbl.sty.ltxml... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/array.sty.ltxml... 0.00 sec) 0.01 sec) 0.04 sec) 0.18 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/amsthm.sty.ltxml... 0.00 sec) 2.65 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/titlepage.tex... Info:unexpected:titlepage When using titlepage, Frontmatter will not be well-structured at titlepage.tex; line 1 col 0 (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/abstract.tex... 0.06 sec) 0.07 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/copyright.tex... 0.02 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/preface.tex... 0.07 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/introduction.tex... 1.09 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/lexicalstructure.tex... 2.17 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/operatorsandexpressions.tex... 13.35 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/classes.tex... 17.17 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/scoping.tex... 4.69 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/interface.tex... 4.03 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/inheritance.tex... 11.75 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/equations.tex... 9.03 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/connectors.tex... 8.74 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/arrays.tex... 13.56 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/statements.tex... 4.62 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/functions.tex... 22.09 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/packages.tex... 2.70 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/overloaded.tex... 4.78 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/stream.tex... 3.89 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/synchronous.tex... 12.60 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/statemachines.tex... 8.10 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/annotations.tex... 17.86 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/unitexpressions.tex... 0.68 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/library.tex... 0.06 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/syntax.tex... 5.66 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/dae.tex... 1.34 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/derivationofstream.tex... 1.05 sec) (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/chapters/revisions.tex... 0.04 sec) 178.84 sec) 179.58 sec) (Building... (Loading compiled schema /usr/local/share/perl/5.26.1/LaTeXML/resources/RelaxNG/LaTeXML.model... 0.01 sec) Info:malformed:id Duplicated attribute xml:id at derivationofstream.tex; line 110 col 0 Info:malformed:id Duplicated attribute xml:id at derivationofstream.tex; line 115 col 0 Info:malformed:id Duplicated attribute xml:id at derivationofstream.tex; line 135 col 0 Info:malformed:id Duplicated attribute xml:id at derivationofstream.tex; line 135 col 0 73.76 sec) (Rewriting... 0.63 sec) (Math Parsing 2802 formulae ...... Warning:not_parsed:UNKNOWN.CLOSE.CLOSE>CLOSE MathParser failed to match rule 'Anything' Warning:not_parsed:UNKNOWN.CLOSE.CLOSE>CLOSE MathParser failed to match rule 'Anything' at String; line 0 col 0 9.60 sec) (Finalizing... 7.83 sec) Conversion complete 2 warnings (See /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/MLS.latexml.log) (reqd. 4m 36.41s) [Pipeline] sh + latexmlpost MLS.xml -format html -pmml --splitat=chapter --splitnaming=labelrelative --javascript=LaTeXML-maybeMathjax.js --navigationtoc=context --css=css/MLS.css --css=css/MLS-navbar-left.css --dest index.html latexmlpost (LaTeXML version 0.8.6) paginating /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/MLS.xml Error:malformed:document Document fails RelaxNG validation (LaTeXML) (post-processing... (Split index.html processing... Info:expected:labels Using 'bib' to create page pathname, instead of missing 'labels' at ltx:bibliography Info:expected:labels Using 'idx' to create page pathname, instead of missing 'labels' at ltx:index 0.90 sec) (Scan index.html processing... 0.00 sec) (Scan preface.html processing... 0.00 sec) (Scan introduction1.html processing... 0.02 sec) (Scan lexical-structure.html processing... 0.04 sec) (Scan operators-and-expressions.html processing... 0.22 sec) (Scan class-predefined-types-and-declarations.html processing... 0.22 sec) (Scan scoping-name-lookup-and-flattening.html processing... 0.07 sec) (Scan interface-or-type-relationships.html processing... 0.07 sec) (Scan inheritance-modification-and-redeclaration.html processing... 0.14 sec) (Scan equations.html processing... 0.11 sec) (Scan connectors-and-connections.html processing... 0.13 sec) (Scan arrays.html processing... 0.29 sec) (Scan statements-and-algorithm-sections.html processing... 0.06 sec) (Scan functions.html processing... 0.33 sec) (Scan packages.html processing... 0.05 sec) (Scan overloaded-operators.html processing... 0.08 sec) (Scan stream-connectors.html processing... 0.07 sec) (Scan synchronous-language-elements.html processing... 0.22 sec) (Scan state-machines.html processing... 0.08 sec) (Scan annotations.html processing... 0.22 sec) (Scan unit-expressions.html processing... 0.01 sec) (Scan the-modelica-standard-library.html processing... 0.00 sec) (Scan modelica-concrete-syntax.html processing... 0.07 sec) (Scan modelica-dae-representation.html processing... 0.03 sec) (Scan derivation-of-stream-equations.html processing... 0.12 sec) (Scan modelica-revision-history.html processing... 0.00 sec) (Scan bib.html processing... 0.00 sec) (Scan idx.html processing... 0.00 sec) (MakeIndex idx.html processing... 0.23 sec) (MakeBibliography bib.html processing... (Recursive MakeBibliography /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/mls.bib... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/TeX.pool.ltxml... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/eTeX.pool.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/pdfTeX.pool.ltxml... 0.01 sec) 0.09 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/LaTeX.pool.ltxml... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/textcomp.sty.ltxml... (Processing definitions /usr/local/texlive/texmf-dist/tex/latex/base/ts1enc.dfu... 0.02 sec) 0.10 sec) 0.23 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/BibTeX.pool.ltxml... 0.01 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/report.cls.ltxml... 0.01 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/ifpdf.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/inputenc.sty.ltxml... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/utf8.def.ltxml... 0.00 sec) 0.01 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/babel.sty.ltxml... (Processing definitions /usr/local/texlive/texmf-dist/tex/generic/babel/babel.sty... (Processing definitions /usr/local/texlive/texmf-dist/tex/generic/config/language.def... 0.05 sec) (Processing definitions /usr/local/texlive/texmf-dist/tex/generic/babel/txtbabel.def... 0.00 sec) (Processing definitions /usr/local/texlive/texmf-dist/tex/generic/babel-english/english.ldf... 0.12 sec) 1.05 sec) 1.05 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/fancyhdr.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/parskip.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/amsmath.sty.ltxml... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/amsbsy.sty.ltxml... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/amsgen.sty.ltxml... 0.00 sec) 0.01 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/amstext.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/amsopn.sty.ltxml... 0.00 sec) 0.03 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/float.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/geometry.sty.ltxml... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/keyval.sty.ltxml... (Processing definitions /usr/local/texlive/texmf-dist/tex/latex/graphics/keyval.sty... 0.01 sec) 0.01 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/ifvtex.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/ifxetex.sty.ltxml... 0.00 sec) 0.02 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/graphicx.sty.ltxml... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/graphics.sty.ltxml... 0.00 sec) 0.01 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/caption.sty.ltxml... 0.01 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/fixltx2e.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/makeidx.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/hyperref.sty.ltxml... (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/nameref.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/url.sty.ltxml... 0.00 sec) 0.03 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/natbib.sty.ltxml... 0.01 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/multirow.sty.ltxml... 0.00 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/cleveref.sty.ltxml... (Processing definitions /usr/local/texlive/texmf-dist/tex/latex/cleveref/cleveref.sty... Info:latex:(cleveref) Package cleveref Info: `hyperref' support loaded at cleveref.sty; line 2370 col 1 Info:latex:(cleveref) Package cleveref Info: include cross-reference names in hyperlinks at cleveref.sty; line 7852 col 16 Info:latex:(cleveref) Package cleveref Info: no abbreviation of names at cleveref.sty; line 7852 col 16 1.27 sec) 1.28 sec) (Loading /usr/local/share/perl/5.26.1/LaTeXML/Package/amsthm.sty.ltxml... 0.00 sec) latexmlpost (LaTeXML version 0.8.6) recursive processing started Tue Nov 7 22:46:03 2023 (Digesting BibTeX mls... (Processing content /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/mls.bib... 0.00 sec) (Preparsing Bibliography mls... 0.00 sec) (Processing content Literal String... 0.30 sec) 0.31 sec) (Building... (Loading compiled schema /usr/local/share/perl/5.26.1/LaTeXML/resources/RelaxNG/LaTeXML.model... 0.01 sec) 0.16 sec) (Rewriting... 0.00 sec) (Finalizing... 0.01 sec) recursive Conversion complete: No obvious problems Status:conversion:0 3.42 sec) 3.48 sec) (CrossRef index.html processing... 0.19 sec) (CrossRef preface.html processing... 0.03 sec) (CrossRef introduction1.html processing... 0.03 sec) (CrossRef lexical-structure.html processing... 0.05 sec) (CrossRef operators-and-expressions.html processing... 0.21 sec) (CrossRef class-predefined-types-and-declarations.html processing... 0.21 sec) (CrossRef scoping-name-lookup-and-flattening.html processing... 0.08 sec) (CrossRef interface-or-type-relationships.html processing... 0.07 sec) (CrossRef inheritance-modification-and-redeclaration.html processing... 0.10 sec) (CrossRef equations.html processing... 0.09 sec) (CrossRef connectors-and-connections.html processing... 0.09 sec) (CrossRef arrays.html processing... 0.26 sec) (CrossRef statements-and-algorithm-sections.html processing... 0.08 sec) (CrossRef functions.html processing... 0.32 sec) (CrossRef packages.html processing... 0.06 sec) (CrossRef overloaded-operators.html processing... 0.07 sec) (CrossRef stream-connectors.html processing... 0.06 sec) (CrossRef synchronous-language-elements.html processing... 0.19 sec) (CrossRef state-machines.html processing... 0.07 sec) (CrossRef annotations.html processing... 0.20 sec) (CrossRef unit-expressions.html processing... 0.04 sec) (CrossRef the-modelica-standard-library.html processing... 0.02 sec) (CrossRef modelica-concrete-syntax.html processing... 0.05 sec) (CrossRef modelica-dae-representation.html processing... 0.05 sec) (CrossRef derivation-of-stream-equations.html processing... 0.08 sec) (CrossRef modelica-revision-history.html processing... 0.03 sec) (CrossRef bib.html processing... 0.03 sec) (CrossRef idx.html processing... 0.33 sec) (Graphics index.html processing... Warning:imageprocessing:imagesize No image processing module found for image sizing 0.00 sec) (Graphics preface.html processing... 0.00 sec) (Graphics interface-or-type-relationships.html processing... Warning:imageprocessing:imagesize No image processing module found for image sizing 0.00 sec) (Graphics connectors-and-connections.html 2 to process... Warning:imageprocessing:imagesize No image processing module found for image sizing Warning:imageprocessing:imagesize No image processing module found for image sizing 0.00 sec) (Graphics packages.html processing... Warning:imageprocessing:imagesize No image processing module found for image sizing 0.00 sec) (Graphics stream-connectors.html processing... Warning:imageprocessing:imagesize No image processing module found for image sizing 0.00 sec) (Graphics synchronous-language-elements.html 4 to process... Warning:imageprocessing:imagesize No image processing module found for image sizing Warning:imageprocessing:imagesize No image processing module found for image sizing Warning:imageprocessing:imagesize No image processing module found for image sizing Warning:imageprocessing:imagesize No image processing module found for image sizing 0.01 sec) (Graphics state-machines.html 3 to process... Warning:imageprocessing:imagesize No image processing module found for image sizing Warning:imageprocessing:imagesize No image processing module found for image sizing Warning:imageprocessing:imagesize No image processing module found for image sizing 0.00 sec) (Graphics annotations.html 3 to process... Warning:imageprocessing:imagesize No image processing module found for image sizing 0.00 sec) (Graphics derivation-of-stream-equations.html 3 to process... Warning:imageprocessing:imagesize No image processing module found for image sizing Warning:imageprocessing:imagesize No image processing module found for image sizing Warning:imageprocessing:imagesize No image processing module found for image sizing 0.00 sec) (MathML::Presentation introduction1.html 4 to process... 0.00 sec) (MathML::Presentation lexical-structure.html 7 to process... 0.00 sec) (MathML::Presentation operators-and-expressions.html 351 to process... 0.21 sec) (MathML::Presentation class-predefined-types-and-declarations.html 93 to process... 0.06 sec) (MathML::Presentation scoping-name-lookup-and-flattening.html 6 to process... 0.00 sec) (MathML::Presentation interface-or-type-relationships.html 4 to process... 0.00 sec) (MathML::Presentation inheritance-modification-and-redeclaration.html 37 to process... 0.01 sec) (MathML::Presentation equations.html 42 to process... 0.02 sec) (MathML::Presentation connectors-and-connections.html 42 to process... 0.03 sec) (MathML::Presentation arrays.html 952 to process... 0.46 sec) (MathML::Presentation statements-and-algorithm-sections.html 14 to process... 0.01 sec) (MathML::Presentation functions.html 270 to process... 0.25 sec) (MathML::Presentation packages.html 44 to process... 0.02 sec) (MathML::Presentation overloaded-operators.html 156 to process... 0.08 sec) (MathML::Presentation stream-connectors.html 187 to process... 0.12 sec) (MathML::Presentation synchronous-language-elements.html 318 to process... 0.27 sec) (MathML::Presentation state-machines.html 40 to process... 0.02 sec) (MathML::Presentation annotations.html 109 to process... 0.06 sec) (MathML::Presentation unit-expressions.html 5 to process... 0.00 sec) (MathML::Presentation modelica-concrete-syntax.html 9 to process... 0.00 sec) (MathML::Presentation modelica-dae-representation.html 49 to process... 0.04 sec) (MathML::Presentation derivation-of-stream-equations.html 63 to process... 0.32 sec) (XSLT[using LaTeXML-html5.xsl] index.html processing... 0.03 sec) (XSLT[using LaTeXML-html5.xsl] preface.html processing... 0.01 sec) (XSLT[using LaTeXML-html5.xsl] introduction1.html processing... 0.02 sec) (XSLT[using LaTeXML-html5.xsl] lexical-structure.html processing... 0.05 sec) (XSLT[using LaTeXML-html5.xsl] operators-and-expressions.html processing... 0.36 sec) (XSLT[using LaTeXML-html5.xsl] class-predefined-types-and-declarations.html processing... 0.51 sec) (XSLT[using LaTeXML-html5.xsl] scoping-name-lookup-and-flattening.html processing... 0.09 sec) (XSLT[using LaTeXML-html5.xsl] interface-or-type-relationships.html processing... 0.08 sec) (XSLT[using LaTeXML-html5.xsl] inheritance-modification-and-redeclaration.html processing... 0.25 sec) (XSLT[using LaTeXML-html5.xsl] equations.html processing... 0.18 sec) (XSLT[using LaTeXML-html5.xsl] connectors-and-connections.html processing... 0.20 sec) (XSLT[using LaTeXML-html5.xsl] arrays.html processing... 0.54 sec) (XSLT[using LaTeXML-html5.xsl] statements-and-algorithm-sections.html processing... 0.09 sec) (XSLT[using LaTeXML-html5.xsl] functions.html processing... 0.86 sec) (XSLT[using LaTeXML-html5.xsl] packages.html processing... 0.06 sec) (XSLT[using LaTeXML-html5.xsl] overloaded-operators.html processing... 0.10 sec) (XSLT[using LaTeXML-html5.xsl] stream-connectors.html processing... 0.10 sec) (XSLT[using LaTeXML-html5.xsl] synchronous-language-elements.html processing... 0.32 sec) (XSLT[using LaTeXML-html5.xsl] state-machines.html processing... 0.14 sec) (XSLT[using LaTeXML-html5.xsl] annotations.html processing... 0.54 sec) (XSLT[using LaTeXML-html5.xsl] unit-expressions.html processing... 0.02 sec) (XSLT[using LaTeXML-html5.xsl] the-modelica-standard-library.html processing... 0.01 sec) (XSLT[using LaTeXML-html5.xsl] modelica-concrete-syntax.html processing... 0.11 sec) (XSLT[using LaTeXML-html5.xsl] modelica-dae-representation.html processing... 0.03 sec) (XSLT[using LaTeXML-html5.xsl] derivation-of-stream-equations.html processing... 0.04 sec) (XSLT[using LaTeXML-html5.xsl] modelica-revision-history.html processing... 0.01 sec) (XSLT[using LaTeXML-html5.xsl] bib.html processing... 0.01 sec) (XSLT[using LaTeXML-html5.xsl] idx.html processing... 0.13 sec) (Writer index.html processing... 0.00 sec) (Writer preface.html processing... 0.00 sec) (Writer introduction1.html processing... 0.00 sec) (Writer lexical-structure.html processing... 0.00 sec) (Writer operators-and-expressions.html processing... 0.01 sec) (Writer class-predefined-types-and-declarations.html processing... 0.01 sec) (Writer scoping-name-lookup-and-flattening.html processing... 0.00 sec) (Writer interface-or-type-relationships.html processing... 0.00 sec) (Writer inheritance-modification-and-redeclaration.html processing... 0.01 sec) (Writer equations.html processing... 0.01 sec) (Writer connectors-and-connections.html processing... 0.01 sec) (Writer arrays.html processing... 0.01 sec) (Writer statements-and-algorithm-sections.html processing... 0.00 sec) (Writer functions.html processing... 0.01 sec) (Writer packages.html processing... 0.00 sec) (Writer overloaded-operators.html processing... 0.00 sec) (Writer stream-connectors.html processing... 0.00 sec) (Writer synchronous-language-elements.html processing... 0.01 sec) (Writer state-machines.html processing... 0.00 sec) (Writer annotations.html processing... 0.01 sec) (Writer unit-expressions.html processing... 0.00 sec) (Writer the-modelica-standard-library.html processing... 0.00 sec) (Writer modelica-concrete-syntax.html processing... 0.00 sec) (Writer modelica-dae-representation.html processing... 0.00 sec) (Writer derivation-of-stream-equations.html processing... 0.00 sec) (Writer modelica-revision-history.html processing... 0.00 sec) (Writer bib.html processing... 0.00 sec) (Writer idx.html processing... 0.00 sec) 17.49 sec) Postprocessing complete 17 warnings; 1 error (See /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3433/MLS.latexmlpost.log) (reqd. 18.64s) [Pipeline] sh + .scripts/patch-viewport.sh + sed -i.bak s;;\ ; annotations.html arrays.html bib.html class-predefined-types-and-declarations.html connectors-and-connections.html derivation-of-stream-equations.html equations.html functions.html idx.html index.html inheritance-modification-and-redeclaration.html interface-or-type-relationships.html introduction1.html lexical-structure.html modelica-concrete-syntax.html modelica-dae-representation.html modelica-revision-history.html operators-and-expressions.html overloaded-operators.html packages.html preface.html scoping-name-lookup-and-flattening.html state-machines.html statements-and-algorithm-sections.html stream-connectors.html synchronous-language-elements.html the-modelica-standard-library.html unit-expressions.html + rm annotations.html.bak arrays.html.bak bib.html.bak class-predefined-types-and-declarations.html.bak connectors-and-connections.html.bak derivation-of-stream-equations.html.bak equations.html.bak functions.html.bak idx.html.bak index.html.bak inheritance-modification-and-redeclaration.html.bak interface-or-type-relationships.html.bak introduction1.html.bak lexical-structure.html.bak modelica-concrete-syntax.html.bak modelica-dae-representation.html.bak modelica-revision-history.html.bak operators-and-expressions.html.bak overloaded-operators.html.bak packages.html.bak preface.html.bak scoping-name-lookup-and-flattening.html.bak state-machines.html.bak statements-and-algorithm-sections.html.bak stream-connectors.html.bak synchronous-language-elements.html.bak the-modelica-standard-library.html.bak unit-expressions.html.bak [Pipeline] sh + .scripts/patch-body-ios-hover.sh + sed -i.bak s/// annotations.html arrays.html bib.html class-predefined-types-and-declarations.html connectors-and-connections.html derivation-of-stream-equations.html equations.html functions.html idx.html index.html inheritance-modification-and-redeclaration.html interface-or-type-relationships.html introduction1.html lexical-structure.html modelica-concrete-syntax.html modelica-dae-representation.html modelica-revision-history.html operators-and-expressions.html overloaded-operators.html packages.html preface.html scoping-name-lookup-and-flattening.html state-machines.html statements-and-algorithm-sections.html stream-connectors.html synchronous-language-elements.html the-modelica-standard-library.html unit-expressions.html + rm annotations.html.bak arrays.html.bak bib.html.bak class-predefined-types-and-declarations.html.bak connectors-and-connections.html.bak derivation-of-stream-equations.html.bak equations.html.bak functions.html.bak idx.html.bak index.html.bak inheritance-modification-and-redeclaration.html.bak interface-or-type-relationships.html.bak introduction1.html.bak lexical-structure.html.bak modelica-concrete-syntax.html.bak modelica-dae-representation.html.bak modelica-revision-history.html.bak operators-and-expressions.html.bak overloaded-operators.html.bak packages.html.bak preface.html.bak scoping-name-lookup-and-flattening.html.bak state-machines.html.bak statements-and-algorithm-sections.html.bak stream-connectors.html.bak synchronous-language-elements.html.bak the-modelica-standard-library.html.bak unit-expressions.html.bak [Pipeline] sh + ln -s index.html MLS.html [Pipeline] sh + ln -s preface.html Chx1.html [Pipeline] sh + ln -s lexical-structure.html Ch2.html [Pipeline] sh + ln -s operators-and-expressions.html Ch3.html [Pipeline] sh + ln -s class-predefined-types-and-declarations.html Ch4.html [Pipeline] sh + ln -s scoping-name-lookup-and-flattening.html Ch5.html [Pipeline] sh + ln -s interface-or-type-relationships.html Ch6.html [Pipeline] sh + ln -s inheritance-modification-and-redeclaration.html Ch7.html [Pipeline] sh + ln -s equations.html Ch8.html [Pipeline] sh + ln -s connectors-and-connections.html Ch9.html [Pipeline] sh + ln -s arrays.html Ch10.html [Pipeline] sh + ln -s statements-and-algorithm-sections.html Ch11.html [Pipeline] sh + ln -s functions.html Ch12.html [Pipeline] sh + ln -s packages.html Ch13.html [Pipeline] sh + ln -s overloaded-operators.html Ch14.html [Pipeline] sh + ln -s stream-connectors.html Ch15.html [Pipeline] sh + ln -s synchronous-language-elements.html Ch16.html [Pipeline] sh + ln -s state-machines.html Ch17.html [Pipeline] sh + ln -s annotations.html Ch18.html [Pipeline] sh + ln -s unit-expressions.html Ch19.html [Pipeline] sh + ln -s the-modelica-standard-library.html Ch20.html [Pipeline] sh + ln -s modelica-concrete-syntax.html A2.html [Pipeline] sh + ln -s modelica-dae-representation.html A3.html [Pipeline] sh + ln -s derivation-of-stream-equations.html A4.html [Pipeline] sh + ln -s modelica-revision-history.html A5.html [Pipeline] sh + ln -s bib.html A6.html [Pipeline] sh + ln -s bib.html literature.html [Pipeline] sh + find . -type l -xtype l + egrep .* [Pipeline] sh + tar czf MLS.tar.gz A2.html A3.html A4.html A5.html A6.html Ch10.html Ch11.html Ch12.html Ch13.html Ch14.html Ch15.html Ch16.html Ch17.html Ch18.html Ch19.html Ch2.html Ch20.html Ch3.html Ch4.html Ch5.html Ch6.html Ch7.html Ch8.html Ch9.html Chx1.html MLS.html annotations.html arrays.html bib.html class-predefined-types-and-declarations.html connectors-and-connections.html derivation-of-stream-equations.html equations.html functions.html idx.html index.html inheritance-modification-and-redeclaration.html interface-or-type-relationships.html introduction1.html lexical-structure.html literature.html modelica-concrete-syntax.html modelica-dae-representation.html modelica-revision-history.html operators-and-expressions.html overloaded-operators.html packages.html preface.html scoping-name-lookup-and-flattening.html state-machines.html statements-and-algorithm-sections.html stream-connectors.html synchronous-language-elements.html the-modelica-standard-library.html unit-expressions.html LaTeXML.css ltx-listings.css ltx-report.css LaTeXML-maybeMathjax.js media/ css/ [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] stash Stashed 101 file(s) [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 97024d173a28a5f5af40005efc8525e88fb40147846c2bf1ed6f2034cab11b4f $ docker rm -f --volumes 97024d173a28a5f5af40005efc8525e88fb40147846c2bf1ed6f2034cab11b4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (upload) Stage "upload" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (index) Stage "index" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS