Skip to main content

All Questions

Tagged with
2 votes
4 answers
143 views

Avoid underset text overlaping

As you can see, underset on right hand becomes overlaped. How can I avoid this? This is my MWE \documentclass[14pt]{article} \usepackage{amsmath} \usepackage{mathtools} \newcommand{\lunderset}[2]{\...
user3204810's user avatar
  • 1,539
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
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
3 votes
2 answers
147 views

How to break alignment on a row inside the align environment?

I'm trying to typeset the Gell-Mann matrices in LaTeX on Overleaf, these are 8 matrices 3x3. The code I'm using is \documentclass[a4paper, 11pt, twoside, titlepage]{report} \usepackage{amsmath, ...
Marco Olivieri's user avatar
0 votes
1 answer
22 views

Is there a proper way to put `\fillin[]` inside `align` environment in the LaTeX `exam` class?

I am using \fillin[] command in the latex exam class to produce the following output: Convert the following angles from degrees to radians: \begin{questions} \begin{multicols}{4} \...
EthanAlvaree's user avatar
  • 1,421
2 votes
1 answer
73 views

How to start my text within the align environment from the left margin of page without separating the equation line and text line?

I am writing a journal for publication and because of the page limit I have to write text within the equation line. Here is my code: \documentclass[final]{IEEEtran} \IEEEoverridecommandlockouts \...
Shashank Ranjan's user avatar
0 votes
0 answers
22 views

Alignment between different subequation environments [duplicate]

I have two consecutive subequation environments with no text in between, I would like to align the four equations in the two environments. Current code: \documentclass{article} \usepackage{amsmath, ...
s.jenga's user avatar
1 vote
3 answers
81 views

How I can write long equation in LaTeX?

I am trying to write this mathematical expression correctly and systematically. I need some help, please: \begin{equation} \label{58} \begin{array}{l} \alpha_{\mathcal{A}}\|w_n-w_n^{hk}\|^2_V \\ &\...
roufaida ketfi's user avatar
0 votes
1 answer
64 views

Curling equations [duplicate]

Could someone please tell me how I could curl equations? I am specifically looking to do the following: EQUATION = EQUATION = EQUATION = EQUATION
Artur Wiadrowski's user avatar
0 votes
2 answers
94 views

How to fix '&' in XeLaTeX

\documentclass[12pt]{article} \usepackage{amsmath, amsfonts} \begin{document} $g^n\circ g^m=\underbrace{g \circ \dots \circ g}_\text{n times}\circ \underbrace{g \circ \dots \circ g}_\text{m times}=\...
A field's user avatar
  • 131
1 vote
1 answer
66 views

Aligning nested polynomial

The following MathJax is used in my code golf answer. How can I neatly align the terms while getting the main idea across? Maybe the fractions and the integers both need to be aligned? Any other TeX ...
qwr's user avatar
  • 339
0 votes
2 answers
110 views

`Incompatible glue units` error when modifying the `muskip` around an align environment

I have a long equation which I am trying to fit into a single line: \documentclass[a4paper,11pt,oneside]{article} %%% DOCUMENT SETUP %%% \PassOptionsToPackage{medium}{titlesec} % packages and ...
Daneel Olivaw's user avatar
1 vote
3 answers
110 views

making cheatsheet - in-line equations for latex in aligned environment

I am a student relatively new to latex compared to you all. I have a vector calculus final where we are allotted one cheatsheet front and back. I have a really good five-column landscape mode ...
Adi's user avatar
  • 11
3 votes
2 answers
218 views

How to use enumerate environment for a equation [duplicate]

I'm looking for a way to replicate this "well enumerated equation": In particular, I want to be able to enumerate (i), (ii), ... the equations easily. I know I can somehow replicate this ...
Peluche's user avatar
  • 613
0 votes
2 answers
65 views

How to have local alignment groups within the same 'align' environment?

For the following, I need to find a cleaner way of having one alignat environment and aligning the first two lines with each other while aligning the last two lines with each other so that the ...
Diaa's user avatar
  • 9,689

15 30 50 per page
1
2 3 4 5
39