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}.

0 votes
1 answer
13 views

Non-bold diacritics over bold math symbols with correct alignment - packages "bm" and "accents" incompatible?

I want to use non-bold diacritics on bold math symbols. For correct alignment I need to use the package bm. But I also need to import the package accents for other reasons. This seems to undo the ...
M. Winter's user avatar
  • 531
0 votes
0 answers
34 views

Reverse arc above letter

Using stackrel we can obtain a reverse arc above X: $\stackrel{\smile}{X}$ The reverse arc is not so close to X, what can we do to make it closer? Is there something similar to \wideparen but that ...
mathex's user avatar
  • 135
2 votes
1 answer
36 views

Issue with `tcolorbox` record option together with math delimiters `\( \)` in the title

According to the answer here, I record some tcolorbox. All is working fine except to the titles containing maths with delimiters \( \)which I prefer compared with dollars. Do you know a workaround ? ...
jowe_19's user avatar
  • 1,013
0 votes
0 answers
8 views

What symbol should I use for non linear proportional to? [migrated]

Until now, if I had a function $f$ and a monotonic transformation of it $g$, I would write $f \propto g$, however, a colleague of mine pointed out that it's usually considered "proportional to&...
Alberto's user avatar
  • 101
0 votes
0 answers
43 views

why is the underbrace when writing equation different?

why is it that the inderbraces are appearing broken but continuous in other. even though i have written the same exact code but just in two different documents. H^{\mathrm{SSH}} = \underbrace{\frac{v}...
Risha B's user avatar
5 votes
1 answer
89 views

How can I break an alignedat/gathered environment between pages?

So, I've read the discussions here and also here but neither seem to solve my problem. I'd like to break a long list of matrices between pages, problem is I'm using an alignedat (and sometimes a ...
Marco Olivieri's user avatar
3 votes
0 answers
28 views

Use different fonts in math mode [duplicate]

I would like to use two different font in math mode, depending on the caracter: letters in fourier numbers in sansmathfonts Is it possible in an easy way ? Edit: Here is a MWE \documentclass{article}...
rahotep's user avatar
  • 105
5 votes
2 answers
432 views

Subscripts in fractions on an exponent look terrible

It seems that whenever we have a fraction in an exponent, the denominator looks terrible. For example, The K in the subscript looks unduly large. This is definitely a bug or something. Is there any ...
Sardines's user avatar
  • 161
0 votes
1 answer
45 views

what can be the code of this series which takes 3 values [duplicate]

I am typing my masters thesis in LaTeX and I am unable to write the code of this product which breaks into three different values So, Sum $S$ breaks into I know the code of $n$ Choose $k$ and $\...
Avenger's user avatar
  • 105
2 votes
1 answer
202 views

Improve spacing around equality = and other math relation symbols

I find that LaTeX puts too much space around equality = and other relation symbols. I realise that I can brace symbols, e.g. typing ${=}$ instead of $=$. However, this goes too far in the other ...
Jim's user avatar
  • 165
2 votes
4 answers
143 views

Avoid underset text overlaping

As you can see, underset on right hand becomes overlaped. How can I avoid this? This is my MWE \documentclass[14pt]{article} \usepackage{amsmath} \usepackage{mathtools} \newcommand{\lunderset}[2]{\...
user3204810's user avatar
  • 1,539
3 votes
2 answers
113 views

Is there a customizable version of the `\boldmath` command?

The \boldmath command will make all symbols used in math mode bold. I'm curious if there is an analogous command that allows the user to specify which characters to make bold in math mode. This ...
Brian Fitzpatrick's user avatar
1 vote
2 answers
76 views

Types of mathversions in LaTeX [closed]

I see that on some pages other than Overleaf that use LaTeX for math code (such as Wikipedia as in this picture) has its letters look bolder than those of Overleaf. How can I set mathversion to look ...
Ky Que's user avatar
  • 11
1 vote
3 answers
386 views

Specific calligraphic font for lowercase g

I am looking for a command to obtain the following calligraphic lowercase g in math mode: I have been looking around but to no avail for now.
Daneel Olivaw's user avatar
0 votes
1 answer
32 views

Problem when combining \widebar and \mathring

I have been using the \widebar command defined in https://tex.stackexchange.com/a/60253/326104. It has worked perfectly so far, but it has run into problems when writing \mathring{\widebar{k}}. The ...
Josemi's user avatar
  • 1
4 votes
2 answers
109 views

How to patch command to work differently in math mode?

I am using starfont to get astronomical symbols in my document. Unfortunately, the package defines the symbols for text mode only. From this answer, I was able to declare math versions of the symbols ...
Shai Avr's user avatar
  • 909
2 votes
1 answer
50 views

How to use a the tt font for mathrm?

I am using a combination of Computer Modern TT and Euler Math for my document: \usepackage[euler-digits,euler-hat-accent]{eulervm} \usepackage[T1]{fontenc} \renewcommand*\familydefault{\ttdefault} \...
user avatar
6 votes
3 answers
497 views

Creating a command to display blackboard font

I am relatively new to LaTeX and I want to know whether there is a way to create a command such that it takes whatever capital letter the command is and prints the blackboard font. Here's what I mean: ...
A R's user avatar
  • 161
3 votes
3 answers
183 views

Defining a functional map

I am trying to define in latex the following function: We also want everything to be aligned. I tried including another align environment but it seems this is not possible: \begin{align*} \Psi: C([0,...
mathex's user avatar
  • 135
0 votes
0 answers
33 views

Polyglossia with Russian too small math latin letters

Good time of the day! I am trying to use polyglossia with Russian, but math-mode letters are too small. How to make theer size equal to the size of the cyrillic letters? Here is an example: \...
Rustam Mamin's user avatar
2 votes
1 answer
106 views

Should an array eat up an explicit \mskip at the end of a column if tabularx is loaded?

Consider \documentclass{article} \usepackage{tabularx} \begin{document} $ \begin{array}{ll} x \mskip100mu & x \end{array} $ \end{document} Before reading further, ask yourself, how far ...
AlMa1r's user avatar
  • 541
1 vote
1 answer
90 views

Mathcal not working properly

I wrote the following code \documentclass{article} \usepackage{graphicx} \usepackage{csvsimple} \usepackage{subcaption} \usepackage[utf8]{inputenc} \usepackage{gensymb} \usepackage{pdfpages} \...
Kubrik's user avatar
  • 13
1 vote
0 answers
24 views

Triple inequality [duplicate]

How do you write triple inequality in Latex? If "\equiv" stands for triple equality
Hedvig Gal's user avatar
0 votes
0 answers
27 views

How I can align equations with amsmath [duplicate]

I use amsmath for my paper but I find that my equations are not aligned. It looks like equality is not under the equality. Directive align* also doesn't work. I have the issue with multiple labels ...
Ciemna_noc's user avatar
1 vote
3 answers
123 views

Evaluate fractions in Binomial coefficient command

I'm trying to create a new command to automatically compute fractions and differences while displaying a Binomial coefficient \usepackage{mathtools} \DeclarePairedDelimiter\braces{(}{)} \...
Emanuele Nardi's user avatar
0 votes
1 answer
30 views

Strike-through text paragraph containing equations

I have several paragraphs of text that contain equation environments and in-line equations. How do I cross out/strike through these paragraphs using ulem package? I tried the suggestions in this ...
Medulla Oblongata's user avatar
2 votes
0 answers
40 views

How to get equal vertical spacing between all lines of a multiline equation? And should it be done? (EDITED) [closed]

Consider the following MWE: \documentclass[]{article} % PACKAGES LOADING \usepackage[]{mathtools} \begin{document} \begin{align} f(x)&=(1/n)(x)\\ &=(1/n)\sum_{i\in N}x_i\\ &...
EoDmnFOr3q's user avatar
  • 2,343
2 votes
1 answer
59 views

Squished ```\equiv'''

I am looking for a "squished" three-line equality symbol, \equiv, as in the picture below. Is it possible to produce such a symbol without it looking too similar to equality and \equiv? ...
John's user avatar
  • 137
2 votes
3 answers
89 views

Wedge inside of itself math symbol

If we use \usepackage{amsmath} we get a symbol \Cap which, when rendered in math mode, produces an intersection symbol \cap inside an intersection symbol. How can we produce \Wedge for \wedge? (I.e., ...
John's user avatar
  • 137
1 vote
1 answer
42 views

"Fancy" math font with double brackets [duplicate]

how do I achieve this Val[[e]]p in LaTeX? like the fancy V with the double brackets of e? I tried \textrm{Val}[\,[e_1]\,]\rho but it's not quite the same. Thank you!
Nerdenberg's user avatar

15 30 50 per page
1
2 3 4 5
326