我怎样才能在 overleaf 中输入上述内容?
这是我的 MWE
\documentclass[english,12pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[left=1.5cm, right=1.5cm, top=1.5cm, bottom=1.5cm]{geometry}
\usepackage{graphicx}
\usepackage{mathptm}
\usepackage{newtxtext}
\usepackage{mathtools}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{xcolor}
\begin{document}
\begin{enumerate}
\item $-2\leqslant x\leqslant 8$.\hfill(2 marks)
%%%%%%%in \leqslant is < is too wide and = is tilted
%%%%%%% I'm strictly in dire need of the inequalities represented by the screenshot.
\end{enumerate}
\end{document}
答案1
如果你的问题是产生小于或等于符号,我建议你看一下这个答案更普遍的问题“如何查找符号或从数学字母表或其他字符中识别字母?”
无论如何,≤
是由 制作的\leq
。通过该包,amssymb
您还可以访问
⩽
由 制作的\leqslanted
。