ISO-8859-15

From Wiki
Revision as of 17:52, 11 August 2005 by Mojca Miklavec (talk | contribs) (category added (Fonts, International, From LaTeX), perhaps some of them are not really suitable, this should move to ConTeXt core anyway)
Jump to navigation Jump to search

LaTeX:

\documentclass{article}
\usepackage[latin9]{inputenc}
\usepackage{eurosym}\def\texteuro{\euro}
\begin{document}
c½ur et 100\,¤
\end{document}

ConTeXt: first, you have to download regi-il9.tex and put it into texmf/tex/context/third/. Then:

\useregime[il9]
\enableregime[il9]
\starttext
c½ur et 100\,¤
\stoptext