Aligning equal signs and brackets at the same time
I wish to have the following.This is the code to generate the image above.\begin{align*} \vec{a}\dvec{B} = \vec{a}(\vec{b}\wedge\vec{c}) \\ \vec{a}(\vec{b}\wedge\vec{c}) = (a_x\hx + a_y\hy +...
View ArticleEvaluate 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}...
View ArticleSuperfluous space at start of aligned inside multlined
In the following LaTeX document, which uses the aligned environment inside multlined, there is an superfluous space after the opening { compared to when multlined is replaced by...
View ArticleDefining 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:...
View ArticleErroneous \underbrace output with libertinus and mathtools (only lualatex and...
I'm using \underbrace and when I add mathtools to the package list, I get an erroneous output:An MWE to reproduce this is:\documentclass{article} \usepackage{libertinus} \usepackage{mathtools}...
View ArticleSplitting the denominator of fraction into more than two lines
I wish to split the denominator of the following fraction into more than 2 lines. For splitting into two lines, splitfraccan be used. But how to split the denominator into three...
View ArticleAvoid underset text overlaping
As you can see, underset on right hand becomes overlaped. How can I avoid this? This is my...
View ArticleReverse 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...
View ArticleCleveref, biblatex and automatic equation numbering
I would like to use biblatex for the bibliography, cleveref for clever references, and a package for automatic equation numbering such as autonum. Unfortunately, autonum is incompatible with biblatex....
View ArticleUnicode-math not working [duplicate]
I am typing article on overleaf, I want to have access to \symrm (for example to write \symrm{\pi}}.Everytime I write usepackage{unicode-math} error appears indicating to use lualatex or xetex...
View ArticleHow does \vdotswithin work?
The following code produces aligned equations.\documentclass{article}\usepackage{amsmath,...
View Articleerror after \begin{cases*}
What is wrong with the following code. It says "missing $ inserted".\[f_i(x_0,x_1)(t)=\begin{cases*}p_0(H_i(x_0,x_1,3t)) & if 0\leq t\leq \frac{1}{3} \\\gamma_i(3t-1) & if \frac{1}{3}\leq t\leq...
View ArticleRestate all theorems & definitions?
I am new to this community, and unfamiliar with advanced latex use (e.g. creating packages, custom build scripts, post-processing scripts) so I apologize if my question seems unusual or overly...
View Articleusetagform works inside equation but not work inside align
\documentclass{article}\usepackage{amsmath}\usepackage{mathtools}\newtagform{mytag}{\{}{\}}\newcounter{mycn}\newcommand*{\mysym}{\refstepcounter{mycn}\usetagform{mytag}\tag{\themycn}}\begin{document}...
View ArticleHow to mitigate underbrace removing whitespace after the followup symbol
The underbrace and underbracket commands seems to remove the whitespace after follow up symbols.In the following MWE the space between the + and c is too...
View ArticleHow to give space between equation and equation number inside align?
\begin{spreadlines}{0.7em}\begin{align} i_{\text{out}}(t) = \langle i_{\text{out}} \rangle + i^{\text{HF}}_{\text{out}}(t) &=...
View ArticleWeird error in "aligned" with package "mathtools"
I get some error while using the "aligned" environment and the "mathtools" package together. See the code...
View ArticleUnspected behavour in beamer: mathtools and sansmathfonts
Looking this MWE, we can notice that using mathtools package the blank space between the operator d and f is...
View ArticleHow to show simple summing with tex
I want to show simple summing like in the picture, without using colors. But I've no idea, that's not a undercase command.
View ArticleHow to show summing à la Gauss?
I want to show simple summing like in the picture, without using colors. But I've no idea, that's not a undercase command.
View Article