Skip to main content

Questions tagged [displaystyle]

{displaystyle} is about the `\displaystyle` and `\textstyle` commands for switching the style of math in LaTeX. For questions about display math in general, use {math-mode}.

7 votes
0 answers
56 views

For the past few weeks, my integrals have not been displaying in display-style math mode. I can reproduce the issue with this small minimal example. How can I fix this? \documentclass[11pt]{report} \...
jowe_19's user avatar
  • 1,263
3 votes
1 answer
55 views

I'm writing some notes and to make them more readable, I have changed the colour of in-text math and equation environments. I got the following off of ChatGPT: \colorlet{mathcolor}{red} \everymath{\...
arash moqadam_tabrizi's user avatar
2 votes
0 answers
68 views

There is a strange behavior in ConTeXt with the \frac and \sqrt commands, or when I try to frame an equation : the fraction is displayed as in inline mode. Here is a MWE and its result : \...
A. Licari-Guillaume's user avatar
0 votes
1 answer
132 views

I am looking to write a command that will allow me to process the contents of that command as if it was not in mathmode, and then use that command inside of a display math environment. MWE: \...
Jason's user avatar
  • 1,015
5 votes
1 answer
296 views

I am new to the stack exchange and to LaTeX itself. I would like to know when it is appropriate to use display mode or text mode. For example, let's say I write \[ \frac{\mathrm{d}}{\mathrm{d}x}\int_a^...
Stog's user avatar
  • 53
2 votes
0 answers
61 views

I use integral signs from Cambria Math instead of Libertinus Math, but I have problems with \upint and \lowint in the displayed formulas. Nevertheless, \int, also comes from Cambria Math, but it is ...
user110822's user avatar
1 vote
0 answers
49 views

When using Chinese characters in the display style with \text{}, I noticed a weird spacing issue. Here is a minimal example. \documentclass{article} \usepackage[UTF8]{ctex} % Enables Chinese support \...
Timo Chang's user avatar
0 votes
0 answers
25 views

For example using emtex to create a .tex file to got to a .pdf where i want a dollar sign to appear in the .pdf file. But since the $ is a special symbol then it seems that it would be impossible to ...
user158293's user avatar
3 votes
2 answers
217 views

Why do the following two statements have different display effects? \[ \overline{\lim}_{k\rightarrow\infty} \] and \[ \overline{\lim_{k\rightarrow\infty}} \] Why the former looked like in inline ...
Yi Wang's user avatar
  • 91
2 votes
0 answers
54 views

The following MWE for LuaLaTeX \documentclass{scrartcl} \usepackage{unicode-math} \everydisplay=\expandafter{% \the\everydisplay% \Umathsubshiftdown\displaystyle=0ex% } \begin{document} \[a_x=\...
FKranhold's user avatar
  • 765
0 votes
0 answers
44 views

In the math mode of Beamer, 'a' is displayed as 'a' instead of as '$a$' which is displayed in the math mode of Latex. Any suggestions for how to display '$a$' in the math mode of Beamer?
vyali's user avatar
  • 101
4 votes
3 answers
1k views

I am currently working on a book/articles. I really (really!) enjoy the styling of the Nagoya Math Journal from the late 80s-90s. Here's an example : https://www.cambridge.org/core/services/aop-...
Pietro Pende's user avatar
0 votes
1 answer
138 views

I read the only answer given at the following link: How to get n=1 under Product character (\prod or \Pi) The answer isn’t working for us in overleaf. Here’s our code snippet: “So if we say that ${\...
ProfInsall's user avatar
0 votes
0 answers
78 views

Blockquote \usepackage[utf8]{inputenc} \usepackage{graphicx} \usepackage{geometry} \usepackage{setspace} \usepackage{fancyhdr} \usepackage{titlesec} \usepackage{hyperref} \usepackage{tocloft} \...
Agura's user avatar
  • 1
1 vote
0 answers
73 views

Maybe the problem is more out of fun/curiosity, but, how to make every display formula be of inline style, except for typing \textstyle every time? One possible solution is \everydisplay{\textstyle}, ...
Asigan's user avatar
  • 261

15 30 50 per page
1
2 3 4 5
16