<div dir="ltr">I am a Plain TeX user, so I use xetex.<br><br>You might be a LaTeX user so you use xelatex.<br><br>someone else is a ConTeXt user, so he uses XeConTeXt.<br><br>This is an example that I would have to produce my documents<br>
<br>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>\magnification\magstep1<br>\baselineskip 14pt<br>\font\tenrm=&quot;Junicode:mapping=tex-text&quot; at 10pt<br>\font\tenbf=&quot;Junicode/B:mapping=tex-text&quot; at 10pt<br>
\fon\tenit=&quot;Junicode/I:mapping=tex-text&quot; at 10pt\tenrm<br><br>This is a {\bf line} that is written in {\it Junicode\/} font.<br><br>\end<br><br>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br><br>And you would use this in xelatex:<br>
<br>%%%%%%%%%%%%%%%%%%%%%%%%%%<br>\documentclass{article}<br>\usepackage{fontspec}<br>\setmainfont[Mapping=tex-text]{Junicode}<br>\begin{document}<br>This is a \textbf{line} that is written in ......<br>\end{document}<br>
%%%%%%%%%%%%%%%%%%%%%%%%%<br><br>I have no clue how ConTeXt is maybe something like<br><br>%%%%%%%%%%%%%%%%%%%%<br>\starttext<br>text is here<br><br>\stoptext<br>%%%%%%%%%%%%%%%%%%%%<br><br><br>I believe Plain TeX is so cool. but some people like to use LaTeX and a few like to use ConTeXt.<br>
<br><br>Hope this helps<br><br>-- VK<br></div>