In case I want to describe the pixels of a picture with cartesian coordinates, how would I properly typeset the coordinates?
Is p_\mathrm{x}, p_\mathrm{y} correct or rather c_x, c_y?
x and y represent the global cartesian coordinates -- again: italic or not?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
I’ll always set them in italic since they are kind of variables. The upright font is used for constant values like Euler’s e etc., functions like the Sine or texts like “min”, “max” which are available as macros ( * See Count Zero’s comment Some examples
Just a thought: I wonder why you need the |
|||||||||||
|

xandyshould be italic (as in$c_x$) as then the association with$x$is clear. – Peter Grill Jun 11 '12 at 22:41