Skip to content

Changes

Summary

  1. Refactor preamble to allow parts be shared with figures (details)
  2. Move come content out of preamble.tex to make it more package-like (details)
  3. Rename math command \pdfrac -> \udfrac (and introduce \pdfrac for comparison) (details)
  4. Update figures after change of syntax highlighting (details)
  5. Text from decision. (#2711) (details)
  6. Force a line break after paragraph to not conflict the display (details)
  7. Collapse navbar unless window is really wide (#2716) (details)
Commit 9b09beb951565a6e4d2ccd78cc5fb8ea0ab0c192 by Tidefelt Henrik
Refactor preamble to allow parts be shared with figures
The file was addedmlsshared.sty
The file was modified preamble.tex (diff)
Commit 7561523d5d200de8c5a3d351ea4c70ac86c507f3 by Tidefelt Henrik
Move come content out of preamble.tex to make it more package-like
The file was modified preamble.tex (diff)
The file was modified MLS.tex (diff)
Commit db97455465e3894d0e4206ee98fb84a8907b4679 by Tidefelt Henrik
Rename math command \pdfrac -> \udfrac (and introduce \pdfrac for comparison)
The file was modified chapters/functions.tex (diff)
The file was modified mlsshared.sty (diff)
Commit 26ac4365a964fc6d869d79ea6cfafa4a9d665e1b by Tidefelt Henrik
Update figures after change of syntax highlighting
The file was modified media/fluidmix4.svg (diff)
The file was modified media/statemachine.pdf (diff)
The file was modified media/fluidmix3.svg (diff)
The file was modified media/modelicapath.svg (diff)
The file was modified media/fluidsystem.svg (diff)
The file was modified media/plantmodel.pdf (diff)
The file was modified media/hierarchical-statemachine.svg (diff)
The file was modified media/hierarchical-statemachine.pdf (diff)
The file was modified media/modelicapath.pdf (diff)
The file was modified media/fluidmix4.pdf (diff)
The file was modified media/fluidmix.svg (diff)
The file was modified media/fluidsystem.pdf (diff)
The file was modified media/fluidmix.pdf (diff)
The file was modified media/statemachine.svg (diff)
The file was modified media/overdetermined.pdf (diff)
The file was modified media/plantmodel.svg (diff)
The file was modified media/statemachineplot.svg (diff)
The file was modified media/subtype.pdf (diff)
The file was modified media/fluidmix3.pdf (diff)
The file was modified media/overdetermined.svg (diff)
The file was modified media/innerouterconnector.pdf (diff)
The file was modified media/innerouterconnector.svg (diff)
The file was modified media/subtype.svg (diff)
The file was modified media/statemachineplot.pdf (diff)
Commit 45f45195ce80ae5f1fc505e4b6a57bb1f4d81248 by noreply
Text from decision. (#2711)

* Text from decision.
Closes #2693
The file was modified chapters/inheritance.tex (diff)
Commit aeed241ae15af2cfaabcf4b3f3238c8a370c69d3 by dietmar.winkler
Force a line break after paragraph to not conflict the display

The following frame box gets distorted if the code section does not start at the beginning of a line.

One could argue that paragraph headings should always have a line break after the name.
The file was modified chapters/annotations.tex (diff)
Commit bcd8f49e465da4aa7e4572213a5b3ab5cfbf9805 by noreply
Collapse navbar unless window is really wide (#2716)

* Minor white-space cleanup
* Collapse navbar (expand on hover) unless window is really wide
The file was modified css/MLS.css (diff)
The file was modified css/MLS-navbar-left.css (diff)