Difference between revisions of "ISO-8859-15"

From Wiki
Jump to navigation Jump to search
m (spam)
m (category added (Fonts, International, From LaTeX), perhaps some of them are not really suitable, this should move to ConTeXt core anyway)
Line 1: Line 1:
 
LaTeX:
 
LaTeX:
<small><pre>
+
<texcode>
 
\documentclass{article}
 
\documentclass{article}
 
\usepackage[latin9]{inputenc}
 
\usepackage[latin9]{inputenc}
Line 7: Line 7:
 
c½ur et 100\,¤
 
c½ur et 100\,¤
 
\end{document}
 
\end{document}
</pre></small>
+
</texcode>
  
 
ConTeXt: first, you have to download [[Media:regi-il9.tex|regi-il9.tex]] and put it into texmf/tex/context/third/.
 
ConTeXt: first, you have to download [[Media:regi-il9.tex|regi-il9.tex]] and put it into texmf/tex/context/third/.
 
Then:
 
Then:
<small><pre>
+
<texcode>
 
\useregime[il9]
 
\useregime[il9]
 
\enableregime[il9]
 
\enableregime[il9]
Line 17: Line 17:
 
c½ur et 100\,¤
 
c½ur et 100\,¤
 
\stoptext
 
\stoptext
</pre></small>
+
</texcode>
 +
 
 +
[[Category:Fonts]]
 +
[[Category:International]]
 +
[[Category:From LaTeX]]

Revision as of 17:52, 11 August 2005

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