Formatting variable subscript when it's text
I have a doubt about formatting the subscript of a variable. I'm following this convention: when the subscript is a text, or a letter which abbreviates a text word, I format the subscript as...
View Articlebox several horizontally connected cells in an array. Is there a command...
I would like to box several horizontally connected cells in an array. \Aboxed from mathtools is only working for two horizontally adjacent cells, and is omitting any extra...
View ArticleRequest for Assistance in Training LLMs Using RAG for Educational Chatbots...
I’m working on building an educational chatbot that can answer students' academic questions. For this purpose, and to ensure the model provides accurate answers to users’ questions, I want to use a...
View ArticleHow to right align \intertext and \shortintertext
Currently shortintertext is left aligned, how to make it right aligned? using \raggedright doesnt workMWE\documentclass{article}\usepackage{amsmath, mathtools}\usepackage{derivative} %...
View ArticleProblem with "showonlyrefs": vertical spacing is modified among slides...
I have a tex file\documentclass[t]{beamer}\usepackage{biblatex}\usepackage[most]{tcolorbox}\usepackage[mathscr]{eucal}\hypersetup{ hypertexnames=false, colorlinks=true, linkcolor=blue, filecolor=blue,...
View ArticleIssue with \ccases of mtpro2 and mleftright package
In my preamble, I am using the mleftright package with the \mleftright macro:%-------------------------------------------------------------------% no extra spacing around \left...\right...
View ArticleHow to put downarrow and comments closer to the equations?....
How to put closer the downarrow and...
View ArticleHow to round corners of the mathtools \Aboxed{...} ?, prefer using tcboxmath...
How to round the corner os /Aboxed (from mathtools package)If it were possible using tcboxmath from tcolorbox, I would like, but I tried and... no...
View ArticleLine breaks in mathtools' paired delimiter
The following code\documentclass{article}\usepackage{mathtools}\DeclarePairedDelimiterXPP\E[1]{E}[]{}{#1}\begin{document}\[\begin{aligned} E\Bigg[A&+B \\ C&+D \Bigg] % \E[\Bigg]{A&+B \\...
View ArticleHow to write your own result using the xlop package
I'm trying to display vertical addition for binary numbers, but xlop solves everything automatically assuming base 10 and then displays it. Is there a way for me to remove the result and replace it...
View ArticleWhy MyUnderBracket command definition does not work
For some reason my \MyUnderBracket{} command definition does not work.My Code:% !TeX TS-program =...
View ArticleHow to invert starred behaviour on declared paired delimiters from mathtools?...
Using mathtools i can declare a delimiter like this \DeclarePairedDelimiter{\abs}{\lvert}{\rvert} but it only scale to whats inside if i use the starred version of that commad \abs*{...} how to set...
View ArticleBuilding an environment from the mathtools multlined environment
I am having difficulty building a new environment using the multline environment provided in the mathtools package, as done in this question. I do not seem to be able use it in the \newenvironment...
View ArticleNorm with triple vertical lines using `DeclarePairedDelimiter`
I would like to declare a paired delimiter for a "triple norm".A answer to this question already exists (cf. Spacing between triple vertical lines), however, as I'm already using...
View ArticleUnderbraces are ruined by mathtools (and maybe unicode-math?). How do I keep...
In writing my thesis (using XeLaTeX) I use multiple math-related packages, all for different reasons. Since introducing unicode-math and mathtools, the underbraces I applied earlier are ruined. I...
View Articlemathtools.sty need fix in TeX4ht
My code is:\documentclass{article}\usepackage{mathtools}\begin{document}\begin{equation}\label{test} N \xrightleftharpoons[k_2]{k_1} U \xrightarrow{k_3} D\end{equation}\end{document}I got the error...
View Articlevertical alignment when using \underbrace for Matrix
I want to vertical align the underbrace symbol.It looks like now:supposed to be...
View ArticleHow to wrap the entire `\DeclarePairedDelimiterXPP`d command?
I'm trying to wrap a command created using \DeclarePairedDelimiterXPP using the pre code and post code args.The following is what I did...
View ArticleIssue with \overbracket in Glossaries Package (name={} field)
I am using the glossaries package in Overleaf to define mathematical symbols in my thesis. I want to introduce a matrix L with an overbracket. My glossary entry is defined as...
View ArticleAre mathtools and leftindex incompatibile with amsmath?
I create an environment for resize math text but the code does not work with mathtools and leftindex package which are essential for me. To follow I put the code which contains the new enviroment: turn...
View Article