Are the Equations in My Thread Displaying Correctly?

  • Thread starter Anamitra
  • Start date
In summary, when the original posting was made, correct output could be observed. Somehow it changed later. I don't know how!
  • #1
Anamitra
621
0
This is in regard of my thread "Radial Motion in Schwarzschild's Geometry"

When I posted it the formulas/equations were legible. But for some time I have noticed that the Latex codes are remaining untransformed-----and of course quite illegible. I am particularly concerned about the postings 1,46 and 48 of the above mentioned thread. Some of the vital equations have been boxed off as incorrect.

When I posted them everything was OK.But now things are totally different.

It is my request you to view the postings in the above thread and let me know whether you are getting the correct view of the equations/formulas

Relevant Links
https://www.physicsforums.com/showpost.php?p=3220811&postcount=1
https://www.physicsforums.com/showpost.php?p=3233999&postcount=46
https://www.physicsforums.com/showpost.php?p=3249622&postcount=48
 
Physics news on Phys.org
  • #2
As I mentioned in a PM, I think the issue is that we now use a different Latex plug in: mathjax. Your Latex, which was perfectly fine under the old processor, now has some syntax errors so does not display properly.

You can try using http://www.arachnoid.com/latex/index.html to test whether code will work under mathjax.
 
  • #3
They appear boxed to me. The problem is that we recently switched to a new LaTeX-system, and what was ok then, might not be ok now.

That said, I would like to give you some hints in using LaTeX. You don't have to put { } brackets around everything, in fact it's recommended that you don't (as you will get less errors that way.

For example your first formula was

{\frac{{d}^{2}{x}^{\alpha}}{{d}{\tau}^{2}}}{=}{-}{{\Gamma}^{\alpha}}_{\beta\gamma}{\frac{{d}{x}^{\beta}}{{d}{\tau}}{\frac{{d}{x}^{\gamma}}{{d}{\tau}}

and could just as easily be written as

\frac{d^2 x^\alpha}{d\tau^2} = -\Gamma^\alpha_{\beta\gamma} \frac{dx^\beta}{d\tau} \frac{dx^\gamma}{d\tau}

which doesn't give errors:[tex]\frac{d^2 x^\alpha}{d\tau^2} = -\Gamma^\alpha_{\beta\gamma}\frac{dx^\beta}{d\tau} \frac{dx^\gamma}{d\tau}[/tex]
 
  • #4
In response to post 2

I am getting the correct output after making necessary corrections. The correct code is given below.

{\frac{{d}^{2}{x}^{\alpha}}{{d}{\tau}^{2}}}{=}{-}{{\Gamma}^{\alpha}}_{\beta\gamma}{\frac{{d}{x}^{\beta}}{{d}{\tau}}}{\frac{{d}{x}^{\gamma}}{{d}{\tau} }}

When the original posting was made, correct output could be observed. Somehow it changed later. I don't know how!
 
  • #5
Anamitra said:
In response to post 2

I am getting the correct output after making necessary corrections. The correct code is given below.

{\frac{{d}^{2}{x}^{\alpha}}{{d}{\tau}^{2}}}{=}{-}{{\Gamma}^{\alpha}}_{\beta\gamma}{\frac{{d}{x}^{\beta}}{{d}{\tau}}}{\frac{{d}{x}^{\gamma}}{{d}{\tau} }}

When the original posting was made, correct output could be observed. Somehow it changed later. I don't know how!

It's probably because the last LaTeX system was not so sensitive about missing brackets. So if you forgot a bracket, then it didn't matter. Right now, it doesn't work if you forget a bracket...
 
  • #6
micromass said:
It's probably because the last LaTeX system was not so sensitive about missing brackets. So if you forgot a bracket, then it didn't matter. Right now, it doesn't work if you forget a bracket...

Missing brackets were overlooked by the previous software posting the correct output --to the utter amazement of everybody--I would request Doc Al to comment on this statement

If the old software is there somewhere with you--this anomalous software effect could be easily tested [right now]----to what extent it accepts incorrect postings[in relation to codes--missing brackets and perhaps other things]
 
  • #7
Anamitra said:
Missing brackets were overlooked by the previous software posting the correct output --to the utter amazement of everybody--I would request Doc Al to comment on this statement
That sounds right to me.

You can test code using the link I provided in post #2. Your code works with 'CodeCogs' checked (which must be close to our old Latex processor), but not with 'mathjax' checked.

Maybe you can find an online app that would flag the missing brackets.
 
  • #8
Anamitra said:
Missing brackets were overlooked by the previous software posting the correct output --to the utter amazement of everybody--I would request Doc Al to comment on this statement

If the old software is there somewhere with you--this anomalous software effect could be easily tested [right now]----to what extent it accepts incorrect postings[in relation to codes--missing brackets and perhaps other things]
I have tested this in the PF Library, which still uses the old LaTeX processor. Indeed, any extra "{" or "}" brackets were simply ignored.
 
  • #9
Corrections have been implemented by the forum authorities on the affected postings.
Everything is appearing fine--the equations are no more illegible.Hope they stay like that for a very long time--I am referring to any future implementations of software

After the edit button goes off the poster/author really cannot do any thing to rectify problems created on old threads/postings by newly implemented software.The only option is to report the matter to the authorities.

I reported the matter to Greg Bernhardt on 29th June. But there was no reply or response action. Today I reported the matter again to several administrators, mentors and one of the Science advisers. Thankfully I got two reply letters.

But corrections have been implement only after I put up the matter in the Forum Feedback and Announcement section. It takes time to address a problem --I do admit.

I am thanking the authorities for their consideration[ with the hope that the corrected equations remain unchanged]
 
  • #10
The letter has been found.The mistake is regretted

[I had missed the letter I sent to Greg on 29th June while I was searching through the inbox[sent items]---I thought the software was doing something. But the letter is in place]
 
Last edited:
  • #11
Here is the code from an unedited posting [posting 7] of the same thread.The formula of course is illegible even now:

[tex]
\frac{m/r^2}{\sqrt{1-2m/r}}
[/itex]

I never write [itex]

How did this happen---The new software caused this while it was "Recompiling Old Postings" [I mean the equations/formulas]

Link: https://www.physicsforums.com/showpost.php?p=3222351&postcount=7
 
Last edited:
  • #12
Anamitra said:
Here is the code from an unedited posting [posting 7] of the same thread.The formula of course is illegible even now:

[tex]
\frac{m/r^2}{\sqrt{1-2m/r}}
[/itex]

I never write [itex]

How did this happen---The new software caused this while it was "Recompiling Old Postings" [I mean the equations/formulas]

Link: https://www.physicsforums.com/showpost.php?p=3222351&postcount=7
The tags must match. You cannot have one end with 'tex' and the other with 'itex'. Making them both tex gives you:
[tex]
\frac{m/r^2}{\sqrt{1-2m/r}}
[/tex]
 
  • #13
Doc Al said:
The tags must match. You cannot have one end with 'tex' and the other with 'itex'. Making them both tex gives you:
[tex]
\frac{m/r^2}{\sqrt{1-2m/r}}
[/tex]

This is not an answer: Something which was legible when I posted is illegible now.
Moreover I never use itex.
 
  • #14
I don't understand, you weren't the user that posted that. It was Mentz that posted it...
 
  • #15
Testing in the library tells me that in the old LaTeX system the [ tex] and [ /tex]-cases didn't have to match. So we could easily write [ itex]x^2[ /tex] and it would work. The system now is much more sensitive.
 
  • #16
Its true Mentz posted it. Quite unusual that he did not notice his mistake[or may be he did not correct it]--but it is not impossible.

The new software recompiles old threads apart from compiling the new ones[the currently inserted codes] ----------- you must be subscribing to this view.
 
  • #17
Matter of Concern: My last posting in the thread " Radial Motion in Schwarzschild" has been deleted.

Incidentally, the number of viewers in with this thread have been steadily increasing.Obviously they were going through the plight of reading illegible equations

It was quite possible that readers could have held the author responsible for putting up incorrect equations.Did they have any way to ascertain that the old software was not sensitive to missing brackets?[Incidentally the old software did not inform me of any mistake I made-----It has been assumed by the authorities with certainty that a mistake committed]

I had put up this information with the last posting in the concerned thread to make the visitors aware of the fact that I did not have any intention of causing a strainful reading for them.
The authorities took a wise wise decision to delete the posting[the word thread has been replaced by the word posting]

[In the first sentence the word posting was already there--it stays unmodified]
 
Last edited:
  • #19
My enquiry relates to the deletion of the recent post. That was clearly indicated
 
  • #20
Anamitra said:
Matter of Concern: My last posting in the thread " Radial Motion in Schwarzschild" has been deleted.

I deleted the post. Posts in the Special & General Relativity forum should have physics content; your post had no physics content.

Anamitra said:
Incidentally, the number of viewers in with this thread have been steadily increasing.Obviously they were going through the plight of reading illegible equations

No, the view count for the thread has been going up because Mentors have been fixing your broken code, and have been having look just to see what all the fuss is about. I have viewed the thread more than a dozen times in the last day, and I didn't do any of the the work fixing your code.
Anamitra said:
It was quite possible that readers could have held the author responsible for putting up incorrect equations.Did they have any way to ascertain that the old software was not sensitive to missing brackets?[Incidentally the old software did not inform me of any mistake I made-----It has been assumed by the authorities with certainty that a mistake committed]
Redbelly98 said:
I have tested this in the PF Library, which still uses the old LaTeX processor. Indeed, any extra "{" or "}" brackets were simply ignored.

Are you accusing the Mentors of dishonesty?

1) You have been told that your code had mistakes.
2) Mentors (not me) have spent a substantial amount of time fixing your mistakes.
3) Mentors have tested your code with the old and new software (again, not me), and they have confirmed that different outputs were produced.

Are you grateful? No, you continue to make accusatory, arrogant, and whiny posts. Why can't you just own up to your mistakes? Everyone occasionally makes these types of mistakes.
 
  • #21
Anamitra said:
I had put up this information with the last posting in the concerned thread to make the visitors aware of the fact that I did not have any intention of causing a strainful reading for them.
It is only reasonable that you would not intentionally cause strainful reading for people, so there is no need to post an explanation -- especially since your posted equations are now readable.
 
  • #22
I have been told that that my codes had mistakes.
But the old software could not report it[it was not so sensitive to missing brackets]. The equations came up properly and I was satisfied

Much later I saw to my utmost horror the equations were not legible in many important postings. The reason was--the new software was not accepting missing brackets during the recompilation of old threads.

Many readers obviously went away with the dissatisfaction that the author was negligent while posting equations----that he showed no concern towards the convenience of readability by the readers/viewers.This is a correct type of apprehension.

To remove such doubts from their minds, I posted the analysis of the problem which I got from your people[forum staff].The audience is not supposed to know all this if they are not informed--that the old software was not sensitive to brackets while the new one is..They may not be always visiting the Forum Feed back and Announcement section to get all the information

This has nothing to do with any type of arrogance

Regarding the "physics content" issue "the letter of the law " can always be used against the interest of the author if the mentor intends to choose such a direction.But the relevance of my [deleted]posting should be quite clear.

The same person who went back viewing illegible equations may come back again to view corrected equations[in the event of future postings with the same thread]. He simply gets the impression that the author has delayed the corrections in a negligent way. The forum I believe has nothing to gain form such misconceptions with the audience. Is there really any problem if the author informs the audience of the issue instead of the forum authorities who may not always have time to do all this?

Mentors have done useful work fixing up the codes.I have already thanked them. I do thank them again for their contribution.
But does this justify the deletion of my posting?It was just an explanation of the situation for the audience. They may not always be visiting the feedback and Announcement section.
 
  • #23
Naty1 said:
The only group of people who NEVER make mistakes are politicians.

That's a part of a posting ---a part full of physics.It has been retained for its relevance

[I hope the mentors will not delete the entire thread[or the entire posting] for the sake of the quotation. ]
 
  • #24
Enough already. All the code in that thread has been fixed. (Including the typo in Mentz114's post.)
 

Related to Are the Equations in My Thread Displaying Correctly?

1. How do I know if the equations in my thread are displaying correctly?

If the equations are displaying properly, you should see all symbols and numbers clearly and in the correct order. The equations should also make logical sense and any variables or constants should be properly labeled.

2. What should I do if the equations in my thread are not displaying correctly?

If the equations are not displaying correctly, it could be due to a variety of reasons such as incorrect syntax, missing symbols, or incompatible formatting. Try checking your code for errors or using a different formatting method. It may also be helpful to consult with a math or coding expert for assistance.

3. Can I use any type of equation in my thread?

Yes, you can use any type of equation in your thread as long as it is relevant to the topic being discussed. However, it is important to ensure that the equations are accurate and properly formatted for easy understanding.

4. Are there any specific guidelines for displaying equations in a thread?

There are no specific guidelines for displaying equations in a thread, but it is important to consider the readability and clarity of the equations. It may also be helpful to provide a brief explanation or context for the equations if they are complex.

5. How can I ensure that my equations are accessible for all users?

To ensure that your equations are accessible for all users, it is important to use a standard format such as MathML or LaTeX. These formats are compatible with screen readers and assistive technologies, making them accessible for users with disabilities. It is also important to provide alternative text or descriptions for any visual elements in the equations.

Similar threads

  • Feedback and Announcements
Replies
11
Views
143K
  • Feedback and Announcements
Replies
1
Views
697
  • Feedback and Announcements
Replies
6
Views
1K
  • Feedback and Announcements
Replies
6
Views
1K
  • Feedback and Announcements
Replies
29
Views
6K
  • Feedback and Announcements
Replies
1
Views
911
  • Introductory Physics Homework Help
Replies
5
Views
802
  • Feedback and Announcements
Replies
5
Views
2K
  • Feedback and Announcements
Replies
4
Views
3K
  • Feedback and Announcements
Replies
4
Views
2K
Back
Top