From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/ednotes/emathtst.tex | 53 +++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 macros/latex/contrib/ednotes/emathtst.tex (limited to 'macros/latex/contrib/ednotes/emathtst.tex') diff --git a/macros/latex/contrib/ednotes/emathtst.tex b/macros/latex/contrib/ednotes/emathtst.tex new file mode 100644 index 0000000000..527d360295 --- /dev/null +++ b/macros/latex/contrib/ednotes/emathtst.tex @@ -0,0 +1,53 @@ +%% EMathTst.tex for demonstrating EdnMath0.sty. +%% Uwe L"uck, http://www.contact-ednotes.sty.de.vu, 2005/01/16. +\documentclass[12pt]{article} +\def\Anote#1#2{#1} \let\<\relax \let\>\relax +% \usepackage{ednotes} +\usepackage[mathrefs]{lineno} + +\begin{document} + +\begin{linenumbers} +% \begin{NoNotesToMath} +\linenumberdisplaymath +\noindent +\texttt{\string\ \unskip linelabel} and +\texttt{\string\ \unskip Anote} in math mode? +\begin{linenomath} +$$ +% \begin{displaymath} +% \begin{equation} +x=\Anote{z}{$Z$} +% {\makeatletter \typeout{\meaning\@EN@lemmatag}} +\linelabel{Hm} +% \end{equation} +% \end{displaymath} +$$ +\end{linenomath} +% \end{NoNotesToMath} +$a=\Anote{x\z}{$b$} +% {\makeatletter \typeout{\meaning\@EN@lemmatag}} +\linelabel{Hmm} +$. +Why not? +\begin{NoNotesToMath} +Line No.~\ref{Hm}. +\Anote{No \ here.}{Went wrong earlier.} +% {\makeatletter \typeout{\meaning\@EN@lemmatag}} +\end{NoNotesToMath} +Line No.~\ref{Hmm}. +\end{linenumbers} + +% \tracingonline=1 +% \showboxdepth=1 +% \showboxbreadth=30 +% \showlists + +% % These really get lost: +% \linenumbers +% \mbox{\Anote{Boxed}{where?}.\linelabel{Hu}} +% Line No.~\ref{Hu}. + +\end{document} + + -- cgit v1.2.3