% This file is public domain % If you want to use arara, you need the following directives: % arara: pdflatex: { synctex: on } % arara: makeglossaries % arara: pdflatex: { synctex: on } % %http://mirrors.ctan.org/macros/latex/contrib/glossaries/glossaries-user.html#sampleutf8 \documentclass{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[xindy,nonumberlist,style=listgroup]{glossaries} \makeglossaries % Ensure you have up-to-date versions of the LaTeX kernel, % mfirstuc.sty, and glossaries.sty for this example to work. % If you encounter any errors while building this document, % check the log file for versions. \newglossaryentry{élite}{name={élite}, description={select group or class}} \newglossaryentry{elephant}{name=elephant, description={large animal with trunk and tusks}} \newglossaryentry{elk}{name=elk, description=large deer} \newglossaryentry{mannerly}{name=mannerly, description=polite} % The œ is not the first letter, so it doesn't need to % be grouped. \newglossaryentry{manœuvre}{name={manœuvre}, description=planned and controlled movement} \newglossaryentry{manor}{name=manor, description=large landed estate or its house} \newglossaryentry{odometer}{name=odometer, description=instrument for measuring distance travelled by a wheeled vehicle} \newglossaryentry{œsophagus}{name={œsophagus}, plural={œsophagi}, description={canal from mouth to stomach}} \newglossaryentry{ogre}{name=ogre, description=man-eating giant} \begin{document} \glsaddall \printglossaries \end{document}