Skip to content

Changes

Summary

  1. Change model to function and clean up line-breaks. (details)
  2. Correct double for introduced in #2916 (details)
  3. Remove copy-paste from unknown source. UseDriveLine is part of other example. (details)
  4. Align keywords for 'grammar' with keywords for 'modelica' (details)
  5. Sentence-based line breaks in 'Derivative and Special Purpose Operators' (details)
  6. Fix typo (details)
  7. Add missing formatting of 'expr' (details)
  8. Move misplaced paragraph break (details)
  9. Update copies of 'equation' and 'statement' rules to match appendix (details)
  10. Add missing white-space in copies of 'for-index' rule (details)
  11. Misc minor white-space cleanup (details)
  12. Update copy of 'algorithm-section' rule to match appendix (details)
  13. Align formatting of grammar listings (details)
  14. amend misc white-space (details)
  15. Sentence-based line breaking in statements.tex (details)
  16. Sentence-based line breaking in equations.tex (details)
  17. Start bullet item with upper case letter (details)
  18. Make relevant part normative (details)
  19. Cross reference restriction on multiple extends-clauses (details)
  20. Shorten comment to fit line width (details)
  21. Fix some formatting in scoping.tex (details)
  22. Fix indentation of the external-clause in the grammar (details)
  23. Add space around binary operator (details)
  24. Fix typo: 'subsample' -> 'subSample' (details)
  25. Say "class name of any extends-clause", non-normatively (details)
  26. Do not incorrectly use import name (details)
  27. And better line-break. (details)
  28. Add to index and have first use. (details)
  29. Complete transition to sentence-based line breaking in scoping.tex (details)
  30. Minor white-space styling in listings (details)
  31. Fix missing of 'missingInnerMessage' (details)
  32. Fix formatting related to lookup of non-operator function (details)
  33. Remove period at end of section heading (details)
  34. Add suggestions for start value and "a diagnostic". (details)
  35. Apply suggestions from code review (details)
  36. ClarifyDiscrete (details)
  37. Consistently use "a diagnostics" (details)
  38. Apply suggestion for formatting of 'component' (details)
  39. Update comments about LaTeXML issues that are now fixed on 'master' (details)
  40. Apply suggestions from code review (details)
  41. Avoid just a '0' in \lstinline when generating HTML (details)
  42. Update comment after LaTeXML issue being fixed promptly on 'master' (details)
  43. Turned equations into assignments in when-algorithm (details)
  44. Clarified (details)
  45. BasedOnReview (details)
  46. Apply suggestions from code review (details)
  47. LineParagraph (details)
  48. LineParagraph (details)
  49. Fix formatting of 'when', 'elsewhen', and 'when initial()' (details)
  50. Fix year in date reference (details)
  51. Apply suggestions from code review (details)
  52. Clean up indentation and capitalization in ExternalFunctions hierarchy (details)
  53. Introduce new listings language for file hierarchy listings (details)
  54. Sentence-based line breaks and basic formatting (details)
  55. Fix style issues with unit syntax (details)
  56. Fix typo (details)
  57. Fix external function call (details)
  58. BeMoreSpecific (details)
  59. FixSpace (details)
  60. Change "UNIT-PREFIX" -> "unit-prefix" (details)
  61. Get rid of 'filehierarchy' listings language in favor of plain tabbing (details)
  62. Switch to upright font shape for the entire file hierarchy tabbing (details)
  63. Update chapters/overloaded.tex (details)
  64. Move label to correct spot. (details)
  65. Based on suggestions. (details)
  66. Don't use '=' when defining parsing production rule (details)
  67. Define unit-symbol as non-empty sequence of some undefined unit-char (details)
  68. Rephrase "base version" (details)
  69. Fix formatting of 'micro' (details)
  70. [CI] Set a username before git commit (#3021) (details)
Commit 2b6a4c45bd17f4d4380f47612c9f3fa708e24cb2 by Hans.Olsson
Change model to function and clean up line-breaks.
Closes #2963
The file was modified chapters/inheritance.tex (diff)
Commit d493a8d94bdcaa3391339268990417e4f617e083 by Hans.Olsson
Correct double for introduced in #2916
Closes #2966
The file was modified chapters/equations.tex (diff)
Commit f10fc6c7006b2395e5069f66db0dcb1b183c28b7 by Hans.Olsson
Remove copy-paste from unknown source. UseDriveLine is part of other example.
Closes #2968
The file was modified chapters/interface.tex (diff)
Commit 8c2e04b4821d313a1e5b2157411ef10687a56516 by Tidefelt Henrik
Align keywords for 'grammar' with keywords for 'modelica'
The file was modified mlsshared.sty (diff)
Commit 0a7f2f7417c63eea379508a536ad375b991b7fcd by Tidefelt Henrik
Sentence-based line breaks in 'Derivative and Special Purpose Operators'

This commit only affects line breaks inside paragraphs of the LaTeX source code.
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 7e0acd93bfdd28e2a3ecc1b3ed88fa99afbca80c by Tidefelt Henrik
Fix typo

The typo is mentioned in #2953, but is not the point of the issue.
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit a2be8a71c316b97018a0a272e018cb9c2824a4d1 by Tidefelt Henrik
Add missing formatting of 'expr'
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit d9595f37b6fd4eb41355050b900f38c668e9ae38 by Tidefelt Henrik
Move misplaced paragraph break
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit e39c7d6d9affa0fe22b41925389ee757f8615b1d by Tidefelt Henrik
Update copies of 'equation' and 'statement' rules to match appendix
The file was modified chapters/statements.tex (diff)
The file was modified chapters/equations.tex (diff)
Commit 7ffd26e1b658c9395ec8ab332bb17e81d0e6bc0a by Tidefelt Henrik
Add missing white-space in copies of 'for-index' rule
The file was modified chapters/statements.tex (diff)
The file was modified chapters/equations.tex (diff)
Commit e9abf3cf85910b189f5da2c2b78d16552ec16cc7 by Tidefelt Henrik
Misc minor white-space cleanup
The file was modified chapters/statements.tex (diff)
Commit d2e400d4a9a52dd1d335775ef414bdb35df5086f by Tidefelt Henrik
Update copy of 'algorithm-section' rule to match appendix
The file was modified chapters/statements.tex (diff)
Commit 0896281cdf693b7f6f9e28d4f52d2feb540fa38e by Tidefelt Henrik
Align formatting of grammar listings
The file was modified chapters/syntax.tex (diff)
The file was modified chapters/equations.tex (diff)
The file was modified chapters/statements.tex (diff)
The file was modified chapters/statements.tex (diff)
Commit a0adcc7e3a0311dfa6c171f6aa6260204f1d71a3 by Tidefelt Henrik
Sentence-based line breaking in statements.tex

This file was already mostly in good shape, so this is a low hanging fruit.
The file was modified chapters/statements.tex (diff)
Commit df1b17a43fe2664dfb3d079ab45bf20d433edbdc by Tidefelt Henrik
Sentence-based line breaking in equations.tex

This file was already in pretty good shape, so this is a low hanging fruit.
The file was modified chapters/equations.tex (diff)
Commit 421225ef50d49ea1c9c228277798e0a0dcfea921 by Tidefelt Henrik
Start bullet item with upper case letter
The file was modified chapters/connectors.tex (diff)
Commit 24f4428b7873547e44d5e5ef48faa623720974f9 by Hans.Olsson
Make relevant part normative
The file was modified chapters/equations.tex (diff)
Commit 51e4eef892b690bb8162ff79d76fc6406d197cbf by Tidefelt Henrik
Cross reference restriction on multiple extends-clauses
The file was modified chapters/inheritance.tex (diff)
Commit a80e2905c436cce67bfd2fce6dd67fc2931d404b by Tidefelt Henrik
Shorten comment to fit line width

Also changing from quotes to braces around list of inputs.
The file was modified chapters/inheritance.tex (diff)
Commit 7022057d76955b690ab682c0334390257bd83413 by Tidefelt Henrik
Fix some formatting in scoping.tex
The file was modified chapters/scoping.tex (diff)
Commit 06a4b60544ddcef134c58b9a779e1a24437620ca by Tidefelt Henrik
Fix indentation of the external-clause in the grammar
The file was modified chapters/syntax.tex (diff)
Commit 4f831b88b21c7a6b05fe940d80834d278cc6acd6 by Tidefelt Henrik
Add space around binary operator
The file was modified chapters/scoping.tex (diff)
Commit 427ee3f3755388319bc1b8740d8c937cb0ec5f11 by Tidefelt Henrik
Fix typo: 'subsample' -> 'subSample'
The file was modified chapters/synchronous.tex (diff)
Commit bd8382a9281aef56a7dfd51524720296e3e8fc18 by Tidefelt Henrik
Say "class name of any extends-clause", non-normatively

Addressing review comment by Hans.
The file was modified chapters/inheritance.tex (diff)
Commit c15276e2c05567897f21e72feb16cd6ceae44f66 by Hans.Olsson
Do not incorrectly use import name
Closes #2974
The file was modified chapters/packages.tex (diff)
Commit 374510502e3153ceba999787b9f8ace5d99ee5ab by Hans.Olsson
And better line-break.
The file was modified chapters/packages.tex (diff)
Commit 6f0ac8f4324e7cfbc7da70d4706d5585ebf78c31 by Hans.Olsson
Add to index and have first use.
The file was modified chapters/scoping.tex (diff)
The file was modified chapters/packages.tex (diff)
Commit 3c1c22677102001c8fda58e1791092ca4982b270 by Tidefelt Henrik
Complete transition to sentence-based line breaking in scoping.tex
The file was modified chapters/scoping.tex (diff)
Commit 55ceb96cfd89d10ebb33f90fee01a773906d431e by Tidefelt Henrik
Minor white-space styling in listings
The file was modified chapters/functions.tex (diff)
The file was modified chapters/equations.tex (diff)
The file was modified chapters/scoping.tex (diff)
Commit df4137f114a4f87865ae2d3f0ba3c027eb33fe02 by Tidefelt Henrik
Fix missing of 'missingInnerMessage'
The file was modified chapters/scoping.tex (diff)
The file was modified chapters/revisions.tex (diff)
Commit ca58d092210c781e251227571ab6eb7a2ac3ce55 by Tidefelt Henrik
Fix formatting related to lookup of non-operator function
The file was modified chapters/scoping.tex (diff)
Commit fe9cd4960ebb0671934870e683992a081f2cf0fd by Tidefelt Henrik
Remove period at end of section heading
The file was modified chapters/scoping.tex (diff)
Commit 725e19eaac181be73da9a6eef6fd1fdfaa95dcf4 by Hans.Olsson
Add suggestions for start value and "a diagnostic".
The file was modified chapters/equations.tex (diff)
Commit a9345c0c3dc2ddd5791d7432702fc2b3d9e93528 by noreply
Apply suggestions from code review

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/equations.tex (diff)
The file was modified chapters/equations.tex (diff)
Commit f9425ca7d59fc15ad65f2f07874096210b80c391 by Hans.Olsson
Consistently use "a diagnostics"
The file was modified chapters/functions.tex (diff)
The file was modified chapters/equations.tex (diff)
The file was modified chapters/annotations.tex (diff)
The file was modified chapters/scoping.tex (diff)
The file was modified chapters/synchronous.tex (diff)
Commit ccab40085424d2fbd275daf88265ab9d770b4553 by noreply
Apply suggestion for formatting of 'component'

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified chapters/scoping.tex (diff)
Commit 90c0f1c42d2d05078b15902852427745ad7a8c26 by Tidefelt Henrik
Update comments about LaTeXML issues that are now fixed on 'master'
The file was modified preamble.tex (diff)
Commit ab2b10adfd448b58047e2abc69d1768f03456b6e by noreply
Apply suggestions from code review

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/equations.tex (diff)
Commit b48f4a45b0505a65293fb8b9053ac3919b540d17 by Tidefelt Henrik
Avoid just a '0' in \lstinline when generating HTML

Fixes #2991.  Actually, it's more of a temporary workaround and we'll have to return this once we've switched to a future version of LaTeXML where the upstream issue has been fixed.
The file was modified chapters/lexicalstructure.tex (diff)
The file was modified chapters/connectors.tex (diff)
Commit a3c78d9e06f867a5cad73e276c248c7280012e97 by Tidefelt Henrik
Update comment after LaTeXML issue being fixed promptly on 'master'
The file was modified chapters/lexicalstructure.tex (diff)
The file was modified chapters/connectors.tex (diff)
Commit 3fba2023cf0c25899614af3fbc1293677f9acb70 by noreply
Turned equations into assignments in when-algorithm
The file was modified chapters/equations.tex (diff)
The file was modified chapters/equations.tex (diff)
The file was modified chapters/equations.tex (diff)
Commit a79d88184ba58e8dc6c2703d19b780ebc93dadc4 by noreply
Apply suggestions from code review

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
Co-authored-by: Elena Shmoylova <eshmoylova@users.noreply.github.com>
The file was modified chapters/equations.tex (diff)
The file was modified chapters/functions.tex (diff)
The file was modified chapters/functions.tex (diff)
The file was modified chapters/scoping.tex (diff)
The file was modified chapters/synchronous.tex (diff)
Commit e8f31266dc1c325bd1856eb944e990801f4062e8 by Tidefelt Henrik
Fix formatting of 'when', 'elsewhen', and 'when initial()'
The file was modified chapters/equations.tex (diff)
Commit 8e6a235687726f57d17721c65fc819fc71307afa by modelica
Fix year in date reference
The file was modified chapters/lexicalstructure.tex (diff)
The file was modified chapters/connectors.tex (diff)
Commit 01782fcb38068818bfe1205ca084463bcc9cdb83 by noreply
Apply suggestions from code review

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/equations.tex (diff)
Commit 8567548a2251c850a6fcda908b0924502205df31 by Tidefelt Henrik
Clean up indentation and capitalization in ExternalFunctions hierarchy
The file was modified chapters/functions.tex (diff)
Commit 91a78ac606ce4e1907d20a3671891eaac55f1a19 by Tidefelt Henrik
Introduce new listings language for file hierarchy listings

Fixes #3009.
The file was modified chapters/functions.tex (diff)
The file was modified mlsshared.sty (diff)
Commit d617ab8dd1b46608500463b118d97171b28e8dc4 by Tidefelt Henrik
Sentence-based line breaks and basic formatting
The file was modified chapters/unitexpressions.tex (diff)
Commit 2a0007f9ed8160a6bfa6c35687fec88aa2bd2b89 by Tidefelt Henrik
Fix style issues with unit syntax
The file was modified chapters/unitexpressions.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 7468cae1a9a89503c124aef0928e030ff046cf06 by modelica
Fix external function call
The file was modified chapters/functions.tex (diff)
The file was modified chapters/overloaded.tex (diff)
The file was modified chapters/overloaded.tex (diff)
Commit 4a73045fb49ae9d067e32d61d70766fa5ffcaab0 by Tidefelt Henrik
Change "UNIT-PREFIX" -> "unit-prefix"

Change requested by Hans.
The file was modified chapters/unitexpressions.tex (diff)
Commit 693bb8f4f3e473367589b045b74124791d9cf281 by Tidefelt Henrik
Get rid of 'filehierarchy' listings language in favor of plain tabbing
The file was modified mlsshared.sty (diff)
The file was modified chapters/functions.tex (diff)
Commit b8efb19905d593b348b3a68bb5acb33ba72bb5b6 by Tidefelt Henrik
Switch to upright font shape for the entire file hierarchy tabbing
The file was modified chapters/functions.tex (diff)
Commit ffb813509cd19fd69c309c84eeb9e387b4d7c140 by noreply
Update chapters/overloaded.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/overloaded.tex (diff)
Commit 44bb5e64cc021dcee085bb66862f55e904f372b3 by Hans.Olsson
Move label to correct spot.
The file was modified chapters/arrays.tex (diff)
The file was modified chapters/overloaded.tex (diff)
Commit 4976c43b3b2bb93f7a6acf805da57df1fae02e29 by Tidefelt Henrik
Don't use '=' when defining parsing production rule
The file was modified chapters/unitexpressions.tex (diff)
Commit 88aa775eb89e7c02bca618a8b535fdb4dda089e9 by Tidefelt Henrik
Define unit-symbol as non-empty sequence of some undefined unit-char
The file was modified chapters/unitexpressions.tex (diff)
The file was modified chapters/unitexpressions.tex (diff)
Commit d7813038d757d1cd75f44d9787abd24676a79323 by Tidefelt Henrik
Fix formatting of 'micro'
The file was modified chapters/unitexpressions.tex (diff)
Commit 8c381e301923c4d46888aa9ab4a01d4f435146d0 by noreply
[CI] Set a username before git commit (#3021)

The file was modified .CI/Jenkinsfile (diff)