Skip to content

Changes

Summary

  1. Remove spurious/strange paragraph breaks (details)
  2. Minor improvement of 'itemize' source readability (details)
  3. Clean up some whitespace and ellipses in chapter 'Equations' Modelica code (details)
  4. Misc \lstinline cleanup in chapter 'Equations' (details)
  5. Use cleveref.sty instead of \autoref (details)
  6. Remove hard-coded section name after \cref (details)
  7. Make it an error to use \autoref (details)
  8. Get rid of \doublelabel in favor of plain \label (details)
  9. Change one instance of \cref to \Cref (details)
  10. Remove redundant reference to enumeration item (details)
  11. Use \cref for referencing equations (details)
  12. Try to fix CI build by installing cleveref.sty (details)
  13. Use \eqref instead of \cref for equation references (details)
  14. Add missing whitespace (details)
  15. Restore (details)
  16. RestoreSpace (details)
  17. Restore (details)
  18. Update chapters/annotations.tex (details)
  19. Update chapters/annotations.tex (details)
  20. Restore quoted identifier part (details)
  21. Remove space added for source code readability (details)
  22. #2620 replace non existing comment non-terminal with description non-terminal (details)
  23. Try to fix CI build by installing cleveref.sty (details)
  24. Add comments about LaTeXML issue 1292 being fixed on 'master' (details)
  25. Build and use the new docker image with cleveref (#2626) (details)
Commit 1e62d0e66c2be589c0ad819da3c64c6dadf5d7ec by Tidefelt Henrik
Remove spurious/strange paragraph breaks
The file was modified chapters/equations.tex (diff)
Commit 9747fbb508d1d1f0df19b2cd514875acc933a823 by Tidefelt Henrik
Minor improvement of 'itemize' source readability
The file was modified chapters/equations.tex (diff)
Commit d950d9f9e1ca01455a3e419f819225d1ca056752 by Tidefelt Henrik
Clean up some whitespace and ellipses in chapter 'Equations' Modelica code
The file was modified chapters/equations.tex (diff)
Commit 57f4b681c6576cddf7bac80885c95c5d10ce51bc by Tidefelt Henrik
Misc \lstinline cleanup in chapter 'Equations'
The file was modified chapters/equations.tex (diff)
Commit 03a40f038452024a988bb8e364cdea8f4e3bc089 by Tidefelt Henrik
Use cleveref.sty instead of \autoref
The file was modified chapters/inheritance.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/stream.tex (diff)
The file was modified chapters/classes.tex (diff)
The file was modified chapters/interface.tex (diff)
The file was modified chapters/synchronous.tex (diff)
The file was modified chapters/glossary.tex (diff)
The file was modified chapters/connectors.tex (diff)
The file was modified chapters/lexicalstructure.tex (diff)
The file was modified chapters/functions.tex (diff)
The file was modified chapters/scoping.tex (diff)
The file was modified chapters/equations.tex (diff)
The file was modified chapters/statemachines.tex (diff)
The file was modified chapters/dae.tex (diff)
The file was modified chapters/statements.tex (diff)
The file was modified chapters/derivationofstream.tex (diff)
The file was modified chapters/syntax.tex (diff)
The file was modified chapters/annotations.tex (diff)
The file was modified chapters/preface.tex (diff)
The file was modified chapters/abstract.tex (diff)
The file was modified chapters/introduction.tex (diff)
The file was modified chapters/overloaded.tex (diff)
The file was modified chapters/arrays.tex (diff)
The file was modified preamble.tex (diff)
The file was modified chapters/revisions.tex (diff)
The file was modified chapters/packages.tex (diff)
Commit c2520a775c27c547bfde553288f972829dc21d3c by Tidefelt Henrik
Remove hard-coded section name after \cref

In the rare cases where the name of the section should be displayed, we should use \crefnameref, but I don't think this is one of those cases.
The file was modified chapters/annotations.tex (diff)
Commit ba53f6a6bf4cfede4c1bfe81490c9cbbf97db4aa by Tidefelt Henrik
Make it an error to use \autoref

Even if \autoref would produce the same output as \cref today, we might decide to change the \cref output in the future, and then we would most likely not remember to also update the \autoref output.
The file was modified preamble.tex (diff)
Commit d4bc17b619a53eedc62c95de276e6f40e5992e39 by Tidefelt Henrik
Get rid of \doublelabel in favor of plain \label

As it has turned out that \doublelabel shouldn't do anything different than \label, it seems better to just stick with the standard command.
The file was modified chapters/glossary.tex (diff)
The file was modified chapters/introduction.tex (diff)
The file was modified chapters/lexicalstructure.tex (diff)
The file was modified chapters/annotations.tex (diff)
The file was modified chapters/preface.tex (diff)
The file was modified chapters/arrays.tex (diff)
The file was modified chapters/connectors.tex (diff)
The file was modified chapters/equations.tex (diff)
The file was modified preamble.tex (diff)
The file was modified chapters/literature.tex (diff)
The file was modified chapters/statemachines.tex (diff)
The file was modified chapters/revisions.tex (diff)
The file was modified chapters/classes.tex (diff)
The file was modified chapters/scoping.tex (diff)
The file was modified chapters/overloaded.tex (diff)
The file was modified chapters/interface.tex (diff)
The file was modified chapters/synchronous.tex (diff)
The file was modified chapters/unitexpressions.tex (diff)
The file was modified chapters/packages.tex (diff)
The file was modified chapters/stream.tex (diff)
The file was modified chapters/dae.tex (diff)
The file was modified chapters/functions.tex (diff)
The file was modified chapters/inheritance.tex (diff)
The file was modified chapters/statements.tex (diff)
The file was modified chapters/syntax.tex (diff)
The file was modified chapters/derivationofstream.tex (diff)
The file was modified chapters/operatorsandexpressions.tex (diff)
The file was modified chapters/library.tex (diff)
Commit e8154ed9766abd9e3ad157fe8eb85d98b9ae2263 by Tidefelt Henrik
Change one instance of \cref to \Cref
The file was modified chapters/packages.tex (diff)
Commit d99d4de395c52487ea373e4518e747234865aa27 by Tidefelt Henrik
Remove redundant reference to enumeration item

The "the last item" has no added value and just makes the reference overly verbose in the presence of the "item 5" output of \cref.
The file was modified chapters/connectors.tex (diff)
Commit 01efb00845996c7ece58e70711eda385c5356c53 by Tidefelt Henrik
Use \cref for referencing equations
The file was modified preamble.tex (diff)
The file was modified chapters/dae.tex (diff)
The file was modified chapters/derivationofstream.tex (diff)
Commit daa8347c3d05a780ce3234c57322683e4e2427e7 by Tidefelt Henrik
Try to fix CI build by installing cleveref.sty
The file was modified .CI/latexml/Dockerfile (diff)
Commit 08b3c4974efa61c261fca95b24b04e58c51b50dd by Tidefelt Henrik
Use \eqref instead of \cref for equation references
The file was modified preamble.tex (diff)
The file was modified chapters/dae.tex (diff)
The file was modified chapters/derivationofstream.tex (diff)
Commit 110aa668b201df8afb01297692b30ebda1094be1 by noreply
Add missing whitespace
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit c97632b4045b59070853adb7f9996458c1ac8522 by Hans.Olsson
Restore
Clarify macros for text
Closes #2416
The file was modified chapters/annotations.tex (diff)
The file was modified chapters/annotations.tex (diff)
Commit 68bf1ee62864aa91d60486f9f711bbd640afe341 by Hans.Olsson
Restore
Based on review.
The file was modified chapters/annotations.tex (diff)
Commit 8537e1625a4860f1e514e02a4a9b08a1869b9fb4 by Hans.Olsson
Update chapters/annotations.tex

write out underscore

Co-Authored-By: Thomas Beutlich <modelica@tbeu.de>
The file was modified chapters/annotations.tex (diff)
Commit 51ad7b38da2099eef161cc71f0880ef930390b3a by Hans.Olsson
Update chapters/annotations.tex

Comma

Co-Authored-By: Thomas Beutlich <modelica@tbeu.de>
The file was modified chapters/annotations.tex (diff)
Commit 20d459dcfb27d181bab67fd61b35ae1c433c3c8a by Hans.Olsson
Restore quoted identifier part
The file was modified chapters/annotations.tex (diff)
Commit 5a17e3fec93c42ceb4c850019763c0523382f7f4 by Tidefelt Henrik
Remove space added for source code readability
The file was modified chapters/equations.tex (diff)
Commit cc6083c39f4fc37e6e3d14c194122476dc0d800c by adrian.pop
#2620 replace non existing comment non-terminal with description non-terminal
The file was modified chapters/syntax.tex (diff)
Commit 3e32a35492b8dcc60ab2eb3cddce57eed87541ba by Tidefelt Henrik
Try to fix CI build by installing cleveref.sty
The file was modified .CI/latexml/Dockerfile (diff)
Commit a56bdd9c220025d7ed2f8181e55abe0b4c42cfb0 by Tidefelt Henrik
Add comments about LaTeXML issue 1292 being fixed on 'master'

LaTeXML issue: https://github.com/brucemiller/LaTeXML/issues/1292
LaTeXML fix: https://github.com/brucemiller/LaTeXML/commit/9f5c893bf5b013db0e7564fcb1733e8cd895b4a9
The file was modified chapters/synchronous.tex (diff)
The file was modified preamble.tex (diff)
Commit bd4fb19388137d97c0f488dc02a3d5c2101e8e33 by noreply
Build and use the new docker image with cleveref (#2626)

Also added a README for updating the docker image
The file was modified .CI/Jenkinsfile (diff)
The file was added.CI/latexml/Dockerfile.incremental
The file was added.CI/latexml/README.md