Le 25/09/2018 à 21:15, Paul Johnson a écrit :

Then I went into Settings -> Language and changed input to utf-8.

That had the effect of automatically replacing \frownie and \smiley
with unicode symbols in the LaTeX source, like so:

\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{wasysym}
\usepackage{babel}
\begin{document}
☹☺☻☼
\end{document}

That does not compile, rather the error messages say:

Hello Paul,

Did you try "Unicode (utf8x)" ? It is supposed to be better, but I do not know why the two exist.

JMarc

Reply via email to