As some have guessed, there was indeed a \center before the title. As shown in the picture, I changed that to \begin{center} \end{center*} and the rest of the text is now aligned!
I tried to be more explicit regarding the first issue, as explained in the new picture.
Original Post:
My two problems are shown in the picture: I want the math expressions to appear in their "normal" size (i.e. not to fit into the line), but then when I have two expressions they don't get spaced as you can see. Another issue is that that piece of text that I marked with a * should be aligned to the left but instead appears in the center. Is there any way to resolve these issues?
In align* mode, there is no issue, since it would automatically add space between those two integrals, say. However, it is painful to write the text within \text{} and then to break the lines manually.
my TeXnic Center inputs:
\documentclass{article}
\usepackage[a4paper, margin=12mm]{geometry}
\usepackage[document]{ragged2e}
\usepackage{microtype}
\usepackage[fleqn]{mathtools}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{bigints}
\usepackage{physics}
\usepackage{wrapfig}
\usepackage{amsmath, graphics, setspace}
\usepackage{bm}
\usepackage{float}
\usepackage{hyperref}
\everymath{\displaystyle}
\setcounter{page}{1}
\setlength{\jot}{2mm}
\pagenumbering{arabic}
The community is here to help you with questions about TeX, LaTeX or related typesetting systems. $\int_{-\infty}^\infty |P_\epsilon (t',\omega)|d\omega = |f(t')| \int_{-\infty}^\infty e^{-\omega^2 \epsilon^2} d\omega = |f(t')|\frac{\sqrt \pi}{\epsilon}$, The community is here to help you with questions about TeX.
And, $\int_{-\infty}^\infty |P_\epsilon (t',\omega)|dt' = e^{-\omega^2 \epsilon^2} \int_{-\infty}^\infty |f(t')| dt'$ The community is here to help you with questions about TeX, LaTeX or related typesetting systems.



\begin{document}.) If you could also cut down the number of packages you're using, that would be helpful in diagnosing your problem. Something is centering your text, instead of the default full-justification. – Teepeemm Jul 22 '21 at 23:55\begin{document}and\end{document}and processing doesn't produce the result you show. Notice that the first and last lines are centered; that isn't the default behavior. Please update your code to produce what you show; otherwise, it's impossible to guess what is happening to the last line. (The problems with\displaystyleare pretty well covered in the other comment.) – barbara beeton Jul 23 '21 at 00:00\centeringdirective somewhere in the document that gave rise to the screenshot. Your sample code is but an excerpt from a longer document, right? – Mico Jul 23 '21 at 03:44