How to typeset this equation?
This equation from some math book,position 1 and position 2 is in the same column, I tried\begin{align}x_n&=\begin{aligned}[t]&\left(1 + \frac{1}{n}\right)^n =...
View ArticleInclude empty delimiter in `\DeclarePairedDelimiter`
I want to define a restriction operator \restrict{f}{X} which is capable of resizing in the style of mathtools's \DeclarePairedDelimiter options. For example:\restrict*{f}{X} should resize...
View Article\xhookrightarrow "undefined" even though I have mathtools loaded [duplicate]
Edit: turns out this is a duplicate question. There's a conflict with another package that undefines the \lhook command:Conflict between mathtools and MnSymbolPretty simple question, though I don't...
View ArticleSet interpretation with break line
I want to write the following set\begin{align*}\{ d \in \mathcal{D}^* | \begin{split}F(S_1,\ldots,S_k) \land \bigwedge_{i = 1}^k S_i = \set{ n \in \N ; \varphi_i(d(n)) } \land \\ \exists \overline{t}...
View ArticleHow can I correct this without errors? [closed]
\[ \mathlarger{\mathlarger{\sum}}_{\lambda \in \wedge} $x^\lambda_p$}= 1 \] & \forall $p$ \in \ $P$
View ArticleWrapping huge equation without template dependencies
I am trying to reproduce this huge equation and have it wrap around like so:https://arxiv.org/pdf/1907.09842.pdf(equation (3.18) on page 18 of the pdf file)Here is what the code looks like from the...
View ArticleReference Request
I want to know and read about Latex mathematics . I thought to know and understand about Latex mathematics by reading some books relating to Latex . I failed to find out exact and suitable books . This...
View ArticleLualatex and mathtools warnings [duplicate]
I just moved from PDFlatex to Lualatex and I have warnig messages after compilation.Here is a...
View ArticleHow can I write this type of "V" in latex in the image below [closed]
How can I write this type of "V" in latex
View ArticleHow can I denote column and row names in a matrix and align equations with...
I want to typeset a large matrix that represents a generalized case of something. I have difficulty doing the following:Typing a set of letters near columns and rows that identify themThe matrix is too...
View ArticleRemoving space generated by box of multiline sum subscript
I have the following equation\begin{equation}\begin{split}\sum_{\mathclap{\substack{T_i \in \\\{T_1,T_2, T_4,\\T_5,T_6,T_7\}}}} T_i W^i_\mu &\equiv T_{+}W^+_\mu + T_{-}W^-_\mu +\\&+...
View ArticleMatrix with evenly spaced columns
Similar question: How can I make a similar matrix with even column spacing?The following code is simple to write/read/maintain, but looks...
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 ArticleIncompatibility of amsmath, ntheorem, and mathtools with option showonlyrefs
In the minimal example\documentclass{article}\usepackage{amsmath}\usepackage[amsmath,thmmarks]{ntheorem}...
View ArticleHow can I align on nested braces (NEWBIE)
In texStudio basically the following code returns the expected result:\documentclass{article}\usepackage{mathtools}\usepackage[japanese]{babel}\begin{document} \[ \begin{rcases} \begin{rcases}...
View ArticleHow to get a \widetilde with FiraMath?
It seems that widetilde is not available with FiraMath.\documentclass{standalone}\usepackage[math-style=TeX]{unicode-math}\usepackage{firamath-otf}\begin{document}$\widetilde{G_{+, 0}}$\end{document}Is...
View ArticleMake new delimiter using Tikzpicture?
I am interested in creating a new paired delimiter using tikzpictures I defined. There has to be something easy I'm missing, but hours of searching has proved fruitless. Here is what I have so...
View Article