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}.
10,080 questions
1
vote
2
answers
44
views
Substack with varying font size
I've been trying to replicate the following figure from https://en.wikipedia.org/wiki/Cauchy%E2%80%93Riemann_equations:
More specifically, I am interested in the varying font size in the limit. My ...
9
votes
1
answer
367
views
The nature of the \sup operator
I am writing some notes for a very time-consuming job. I was wondering what kind of operator \sup is, or what its nature is, considering that it does not leave any space between itself and the curly ...
0
votes
2
answers
69
views
Function sequences: improving a diagram with the xy package
I would like to improve the following code by placing the text on multiple lines, as in the orange box, and avoiding overlaps between arrows and text, as in the red boxes.
The code is written with xy ...
0
votes
0
answers
46
views
Enlarge the dot symbol in \dot{A} [duplicate]
I have a long text in which I frequently use $\dot{A}$, where A may be replaced with some other letter. The dot symbol is small and I would like to enlarge it. Since this is used frequently, an ...
7
votes
1
answer
268
views
`\mapsto` as a subscript
The code
\documentclass{article}
\begin{document}
$x_\mapsto$
\end{document}
results in the following:
Changing x_\mapsto to x_{\mapsto} does what one would probably hope, but I wonder: is this the ...
0
votes
0
answers
59
views
Backward bifurcation diagram on latex [closed]
Please assist drawing bifurcation diagram I have attached a photo on how is suppose to look like.
some additions
\documentclass[12pt]{article}
\usepackage{amsmath, amssymb}
\begin{document}
\begin{...
1
vote
0
answers
98
views
How can I typeset astrophysics equations with variable-sized vector notation that scales correctly inside multi-line environments?
I’m writing a paper draft in LaTeX that includes several astrophysical vector equations, such as angular momentum:
\[
\vec{L} = \vec{r} \times \vec{p}
\]
However, when I typeset similar equations ...
1
vote
1
answer
51
views
How to add conditions next to an equation
Based on this this question I made yesterday, it occurred to me that the following feature would be useful:
Sometimes, when writing an equation, I want to write some condition next to it ("such ...
1
vote
0
answers
54
views
How to know if a token is a math delimiter in unicode-math? [duplicate]
This issue is very similar to How to know if a token is a maths delimiter?, but specifically considers the scenario where the unicode-math package is loaded. I've written some code to determine ...
2
votes
2
answers
153
views
How can I make my custom `choices` environment display options in multiple columns (e.g., 2 or 4) using an optional argument?
I have the following Arabic exam template. I defined a custom environment choices that I want to show multiple-choice options.
I would like to be able to write
\begin{choices}(2)
to get two columns, ...
4
votes
0
answers
183
views
RFC: An new (?) alignment environment
One of the issues I have with ams alignment environments is that they use "cells" which change in size to fit their content. This is required for all cells which are used for alignment, but ...
0
votes
2
answers
100
views
Square root style [duplicate]
How is this type of root obtained in latex?
Any hints would be appreciated.
0
votes
0
answers
39
views
Math Equation Number in Page Margin with Empheq
I would like to put the equation numbers in the margin of a document, ideally aligned with the inner edge of the outer margin of a two-sided document. For math, I'd like to use the empheq package with ...
5
votes
2
answers
492
views
LaTeX for lowercase h with a rounded bottom
How do I type the "h" on the LHS above in LaTeX?
1
vote
1
answer
76
views
How to align cases environments with other equations when using \eqmathbox
I am currently trying to make my mathematical formulas consistent throughout my document. To do this, I am using \eqmathbox[left][l] and \eqmathbox[right][r]. This works very well, with left usually ...