Skip to content

Changes

Summary

  1. State that promote is part of Modelica (details)
  2. Include proposed changes (details)
  3. Remove old statement that is now superfluous (details)
  4. Change Varying (details)
  5. Use grammar-language and consistent names (details)
  6. Replace class-name by type-specifier as in grammar (details)
  7. Use name of class instead of old grammar-name class-name; since these should name not type-specifier (details)
  8. Minor cleanup of connectorSizing (details)
  9. Fix indentation of grammar in text (details)
  10. Use amsthm.sty to define 'definition' environment (details)
  11. Mark the end of a definition with \qed (details)
  12. Use 'definition' environment instead of "definition tables" (details)
  13. Use 'definition' environments instead of 'description' lists (details)
  14. Use 'definition' environment for the different kinds of discrete-time variables (details)
  15. Make ndims constant. (details)
  16. FixIssue (details)
  17. Use 'definition' environment for the two kinds of clock partition (details)
  18. Don't consider the three 'The input argument is a...' definitions (details)
  19. Clean up 'hold(u)' (details)
  20. Update chapters/operatorsandexpressions.tex (details)
  21. Tidy up function calls that are parameter expressions (details)
  22. Improve readability of source of nested item list on expandable connectors (details)
  23. Say 'Error', not 'Not allowed' in listing comments (details)
  24. Fix \autoref case for 'figure' (details)
  25. Prepare for future use of \subfloat (details)
  26. Say 'hold extrapolation' instead of 'constant extrapolation' (details)
  27. Remove presumably unintended indentation inside lstlisting environments (#2595) (details)
Commit 9fbebc3d4c6a7bb370987f0b558d138760392601 by Hans.Olsson
State that promote is part of Modelica

Resolve #2568
The file was modified chapters/arrays.tex (diff)
Commit 3d0910efea423b3b27c83b774b73303b0acfd6d4 by Hans.Olsson
Include proposed changes
The file was modified chapters/arrays.tex (diff)
Commit 55da7dc998a2c055d4654a8f7d8a874ff9b89369 by Hans.Olsson
Remove old statement that is now superfluous
The file was modified chapters/arrays.tex (diff)
The file was modified chapters/arrays.tex (diff)
Commit 2aba8d097afb53a9655597bfb7f32740539f5257 by Hans.Olsson
Use grammar-language and consistent names
The file was modified chapters/annotations.tex (diff)
Commit bcf5da2520fc087cdb42b1f949da462d78aa9db3 by Hans.Olsson
Replace class-name by type-specifier as in grammar
The file was modified chapters/functions.tex (diff)
Commit 99f38d18e047ea3796d893195918210e96997268 by Hans.Olsson
Use name of class instead of old grammar-name class-name; since these should name not type-specifier
The file was modified chapters/packages.tex (diff)
The file was modified chapters/annotations.tex (diff)
Commit a92c2043b4d29fe30a9a40d1e4a056956b2c6d3f by Tidefelt Henrik
Minor cleanup of connectorSizing

Stumbeling upon this when trying to understand MCP-0033 review comments.
The file was modified chapters/annotations.tex (diff)
Commit 11f9620cd846de30f16db67a94fbe2c00bb7919d by Hans.Olsson
Fix indentation of grammar in text

To correct issue found in:
https://github.com/modelica/ModelicaSpecification/pull/2598#pullrequestreview-436162361
The file was modified chapters/classes.tex (diff)
Commit ef9b92e4c9fa90642f7879f790e15cba741ff475 by Tidefelt Henrik
Use amsthm.sty to define 'definition' environment

This may, we get a referencing mechanism that also works with LaTeXML.
The file was modified preamble.tex (diff)
The file was modified chapters/classes.tex (diff)
The file was modified chapters/interface.tex (diff)
Commit 7f0f712263f8283009bf0e848e87e16cb32155a0 by Tidefelt Henrik
Mark the end of a definition with \qed

This is a very simple solution to start with.  For PDF output, there are definitely more advanced variants to consider, but the question is what would also work well (look good) with LaTeXML.
The file was modified preamble.tex (diff)
Commit e0547025a749be9b30a506d63ace431c281bda05 by Tidefelt Henrik
Use 'definition' environment instead of "definition tables"
The file was modified chapters/introduction.tex (diff)
The file was modified chapters/annotations.tex (diff)
The file was modified chapters/interface.tex (diff)
Commit 8f1f8d1aeadecf57ec0f07cc31e9b4ff459ee51a by Tidefelt Henrik
Use 'definition' environments instead of 'description' lists
The file was modified chapters/synchronous.tex (diff)
Commit d8096992dfa3d95f7c53ff993bd974945daa7b33 by Tidefelt Henrik
Use 'definition' environment for the different kinds of discrete-time variables

It hurts a little to break the table apart, but I think it has to be done in the spirit of consistency.
The file was modified chapters/synchronous.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit ab1e2bb28748a80f5d83fb583a49be0a25f63d3d by Tidefelt Henrik
Use 'definition' environment for the two kinds of clock partition
The file was modified chapters/synchronous.tex (diff)
Commit 1306e3bc9830590df1d8ebc3ab1c301af3bc6207 by Tidefelt Henrik
Don't consider the three 'The input argument is a...' definitions
The file was modified chapters/synchronous.tex (diff)
The file was modified chapters/synchronous.tex (diff)
Commit 5e124f0409aee138ef0d1be12793a7fa3ef694ca by noreply
Update chapters/operatorsandexpressions.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit c1c4bc0641c9fc1bcfaa98e9414da5ec8f5ebecd by Tidefelt Henrik
Tidy up function calls that are parameter expressions

Stumbled upon these when looking for specification of 'size'.
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit deae32e72bf682fc05b17a68d4476992338f3edf by Tidefelt Henrik
Improve readability of source of nested item list on expandable connectors

Also throwing in some missing \lstinline.
The file was modified chapters/connectors.tex (diff)
Commit 0ea63e7c718f0056097aa50277a11d08532e08cd by Tidefelt Henrik
Say 'Error', not 'Not allowed' in listing comments
The file was modified chapters/connectors.tex (diff)
The file was modified chapters/classes.tex (diff)
Commit 4c949f2703035cd0734c9f60523d8a9fb8c2bbf0 by Tidefelt Henrik
Fix \autoref case for 'figure'

Only affects 3 recently introduced occurrences of references to figures.
The file was modified preamble.tex (diff)
Commit b7d36e99fec19b40ea763ed48b04933f12e66e42 by Tidefelt Henrik
Prepare for future use of \subfloat

The most important part here is probably making other authors aware of the current LaTeXML issues when combined with \autoref.
The file was modified preamble.tex (diff)
The file was modified chapters/synchronous.tex (diff)
Commit dae2cea5e6ba7c0e0189daa782c2d50ef933d6d9 by noreply
Say 'hold extrapolation' instead of 'constant extrapolation'

Addressing comment that got lost in #2601.
The file was modified chapters/synchronous.tex (diff)
Commit 8c6a887c0c057371c8b261962e30e0d0a93f3e90 by noreply
Remove presumably unintended indentation inside lstlisting environments (#2595)

* Remove presumably unintended indentation inside lstlisting environments
* Cleanup related to \lstinline in examples of 'each'
The file was modified chapters/stream.tex (diff)
The file was modified chapters/statements.tex (diff)
The file was modified chapters/connectors.tex (diff)
The file was modified chapters/functions.tex (diff)
The file was modified chapters/synchronous.tex (diff)
The file was modified chapters/statemachines.tex (diff)
The file was modified chapters/inheritance.tex (diff)
The file was modified chapters/packages.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/revisions.tex (diff)
The file was modified chapters/annotations.tex (diff)
The file was modified chapters/classes.tex (diff)
The file was modified chapters/derivationofstream.tex (diff)
The file was modified chapters/overloaded.tex (diff)