Skip to main content
added 85 characters in body
Source Link
Mico
  • 552.6k
  • 57
  • 753
  • 1.3k

Math atoms of type op, bin, and rel are generally (depending on what surroundsprecedes and follows these math atoms) generally surrounded by whitespace governed by the parameters \thinmuskip, \medmuskip, and \thickmuskip, respectively. The default values of these parameters in themost article(possibly all) LaTeX document classclasses I'm familiar with are 3mu, 4mu plus 2mu minus 4mu, and 5mu plus 5mu. (mu is defined as 1/18 of the width of the letter "M", aka \emspace1em.) In words, \thinmuskip has a fixed value (it's a "length" parameter"length parameter" in TeX jargon), \thickmuskip has a stretch component but no shrinkage component (its minimal value is 5mu and its maximal value is 10mu), and \medmuskip has both a stretch and a shrinkage component (it's a "glue" parameter"glue parameter" in TeX jargon; itsjargon: Its minimal value is 0mu and its maximal value is 6mu).

You've chosen to make the \mg macro haveassign type math-bin to the \mg macro. As a result, the amount of whitespace around the symbol can be as little as 0mu, i.e., no space at all.

My advice to you would be to not touch the value of \medmuskip, as it's used in all kinds of places and calculations. In view of the facts that (a) \mg is supposed to play a role akin to that of \mid, (b) \mid's math status is defined as having type math-rel, and (c) \thickmuskip has no shrinkage component, I would assign math-rel status to \mg as well (and get used to 5mu rather than 4mu of separation).

Math atoms of type op, bin, and rel are (depending on what surrounds these math atoms) generally surrounded by whitespace governed by the parameters \thinmuskip, \medmuskip, and \thickmuskip, respectively. The default values of these parameters in the article document class are 3mu, 4mu plus 2mu minus 4mu, and 5mu plus 5mu. (mu is defined as 1/18 of the width of the letter "M", aka \emspace.) In words, \thinmuskip has a fixed value (it's a "length" parameter in TeX jargon), \thickmuskip has a stretch component but no shrinkage component (its minimal value is 5mu and its maximal value is 10mu), and \medmuskip has both a stretch and a shrinkage component (it's a "glue" parameter in TeX jargon; its minimal value is 0mu and its maximal value is 6mu).

You've chosen to make the \mg macro have type math-bin. As a result, the amount of whitespace around the symbol can be as little as 0mu, i.e., no space at all.

My advice to you would be to not touch the value of \medmuskip, as it's used in all kinds of places and calculations. In view of the facts that (a) \mg is supposed to play a role akin to that of \mid, (b) \mid is defined as having type math-rel, and (c) \thickmuskip has no shrinkage component, I would assign math-rel status to \mg as well.

Math atoms of type op, bin, and rel are generally (depending on what precedes and follows these math atoms) surrounded by whitespace governed by the parameters \thinmuskip, \medmuskip, and \thickmuskip, respectively. The default values of these parameters in most (possibly all) LaTeX document classes I'm familiar with are 3mu, 4mu plus 2mu minus 4mu, and 5mu plus 5mu. (mu is defined as 1/18 of the width of the letter "M", aka 1em.) In words, \thinmuskip has a fixed value (it's a "length parameter" in TeX jargon), \thickmuskip has a stretch component but no shrinkage component (its minimal value is 5mu and its maximal value is 10mu), and \medmuskip has both a stretch and a shrinkage component (it's a "glue parameter" in TeX jargon: Its minimal value is 0mu and its maximal value is 6mu).

You've chosen to assign type math-bin to the \mg macro. As a result, the amount of whitespace around the symbol can be as little as 0mu, i.e., no space at all.

My advice to you would be to not touch the value of \medmuskip, as it's used in all kinds of places and calculations. In view of the facts that (a) \mg is supposed to play a role akin to that of \mid, (b) \mid's math status is math-rel, and (c) \thickmuskip has no shrinkage component, I would assign math-rel status to \mg as well (and get used to 5mu rather than 4mu of separation).

added 34 characters in body
Source Link
Mico
  • 552.6k
  • 57
  • 753
  • 1.3k

Math atoms of type op, bin, and rel are (depending on what surrounds these math atoms) generally surrounded by whitespace governed by the parameters \thinmuskip, \medmuskip, and \thickmuskip, respectively. The default values of these parameters in the article document class are 3mu, 4mu plus 2mu minus 4mu, and 5mu plus 5mu. (mu is defined as 1/1218 of the width of the letter "M", aka \emspace.) In words, \thinmuskip has a fixed value (it's a "length" parameter in TeX jargon), \thickmuskip has a stretch component but no shrinkage component (its minimal value is 5mu and its maximal value is 10mu), and \medmuskip has both a stretch and a shrinkage component (it's a "glue" parameter in TeX jargon; its minimal value is 0mu and its maximal value is 6mu).

You've chosen to make the \mg macro have type math-bin. As a result, the amount of whitespace around the symbol can be as little as 0mu, i.e., no space at all.

My advice to you would be to not to touch the value of \medmuskip, as it's used in all kinds of places and calculations. In view of the facts that (a) \mg is supposed to play a role akin to that of \mid, (b) \mid is ofdefined as having type math-rel, and (c) \thickmuskip has no shrinkage component, I would assign math-rel status to \mg as well.

Math atoms of type op, bin, and rel are (depending on what surrounds these math atoms) generally surrounded by whitespace governed by the parameters \thinmuskip, \medmuskip, and \thickmuskip, respectively. The default values of these parameters in the article document class are 3mu, 4mu plus 2mu minus 4mu, and 5mu plus 5mu. (mu is defined as 1/12 the width of the letter "M".) In words, \thinmuskip has a fixed value (it's a "length" parameter in TeX jargon), \thickmuskip has a stretch component but no shrinkage component (its minimal value is 5mu and its maximal value is 10mu), and \medmuskip has both a stretch and a shrinkage component (it's a "glue" parameter in TeX jargon; its minimal value is 0mu and its maximal value is 6mu).

You've chosen to make the \mg macro have type math-bin. As a result, the amount of whitespace around the symbol can be as little as 0mu, i.e., no space at all.

My advice to you would be not to touch the value of \medmuskip, as it's used in all kinds of places and calculations. In view of the facts that (a) \mg is supposed to play a role akin to that of \mid, (b) \mid is of type math-rel, and (c) \thickmuskip has no shrinkage component, I would assign math-rel status to \mg as well.

Math atoms of type op, bin, and rel are (depending on what surrounds these math atoms) generally surrounded by whitespace governed by the parameters \thinmuskip, \medmuskip, and \thickmuskip, respectively. The default values of these parameters in the article document class are 3mu, 4mu plus 2mu minus 4mu, and 5mu plus 5mu. (mu is defined as 1/18 of the width of the letter "M", aka \emspace.) In words, \thinmuskip has a fixed value (it's a "length" parameter in TeX jargon), \thickmuskip has a stretch component but no shrinkage component (its minimal value is 5mu and its maximal value is 10mu), and \medmuskip has both a stretch and a shrinkage component (it's a "glue" parameter in TeX jargon; its minimal value is 0mu and its maximal value is 6mu).

You've chosen to make the \mg macro have type math-bin. As a result, the amount of whitespace around the symbol can be as little as 0mu, i.e., no space at all.

My advice to you would be to not touch the value of \medmuskip, as it's used in all kinds of places and calculations. In view of the facts that (a) \mg is supposed to play a role akin to that of \mid, (b) \mid is defined as having type math-rel, and (c) \thickmuskip has no shrinkage component, I would assign math-rel status to \mg as well.

added 84 characters in body
Source Link
Mico
  • 552.6k
  • 57
  • 753
  • 1.3k

Math atoms of type op, bin, and rel are (depending on what surrounds these math atoms) generally surrounded by whitespace governed by the parameters \thinmuskip, \medmuskip, and \thickmuskip, respectively. The default values of these parameters in the article document class are 3mu, 4mu plus 2mu minus 4mu, and 5mu plus 5mu. (mu is defined as 1/12 the width of the letter "M".) In words, \thinmuskip has a fixed value (it's a "length" parameter in TeX jargon), \thickmuskip has a stretch component but no shrinkage component (its minimal value is 5mu, and it can be as large as 10 muits maximal value is 10mu), and \medmuskip has both a stretch and a shrinkage component (it's a "glue" parameter in TeX jargon; its minimal value is 0mu and its maximal value is 6mu).

You've chosen to make the \mg macro have type math-bin. As a result, the amount of whitespace around the symbol can be as little as 0mu, i.e., no space at all.

My advice to you would be not to touch the value of \medmuskip, as it's used in all kinds of places and calculations. In view of the facts that (a) \mg is supposed to play a role akin to that of \mid, (b) \mid is of type math-rel, and (c) \thickmuskip has no shrinkage component, I would assign math-rel status to \mg as well.

Math atoms of type op, bin, and rel are (depending on what surrounds these math atoms) generally surrounded by whitespace governed by the parameters \thinmuskip, \medmuskip, and \thickmuskip, respectively. The default values of these parameters in the article document class are 3mu, 4mu plus 2mu minus 4mu, and 5mu plus 5mu. In words, \thinmuskip has a fixed value (it's a "length" in TeX jargon), \thickmuskip has a stretch but no shrinkage component (its minimal value is 5mu, and it can be as large as 10 mu), and \medmuskip has both a stretch and a shrinkage component (it's "glue" in TeX jargon; its minimal value is 0mu and its maximal value is 6mu).

You've chosen to make the \mg macro have type math-bin. As a result, the amount of whitespace around the symbol can be as little as 0mu, i.e., no space at all.

My advice to you would be not to touch the value of \medmuskip, as it's used in all kinds of places and calculations. In view of the facts that (a) \mg is supposed to play a role akin to that of \mid, (b) \mid is of type math-rel, and (c) \thickmuskip has no shrinkage component, I would assign math-rel status to \mg as well.

Math atoms of type op, bin, and rel are (depending on what surrounds these math atoms) generally surrounded by whitespace governed by the parameters \thinmuskip, \medmuskip, and \thickmuskip, respectively. The default values of these parameters in the article document class are 3mu, 4mu plus 2mu minus 4mu, and 5mu plus 5mu. (mu is defined as 1/12 the width of the letter "M".) In words, \thinmuskip has a fixed value (it's a "length" parameter in TeX jargon), \thickmuskip has a stretch component but no shrinkage component (its minimal value is 5mu and its maximal value is 10mu), and \medmuskip has both a stretch and a shrinkage component (it's a "glue" parameter in TeX jargon; its minimal value is 0mu and its maximal value is 6mu).

You've chosen to make the \mg macro have type math-bin. As a result, the amount of whitespace around the symbol can be as little as 0mu, i.e., no space at all.

My advice to you would be not to touch the value of \medmuskip, as it's used in all kinds of places and calculations. In view of the facts that (a) \mg is supposed to play a role akin to that of \mid, (b) \mid is of type math-rel, and (c) \thickmuskip has no shrinkage component, I would assign math-rel status to \mg as well.

Source Link
Mico
  • 552.6k
  • 57
  • 753
  • 1.3k
Loading