Tagged Questions
7
votes
2answers
277 views
Formatting crystallographic indices
I would like to make a command in LaTeX that can be used like this:
\zoneaxis{1 2 -3}
\zoneaxis{2 -1 -1 10}
and would produce this:
$[1\,2\,\overline{3}]$
$[2\,\overline{1}\,\overline{1}\,10]$
...