Tagged Questions
6
votes
1answer
181 views
Greek letters in formulas?
I just encountered a question which had a formula in LaTeX syntax, like so:
$$\frac{d\phi}{dt} = F(x, v)\ \ ,\ \ x = A\cos(\omega t + \phi) \ \ ,\ \ v = -A\omega\sin(\omega t + \phi)$$
LaTeX ...
4
votes
0answers
168 views
The markup [tag:…] should use the style on the parent site
If we use the recently added [tag:…] markup on Meta, the tags are rendered in the style on Meta, but this is counterintuitive because they refer to tags on parent. Example: haskell
The parent tags ...
20
votes
3answers
1k views
Better style for HTML 'definition list' <dl> elements
Among allowed HTML tags there are tags which together form 'definition list', namely <dl> (definition list), <dt> (definition term), and <dd> (definition description) elements. They ...