summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ifnextok/docsrc/testINT.tex
blob: 1168f8a36781c178de23ca525b6443518ff6b255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\ProvidesFile{testINT.tex}[2011/06/25 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}