I have to insert the accented letters as the following
P\'eclet
to obtain Péclet.
What code should i write to obtain Pèclet for example?
Thanks for help
I have to insert the accented letters as the following
P\'eclet
to obtain Péclet.
What code should i write to obtain Pèclet for example?
Thanks for help
\\{e}but also you can just use é and è directly as long as you specify the encoding eg\usepackage[utf8]{inputenc}` – David Carlisle Nov 26 '17 at 22:28\newcommand{\peclet}{P\'{e}clet}or\newcommand{\peclet}{Pèclet}with the suggestion by David Carlisle of loadinginputenc– Nov 26 '17 at 22:43\`` ? It depends on your keyboard, on UK keyboards it is top left next to1` – David Carlisle Nov 26 '17 at 22:55Alt+96– CarLaTeX Nov 27 '17 at 09:06