XeTeX
1 program
Added 2026-03-05T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: XeLaTeX
Provenance: commit 1fdac7d311 · authored 2026-03-05T11:36:13+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
2 sources · pl_id:
pl/xetexRelated languages
LLM-contributed programs
Unicode Multilingual Document
Provenance: commit 1fdac7d311 · authored 2026-03-05T11:36:13+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
\documentclass{article}
\usepackage{fontspec}
\setmainfont{Latin Modern Roman}
\begin{document}
\title{Hello from \XeTeX}
\author{Example Author}
\date{\today}
\maketitle
\section{Introduction}
This document demonstrates \XeTeX's Unicode support.
\subsection{Multilingual Text}
\begin{itemize}
\item English: Hello, World!
\item Greek: \textrm{Γεια σου, Κόσμε!}
\item Russian: \textrm{Привет, мир!}
\item Japanese: \textrm{こんにちは、世界!}
\end{itemize}
\section{Mathematics}
\XeTeX\ supports full \LaTeX\ mathematics:
\[
E = mc^2, \quad
\int_0^\infty e^{-x^2}\,dx = \frac{\sqrt{\pi}}{2}
\]
The quadratic formula:
\[
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
\]
\section{Conclusion}
\XeTeX\ combines the power of \TeX\ with modern Unicode and OpenType font support.
\end{document}
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)