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

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