LaTeX Article — On Sampling Rates (.tex)
SAMPLE LaTeX article “On Sampling Rates” with abstract, equation, and \cite to a twin .bib.
\documentclass{article}
\usepackage{amsmath}
\title{On Sampling Rates (SAMPLE)}
\author{Novus Examples}
\date{2026-01-15}
\begin{document}
\maketitle
\begin{abstract}
A short SAMPLE article on the Nyquist criterion.
\end{abstract}
\section{Introduction}
This is a fictional SAMPLE LaTeX article for editor and TeX-pipeline tests.
See~\cite{nyquist2026} for the companion BibTeX entry.
\section{Equation}
\begin{equation}
f_s > 2 f_{\max}
\end{equation}
\bibliographystyle{plain}
\bibliography{nyquist}
\end{document}
Specifications
- Documentclass
- article
- Bib
- nyquist.bib
- Suite
- wave-e
What is a .tex file?
TeX/LaTeX is a plain-text typesetting language widely used for scientific and technical documents. A .tex source file describes structure (sections, lists, tables), mathematics, and references with markup commands, and a TeX engine compiles it — usually to PDF. It is the standard in mathematics, physics, and academic publishing.
How to use this file
Use an example .tex file to test LaTeX editors and linters, syntax highlighting, and source parsing, or as input for a TeX-to-PDF or TeX-to-HTML conversion pipeline.
How to use this file for testing
“LaTeX Article — On Sampling Rates (.tex)” is a deterministic Novus Examples fixture for Editor testing, Encoding detection. Text-based files you can open, edit, and download directly in the browser editor.
Documented properties for this file: TEX · 537 bytes. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.
Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.
Document fixtures list their internal structure (pages, fields, tracked changes, embedded objects) in the spec table. Test extractors, converters, and OCR against that known structure, and compare searchable↔scanned or format-twin companions when present.
Code examples
pdflatex nyquist.tex # -> PDF
tectonic nyquist.tex # modern, self-containedRelated files
- texLaTeX Article — Digital Filters Primer (.tex)SAMPLE LaTeX article “Digital Filters Primer” with abstract, equation, and \cite to a twin .bib.

- texLaTeX Article — Notes on Information Entropy (.tex)SAMPLE LaTeX article “Notes on Information Entropy” with abstract, equation, and \cite to a twin .bib.

- hl7HL7 v2 — ADT-A03 SAMPLEShort synthetic HL7 v2 ADT-A03 message — fictional SAMPLE demographics for parser tests.

- hl7HL7 v2 — ORM-O01 SAMPLEShort synthetic HL7 v2 ORM-O01 message — fictional SAMPLE demographics for parser tests.

- hl7HL7 v2 — ORU-R01 SAMPLEShort synthetic HL7 v2 ORU-R01 message — fictional SAMPLE demographics for parser tests.

- hl7HL7 v2 — SIU-S12 SAMPLEShort synthetic HL7 v2 SIU-S12 message — fictional SAMPLE demographics for parser tests.

Generated by generation/docs_wave_e.py. Free for any use, no attribution required — license.