What Are the ## LaTeX Symbols?

  • Context: LaTeX 
  • Thread starter Thread starter BruceW
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 579 views
Messages
3,611
Reaction score
121
what are the ## latex symbols??

hi all,
I was wondering, whenever I quote someone's equations, it comes up something like \##\frac{x}{y}\## with these \## symbols... But I have been using \[itex\]\frac{x}{y}\[/itex\]. So what are these \## symbols all about? Are they equivalent to [itex]?<br /> <br /> p.s. I've used \[itex]and \## so that the computer doesn't just turn it into latex[/itex][/itex]
 
Physics news on Phys.org
ah, thanks dudes. /## is much easier to type than /[tex] I wonder if I can use<br /> [tex]\begin{equation} \frac{x}{y} \end{equation}[/tex]<br /> ah, guess not.[/tex]
 
That one works when I copy and paste it.
[tex]\begin{equation} \frac{x}{y} \end{equation}[/tex] It also works without any tags at all. (The begin and end are sufficient).
\begin{equation} \frac{x}{y} \end{equation} Maybe MathJax was confused by the /## and /[tex]earlier in your post? Let's try it again.<br /> [tex]\begin{equation} \frac{x}{y} \end{equation}[/tex]<br /> Yes, that seems to be the problem.[/tex]
 
oh cool, thanks.
[tex]\begin{equation} \label{eq:practice} \frac{x}{y} \end{equation}[/tex]
I also tried to label it, but it did not do any automatic label numbering (of the equation). I guess that would be part of some latex package which is not included for the latex of this site. (or something like that. I'm not so knowledgeable about this kind of stuff). It's no problem really, I was just trying it out to see.

I labeled it [itex]\ref{eq:practice}[/itex]
 
Last edited: