Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a few bugs found #3

Open
msz59 opened this issue Nov 3, 2022 · 4 comments
Open

a few bugs found #3

msz59 opened this issue Nov 3, 2022 · 4 comments

Comments

@msz59
Copy link

msz59 commented Nov 3, 2022

Thanks for a great resource!

After a cursory reading of some chapters, I've found following "bugs":

  1. "The Fortran Language" chapter, "program case_sample", case (:0) should result in write(,) 'Less than one.' (instead of "Greater")
  2. "Fortran and Python" - there are several places where one reads "-function", "-variables", "-file" or "-attributes" with apparently lacking a term immediately preceding the "-". I guess it should be "C-xxxx" but probably it requires a verification
  3. There are places where "raw syntax" can be seen, like ftype{integer} or "10:math:^{-300}" but that might be just deficiency of the browser (checked in Firefox and Chrome on Linux)

regards, Michal

@jonaslindemann
Copy link
Owner

Thanks for your feedback. I will review your changes and update the documentation.

@jonaslindemann
Copy link
Owner

Should be fixed now. Available here:

https://modern-fortran-in-science-and-technology.readthedocs.io/en/latest/

@msz59
Copy link
Author

msz59 commented Nov 4, 2022

Thanks a lot for the fixes. Still, one can see quite a few "raw syntax" samples, including cite{} ref{} fkeyw{} pkeyw{} ffname{}.
There is also a strange block of LaTeX-like syntax, beginning with "begin{table}begin{center}begin{tabular}" (no backslashes before begin) and containing "caption{Formatting codes in fkeyw{read}/write}". Needless to say, this is rendered quite messy in a browser.

@jonaslindemann
Copy link
Owner

Thanks again. Will go though it again. This book was transferred from LaTeX and has some remnants from this conversion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants