From ad547a6b5986815fda458221149728d9d9ab1d87 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 25 Feb 2021 19:22:25 +0000 Subject: restore Build,TODO from r57911 git-svn-id: svn://tug.org/texlive/trunk@57915 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/detex/test.tex | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Build/source/texk/detex/test.tex (limited to 'Build/source/texk/detex/test.tex') diff --git a/Build/source/texk/detex/test.tex b/Build/source/texk/detex/test.tex new file mode 100644 index 00000000000..5d679180711 --- /dev/null +++ b/Build/source/texk/detex/test.tex @@ -0,0 +1,23 @@ +\documentclass{article} +\begin{document} + +This is the first paragraph. + +\section{First Section} + +Preamble of Sect.~1. + +\subsection{A Subsection} + +Here some text, an inline formula $(a+b)^2=a^2+2ab+b^2$, as well +as a displayed equation +% +\begin{equation} +e^{\pm ix}=\cos x \pm i \sin x\;, +\end{equation} +% +and some more text. + +Now some verbatim text \verb|a b c|. That's all, folks. + +\end{document} \ No newline at end of file -- cgit v1.2.3