I want to display a curvy L n°1:
(An application is found here as well as this other question.)
However, when I enter the code
\documentclass[a4paper, 12pt]{book}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage[utf8]{inputenc}
\usepackage{geometry}
\usepackage{url}
\usepackage{framed}
\usepackage{setspace}
\usepackage{mathptmx}
\usepackage{multirow}
\usepackage{listings}
\usepackage{xcolor}
\usepackage{framed}
\begin{document}
\setlength{\parindent}{0cm}
\renewcommand{\baselinestretch}{0.5}
$\mathcal{L}$
\end{document}
I get curvy L n°2:
How can I print the curvy L n°1?




\usepackage{mathptmx}line and try again. – nidhin Nov 10 '18 at 18:20