Search found 1 match

by Ederson
Sun Mar 02, 2014 4:26 pm
Forum: Math & Science
Topic: Problem with "i" accent in math mode
Replies: 3
Views: 11107

Problem with "i" accent in math mode

Hi Jaraqui,

you can write a dotless i by \i in text mode and by \imath in math mode:

m\acute{\imath}n

As min and max are commonly written upright as operators, to not look like a product of three variables m, i, n or m, a, x, I would declare an (upright) operator for this:

\documentclass ...