Some updates based on work with manus 128#47
Some updates based on work with manus 128#47isoAdvector wants to merge 3 commits intoOpenFOAM-Journal:masterfrom
Conversation
Needed by bibtex
Needed to handle Icelandic letters
Enclosed lstlisting in minipage to avoid code snippet cut across several pages. Not ideal solution. Could cause vertical alignement troubles in papers with many long listings.
There was a problem hiding this comment.
Thanks for the contribution! I guess I am maybe the right person to give some review here. The missing description triggered some questions.
Generally, one PR per suggestion would be better, as you originally had it.
Please also merge from master, I pushed some changes to the CI.
There was a problem hiding this comment.
In which case did you need to provide this as an additional file?
By the way, there seems to be some recent renaming of files in TeX Live. Does maybe setting
- \bibliographystyle{IEEEtran}
+ \bibliographystyle{ieeetran}work for you? In any case, what you suggest might be the more portable way.
Edit: Related to #43
| \usepackage{finiteVolumeNotation} | ||
|
|
||
| % Other packages and commands | ||
| \usepackage[T1]{fontenc} |
There was a problem hiding this comment.
Why is this needed?
Edit: Seems to be related to #45 (comment) and the IEEEtran bib style.
| Herein, $\Q=\Q(\xt)$ is an arbitrary general intensive physical quantity, e.g., a fluid property (scalar or tensor of any rank). Thus, \autoref{eq:genTransEq} is often referred to as a generic transport equation. | ||
|
|
||
| \OF (Open Field Operation And Manipulation) is a flexible and mature C++ Class Library for Computational Continuum Mechanics (CCM) and Multiphysics. Its Object-Oriented-Programming (OOP) paradigm enables to \emph{mimic data types and basic operations} of CCM using top-level syntax as close as possible to the conventional mathematical notation \emph{for tensors and partial differential equations}: | ||
| \noindent\begin{minipage} |
There was a problem hiding this comment.
|
I found the related issues and individual PRs and edited by comments to link to them. I think this is generally a good idea, but please merge from |
No description provided.