Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Well that seems to work, a bit. In the output dvi \tensor{x} is exactly what I wanted it to be. But it affected the way some chars are printed, ž is printed as \vec z (setup is \usepackage{czech} and \usepackage[utf8]{inputenc}). Also I want to use hyperref (\usepackage[ps2pdf,unicode]{hyperref}) and convert dvi to ps and pdf but in this files \tensor{x} is printed as $ over x. But thank you for getting me in right direction. Commented Nov 1, 2015 at 17:49
  • Ok, first problem is solved by right order. At first I have declared this part of old-arrows and only after that used other packages. And second problem was resolved by adding -u "+oasy.map" to dvips during conversion. Thanks. Commented Nov 1, 2015 at 18:20