summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ifnextok/docsrc/testINT.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/ifnextok/docsrc/testINT.tex')
-rw-r--r--macros/latex/contrib/ifnextok/docsrc/testINT.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/macros/latex/contrib/ifnextok/docsrc/testINT.tex b/macros/latex/contrib/ifnextok/docsrc/testINT.tex
new file mode 100644
index 0000000000..1168f8a367
--- /dev/null
+++ b/macros/latex/contrib/ifnextok/docsrc/testINT.tex
@@ -0,0 +1,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}