This file is indexed.

/usr/share/texmf/doc/fonts/lm-math/test-xelatex-latinmodern_math.tex is in fonts-lmodern 2.004.5-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
%% This is a test file for LaTeX/Unicode-Math for both LuaLaTeX and XeLaTeX

\documentclass[12pt,a4paper]{article}

\usepackage{amsmath}[2000/07/18] %% Displayed equations
\usepackage{amssymb}[2002/01/22] %% and additional symbols

\usepackage{fontspec}
\setromanfont[Ligatures=TeX]{Latin Modern Roman}
\usepackage{unicode-math}

\setmathfont[math-style=ISO,bold-style=ISO,vargreek-shape=TeX]{Latin Modern Math}

\begin{document}

\input math-test.tex

\end{document}