Code: Select all
%!TEX lualatex
\DocumentMetadata{uncompress,lang=en,
testphase=latest,
pdfversion=2.0,pdfstandard=ua-2,pdfstandard=a-4f}
\documentclass[12pt, fleqn]{article}
\usepackage{graphicx}
\usepackage{graphpap}
\usepackage{amssymb}
\usepackage{unicode-math}
\title{Math tagged with Associated Files (luamml)}
\author{LaTeX Team}
\begin{document}
\maketitle{}
\section*{Basic mathematical expressions}
If $x$ is real, then $x^{2} \geq 0$.
\vspace{0.2in}
\noindent
A matrix equation.
\[
\begin{pmatrix}0&1\\1&0\end{pmatrix}
\begin{pmatrix}a&b\\c&d\end{pmatrix}
=
\begin{pmatrix}c&d\\a&b\end{pmatrix}
\]
\end{document}