summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ifnextok/docsrc/testIfNT.tex
blob: 34db82160082556dd14936889758e775604e084f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\ProvidesFile{testIfNT.tex}[2011/06/27 test ifnextok.sty]
\RequirePackage{ifnextok}
\makeatletter
  \providecommand\StripEsc{\expandafter\@gobble\string}
\makeatother
\catcode`\"\active \edef"{q}
\MakeNotSkipping{"}{\StripEsc\"}
\documentclass{article}
\begin{document}
\tableofcontents
\section{"a" b}
\thispagestyle{headings}
\markboth{}{"a" b}
"a" b
\typeout{"a" b}
\end{document}