Math & Science ⇒ leq and leqslant
leq and leqslant
leq and leqslant makes identical object. Why? How can I hange it?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
leq and leqslant
leq and leqslant
Like in link(page 2), leq and leqslans should make diffrent symbols, but both makes leqslant.
leq and leqslant
Code: Select all
\documentclass[a4paper,12pt,addpoints]{exam}
\usepackage{amssymb}
\usepackage[utf8]{inputenc}
\usepackage[T1]{polski}
\usepackage[polish]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{color}
\usepackage{ulem}
\usepackage{color}
\usepackage{graphicx}
\usepackage{caption}
\usepackage[makeroom,samesize]{cancel}
\usepackage{amssymb}% for \sphericalangle
\usepackage{enumitem}
\usepackage{tikz}
\usepackage{pgf}
\usepackage[a4paper, left=1cm, right=1cm, top=3cm, bottom=1cm, headsep=1.1cm]{geometry}
\usepackage{float}
\usepackage{mdframed}
\pointpoints{[M]}{[M]}
\newcommand{\rn}{Rozwiąż nierówność}
\usepackage{multicol}
\usepackage{tcolorbox}
\tcbuselibrary{breakable}
\usepackage{tasks}
\usepackage{fontawesome5}
\usepackage{fouriernc} %%czcionka
\usepackage[T1]{fontenc} %% czcionka
\begin{document}
\pagestyle{head}\firstpageheader{}{}{}
$\leq$ $\leqslant$
\end{document}