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/xetex
LLM (this repo) · 1Pldb

Related languages

LaTeX (0.36)Vortex (0.18)Apex (0.12)VEX (0.12)Murex (0.12)

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
code.tex · license: Public Domain · added: 2026-03-05T10:00:00Z
\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.)

Contribute — propose a file extension

Tell us where to find evidence about XeTeX (mapped to pl/xetex). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/XeTeX/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Xeroxer XFS →