Skip to main content

Questions tagged [math-mode]

{math-mode} is about typesetting mathematical content, e.g. tweaking the appearance of spacing and symbols in a formula, or producing specific mathematical constructs. For questions about "wrapper" environments like equation or align, consider the tag {equations}.

3 votes
2 answers
149 views

Make zero and plus sign same size inside subscript in math mode

I want to make plus and zero sign equal size to make the following picture symmetric; for instance, to align with respect to the plus sign but without using && or something like that. Here's ...
David's user avatar
  • 167
7 votes
2 answers
179 views

Vertical spacing of argmin subscript

In my documents, I define \argmin with the following command. \DeclareMathOperator*{\argmin}{arg\,min} IMO, the subscript (in display mode) is too far from the operator (because of the depth of the &...
inavda's user avatar
  • 251
3 votes
2 answers
147 views

How to break alignment on a row inside the align environment?

I'm trying to typeset the Gell-Mann matrices in LaTeX on Overleaf, these are 8 matrices 3x3. The code I'm using is \documentclass[a4paper, 11pt, twoside, titlepage]{report} \usepackage{amsmath, ...
Marco Olivieri's user avatar
3 votes
2 answers
131 views

Setting font face for \mathrm in math mode

Regarding my previous question (Setting multiple language environments in LaTeX) -which is about setting different fonts for multiple language environments, I have read answers from @cfr and @Davislor ...
mickmix's user avatar
  • 43
0 votes
1 answer
29 views

How to get singlespacing to only change matrix environments? [duplicate]

This is similar to both this and this post, but I feel like it's different enough to be it's own question. I need to cancel the \doublespacing command, but only for matrix environments (\begin{bmatrix}...
NewViewsMath's user avatar
1 vote
2 answers
98 views

Orthogonal direct sum typeset (with hat)

i.e. I would like this as orthogonal direct sum, which is a specific one. Since there is no any post about this, can anyone help? NO $\widehat$, please. Thanks.
Un petit mensonges's user avatar
0 votes
1 answer
83 views

Can't Find Error for the Life of Me

I have this block of text in overleaf with an equation at the bottom and I cannot find why overleaf is failing to compile. Its saying I have a missing $ or { but I don't see an issue there. ...
Jonathan Frutschy's user avatar
0 votes
1 answer
70 views

bold math in latex minipage

This is a followup to a previous question. I fixed what was suggested there, but this code still does not compile. I looked at all questions and answers on bold math, but could not find an answer to ...
district9's user avatar
  • 317
0 votes
1 answer
22 views

Is there a proper way to put `\fillin[]` inside `align` environment in the LaTeX `exam` class?

I am using \fillin[] command in the latex exam class to produce the following output: Convert the following angles from degrees to radians: \begin{questions} \begin{multicols}{4} \...
EthanAlvaree's user avatar
  • 1,421
0 votes
0 answers
29 views

How can i fix this problem in the picture below . Whats is wrong? [duplicate]

I have encountered a problem while writing in Overleaf. Could you please let me know what might be wrong. Thank you in advanced
Yasmeen 's user avatar
2 votes
1 answer
65 views

Automated text style in math mode

I'd like to define an environment where I can write text and formulas between dollars. I want these formulas, only in that environment, to have a specific style like mathrm for instance. It would help ...
Louis Lascaud's user avatar
2 votes
1 answer
89 views

Definition of \sum -- how does the size selection work

When writing \[\sum\], a larger summation sign is used than when writing \(\sum\). How does the \sum command find out which size to use? What does \sum expand to? I am guessing it is just a shorthand ...
Oliver Leenders's user avatar
6 votes
2 answers
118 views

xcharter font and mathrm

I am using fontsetup with a serif and sans-serif font of my choice to properly typeset different parts of my document, including extensive math usage. There seems to be an issue somewhere in the ...
lret's user avatar
  • 71
2 votes
1 answer
83 views

Drawing sphere with 6 points using TiKz

So I am trying to get an image going using TiKz, what I have in mind is as follows What I am missing is the correct labels, mainly the greek letters eta, xi, and zeta, also I'm looking for arrows ...
Celepharn's user avatar
3 votes
2 answers
155 views

Making a character active in a macro

I thought I am smart, so I put this code to locally allow breaks inside inline math into a macro: \documentclass{article} \def\MakeCommaBreakable{% \def\OldComma{,} \catcode`\,=13 \def,{% ...
Bubaya's user avatar
  • 2,549

15 30 50 per page
1
3 4
5
6 7
651