Math & Scienceleq and leqslant

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
2szeba
Posts: 10
Joined: Sat Oct 30, 2021 10:50 pm

leq and leqslant

Post by 2szeba »

Hi,
leq and leqslant makes identical object. Why? How can I hange it?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Kreuz Elf
Posts: 22
Joined: Thu Mar 04, 2021 7:33 pm

leq and leqslant

Post by Kreuz Elf »

I do not understand your problem.
2szeba
Posts: 10
Joined: Sat Oct 30, 2021 10:50 pm

leq and leqslant

Post by 2szeba »

https://pt.slideshare.net/makrib/latex- ... eshow=true
Like in link(page 2), leq and leqslans should make diffrent symbols, but both makes leqslant.
2szeba
Posts: 10
Joined: Sat Oct 30, 2021 10:50 pm

leq and leqslant

Post by 2szeba »

Here it works correctly, but on TeXLive I have identical symbols. In my bachelor thesis, changing places of amsmath and amsfonts worked.

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}
Post Reply